ROOT 6.18/05 Reference Guide |
Definition at line 22 of file TFriendProxy.h.
Public Member Functions | |
TFriendProxy () | |
TFriendProxy (TBranchProxyDirector *director, TTree *main, Int_t index) | |
Constructor. More... | |
TBranchProxyDirector * | GetDirector () |
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.
|
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 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.
Update the address of the underlying tree.
Definition at line 67 of file TFriendProxy.cxx.
|
protected |
Definition at line 24 of file TFriendProxy.h.
|
protected |
Definition at line 25 of file TFriendProxy.h.