ROOT
6.06/09
Reference Guide
|
Definition at line 24 of file TFriendProxy.h.
Public Member Functions | |
TFriendProxy () | |
TFriendProxy (TBranchProxyDirector *director, TTree *main, Int_t index) | |
Constructor. More... | |
Long64_t | GetReadEntry () const |
Return the entry number currently being looked at. More... | |
void | ResetReadEntry () |
Refresh the cached read entry number from the original tree. More... | |
void | Update (TTree *newmain) |
Update the address of the underlying tree. More... | |
Protected Attributes | |
TBranchProxyDirector | fDirector |
Int_t | fIndex |
#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.
Long64_t TFriendProxy::GetReadEntry | ( | ) | const |
Return the entry number currently being looked at.
Definition at line 49 of file TFriendProxy.cxx.
void TFriendProxy::ResetReadEntry | ( | ) |
Refresh the cached read entry number from the original tree.
Definition at line 57 of file TFriendProxy.cxx.
Referenced by ROOT::Internal::ResetReadEntry().
Update the address of the underlying tree.
Definition at line 67 of file TFriendProxy.cxx.
|
protected |
Definition at line 26 of file TFriendProxy.h.
Referenced by GetReadEntry(), ResetReadEntry(), TFriendProxy(), and Update().
|
protected |
Definition at line 27 of file TFriendProxy.h.
Referenced by TFriendProxy(), and Update().