From: masera Date: Tue, 19 May 2009 13:06:10 +0000 (+0000) Subject: Checking for SPDMultiplicity in the histogram names to allow printouts (D. Elia) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=f4ed01aea5f90439af9416b2cfb8e44fc9cd7a27;p=u%2Fmrichter%2FAliRoot.git Checking for SPDMultiplicity in the histogram names to allow printouts (D. Elia) --- diff --git a/ITS/AliITSQASPDChecker.cxx b/ITS/AliITSQASPDChecker.cxx index 446623442dc..388400ce5fd 100644 --- a/ITS/AliITSQASPDChecker.cxx +++ b/ITS/AliITSQASPDChecker.cxx @@ -86,7 +86,7 @@ Double_t AliITSQASPDChecker::Check(AliQAv1::ALITASK_t /*index*/, TObjArray * lis AliDebug(AliQAv1::GetQADebugLevel(), Form("%s: Cluster sizeY mean = %f rms = %f", hdata->GetName(),meany,rmsy)); AliDebug(AliQAv1::GetQADebugLevel(), Form("%s: Cluster sizeZ mean = %f rms = %f", hdata->GetName(),meanz,rmsz)); } - else if(histName.Contains("Multiplicity")) { + else if(histName.Contains("SPDMultiplicity")) { AliDebug(2, Form("%s: Events = %d mean = %f rms = %f", hdata->GetName(),(Int_t)hdata->GetEntries(),hdata->GetMean(),hdata->GetRMS()));}