]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/AliT0QAChecker.cxx
fixed warning
[u/mrichter/AliRoot.git] / T0 / AliT0QAChecker.cxx
index 3c0385e1e6904e4110a27569b87ce70f7d26cbf1..65890641e365edc5e29d7ea19983c15559d9ee95 100644 (file)
@@ -227,8 +227,7 @@ Double_t AliT0QAChecker::CheckESD(TObjArray *listrec ) const
     
     text->AddText(Form("T0 RUN %d ",AliCDBManager::Instance()->GetRun()));
     
-    printf("numentries %f mean %f #sigma %f ", fhESD->GetEntries(), par[2], par[2]);
-    AliDebug(AliQAv1::GetQADebugLevel(), Form("numentries %d mean %f  #sigma %f", fhESD->GetEntries(),par[1], par[2]));
+    AliDebug(AliQAv1::GetQADebugLevel(), Form("numentries %f mean %f  #sigma %f", fhESD->GetEntries(),par[1], par[2]));
     
     
     if (par[2] > 0.07 && par[2] < 1.) {
@@ -248,8 +247,6 @@ Double_t AliT0QAChecker::CheckESD(TObjArray *listrec ) const
       text->SetFillColor(2);
       
       fhESD->GetListOfFunctions()->Add(text);  
-      printf("Please, repeate calibration: shift= %f resolution %f test=%f\n",
-            par[1], par[2], checkr );
        AliDebug(AliQAv1::GetQADebugLevel(),
                Form("Please, check calibration: shift= %f resolution %f test=%f\n",
                     par[1], par[2], checkr) ) ;