]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliGlobalQADataMaker.h
Added ptHard to the information in the AliAODMCHeader, filled in the AODHandler
[u/mrichter/AliRoot.git] / STEER / AliGlobalQADataMaker.h
index ef8478c78a22cd103e4030845160a808ec9b8466..e730efca4c14a715b13c648d4e1cec757579f427 100644 (file)
@@ -27,13 +27,15 @@ public:
   AliGlobalQADataMaker(const AliQADataMakerRec& qadm):
        AliQADataMakerRec(qadm) {;}
 
+  void InitRecPointsForTracker() { InitRecPoints(); }
+
 private:
-       void   EndOfDetectorCycle(AliQA::TASKINDEX_t, TObjArray ** list) ;
+       void   EndOfDetectorCycle(AliQAv1::TASKINDEX_t, TObjArray ** list) ;
 
        void InitRaws(); 
-       void InitRecPoints();
+  void InitRecPoints();
   void InitESDs();
-
+  
        void MakeRaws(AliRawReader* rawReader) ; 
   void MakeESDs(AliESDEvent *event);