We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3ca6c commit c5b2219Copy full SHA for c5b2219
GPU/GPUTracking/Global/GPUChainTrackingClusterizer.cxx
@@ -573,6 +573,7 @@ int32_t GPUChainTracking::RunTPCClusterizer(bool synchronizeOutput)
573
return ForwardTPCDigits();
574
}
575
#ifdef GPUCA_TPC_GEOMETRY_O2
576
+ int32_t tpcTimeBinCut = mUpdateNewCalibObjects && mNewCalibValues->newTPCTimeBinCut ? mNewCalibValues->tpcTimeBinCut : param().tpcCutTimeBin;
577
mRec->PushNonPersistentMemory(qStr2Tag("TPCCLUST"));
578
const auto& threadContext = GetThreadContext();
579
const bool doGPU = GetRecoStepsGPU() & RecoStep::TPCClusterFinding;
0 commit comments