]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASPDChecker.cxx
Checking for SPDMultiplicity in the histogram names to allow printouts (D. Elia)
[u/mrichter/AliRoot.git] / ITS / AliITSQASPDChecker.cxx
index 446623442dccc805678732d20d6ac0fc2919a5a4..388400ce5fd753594b457295fd1d30fa1853a001 100644 (file)
@@ -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()));}