Skip to content

Commit b763f1b

Browse files
committed
MFT: fix after the changes intoduced in PR AliceO2Group#4777
1 parent b2f7c83 commit b763f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)