From beffc4d5170f0ce95acca83f9465bc1bb2ad1d85 Mon Sep 17 00:00:00 2001 From: laphecet Date: Thu, 26 Aug 2010 08:34:26 +0000 Subject: [PATCH] RecoParam limits were not taken into account (Matthieu) --- MUON/CreateWeightedRejectList.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MUON/CreateWeightedRejectList.C b/MUON/CreateWeightedRejectList.C index b3b86fce8c9..67509afd4b9 100755 --- a/MUON/CreateWeightedRejectList.C +++ b/MUON/CreateWeightedRejectList.C @@ -277,6 +277,8 @@ Int_t AddEventsSingleRun(Int_t index, Int_t runNumber, AliMUONRejectList& reject AliMUONCalibrationData calibrationData(runNumber); AliMUONPadStatusMaker status(calibrationData); + status.SetLimits(*recoParam); + Long64_t nEvents = runs[index].Nevents(); Int_t rejectMask = recoParam->PadGoodnessMask(); -- 2.43.0