]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
remove print
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 29 Nov 2011 17:02:17 +0000 (17:02 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 29 Nov 2011 17:02:17 +0000 (17:02 +0000)
PWG4/PartCorrDep/AliAnaCalorimeterQA.cxx

index 825664ff2335628ce130c76c3eec4f144974353a..b15c7e3ca057a592adb0142a52fa10e63c9e5219 100755 (executable)
@@ -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