Skip to content

Commit c513064

Browse files
authored
Add getTRKServiceVolPattern method and variable
1 parent cbd8a19 commit c513064

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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
return sInstance.get();
4444
};
4545
static const char* getTRKVolPattern() { return sVolumeName.c_str(); }
46+
static const char* getTRKServiceVolPattern() { return sServiceVolName.c_str(); }
4647
static const char* getTRKLayerPattern() { return sLayerName.c_str(); }
4748
static const char* getTRKPetalAssemblyPattern() { return sPetalAssemblyName.c_str(); }
4849
static const char* getTRKPetalPattern() { return sPetalName.c_str(); }
@@ -198,6 +199,7 @@ class GeometryTGeo : public o2::detectors::DetMatrixCache
198199
static constexpr int MAXLAYERS = 20; ///< max number of active layers
199200

200201
static std::string sVolumeName;
202+
static std::string sServiceVolName;
201203
static std::string sLayerName;
202204
static std::string sPetalAssemblyName;
203205
static std::string sPetalName;

0 commit comments

Comments
 (0)