Skip to content

Commit b79138a

Browse files
committed
GPU TPC: Provide time bin cut also to Clusterizer (not yet used)
1 parent 4f0f2d0 commit b79138a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GPU/GPUTracking/Global/GPUChainTrackingClusterizer.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@ int32_t GPUChainTracking::RunTPCClusterizer(bool synchronizeOutput)
572572
return ForwardTPCDigits();
573573
}
574574
#ifdef GPUCA_TPC_GEOMETRY_O2
575+
int32_t tpcTimeBinCut = mUpdateNewCalibObjects && mNewCalibValues->newTPCTimeBinCut ? mNewCalibValues->tpcTimeBinCut : param().tpcCutTimeBin;
575576
mRec->PushNonPersistentMemory(qStr2Tag("TPCCLUST"));
576577
const auto& threadContext = GetThreadContext();
577578
const bool doGPU = GetRecoStepsGPU() & RecoStep::TPCClusterFinding;

0 commit comments

Comments
 (0)