#include <THbookTree.h>
Inheritance diagram for THbookTree:
Definition at line 34 of file THbookTree.h.
THbookTree::THbookTree | ( | ) |
THbookTree::THbookTree | ( | const char * | name, | |
Int_t | id | |||
) |
THbookTree::~THbookTree | ( | ) | [virtual] |
Definition at line 82 of file THbookTree.cxx.
References THbookFile::DeleteID(), fFile, fID, and fX.
THbookTree::THbookTree | ( | ) |
THbookTree::THbookTree | ( | const char * | name, | |
Int_t | id | |||
) |
virtual THbookTree::~THbookTree | ( | ) | [virtual] |
Reimplemented from TTree.
Definition at line 91 of file THbookTree.cxx.
References fFile, fID, TTree::fReadEntry, fType, THbookFile::GetEntry(), and GetX().
Referenced by InitBranches().
THbookFile* THbookTree::GetHbookFile | ( | ) | [inline] |
Definition at line 48 of file THbookTree.h.
References fFile.
Referenced by THbookBranch::Browse(), THbookBranch::GetEntry(), and THbookBranch::SetAddress().
virtual Int_t THbookTree::GetID | ( | ) | [inline, virtual] |
Definition at line 49 of file THbookTree.h.
References fID.
Referenced by THbookBranch::GetEntry(), and THbookBranch::SetAddress().
virtual Int_t THbookTree::GetType | ( | ) | [inline, virtual] |
Definition at line 50 of file THbookTree.h.
References fType.
Referenced by THbookBranch::GetEntry(), and THbookBranch::SetAddress().
Float_t* THbookTree::GetX | ( | ) | [inline] |
Definition at line 51 of file THbookTree.h.
References fX.
Referenced by THbookBranch::GetEntry(), and GetEntry().
void THbookTree::InitBranches | ( | Long64_t | entry | ) | [virtual] |
Definition at line 100 of file THbookTree.cxx.
References fFile, fID, fInit, GetEntry(), TVirtualTreePlayer::GetNfill(), TTree::GetPlayer(), TTree::GetSelect(), TTree::GetVar1(), TTree::GetVar2(), TTree::GetVar3(), THbookFile::InitLeaves(), kFALSE, and kTRUE.
Referenced by THbookBranch::GetEntry().
char* THbookTree::MakeX | ( | Int_t | nvars | ) | [inline] |
Definition at line 53 of file THbookTree.h.
References fX.
Referenced by THbookFile::ConvertCWN(), and THbookFile::ConvertRWN().
void THbookTree::Print | ( | Option_t * | option = "" |
) | const [virtual] |
Reimplemented from TTree.
Definition at line 126 of file THbookTree.cxx.
References TTree::fEntries, TTree::GetListOfBranches(), and THbookBranch::SetEntries().
Referenced by THbookFile::ConvertCWN(), and THbookFile::ConvertRWN().
virtual void THbookTree::SetHbookFile | ( | THbookFile * | file | ) | [inline, virtual] |
Definition at line 56 of file THbookTree.h.
References fFile.
Referenced by THbookFile::ConvertCWN(), and THbookFile::ConvertRWN().
virtual void THbookTree::SetType | ( | Int_t | atype | ) | [inline, virtual] |
Definition at line 57 of file THbookTree.h.
References fType.
Referenced by THbookFile::ConvertCWN(), and THbookFile::ConvertRWN().
Reimplemented from TTree.
THbookFile* THbookTree::GetHbookFile | ( | ) | [inline] |
virtual Int_t THbookTree::GetID | ( | ) | [inline, virtual] |
virtual Int_t THbookTree::GetType | ( | ) | [inline, virtual] |
Float_t* THbookTree::GetX | ( | void | ) | [inline] |
virtual void THbookTree::InitBranches | ( | Long64_t | entry | ) | [virtual] |
char* THbookTree::MakeX | ( | Int_t | nvars | ) | [inline] |
virtual void THbookTree::SetHbookFile | ( | THbookFile * | file | ) | [inline, virtual] |
virtual void THbookTree::SetType | ( | Int_t | atype | ) | [inline, virtual] |
Int_t THbookTree::fID [protected] |
Definition at line 37 of file THbookTree.h.
Referenced by GetEntry(), GetID(), InitBranches(), THbookTree(), and ~THbookTree().
Int_t THbookTree::fType [protected] |
Definition at line 38 of file THbookTree.h.
Referenced by GetEntry(), GetType(), SetType(), and THbookTree().
char* THbookTree::fX [protected] |
Definition at line 39 of file THbookTree.h.
Referenced by GetX(), MakeX(), THbookTree(), and ~THbookTree().
Bool_t THbookTree::fInit [protected] |
THbookFile* THbookTree::fFile [protected] |
Definition at line 41 of file THbookTree.h.
Referenced by GetEntry(), GetHbookFile(), InitBranches(), SetHbookFile(), THbookTree(), and ~THbookTree().
char* THbookTree::fX [protected] |
Definition at line 39 of file THbookTree.h.
THbookFile* THbookTree::fFile [protected] |
Definition at line 41 of file THbookTree.h.