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