From: schutz Date: Thu, 5 Feb 2009 13:46:48 +0000 (+0000) Subject: the list of tasks were not defined in standalone qa X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=cb1f55a86ffe157e0818df150d33d503463a78dd;p=u%2Fmrichter%2FAliRoot.git the list of tasks were not defined in standalone qa --- diff --git a/STEER/AliQADataMakerSteer.cxx b/STEER/AliQADataMakerSteer.cxx index 8bf2f9d4d2a..fce56b43213 100644 --- a/STEER/AliQADataMakerSteer.cxx +++ b/STEER/AliQADataMakerSteer.cxx @@ -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) {