#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
Last change: Wed Jun 25 08:31:04 2008
Last generated: 2008-06-25 08:31
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.