12#ifndef ROOT_TFriendProxy 
   13#define ROOT_TFriendProxy 
TBranchProxyDirector fDirector
 
Long64_t GetReadEntry() const
Return the entry number currently being looked at.
 
TBranchProxyDirector * GetDirector()
 
void ResetReadEntry()
Refresh the cached read entry number from the original tree.
 
void Update(TTree *newmain)
Update the address of the underlying tree.
 
A TTree represents a columnar dataset.
 
int main(int argc, char **argv)