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 335249e commit dd0588aCopy full SHA for dd0588a
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