Skip to content

Commit f14182b

Browse files
bovulpesshahor02
authored andcommitted
MFT: fix after the changes intoduced in PR #4777
1 parent e507950 commit f14182b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/ITSMFT/MFT/tracking/src/IOUtils.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ int ioutils::loadROFrameData(const o2::itsmft::ROFRecord& rof, ROframe& event, g
5858
locXYZ = dict.getClusterCoordinates(c);
5959
} else {
6060
o2::itsmft::ClusterPattern patt(pattIt);
61-
locXYZ = dict.getClusterCoordinates(c, patt);
61+
locXYZ = dict.getClusterCoordinates(c, patt, false);
6262
}
6363
} else {
6464
o2::itsmft::ClusterPattern patt(pattIt);

0 commit comments

Comments
 (0)