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 42701ce commit 69175cdCopy full SHA for 69175cd
ALICE3/TableProducer/OTF/onTheFlyTrackerPid.cxx
@@ -495,11 +495,7 @@ struct OnTheFlyTrackerPid {
495
mcPvVtx.setZ(mcCollisionObject.posZ());
496
}
497
498
- int nTracksProcessed = 0;
499
- int nValidToT = 0;
500
-
501
for (const auto& track : tracks) {
502
- nTracksProcessed++;
503
float truncatedMeanToT = -1.0f;
504
std::array<float, kNumHypothesisParticles> nSigmaValues;
505
nSigmaValues.fill(999.f);
@@ -598,7 +594,6 @@ struct OnTheFlyTrackerPid {
598
594
nUse = kMaxValidHitsForTruncation7Plus;
599
595
600
596
if (nUse > 0 && nValid >= nUse) {
601
- nValidToT++;
602
597
std::sort(validToTs.begin(), validToTs.end());
603
float sum = 0.0f;
604
for (size_t i = 0; i < nUse; ++i) {
0 commit comments