Skip to content

Commit cbd8a19

Browse files
authored
Add service volume name to GeometryTGeo
1 parent 3d95d30 commit cbd8a19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Detectors/Upgrades/ALICE3/TRK/base/src/GeometryTGeo.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ std::unique_ptr<o2::trk::GeometryTGeo> GeometryTGeo::sInstance;
2626

2727
// Names
2828
std::string GeometryTGeo::sVolumeName = "TRKV";
29+
std::string GeometryTGeo::sServiceVolName = "TRKService";
2930
std::string GeometryTGeo::sLayerName = "TRKLayer";
3031
std::string GeometryTGeo::sPetalAssemblyName = "PETAL";
3132
std::string GeometryTGeo::sPetalName = "PETALCASE";

0 commit comments

Comments
 (0)