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