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