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. | |
bool | HasIndex () const |
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. | |
bool | fHasIndex {false} |
Whether this friend has a TTreeIndex attached. | |
Int_t | fIndex |
Index of this tree in the list of friends. | |
#include <TFriendProxy.h>
TFriendProxy::TFriendProxy | ( | ) |
Definition at line 29 of file TFriendProxy.cxx.
TFriendProxy::TFriendProxy | ( | TBranchProxyDirector * | director, |
TTree * | main, | ||
Int_t | index | ||
) |
Constructor.
Definition at line 36 of file TFriendProxy.cxx.
|
inline |
Definition at line 32 of file TFriendProxy.h.
Long64_t TFriendProxy::GetReadEntry | ( | ) | const |
Return the entry number currently being looked at.
Definition at line 87 of file TFriendProxy.cxx.
|
inline |
Definition at line 37 of file TFriendProxy.h.
void TFriendProxy::ResetReadEntry | ( | ) |
Refresh the cached read entry number from the original tree.
Definition at line 95 of file TFriendProxy.cxx.
void TFriendProxy::Update | ( | TTree * | newmain | ) |
Update the address of the underlying tree.
Definition at line 105 of file TFriendProxy.cxx.
|
protected |
Contain pointer to TTree and entry to be read.
Definition at line 24 of file TFriendProxy.h.
|
protected |
Whether this friend has a TTreeIndex attached.
Definition at line 26 of file TFriendProxy.h.
|
protected |
Index of this tree in the list of friends.
Definition at line 25 of file TFriendProxy.h.