From ae2c2bc4b3e22183b54504211d479a30a52e32d7 Mon Sep 17 00:00:00 2001 From: gconesab Date: Tue, 29 Nov 2011 17:02:17 +0000 Subject: [PATCH] remove print --- PWG4/PartCorrDep/AliAnaCalorimeterQA.cxx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/PWG4/PartCorrDep/AliAnaCalorimeterQA.cxx b/PWG4/PartCorrDep/AliAnaCalorimeterQA.cxx index 825664ff233..b15c7e3ca05 100755 --- a/PWG4/PartCorrDep/AliAnaCalorimeterQA.cxx +++ b/PWG4/PartCorrDep/AliAnaCalorimeterQA.cxx @@ -357,14 +357,13 @@ void AliAnaCalorimeterQA::CellHistograms(AliVCaloCells *cells) //Check if the cell is a bad channel if(GetCaloUtils()->IsBadChannelsRemovalSwitchedOn()){ - if(fCalorimeter=="EMCAL"){ + if(fCalorimeter=="EMCAL") + { if(GetCaloUtils()->GetEMCALChannelStatus(nModule,icol,irow)) continue; } - else { - if(GetCaloUtils()->GetPHOSChannelStatus(nModule,icol,irow)) { - printf("PHOS bad channel\n"); - continue; - } + else + { + if(GetCaloUtils()->GetPHOSChannelStatus(nModule,icol,irow) ) continue; } } // use bad channel map -- 2.39.3