91 Error(
"ReadValue",
"Not implemented!");
virtual ~TLeaf()
Destructor.
A TLeaf describes individual elements of a TBranch See TBranch structure in TTree.
Set if we own the value buffer and so must delete it ourselves.
virtual Bool_t IsUnsigned() const
virtual const char * GetTypeName() const
virtual TLeaf * GetLeafCounter(Int_t &countval) const
Return a pointer to the counter of this leaf.
virtual void PrintValue(Int_t i=0) const
Buffer base class used for serializing objects.
virtual Int_t GetOffset() const
Data member is a pointer to an array of basic types.
virtual void Import(TClonesArray *, Int_t)
virtual Long64_t GetValueLong64(Int_t i=0) const
static Long64_t Exec(const TLeaf *leaf, Int_t i=0)
virtual LongDouble_t GetValueLongDouble(Int_t i=0) const
Int_t fLenType
Number of bytes for this data type.
static ULong64_t Exec(const TLeaf *leaf, Int_t i=0)
virtual void SetRange(Bool_t range=kTRUE)
#define ClassDef(name, id)
virtual Double_t GetValue(Int_t i=0) const
The TNamed class is the base class for all named ROOT classes.
virtual void SetLen(Int_t len=1)
virtual Bool_t IsRange() const
virtual Int_t GetLenType() const
virtual void SetBranch(TBranch *branch)
Int_t fLen
Number of fixed length elements.
virtual void Export(TClonesArray *, Int_t)
virtual void SetAddress(void *add=0)
virtual void FillBasket(TBuffer &b)
Pack leaf elements in Basket output buffer.
Using a TBrowser one can browse all ROOT objects.
virtual Int_t GetLen() const
Return the number of effective elements of this leaf.
Int_t fNdata
! Number of elements in fAddress data buffer
static T Exec(const TLeaf *leaf, Int_t i=0)
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
virtual TLeaf * GetLeafCount() const
virtual void * GetValuePointer() const
virtual Int_t GetMinimum() const
virtual void SetLeafCount(TLeaf *leaf)
Set the leaf count of this leaf.
virtual Int_t GetLenStatic() const
virtual void SetOffset(Int_t offset=0)
static LongDouble_t Exec(const TLeaf *leaf, Int_t i=0)
virtual Int_t GetMaximum() const
virtual void Browse(TBrowser *b)
Browse the content of this leaf.
unsigned long long ULong64_t
Bool_t fIsUnsigned
(=kTRUE if unsigned, kFALSE otherwise)
virtual void ReadBasket(TBuffer &)
virtual void SetUnsigned()
virtual void ReadBasketExport(TBuffer &, TClonesArray *, Int_t)
virtual void ReadValue(std::istream &, Char_t=' ')
Int_t fOffset
Offset in ClonesArray object (if one)
An array of clone (identical) objects.
Bool_t fIsRange
(=kTRUE if leaf has a range, kFALSE otherwise)
TBranch * fBranch
! Pointer to supporting branch (we do not own the branch)
Int_t ResetAddress(void *add, Bool_t destructor=kFALSE)
Helper routine for TLeafX::SetAddress.
TLeaf * fLeafCount
Pointer to Leaf count if variable length (we do not own the counter)
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
TLeaf & operator=(const TLeaf &)
Assignment operator.
TBranch * GetBranch() const
A TTree is a list of TBranches.
virtual Bool_t IsOnTerminalBranch() const
T GetTypedValue(Int_t i=0) const
virtual Int_t GetNdata() const