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