You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mRec->MemoryScalers()->nTPCHits = std::max<unsignedint>(nHitsBase, std::min<unsignedint>(threshold, nHitsBase * 3)); // Increase the buffer size for low occupancy data to compensate for noisy pads creating exceiive clusters
bool buildNativeHost = mRec->GetRecoStepsOutputs() & GPUDataTypes::InOutType::TPCClusters; // TODO: Should do this also when clusters are needed for later steps on the host but not requested as output
mRec->MemoryScalers()->nTPCHits = std::max<unsignedint>(mRec->MemoryScalers()->nTPCHits, std::min<unsignedint>(threshold, mRec->MemoryScalers()->nTPCHits * 3)); // Increase the buffer size for low occupancy data to compensate for noisy pads creating exceiive clusters
418
-
if (mRec->MemoryScalers()->nTPCHits < threshold) {
0 commit comments