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. 
 
virtual Bool_t IsUnsigned() const
 
Buffer base class used for serializing objects. 
 
virtual Int_t GetMaximum() const
 
const char * GetTypeName() const
Returns name of leaf type. 
 
Char_t fMaximum
Maximum value if leaf range is specified. 
 
Double_t GetValue(Int_t i=0) const
 
virtual void SetMinimum(Char_t min)
 
#define ClassDef(name, id)
 
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. 
 
TLeafB()
Default constructor. 
 
virtual void SetAddress(void *addr=0)
Set value buffer address. 
 
virtual void ReadBasket(TBuffer &)
Read leaf elements from Basket input buffer. 
 
Char_t fMinimum
Minimum value if leaf range is specified. 
 
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 void PrintValue(Int_t i=0) const
Prints leaf value. 
 
virtual Bool_t IncludeRange(TLeaf *)
Copy/set fMinimum and fMaximum to include/be wide than those of the parameter. 
 
virtual void FillBasket(TBuffer &b)
Pack leaf elements into Basket output buffer. 
 
Char_t ** fPointer
! Address of a pointer to data buffer! 
 
static constexpr double s
 
virtual void * GetValuePointer() const
 
An array of clone (identical) objects. 
 
Char_t * fValue
! Pointer to data buffer 
 
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 Int_t GetMinimum() const
 
virtual ~TLeafB()
Destructor. 
 
A TTree is a list of TBranches.