12#ifndef ROOT_TBranchRef 
   13#define ROOT_TBranchRef 
#define ClassDef(name, id)
 
A branch containing and managing a TRefTable for TRef autoloading.
 
TRefTable * GetRefTable() const
 
virtual ~TBranchRef()
Typical destructor.
 
virtual void ResetAfterMerge(TFileMergeInfo *)
Reset a Branch after a Merge operation (drop data but keep customizations) TRefTable is cleared.
 
TBranchRef()
Default constructor.
 
void FillLeavesImpl(TBuffer &b)
This function called by TBranch::Fill overloads TBranch::FillLeaves.
 
virtual void SetRequestedEntry(Long64_t entry)
 
virtual void Reset(Option_t *option="")
 
virtual void Clear(Option_t *option="")
Clear entries in the TRefTable.
 
TRefTable * fRefTable
pointer to the TRefTable
 
Long64_t fRequestedEntry
! Cursor indicating which entry is being requested.
 
virtual void Print(Option_t *option="") const
Print the TRefTable branch.
 
virtual Bool_t Notify()
This function is called by TRefTable::Notify, itself called by TRef::GetObject.
 
virtual Int_t FillImpl(ROOT::Internal::TBranchIMTHelper *)
Fill the branch basket with the referenced objects parent numbers.
 
void ReadLeavesImpl(TBuffer &b)
This function called by TBranch::GetEntry overloads TBranch::ReadLeaves.
 
virtual Int_t SetParent(const TObject *obj, Int_t branchID)
Set the current parent branch.
 
A TTree is a list of TBranches.
 
Buffer base class used for serializing objects.
 
Mother of all ROOT objects.
 
A TRefTable maintains the association between a referenced object and the parent object supporting th...
 
A TTree represents a columnar dataset.