]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/AliACORDEQADataMakerRec.h
Transfer of the initialisation of the QA Data objects in the framework; clean the...
[u/mrichter/AliRoot.git] / ACORDE / AliACORDEQADataMakerRec.h
index 91826db06328832d4ef683a1ef7ef8d7063b9c67..40673b0fcc0508576be2532e71bfb71d017c9bd2 100755 (executable)
@@ -40,7 +40,7 @@ private:
   virtual void   InitRaws() ;    //book Digit QA histo
   virtual void   InitDigits() ;    //book Digit QA histo
   virtual void   MakeDigits(TTree* digitsTree) ;   //Fill Digit QA histo
-  virtual void   MakeDigits(TClonesArray *) {}       //Dummy for the moment
+  virtual void   MakeDigits() {}       //Dummy for the moment
   virtual void   InitRecPoints();  //book cluster QA histo
   virtual void   InitESDs() ;      //book ESD QA histo 
   virtual void   MakeRaws(AliRawReader* rawReader) ;