]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Unuseful print commented
authorcoppedis <coppedis@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Feb 2011 17:10:22 +0000 (17:10 +0000)
committercoppedis <coppedis@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Feb 2011 17:10:22 +0000 (17:10 +0000)
ZDC/AliZDCFragment.cxx

index b3d79e158a7c493a1281e2c255a507de49c0bee3..7730f22b344c036795add0f83eadba94dfced58d 100644 (file)
@@ -130,7 +130,7 @@ void AliZDCFragment::GenerateIMF()
    //Float_t bCore = kbMaxPb-2*kNuclearThick;
    if(fB>kbMaxPb){
      fZbAverage = TMath::Exp(-kParamSkinPb[0]*(fB-kParamSkinPb[1]));
-     printf(" b = %1.2f fm   Z_bound %1.2f\n", fB, fZbAverage);
+     //printf(" b = %1.2f fm   Z_bound %1.2f\n", fB, fZbAverage);
    }
    if(fZbAverage>kZProj) fZbAverage = kZProj;
    Float_t zbNorm = fZbAverage/kZProj;