diff --git a/Detectors/ITSMFT/ITS/macros/test/CheckClusters.C b/Detectors/ITSMFT/ITS/macros/test/CheckClusters.C index f311e4268a30c..bdaad6978f9d8 100644 --- a/Detectors/ITSMFT/ITS/macros/test/CheckClusters.C +++ b/Detectors/ITSMFT/ITS/macros/test/CheckClusters.C @@ -152,7 +152,7 @@ void CheckClusters(std::string clusfile = "o2clus_its.root", std::string hitfile o2::math_utils::Point3D locC; if (pattID == o2::itsmft::CompCluster::InvalidPatternID || dict.isGroup(pattID)) { o2::itsmft::ClusterPattern patt(pattIt); - locC = dict.getClusterCoordinates(cluster, patt); + locC = dict.getClusterCoordinates(cluster, patt, false); } else { locC = dict.getClusterCoordinates(cluster); npix = dict.getNpixels(pattID);