We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce9cc8 commit db1b7c4Copy full SHA for db1b7c4
1 file changed
PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx
@@ -518,7 +518,7 @@ struct NucleiAntineutronCex {
518
if (motherPz != 0)
519
histos.fill(HIST("cexn_pairmc_pz"), cexPairMcPz / motherPz);
520
if (motherP != 0 && pion0)
521
- histos.fill(HIST("cexPairMcP_pi0"), cexPairMcP / motherP);
+ histos.fill(HIST("cexn_pairmc_p_pi0"), cexPairMcP / motherP);
522
}
523
// BG mother
524
if (motherPdg != -kNeutron) {
0 commit comments