We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f01f9d commit 7f7febeCopy full SHA for 7f7febe
1 file changed
Detectors/Upgrades/ALICE3/IOTOF/base/include/IOTOFBase/GeometryTGeo.h
@@ -62,10 +62,12 @@ class GeometryTGeo : public o2::detectors::DetMatrixCache
62
static const char* getBTOFChipPattern() { return sBTOFChipName.c_str(); }
63
static const char* getBTOFSensorPattern() { return sBTOFSensorName.c_str(); }
64
65
+#ifdef ENABLE_UPGRADES
66
static const char* composeSymNameIOTOF(int d)
67
{
68
return Form("%s_%d", o2::detectors::DetID(o2::detectors::DetID::TF3).getName(), d);
69
}
70
+#endif
71
72
// Inner TOF
73
static const char* composeITOFSymNameLayer(int d, int layer);
0 commit comments