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 4f0f2d0 commit b79138aCopy full SHA for b79138a
GPU/GPUTracking/Global/GPUChainTrackingClusterizer.cxx
@@ -572,6 +572,7 @@ int32_t GPUChainTracking::RunTPCClusterizer(bool synchronizeOutput)
572
return ForwardTPCDigits();
573
}
574
#ifdef GPUCA_TPC_GEOMETRY_O2
575
+ int32_t tpcTimeBinCut = mUpdateNewCalibObjects && mNewCalibValues->newTPCTimeBinCut ? mNewCalibValues->tpcTimeBinCut : param().tpcCutTimeBin;
576
mRec->PushNonPersistentMemory(qStr2Tag("TPCCLUST"));
577
const auto& threadContext = GetThreadContext();
578
const bool doGPU = GetRecoStepsGPU() & RecoStep::TPCClusterFinding;
0 commit comments