Skip to content

Commit 4b44f28

Browse files
committed
Fix
1 parent 8be3db1 commit 4b44f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ TString GeometryTGeo::getMatrixPath(int index) const
404404
// handling cylindrical configuration for ML and/or OT
405405
// needed because of the different numbering scheme in the geometry for the cylindrical case wrt the staggered and turbo ones
406406
if (subDetID == 1) {
407-
if ((layer < 4 && mLayoutMLOT == eMLOTLayout::kCylindrical) || (layer > 3 && mLayoutMLOT == MLOTLayout::kCylindrical)) {
407+
if ((layer < 4 && mLayoutMLOT == eMLOTLayout::kCylindrical) || (layer > 3 && mLayoutMLOT == eMLOTLayout::kCylindrical)) {
408408
stave = 1;
409409
mod = 1;
410410
chip = 1;

0 commit comments

Comments
 (0)