We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c3fbc commit e3dcde2Copy full SHA for e3dcde2
1 file changed
Detectors/ITSMFT/ITS/simulation/src/Detector.cxx
@@ -946,7 +946,9 @@ void Detector::constructDetectorGeometry()
946
if (detName == "ITS") {
947
((DescriptorInnerBarrelITS2*)mDescriptorIB.get())->createServices(wrapVols[0]);
948
} else if (detName == "IT3" && mNumberInnerLayers == 3) {
949
+#ifdef ENABLE_UPGRADES
950
((DescriptorInnerBarrelITS3*)mDescriptorIB.get())->createServices(wrapVols[0]);
951
+#endif
952
}
953
954
mServicesGeometry = new V3Services(detName);
0 commit comments