File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222#include " Common/Core/trackUtilities.h"
2323#include " ReconstructionDataFormats/DCA.h"
2424#include " DetectorsBase/Propagator.h"
25- #include " DetectorsBase/GeometryManager.h"
2625#include " CommonUtils/NameConf.h"
2726#include " DataFormatsParameters/GRPObject.h"
2827#include < CCDB/BasicCCDBManager.h>
@@ -45,7 +44,6 @@ namespace analysis
4544namespace trackextension
4645{
4746const char * ccdbpath_lut = " GLO/Param/MatLUT" ;
48- const char * ccdbpath_geo = " GLO/Config/GeometryAligned" ;
4947const char * ccdbpath_grp = " GLO/GRP/GRP" ;
5048const char * ccdburl = " http://alice-ccdb.cern.ch" ; /* test "http://alice-ccdb.cern.ch:8080"; */
5149} // namespace trackextension
@@ -71,9 +69,6 @@ struct TrackExtension {
7169
7270 lut = o2::base::MatLayerCylSet::rectifyPtrFromFile (ccdb->get <o2::base::MatLayerCylSet>(ccdbpath_lut));
7371
74- if (!o2::base::GeometryManager::isGeometryLoaded ()) {
75- ccdb->get <TGeoManager>(ccdbpath_geo);
76- }
7772 mRunNumber = 0 ;
7873 mMagField = 0.0 ;
7974 }
You can’t perform that action at this time.
0 commit comments