virtual void SetMaximum(Char_t max)
A TLeaf describes individual elements of a TBranch See TBranch structure in TTree.
A TLeaf for an 8 bit Integer data type.
virtual void Export(TClonesArray *list, Int_t n)
Export element from local leaf buffer to a ClonesArray.
static Vc_ALWAYS_INLINE int_v min(const int_v &x, const int_v &y)
virtual Bool_t IsUnsigned() const
Buffer base class used for serializing objects.
Double_t GetValue(Int_t i=0) const
virtual void * GetValuePointer() const
virtual void SetMinimum(Char_t min)
virtual void Import(TClonesArray *list, Int_t n)
Import element from ClonesArray into local leaf buffer.
virtual void ReadBasketExport(TBuffer &, TClonesArray *list, Int_t n)
Read leaf elements from Basket input buffer and export buffer to TClonesArray objects.
virtual Int_t GetMaximum() const
TLeafB()
Address of a pointer to data buffer!
virtual void SetAddress(void *addr=0)
Set value buffer address.
virtual Int_t GetMinimum() const
virtual void ReadBasket(TBuffer &)
Read leaf elements from Basket input buffer.
virtual void PrintValue(Int_t i=0) const
Prints leaf value.
virtual void FillBasket(TBuffer &b)
Pack leaf elements into Basket output buffer.
Char_t ** fPointer
Pointer to data buffer.
const char * GetTypeName() const
Returns name of leaf type.
static Vc_ALWAYS_INLINE int_v max(const int_v &x, const int_v &y)
An array of clone (identical) objects.
virtual void ReadValue(std::istream &s, Char_t delim= ' ')
Read a 8 bit integer from std::istream s and store it into the branch buffer.
virtual ~TLeafB()
Destructor.
A TTree is a list of TBranches.