X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSQASPDChecker.cxx;fp=ITS%2FAliITSQASPDChecker.cxx;h=388400ce5fd753594b457295fd1d30fa1853a001;hb=f4ed01aea5f90439af9416b2cfb8e44fc9cd7a27;hp=446623442dccc805678732d20d6ac0fc2919a5a4;hpb=a13c22caa243631280df909e8b5bb6ff0dba75d5;p=u%2Fmrichter%2FAliRoot.git 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()));}