We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e507950 commit f14182bCopy full SHA for f14182b
1 file changed
Detectors/ITSMFT/MFT/tracking/src/IOUtils.cxx
@@ -58,7 +58,7 @@ int ioutils::loadROFrameData(const o2::itsmft::ROFRecord& rof, ROframe& event, g
58
locXYZ = dict.getClusterCoordinates(c);
59
} else {
60
o2::itsmft::ClusterPattern patt(pattIt);
61
- locXYZ = dict.getClusterCoordinates(c, patt);
+ locXYZ = dict.getClusterCoordinates(c, patt, false);
62
}
63
64
0 commit comments