File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Detectors/Upgrades/ALICE3/TRK/base Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -147,9 +147,11 @@ class GeometryTGeo : public o2::detectors::DetMatrixCache
147147 static std::string sPetalDiskName ;
148148 static std::string sPetalLayerName ;
149149 static std::string sStaveName ;
150+ static std::string sModuleName ;
150151 static std::string sChipName ;
151152 static std::string sSensorName ;
152- static std::string sWrapperVolumeName ; // /< Wrapper volume name
153+
154+ static std::string sWrapperVolumeName ; // /< Wrapper volume name, not implemented at the moment
153155
154156 Int_t mNumberOfLayersMLOT ; // /< number of layers
155157 Int_t mNumberOfActivePartsVD ; // /< number of layers
Original file line number Diff line number Diff line change @@ -29,7 +29,9 @@ std::string GeometryTGeo::sPetalDiskName = "DISK";
2929std::string GeometryTGeo::sPetalLayerName = " LAYER" ;
3030std::string GeometryTGeo::sStaveName = " TRKStave" ;
3131std::string GeometryTGeo::sChipName = " TRKChip" ;
32+ std::string GeometryTGeo::sModuleName = " TRKModule" ;
3233std::string GeometryTGeo::sSensorName = " TRKSensor" ;
34+
3335std::string GeometryTGeo::sWrapperVolumeName = " TRKUWrapVol" ; // /< Wrapper volume name, not implemented at the moment
3436
3537o2::trk::GeometryTGeo::~GeometryTGeo ()
You can’t perform that action at this time.
0 commit comments