Definition at line 22 of file TFriendProxy.h.
Public Member Functions | |
| TFriendProxy () | |
| TFriendProxy (TBranchProxyDirector *director, TTree *main, Int_t index) | |
| Constructor.   | |
| TBranchProxyDirector * | GetDirector () | 
| Long64_t | GetReadEntry () const | 
| Return the entry number currently being looked at.   | |
| void | ResetReadEntry () | 
| Refresh the cached read entry number from the original tree.   | |
| void | Update (TTree *newmain) | 
| Update the address of the underlying tree.   | |
Protected Attributes | |
| TBranchProxyDirector | fDirector | 
| Contain pointer to TTree and entry to be read.   | |
| Int_t | fIndex | 
| Index of this tree in the list of friends.   | |
#include <TFriendProxy.h>
| TFriendProxy::TFriendProxy | ( | ) | 
Definition at line 28 of file TFriendProxy.cxx.
| TFriendProxy::TFriendProxy | ( | TBranchProxyDirector * | director, | 
| TTree * | main, | ||
| Int_t | index ) | 
Constructor.
Definition at line 35 of file TFriendProxy.cxx.
      
  | 
  inline | 
Definition at line 31 of file TFriendProxy.h.
| Long64_t TFriendProxy::GetReadEntry | ( | ) | const | 
Return the entry number currently being looked at.
Definition at line 53 of file TFriendProxy.cxx.
| void TFriendProxy::ResetReadEntry | ( | ) | 
Refresh the cached read entry number from the original tree.
Definition at line 61 of file TFriendProxy.cxx.
| void TFriendProxy::Update | ( | TTree * | newmain | ) | 
Update the address of the underlying tree.
Definition at line 71 of file TFriendProxy.cxx.
      
  | 
  protected | 
Contain pointer to TTree and entry to be read.
Definition at line 24 of file TFriendProxy.h.
      
  | 
  protected | 
Index of this tree in the list of friends.
Definition at line 25 of file TFriendProxy.h.