]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Remove unnecessary printouts
authorzconesa <zconesa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 7 May 2013 09:05:45 +0000 (09:05 +0000)
committerzconesa <zconesa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 7 May 2013 09:05:45 +0000 (09:05 +0000)
PWGHF/vertexingHF/AliVertexingHFUtils.cxx

index 94b48d926d9d6f73d990900b148408d97db33f07..37bdd9d1275ff5a3da6d16d68549fa5d6d3eca95 100644 (file)
@@ -451,7 +451,7 @@ Double_t AliVertexingHFUtils::GetCorrectedNtracklets(TProfile* estimatorAvg, Dou
   //
 
   if(TMath::Abs(vtxZ)>10.0){
-    printf("ERROR: Z vertex out of range for correction of multiplicity\n");
+    //    printf("ERROR: Z vertex out of range for correction of multiplicity\n");
     return uncorrectedNacc;
   }