A++ » INCLUDE » ROOT::Internal::TBranchProxyDirector

class ROOT::Internal::TBranchProxyDirector

Function Members (Methods)

public:
~TBranchProxyDirector()
voidAttach(ROOT::Detail::TBranchProxy* p)
voidAttach(ROOT::Internal::TFriendProxy* f)
TH1F*CreateHistogram(const char* options)
Long64_tGetReadEntry() const
TTree*GetTree() const
voidSetReadEntry(Long64_t entry)
TTree*SetTree(TTree* newtree)
ROOT::Internal::TBranchProxyDirectorTBranchProxyDirector(TTree* tree, Long64_t i)
ROOT::Internal::TBranchProxyDirectorTBranchProxyDirector(TTree* tree, Int_t i)

Data Members

private:
list<ROOT::Detail::TBranchProxy*>fDirected
Long64_tfEntryEntry currently being read.
list<ROOT::Internal::TFriendProxy*>fFriends
TTree*fTreeTTree we are currently looking at.

Class Charts

Inheritance Chart:
ROOT::Internal::TBranchProxyDirector

Function documentation

TBranchProxyDirector(const ROOT::Internal::TBranchProxyDirector& )
{;}
TBranchProxyDirector& operator=(const ROOT::Internal::TBranchProxyDirector& )
{return *this;}
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
{ return fEntry; }
TTree* GetTree() const
 void   Print();
{ return fTree; }
void SetReadEntry(Long64_t entry)
TTree* SetTree(TTree* newtree)