From 34a66f05679e8665ecacd1c785cbbd66b72c6837 Mon Sep 17 00:00:00 2001 From: mchojnac Date: Fri, 22 Feb 2013 14:21:46 +0000 Subject: [PATCH] Change in centrality selection in AliFMDEventInspectror now it should correctly work with 0 value of the cut. --- PWGLF/FORWARD/analysis2/AliFMDEventInspector.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGLF/FORWARD/analysis2/AliFMDEventInspector.cxx b/PWGLF/FORWARD/analysis2/AliFMDEventInspector.cxx index 2b32104243f..357f67544a0 100644 --- a/PWGLF/FORWARD/analysis2/AliFMDEventInspector.cxx +++ b/PWGLF/FORWARD/analysis2/AliFMDEventInspector.cxx @@ -686,9 +686,9 @@ AliFMDEventInspector::Process(const AliESDEvent* event, } // --- check centrality cut - if(fminCent>0.0&¢-0.0001&¢0.0&¢>fmaxCent) + if(fmaxCent>-0.0001&¢>fmaxCent) return kNoEvent; fHCent->Fill(cent); if (qual == 0) fHCentVsQual->Fill(0., cent); -- 2.39.3