Skip to content

Commit 3c6fbd5

Browse files
committed
Changes related to digitizer
1 parent 251e27e commit 3c6fbd5

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
@@ -42,6 +42,7 @@ class GeometryTGeo : public o2::detectors::DetMatrixCache
4242
};
4343
static const char* getTRKVolPattern() { return sVolumeName.c_str(); }
4444
static const char* getTRKLayerPattern() { return sLayerName.c_str(); }
45+
static const char* getTRKPetalAssemblyPattern() { return sPetalAssemblyName.c_str(); }
4546
static const char* getTRKPetalPattern() { return sPetalName.c_str(); }
4647
static const char* getTRKPetalDiskPattern() { return sPetalDiskName.c_str(); }
4748
static const char* getTRKPetalLayerPattern() { return sPetalLayerName.c_str(); }
@@ -141,6 +142,7 @@ class GeometryTGeo : public o2::detectors::DetMatrixCache
141142

142143
static std::string sVolumeName;
143144
static std::string sLayerName;
145+
static std::string sPetalAssemblyName;
144146
static std::string sPetalName;
145147
static std::string sPetalDiskName;
146148
static std::string sPetalLayerName;

0 commit comments

Comments
 (0)