]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveBase/AliEveEventSelector.h
Added support to display the HLT ESD Tree. See the comment in visscan_local.C for How
[u/mrichter/AliRoot.git] / EVE / EveBase / AliEveEventSelector.h
index b78746504436fba5544570c58ef5c64b3cda2e03..c7880d78decad26f0191f175f4fad0898ff402cf 100644 (file)
@@ -71,6 +71,9 @@ public:
 protected:
   void UpdateEntryList();
   Bool_t CheckOtherSelection(AliESDEvent* ESD);
+
+  Bool_t FindNextInTree(TTree* tree, Int_t& i);
+  Bool_t FindPrevInTree(TTree* tree, Int_t& i);
   
 private:
   AliEveEventSelector(const AliEveEventSelector&);