Skip to content

Commit 309069f

Browse files
fixed bug
1 parent 4d7c8ba commit 309069f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/TableProducer/QC/nucleiQC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ struct nucleiQC {
642642
fillNucleusGeneratedVariables(particle, candidate);
643643

644644
writeCandidate(candidate);
645-
mFilledMcParticleIds.emplace_back(particle.globalIndex());
645+
mFilledMcParticleIds.emplace_back(mcIndex);
646646
dispatchFillHistograms</*isGenerated*/ true>(iSpecies, candidate);
647647
}
648648
}

0 commit comments

Comments
 (0)