We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be3db1 commit 4b44f28Copy full SHA for 4b44f28
Detectors/Upgrades/ALICE3/TRK/base/src/GeometryTGeo.cxx
@@ -404,7 +404,7 @@ TString GeometryTGeo::getMatrixPath(int index) const
404
// handling cylindrical configuration for ML and/or OT
405
// needed because of the different numbering scheme in the geometry for the cylindrical case wrt the staggered and turbo ones
406
if (subDetID == 1) {
407
- if ((layer < 4 && mLayoutMLOT == eMLOTLayout::kCylindrical) || (layer > 3 && mLayoutMLOT == MLOTLayout::kCylindrical)) {
+ if ((layer < 4 && mLayoutMLOT == eMLOTLayout::kCylindrical) || (layer > 3 && mLayoutMLOT == eMLOTLayout::kCylindrical)) {
408
stave = 1;
409
mod = 1;
410
chip = 1;
0 commit comments