]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenReaderEcalJets.h
Some updates needed to use this class as a base class.
[u/mrichter/AliRoot.git] / EVGEN / AliGenReaderEcalJets.h
index f02d9e3d7a5baef6b4df1ca98ff87ffff083b364..032793cdf02a2d40261f8b1d54c3e299edf1dddb 100644 (file)
@@ -25,6 +25,7 @@ class AliGenReaderEcalJets : public AliGenReader
     // Read
     virtual Int_t NextEvent();
     virtual TParticle*  NextParticle();
+     virtual void RewindEvent(){;}
     AliGenReaderEcalJets & operator=(const AliGenReaderEcalJets & rhs);
  
  protected:
@@ -53,7 +54,7 @@ class AliGenReaderEcalJets : public AliGenReader
     TTree            *fTreeNtuple;  // pointer to the TTree
 
  private:
-    void Copy(AliGenReaderEcalJets&) const;
+    void Copy(TObject&) const;
     ClassDef(AliGenReaderEcalJets,1) // Read particles from cwn-ntuple
 };
 #endif