Skip to content

Commit dd0588a

Browse files
authored
[PWGLF] Fix typos error (#14040)
1 parent 335249e commit dd0588a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ struct NucleiAntineutronCex {
609609
histos.fill(HIST("pItsPidValid"), pTrkItsPidValid);
610610
histos.fill(HIST("pTgl"), pTrkTgl);
611611
}
612-
if (motherPdg == -kNeutron) {
612+
if (motherPdg != -kNeutron) {
613613
histos.fill(HIST("pItsNsigmaPr_bg"), pTrkItsNSigmaPr);
614614
histos.fill(HIST("pItsPidValid_bg"), pTrkItsPidValid);
615615
histos.fill(HIST("pTgl_bg"), pTrkTgl);

0 commit comments

Comments
 (0)