]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMCEventHandler.h
Coverity fixes.
[u/mrichter/AliRoot.git] / STEER / AliMCEventHandler.h
index b86f0bf736f9906e2d931b2dd8cbeb61950ee99e..3dce300a90150e7e99406e7301a4ef8dfe1bfe65 100644 (file)
@@ -47,6 +47,7 @@ public:
     virtual void         SetInputTree(TTree* /*tree*/) {;}
     virtual TString*     GetInputPath() const {return fPathName;}
     virtual Bool_t       Init(Option_t* opt);
+    virtual Bool_t       GetEntry() {return kTRUE;}
     virtual Bool_t       InitIO(Option_t* opt) {return Init(opt);};
     virtual Bool_t       Init(TTree* /*tree*/, Option_t* /*opt*/) {return kTRUE;}
     virtual Bool_t       BeginEvent(Long64_t entry);
@@ -65,6 +66,7 @@ public:
     AliMCEvent* MCEvent() const {return fMCEvent;} 
     TTree*      TreeTR()  const {return fTreeTR;}
     TTree*      TreeK()   const {return fTreeK;}
+    virtual TTree*      GetTree() const {return fTreeE;}
     Int_t       GetParticleAndTR(Int_t i, TParticle*& particle, TClonesArray*& trefs);
     void        DrawCheck(Int_t i, Int_t search=0);
     Bool_t      InitOk() {return fInitOk;}