There was an error while loading. Please reload this page.
1 parent 18deae5 commit 10da8edCopy full SHA for 10da8ed
1 file changed
PWGLF/Tasks/QC/mcParticlePrediction.cxx
@@ -563,15 +563,15 @@ struct McParticlePrediction {
563
// continue;
564
// }
565
566
- // Count id before applying the primary selection
+ // Count ids before applying the primary selection
567
histos.fill(HIST("particles/idBeforePrimarySelection"), id);
568
569
// Keep supported resonances even if they are not marked as physical primaries
570
if (selectPrimaries.value && !isResonance(id) && !particle.isPhysicalPrimary()) {
571
continue;
572
}
573
574
- // Count id surviving the selection
+ // Count ids surviving the selection
575
histos.fill(HIST("particles/idAfterPrimarySelection"), id);
576
577
const TParticlePDG* p = pdgDB->GetParticle(particle.pdgCode());
0 commit comments