]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASDDDataMakerSim.cxx
Fixes for bug #49914: Compilation breaks in trunk, and bug #48629: Trunk cannot read...
[u/mrichter/AliRoot.git] / ITS / AliITSQASDDDataMakerSim.cxx
index cd2e25d777c9e6ffc0ca0225289bdf9f425d4d21..2e63f2bab82e02ef6a16776a99325a08f8dd0680 100644 (file)
@@ -30,7 +30,7 @@
 // --- AliRoot header files ---\r
 #include "AliITSQASDDDataMakerSim.h"\r
 #include "AliLog.h"\r
-#include "AliQA.h"\r
+#include "AliQAv1.h"\r
 #include "AliQAChecker.h"\r
 #include "AliQADataMakerSim.h"\r
 #include "AliITSQADataMakerSim.h"\r
@@ -94,11 +94,11 @@ void AliITSQASDDDataMakerSim::StartOfDetectorCycle()
 }\r
 \r
 //____________________________________________________________________________ \r
-void AliITSQASDDDataMakerSim::EndOfDetectorCycle(AliQA::TASKINDEX_t /*task*/, TObjArray* /*list*/)\r
+void AliITSQASDDDataMakerSim::EndOfDetectorCycle(AliQAv1::TASKINDEX_t /*task*/, TObjArray* /*list*/)\r
 {\r
   // launch the QA checking\r
-  AliDebug(1,"AliITSDM instantiates checker with Run(AliQA::kITS, task, list)\n"); \r
-  //AliQAChecker::Instance()->Run( AliQA::kITS , task, list);\r
+  AliDebug(1,"AliITSDM instantiates checker with Run(AliQAv1::kITS, task, list)\n"); \r
+  //AliQAChecker::Instance()->Run( AliQAv1::kITS , task, list);\r
 }\r
 \r
 //____________________________________________________________________________ \r
@@ -298,16 +298,16 @@ void AliITSQASDDDataMakerSim::MakeHits(TTree * hits)
 \r
 //_______________________________________________________________\r
 \r
-Int_t AliITSQASDDDataMakerSim::GetOffset(AliQA::TASKINDEX_t task){\r
+Int_t AliITSQASDDDataMakerSim::GetOffset(AliQAv1::TASKINDEX_t task){\r
   // Returns histogram offset according to the specified task\r
   Int_t offset=0;\r
-  if( task == AliQA::kHITS){\r
+  if( task == AliQAv1::kHITS){\r
     offset=fGenOffsetH;  \r
   }\r
-  else if( task == AliQA::kSDIGITS) {\r
+  else if( task == AliQAv1::kSDIGITS) {\r
     offset=fGenOffsetS;   \r
   }\r
-  else if( task == AliQA::kDIGITS) {\r
+  else if( task == AliQAv1::kDIGITS) {\r
     offset=fGenOffsetD;   \r
   }\r
   else {\r
@@ -320,16 +320,16 @@ Int_t AliITSQASDDDataMakerSim::GetOffset(AliQA::TASKINDEX_t task){
 \r
 //_______________________________________________________________\r
 \r
-Int_t AliITSQASDDDataMakerSim::GetTaskHisto(AliQA::TASKINDEX_t task) {\r
+Int_t AliITSQASDDDataMakerSim::GetTaskHisto(AliQAv1::TASKINDEX_t task) {\r
   // Returns the number of booked histograms for the selected task\r
   Int_t histotot=0;\r
-  if( task == AliQA::kHITS) {\r
+  if( task == AliQAv1::kHITS) {\r
     histotot=fSDDhHTask ;  \r
   }\r
-  else if( task == AliQA::kSDIGITS) {\r
+  else if( task == AliQAv1::kSDIGITS) {\r
     histotot=fSDDhSTask;   \r
   }\r
-  else if( task == AliQA::kDIGITS) {\r
+  else if( task == AliQAv1::kDIGITS) {\r
     histotot=fSDDhDTask ;   \r
   }\r
   else {\r