]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
the list of tasks were not defined in standalone qa
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Feb 2009 13:46:48 +0000 (13:46 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Feb 2009 13:46:48 +0000 (13:46 +0000)
STEER/AliQADataMakerSteer.cxx

index 8bf2f9d4d2a20cb53c9920009c33fef8120cc1e8..fce56b43213efe753911f5a98341fc8cfd9fe6a6 100644 (file)
@@ -496,7 +496,7 @@ Bool_t AliQADataMakerSteer::Init(const AliQA::TASKINDEX_t taskIndex, const  char
 {
        // Initialize the event source and QA data makers
        
-       //fTasks = AliQA::GetTaskName(taskIndex) ; 
+       fTasks += Form("%d", taskIndex) ; 
 
        if (taskIndex == AliQA::kRAWS) { 
                if (!fRawReader) {