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