]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/AliACORDEQADataMakerSim.h
Fixed warnings
[u/mrichter/AliRoot.git] / ACORDE / AliACORDEQADataMakerSim.h
index 96483f623fa7386f3935e2c0d1683b1ce1ca7d18..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   MakeDigits() {}       //Dummy for the moment
   virtual void   EndOfDetectorCycle(AliQAv1::TASKINDEX_t, TObjArray ** list) ;
   virtual void   StartOfDetectorCycle() ;
+
   ClassDef(AliACORDEQADataMakerSim,1)  // description 
 
 };