We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caacf30 commit 35cadefCopy full SHA for 35cadef
PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx
@@ -609,7 +609,7 @@ struct NucleiAntineutronCex {
609
histos.fill(HIST("pItsPidValid"), pTrkItsPidValid);
610
histos.fill(HIST("pTgl"), pTrkTgl);
611
}
612
- if (motherPdg == -kNeutron) {
+ if (motherPdg != -kNeutron) {
613
histos.fill(HIST("pItsNsigmaPr_bg"), pTrkItsNSigmaPr);
614
histos.fill(HIST("pItsPidValid_bg"), pTrkItsPidValid);
615
histos.fill(HIST("pTgl_bg"), pTrkTgl);
0 commit comments