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