Skip to content

Commit b6c5dff

Browse files
committed
Changes related to digitizer
1 parent d4b763c commit b6c5dff

File tree

4 files changed

+282
-79
lines changed

4 files changed

+282
-79
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class GeometryTGeo : public o2::detectors::DetMatrixCache
4343
};
4444
static const char* getTRKVolPattern() { return sVolumeName.c_str(); }
4545
static const char* getTRKLayerPattern() { return sLayerName.c_str(); }
46+
static const char* getTRKPetalAssemblyPattern() { return sPetalAssemblyName.c_str(); }
4647
static const char* getTRKPetalPattern() { return sPetalName.c_str(); }
4748
static const char* getTRKPetalDiskPattern() { return sPetalDiskName.c_str(); }
4849
static const char* getTRKPetalLayerPattern() { return sPetalLayerName.c_str(); }
@@ -145,6 +146,7 @@ class GeometryTGeo : public o2::detectors::DetMatrixCache
145146

146147
static std::string sVolumeName;
147148
static std::string sLayerName;
149+
static std::string sPetalAssemblyName;
148150
static std::string sPetalName;
149151
static std::string sPetalDiskName;
150152
static std::string sPetalLayerName;

0 commit comments

Comments
 (0)