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 @@ -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 ;
You can’t perform that action at this time.
0 commit comments