From 87284c04172c67f634361c1eb952e76bd5437507 Mon Sep 17 00:00:00 2001 From: gconesab Date: Fri, 14 Sep 2012 13:19:22 +0000 Subject: [PATCH] add check on the removal of bad channels in cells recalibration method --- EMCAL/AliEMCALRecoUtils.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMCAL/AliEMCALRecoUtils.cxx b/EMCAL/AliEMCALRecoUtils.cxx index 52468dc79ec..c2ac8c1bc07 100644 --- a/EMCAL/AliEMCALRecoUtils.cxx +++ b/EMCAL/AliEMCALRecoUtils.cxx @@ -1200,7 +1200,7 @@ void AliEMCALRecoUtils::RecalibrateCells(AliVCaloCells * cells, // of the cells that compose the cluster. // bc= bunch crossing number returned by esdevent->GetBunchCrossNumber(); - if(!IsRecalibrationOn() && !IsTimeRecalibrationOn()) return; + if(!IsRecalibrationOn() && !IsTimeRecalibrationOn() && !IsBadChannelsRemovalSwitchedOn()) return; if(!cells) { -- 2.43.0