ROOT
6.06/09
Reference Guide
|
Definition at line 38 of file TBranchProxyDirector.h.
Public Member Functions | |
TBranchProxyDirector (TTree *tree, Long64_t i) | |
TBranchProxyDirector (TTree *tree, Int_t i) | |
void | Attach (Detail::TBranchProxy *p) |
void | Attach (TFriendProxy *f) |
TH1F * | CreateHistogram (const char *options) |
Long64_t | GetReadEntry () const |
TTree * | GetTree () const |
void | SetReadEntry (Long64_t entry) |
TTree * | SetTree (TTree *newtree) |
Private Member Functions | |
TBranchProxyDirector (const TBranchProxyDirector &) | |
TBranchProxyDirector & | operator= (const TBranchProxyDirector &) |
Private Attributes | |
TTree * | fTree |
Long64_t | fEntry |
std::list< Detail::TBranchProxy * > | fDirected |
std::list< TFriendProxy * > | fFriends |
#include <TBranchProxyDirector.h>
|
inlineprivate |
Definition at line 47 of file TBranchProxyDirector.h.
Definition at line 51 of file TBranchProxyDirector.cxx.
Definition at line 58 of file TBranchProxyDirector.cxx.
void ROOT::Internal::TBranchProxyDirector::Attach | ( | Detail::TBranchProxy * | p | ) |
Definition at line 66 of file TBranchProxyDirector.cxx.
Referenced by ROOT::Detail::TBranchProxy::TBranchProxy(), and ROOT::Internal::TFriendProxy::TFriendProxy().
void ROOT::Internal::TBranchProxyDirector::Attach | ( | TFriendProxy * | f | ) |
Definition at line 74 of file TBranchProxyDirector.cxx.
TH1F * ROOT::Internal::TBranchProxyDirector::CreateHistogram | ( | const char * | options | ) |
Definition at line 82 of file TBranchProxyDirector.cxx.
|
inline |
|
inline |
Definition at line 59 of file TBranchProxyDirector.h.
Referenced by ROOT::Detail::TBranchProxy::IsInitialized(), ROOT::Internal::TFriendProxy::ResetReadEntry(), and TTreeReader::SetEntryBase().
|
inlineprivate |
Definition at line 48 of file TBranchProxyDirector.h.
Definition at line 131 of file TBranchProxyDirector.cxx.
Referenced by ROOT::Internal::TFriendProxy::ResetReadEntry(), TTreeReader::SetEntryBase(), and TTreeReader::SetTree().
Definition at line 140 of file TBranchProxyDirector.cxx.
Referenced by TTreeReader::SetEntryBase(), TTreeReader::SetTree(), ROOT::Internal::TFriendProxy::TFriendProxy(), and ROOT::Internal::TFriendProxy::Update().
|
private |
Definition at line 44 of file TBranchProxyDirector.h.
|
private |
Definition at line 42 of file TBranchProxyDirector.h.
Referenced by GetReadEntry(), SetReadEntry(), and SetTree().
|
private |
Definition at line 45 of file TBranchProxyDirector.h.
Referenced by Attach(), SetReadEntry(), and SetTree().
|
private |
Definition at line 41 of file TBranchProxyDirector.h.
Referenced by CreateHistogram(), GetTree(), and SetTree().