]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Debug message format changed.
authorpolicheh <policheh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 Mar 2008 16:33:09 +0000 (16:33 +0000)
committerpolicheh <policheh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 Mar 2008 16:33:09 +0000 (16:33 +0000)
PHOS/AliPHOSPreprocessor.cxx

index 9ce681a77ce86411d05534de203d9cf4bb923402..da756f8c0776edf31d2c6e1265f9ef1565c834f4 100644 (file)
@@ -188,7 +188,7 @@ Float_t AliPHOSPreprocessor::HG2LG(Int_t mod, Int_t X, Int_t Z, TFile* f)
   gaus1->SetLineColor(kBlue);
   h1->Fit(gaus1,"LERQ+");
 
-  Log(Form("\t%s: %d entries, mean=%.3f, peak=%.3f, rms= %.3f. HG/LG = %.3f\n",
+  AliInfo(Form("%s: %d entries, mean=%.3f, peak=%.3f, rms= %.3f. HG/LG = %.3f\n",
           h1->GetTitle(),h1->GetEntries(),h1->GetMean(),max,h1->GetRMS(),
           gaus1->GetParameter("Mean")));