ROOT 6.18/05 Reference Guide |
Definition at line 35 of file TBranchProxyDirector.h.
Public Member Functions | |
TBranchProxyDirector (TTree *tree, Int_t i) | |
TBranchProxyDirector (TTree *tree, Long64_t i) | |
void | Attach (Detail::TBranchProxy *p) |
void | Attach (TFriendProxy *f) |
TH1F * | CreateHistogram (const char *options) |
Long64_t | GetReadEntry () const |
Return the current 'local' entry number; i.e. More... | |
TTree * | GetTree () const |
Bool_t | Notify () |
void | SetReadEntry (Long64_t entry) |
Move to a new entry to read entry is the 'local' entry number; i.e. More... | |
TTree * | SetTree (TTree *newtree) |
Private Member Functions | |
TBranchProxyDirector (const TBranchProxyDirector &) | |
TBranchProxyDirector & | operator= (const TBranchProxyDirector &) |
Private Attributes | |
std::list< Detail::TBranchProxy * > | fDirected |
Long64_t | fEntry |
std::vector< TFriendProxy * > | fFriends |
TTree * | fTree |
#include <TBranchProxyDirector.h>
|
inlineprivate |
Definition at line 44 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.
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 |
Return the current 'local' entry number; i.e.
in the 'local' TTree rather than the TChain. This value will be passed directly to TBranch::GetEntry.
Definition at line 58 of file TBranchProxyDirector.h.
|
inline |
Definition at line 60 of file TBranchProxyDirector.h.
Bool_t ROOT::Internal::TBranchProxyDirector::Notify | ( | ) |
Definition at line 143 of file TBranchProxyDirector.cxx.
|
inlineprivate |
Definition at line 45 of file TBranchProxyDirector.h.
Move to a new entry to read entry is the 'local' entry number; i.e.
in the 'local' TTree rather than the TChain. This value will be passed directly to TBranch::GetEntry.
Definition at line 66 of file TBranchProxyDirector.h.
Definition at line 131 of file TBranchProxyDirector.cxx.
|
private |
Definition at line 41 of file TBranchProxyDirector.h.
|
private |
Definition at line 39 of file TBranchProxyDirector.h.
|
private |
Definition at line 42 of file TBranchProxyDirector.h.
|
private |
Definition at line 38 of file TBranchProxyDirector.h.