Skip to content

Commit fa6ab07

Browse files
committed
Added sModuleName
1 parent 31d1795 commit fa6ab07

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Detectors/Upgrades/ALICE3/TRK/base/include/TRKBase/GeometryTGeo.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Detectors/Upgrades/ALICE3/TRK/base/src/GeometryTGeo.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ std::string GeometryTGeo::sPetalDiskName = "DISK";
2929
std::string GeometryTGeo::sPetalLayerName = "LAYER";
3030
std::string GeometryTGeo::sStaveName = "TRKStave";
3131
std::string GeometryTGeo::sChipName = "TRKChip";
32+
std::string GeometryTGeo::sModuleName = "TRKModule";
3233
std::string GeometryTGeo::sSensorName = "TRKSensor";
34+
3335
std::string GeometryTGeo::sWrapperVolumeName = "TRKUWrapVol"; ///< Wrapper volume name, not implemented at the moment
3436

3537
o2::trk::GeometryTGeo::~GeometryTGeo()

0 commit comments

Comments
 (0)