Skip to content

Commit 10da8ed

Browse files
committed
dummy commit to retrigger o2 test
1 parent 18deae5 commit 10da8ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/Tasks/QC/mcParticlePrediction.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,15 +563,15 @@ struct McParticlePrediction {
563563
// continue;
564564
// }
565565

566-
// Count id before applying the primary selection
566+
// Count ids before applying the primary selection
567567
histos.fill(HIST("particles/idBeforePrimarySelection"), id);
568568

569569
// Keep supported resonances even if they are not marked as physical primaries
570570
if (selectPrimaries.value && !isResonance(id) && !particle.isPhysicalPrimary()) {
571571
continue;
572572
}
573573

574-
// Count id surviving the selection
574+
// Count ids surviving the selection
575575
histos.fill(HIST("particles/idAfterPrimarySelection"), id);
576576

577577
const TParticlePDG* p = pdgDB->GetParticle(particle.pdgCode());

0 commit comments

Comments
 (0)