X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TOF%2FAliTOFQAChecker.cxx;h=58f647584445e19b812fd380a6977dcf27b7faee;hp=cf85d840489178295d79447101227dbf05a5530d;hb=5379c4a36d42baeb9f7a3f573a57bb4957b3628d;hpb=8838ab7ab4663d7ad4117ce1b692143175fa0d4e diff --git a/TOF/AliTOFQAChecker.cxx b/TOF/AliTOFQAChecker.cxx index cf85d840489..58f64758444 100644 --- a/TOF/AliTOFQAChecker.cxx +++ b/TOF/AliTOFQAChecker.cxx @@ -60,7 +60,7 @@ Double_t * AliTOFQAChecker::Check(AliQAv1::ALITASK_t /*index*/, TObjArray ** lis if (hdata) { Double_t rv = 0.; if(hdata->GetEntries()>0)rv=1; - AliInfo(Form("%s -> %f", hdata->GetName(), rv)) ; + AliDebug(AliQAv1::GetQADebugLevel(), Form("%s -> %f", hdata->GetName(), rv)) ; count[specie]++ ; test[specie] += rv ; } @@ -76,7 +76,7 @@ Double_t * AliTOFQAChecker::Check(AliQAv1::ALITASK_t /*index*/, TObjArray ** lis else { test[specie] /= count[specie] ; } - AliInfo(Form("Test Result = %f", test[specie])) ; + AliDebug(AliQAv1::GetQADebugLevel(), Form("Test Result = %f", test[specie])) ; } } }