]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/AliACORDEQADataMakerSim.h
Create wrapper for JSON macro that calls traditional macro, and add development JSON...
[u/mrichter/AliRoot.git] / ACORDE / AliACORDEQADataMakerSim.h
index a043fad9ccb5b2736cb2ee1dd138aa5a0dac5012..9da969475e25b8430b647abc2913001828ac6f6b 100755 (executable)
@@ -40,11 +40,12 @@ private:
   virtual void   InitHits() ;      //book hit QA histo 
   virtual void   InitDigits() ;    //book Digit QA histo
   virtual void   MakeHits(TTree * hits) ;       //Fill hit QA histo
-  virtual void   MakeHits(TClonesArray *) {}       //Dummy for the moment
+  virtual void   MakeHits() {}       //Dummy for the moment
   virtual void   MakeDigits(TTree* digitsTree) ;   //Fill Digit QA histo
-  virtual void   MakeDigits(TClonesArray *) {}       //Dummy for the moment
-  virtual void   EndOfDetectorCycle(AliQA::TASKINDEX_t, TObjArray * list) ;
+  virtual void   MakeDigits() {}       //Dummy for the moment
+  virtual void   EndOfDetectorCycle(AliQAv1::TASKINDEX_t, TObjArray ** list) ;
   virtual void   StartOfDetectorCycle() ;
+
   ClassDef(AliACORDEQADataMakerSim,1)  // description 
 
 };