12#ifndef ROOT_THbookTree
13#define ROOT_THbookTree
int Int_t
Signed integer 4 bytes (int).
bool Bool_t
Boolean (0=false, 1=true) (bool).
long long Long64_t
Portable signed long integer 8 bytes.
float Float_t
Float 4 bytes (float).
const char Option_t
Option string (const char).
#define ClassDefOverride(name, id)
This class is an interface to the Hbook objects in Hbook files.
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.
TTree()
Default constructor and I/O constructor.