]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
remove print
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 Feb 2012 16:50:08 +0000 (16:50 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 Feb 2012 16:50:08 +0000 (16:50 +0000)
PWGGA/CaloTrackCorrelations/AliAnaCalorimeterQA.cxx

index a29037027add653e6a95703dbcaeede8f1048a46..1bc7afeab32679b8204fa428fc06bf4f30bff99b 100755 (executable)
@@ -210,10 +210,10 @@ void AliAnaCalorimeterQA::BadClusterHistograms(AliVCluster* clus, const TObjArra
                                                )
 {
   //Bad cluster histograms
-  if(clus->E() > 5) 
-    printf("AliAnaCalorimeterQA::BadClusterHistograms() - Event %d - Calorimeter %s \n \t  E %f, n cells %d, max cell absId %d, maxCellFrac %f\n",
-           GetReader()->GetEventNumber(), fCalorimeter.Data(), 
-           clus->E(),clus->GetNCells(),absIdMax,maxCellFraction);
+  
+  //  printf("AliAnaCalorimeterQA::BadClusterHistograms() - Event %d - Calorimeter %s \n \t  E %f, n cells %d, max cell absId %d, maxCellFrac %f\n",
+  //         GetReader()->GetEventNumber(), fCalorimeter.Data(), 
+  //         clus->E(),clus->GetNCells(),absIdMax,maxCellFraction);
     
   fhBadClusterEnergy     ->Fill(clus->E());
   Double_t tof = clus->GetTOF()*1.e9;