From 8808d74b98e3308334e4277c95492994a6f70e09 Mon Sep 17 00:00:00 2001 From: FabiolaLP Date: Sun, 30 Nov 2025 22:24:24 -0600 Subject: [PATCH] Fix typos error --- PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx b/PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx index 32a896db20c..3f5b35f4c89 100644 --- a/PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx +++ b/PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx @@ -609,7 +609,7 @@ struct NucleiAntineutronCex { histos.fill(HIST("pItsPidValid"), pTrkItsPidValid); histos.fill(HIST("pTgl"), pTrkTgl); } - if (motherPdg == -kNeutron) { + if (motherPdg != -kNeutron) { histos.fill(HIST("pItsNsigmaPr_bg"), pTrkItsNSigmaPr); histos.fill(HIST("pItsPidValid_bg"), pTrkItsPidValid); histos.fill(HIST("pTgl_bg"), pTrkTgl);