33            :
TBranch(branch,
name,address,leaflist,basketsize,compress)
 
   63   if (
tree->GetType() == 0) {
 
   64      return file->GetEntry(entry,
tree->GetID(),0,
tree->GetX());
 
   66      tree->InitBranches(entry);
 
   67      return file->GetEntryBranch(entry,
tree->GetID());
 
   82   if (
tree->GetType() != 0) {
 
A TTree is a list of TBranches.
 
virtual void SetAddress(void *add)
Set address of this branch.
 
virtual void Browse(TBrowser *b)
Browser interface.
 
Using a TBrowser one can browse all ROOT objects.
 
const char * GetBlockName() const
 
virtual void SetAddress(void *addobj)
Set address of this branch See important remark in the header of THbookTree.
 
virtual void Browse(TBrowser *b)
Browser interface.
 
virtual Int_t GetEntry(Long64_t entry=0, Int_t getall=0)
get one entry from hbook ntuple
 
This class is an interface to the Hbook objects in Hbook files.
 
A wrapper class supporting Hbook ntuples (CWN and RWN).
 
virtual UInt_t GetUniqueID() const
Return the unique object id.
 
A TTree represents a columnar dataset.