#include <TFriendProxy.h>
Public Member Functions | |
TFriendProxy () | |
TFriendProxy (TBranchProxyDirector *director, TTree *main, Int_t index) | |
Long64_t | GetReadEntry () const |
void | ResetReadEntry () |
void | Update (TTree *newmain) |
TFriendProxy () | |
TFriendProxy (TBranchProxyDirector *director, TTree *main, Int_t index) | |
Long64_t | GetReadEntry () const |
void | ResetReadEntry () |
void | Update (TTree *newmain) |
Protected Attributes | |
TBranchProxyDirector | fDirector |
Int_t | fIndex |
Definition at line 23 of file TFriendProxy.h.
ROOT::TFriendProxy::TFriendProxy | ( | ) |
Definition at line 30 of file TFriendProxy.cxx.
ROOT::TFriendProxy::TFriendProxy | ( | TBranchProxyDirector * | director, | |
TTree * | main, | |||
Int_t | index | |||
) |
Definition at line 35 of file TFriendProxy.cxx.
References ROOT::TBranchProxyDirector::Attach(), fDirector, fIndex, TFriendElement::GetTree(), main(), and ROOT::TBranchProxyDirector::SetTree().
ROOT::TFriendProxy::TFriendProxy | ( | ) |
ROOT::TFriendProxy::TFriendProxy | ( | TBranchProxyDirector * | director, | |
TTree * | main, | |||
Int_t | index | |||
) |
Long64_t ROOT::TFriendProxy::GetReadEntry | ( | ) | const |
Definition at line 49 of file TFriendProxy.cxx.
References fDirector, and ROOT::TBranchProxyDirector::GetReadEntry().
void ROOT::TFriendProxy::ResetReadEntry | ( | ) |
Definition at line 57 of file TFriendProxy.cxx.
References fDirector, TTree::GetReadEntry(), ROOT::TBranchProxyDirector::GetTree(), TTree::GetTree(), and ROOT::TBranchProxyDirector::SetReadEntry().
void ROOT::TFriendProxy::Update | ( | TTree * | newmain | ) |
Definition at line 67 of file TFriendProxy.cxx.
References TList::At(), fDirector, fIndex, TTree::GetListOfFriends(), TFriendElement::GetTree(), and ROOT::TBranchProxyDirector::SetTree().
Long64_t ROOT::TFriendProxy::GetReadEntry | ( | ) | const |
void ROOT::TFriendProxy::ResetReadEntry | ( | ) |
void ROOT::TFriendProxy::Update | ( | TTree * | newmain | ) |
TBranchProxyDirector ROOT::TFriendProxy::fDirector [protected] |
Definition at line 25 of file TFriendProxy.h.
Referenced by GetReadEntry(), ResetReadEntry(), TFriendProxy(), and Update().
Int_t ROOT::TFriendProxy::fIndex [protected] |