We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7c8ba commit 309069fCopy full SHA for 309069f
1 file changed
PWGLF/TableProducer/QC/nucleiQC.cxx
@@ -642,7 +642,7 @@ struct nucleiQC {
642
fillNucleusGeneratedVariables(particle, candidate);
643
644
writeCandidate(candidate);
645
- mFilledMcParticleIds.emplace_back(particle.globalIndex());
+ mFilledMcParticleIds.emplace_back(mcIndex);
646
dispatchFillHistograms</*isGenerated*/ true>(iSpecies, candidate);
647
}
648
0 commit comments