Skip to content

Commit ad9696e

Browse files
committed
Fixing .finalize
1 parent 0978c19 commit ad9696e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

GPU/GPUTracking/TPCClusterFinder/GPUTPCCFClusterizer.inc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ GPUdii() void GPUTPCCFClusterizer::computeClustersImpl(int32_t nBlocks, int32_t
5959
}
6060
return;
6161
}
62-
pc.finalize(pos, charge, fragment.start, clusterer.Param().tpcGeometry);
6362

6463
tpc::ClusterNative myCluster;
65-
bool rejectCluster = !pc.toNative(pos, charge, myCluster, clusterer.Param());
64+
bool rejectCluster = !pc.toNative(pos, charge, myCluster, clusterer.Param(), fragment.start, chargeMap);
6665

6766
if (rejectCluster) {
6867
if (clusterPosInRow) {

0 commit comments

Comments
 (0)