Skip to content

Commit db1b7c4

Browse files
authored
[PWGLF] Fix antineutron CEX histogram name (#16682)
1 parent 2ce9cc8 commit db1b7c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ struct NucleiAntineutronCex {
518518
if (motherPz != 0)
519519
histos.fill(HIST("cexn_pairmc_pz"), cexPairMcPz / motherPz);
520520
if (motherP != 0 && pion0)
521-
histos.fill(HIST("cexPairMcP_pi0"), cexPairMcP / motherP);
521+
histos.fill(HIST("cexn_pairmc_p_pi0"), cexPairMcP / motherP);
522522
}
523523
// BG mother
524524
if (motherPdg != -kNeutron) {

0 commit comments

Comments
 (0)