]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASDDChecker.cxx
In v1 geometry cluster should be attached to sensor according to sensor VIDs, rather...
[u/mrichter/AliRoot.git] / ITS / AliITSQASDDChecker.cxx
index e74f8c3472d2dff450ea445fef1f8e3e21ca770a..0f1bdc1b944ccb68a2e36734bf5fecc46f089f74 100644 (file)
@@ -1284,14 +1284,7 @@ Bool_t  AliITSQASDDChecker::MakeSDDImage( TObjArray ** list, AliQAv1::TASKINDEX_
     case AliQAv1::kNULLTASKINDEX:; case  AliQAv1::kNTASKINDEX: 
       {
        Int_t ts=(Int_t)task;
-       TString str;
-       if(ts>-1 && ts <9){
-         str= AliQAv1::GetTaskName(task);
-       }
-       else {
-         str="UNDEFINED";
-       }
-       AliWarning(Form("No histograms for this task ( %s ) \n", str.Data())); 
+       AliWarning(Form("No histograms for this task number %d  \n", ts)); 
        rval=kFALSE;
       }
       break;