File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Detectors/Upgrades/ALICE3/TRK/base/include/TRKBase Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments