We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d95d30 commit cbd8a19Copy full SHA for cbd8a19
Detectors/Upgrades/ALICE3/TRK/base/src/GeometryTGeo.cxx
@@ -26,6 +26,7 @@ std::unique_ptr<o2::trk::GeometryTGeo> GeometryTGeo::sInstance;
26
27
// Names
28
std::string GeometryTGeo::sVolumeName = "TRKV";
29
+std::string GeometryTGeo::sServiceVolName = "TRKService";
30
std::string GeometryTGeo::sLayerName = "TRKLayer";
31
std::string GeometryTGeo::sPetalAssemblyName = "PETAL";
32
std::string GeometryTGeo::sPetalName = "PETALCASE";
0 commit comments