We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b743f commit 9468e88Copy full SHA for 9468e88
Geometry/MTDCommonData/src/BTLNumberingScheme.cc
@@ -117,7 +117,11 @@ uint32_t BTLNumberingScheme::getUnitID(const MTDBaseNumber& baseNumber) const {
117
modCopy = negModCopy[modCopy - 1];
118
}
119
120
- bool isV2(baseNumber.getLevelName(0).back() != 'l');
+ bool isV2(bareBaseName(baseNumber.getLevelName(0)).back() != 'l');
121
+
122
+#ifdef EDM_ML_DEBUG
123
+ LogDebug("MTDGeom") << "BTLNumberingScheme::getUnitID(): isV2 " << isV2;
124
+#endif
125
126
if (isV2) {
127
// V2: the type is embedded in crystal name
0 commit comments