#ifndef ROOT_TFriendProxy
#define ROOT_TFriendProxy
#ifndef ROOT_TBranchProxyDirector
#include "TBranchProxyDirector.h"
#endif
class TTree;
namespace ROOT {
   class TFriendProxy {
   protected:
      TBranchProxyDirector fDirector; 
      Int_t  fIndex; 
   public:
      TFriendProxy();
      TFriendProxy(TBranchProxyDirector *director, TTree *main, Int_t index);
      Long64_t GetReadEntry() const;
      void     ResetReadEntry();
      void     Update(TTree *newmain);
   };
}
#endif
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.