12#ifndef ROOT_THbookTree 
   13#define ROOT_THbookTree 
#define ClassDef(name, id)
 
This class is an interface to the Hbook objects in Hbook files.
 
A wrapper class supporting Hbook ntuples (CWN and RWN).
 
virtual Long64_t SetEntries(Long64_t n=-1)
Set the number of entries in the tree header and its branches.
 
virtual void Print(Option_t *option="") const
Print an overview of the hbook ntuple.
 
virtual void SetType(Int_t atype)
 
virtual Int_t GetEntry(Long64_t entry=0, Int_t getall=0)
get one entry from the hbook ntuple
 
char * MakeX(Int_t nvars)
 
virtual ~THbookTree()
destructor
 
THbookTree()
default constructor
 
THbookFile * GetHbookFile()
 
virtual void SetHbookFile(THbookFile *file)
 
virtual void InitBranches(Long64_t entry)
Initialize the branch addresses.
 
A TTree represents a columnar dataset.