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