Skip to content

Commit b040542

Browse files
committed
GPU TPC: Fix rejection of inside IFC clusters
1 parent d45eac1 commit b040542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GPU/GPUTracking/Merger/GPUTPCGMTrackParam.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ GPUd() bool GPUTPCGMTrackParam::Fit(GPUTPCGMMerger* GPUrestrict() merger, int32_
151151
const float rmax = (83.5f + param.rec.tpc.sysClusErrorMinDist);
152152
if (r2 < rmax * rmax) {
153153
MarkClusters(clusters, ihitMergeFirst, ihit, wayDirection, GPUTPCGMMergedTrackHit::flagRejectErr);
154+
continue;
154155
}
155156
}
156157

0 commit comments

Comments
 (0)