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.
void Browse(TBrowser *b) override
Browser interface.
Using a TBrowser one can browse all ROOT objects.
Int_t GetEntry(Long64_t entry=0, Int_t getall=0) override
get one entry from hbook ntuple
const char * GetBlockName() const
void SetAddress(void *addobj) override
Set address of this branch See important remark in the header of THbookTree.
void Browse(TBrowser *b) override
Browser interface.
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.