From 55de729a7f2ab9b8853f09020eda523db06731e3 Mon Sep 17 00:00:00 2001 From: fbellini Date: Sun, 14 Oct 2012 16:22:31 +0000 Subject: [PATCH] Removal of absolute value for PDG of true pairs - bug fix --- PWGLF/RESONANCES/AliRsnMiniOutput.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/RESONANCES/AliRsnMiniOutput.cxx b/PWGLF/RESONANCES/AliRsnMiniOutput.cxx index a139c6eec3a..60c3d74b2fc 100644 --- a/PWGLF/RESONANCES/AliRsnMiniOutput.cxx +++ b/PWGLF/RESONANCES/AliRsnMiniOutput.cxx @@ -487,7 +487,7 @@ Int_t AliRsnMiniOutput::FillPair(AliRsnMiniEvent *event1, AliRsnMiniEvent *event if (fComputation == kTruePair) { if (fPair.Mother() < 0) { continue; - } else if (TMath::Abs(fPair.MotherPDG()) != fMotherPDG) { + } else if (fPair.MotherPDG() != fMotherPDG) { continue; } Bool_t decayMatch = kFALSE; -- 2.43.0