Skip to content

Commit c5b2219

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

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
@@ -573,6 +573,7 @@ int32_t GPUChainTracking::RunTPCClusterizer(bool synchronizeOutput)
573573
return ForwardTPCDigits();
574574
}
575575
#ifdef GPUCA_TPC_GEOMETRY_O2
576+
int32_t tpcTimeBinCut = mUpdateNewCalibObjects && mNewCalibValues->newTPCTimeBinCut ? mNewCalibValues->tpcTimeBinCut : param().tpcCutTimeBin;
576577
mRec->PushNonPersistentMemory(qStr2Tag("TPCCLUST"));
577578
const auto& threadContext = GetThreadContext();
578579
const bool doGPU = GetRecoStepsGPU() & RecoStep::TPCClusterFinding;

0 commit comments

Comments
 (0)