Skip to content

Commit 1c663c9

Browse files
iouribelikovshahor02
authored andcommitted
Little fix in CheckClusters.C
1 parent f5463d7 commit 1c663c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/ITSMFT/ITS/macros/test/CheckClusters.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ void CheckClusters(std::string clusfile = "o2clus_its.root", std::string hitfile
152152
o2::math_utils::Point3D<float> locC;
153153
if (pattID == o2::itsmft::CompCluster::InvalidPatternID || dict.isGroup(pattID)) {
154154
o2::itsmft::ClusterPattern patt(pattIt);
155-
locC = dict.getClusterCoordinates(cluster, patt);
155+
locC = dict.getClusterCoordinates(cluster, patt, false);
156156
} else {
157157
locC = dict.getClusterCoordinates(cluster);
158158
npix = dict.getNpixels(pattID);

0 commit comments

Comments
 (0)