virtual void PrintValue(Int_t i=0) const
Prints leaf value.
virtual void FillBasket(TBuffer &b)
Pack leaf elements in Basket output buffer.
A TLeaf describes individual elements of a TBranch See TBranch structure in TTree.
virtual Bool_t IncludeRange(TLeaf *)
Copy/set fMinimum and fMaximum to include/be wide than those of the parameter.
Int_t fMaximum
Maximum value if leaf range is specified.
const char * GetTypeName() const
Returns name of leaf type.
TLeafC()
Default constructor for LeafC.
virtual void SetMinimum(Int_t min)
Buffer base class used for serializing objects.
Int_t fMinimum
Minimum value if leaf range is specified.
Char_t * fValue
! Pointer to data buffer
A TLeaf for a variable length string.
virtual Int_t GetMinimum() const
virtual Int_t GetMaximum() const
#define ClassDef(name, id)
virtual void * GetValuePointer() const
Double_t GetValue(Int_t i=0) const
virtual void ReadBasketExport(TBuffer &b, TClonesArray *list, Int_t n)
Read leaf elements from Basket input buffer and export buffer to TClonesArray objects.
virtual void Export(TClonesArray *list, Int_t n)
Export element from local leaf buffer to ClonesArray.
virtual void ReadBasket(TBuffer &b)
Read leaf elements from Basket input buffer.
static constexpr double s
virtual void Import(TClonesArray *list, Int_t n)
Import element from ClonesArray into local leaf buffer.
virtual void ReadValue(std::istream &s, Char_t delim=' ')
Read a string from std::istream s up to delimiter and store it into the branch buffer.
Char_t ** fPointer
! Address of pointer to data buffer
An array of clone (identical) objects.
char * GetValueString() const
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
virtual ~TLeafC()
Default destructor for a LeafC.
A TTree is a list of TBranches.
virtual void SetMaximum(Int_t max)
virtual void SetAddress(void *add=0)
Set leaf buffer data address.