Double_t * fValue
! Pointer to data buffer
A TLeaf describes individual elements of a TBranch See TBranch structure in TTree.
A TLeaf for a 64 bit floating point data type.
virtual ~TLeafD()
Default destructor for a LeafD.
Double_t GetValue(Int_t i=0) const
virtual void FillBasket(TBuffer &b)
Pack leaf elements in Basket output buffer.
virtual void PrintValue(Int_t i=0) const
Prints leaf value.
virtual void ReadBasketExport(TBuffer &b, TClonesArray *list, Int_t n)
Read leaf elements from Basket input buffer and export buffer to TClonesArray objects.
Buffer base class used for serializing objects.
virtual void SetAddress(void *add=0)
Set leaf buffer data address.
#define ClassDef(name, id)
virtual void * GetValuePointer() const
virtual void Import(TClonesArray *list, Int_t n)
Import element from ClonesArray into local leaf buffer.
Double_t ** fPointer
! Address of pointer to data buffer
Double_t fMinimum
Minimum value if leaf range is specified.
const char * GetTypeName() const
virtual void ReadBasket(TBuffer &b)
Read leaf elements from Basket input buffer.
An array of clone (identical) objects.
Double_t fMaximum
Maximum value if leaf range is specified.
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 Export(TClonesArray *list, Int_t n)
Export element from local leaf buffer to ClonesArray.
A TTree is a list of TBranches.
virtual void ReadValue(std::istream &s, Char_t delim=' ')
Read a double from std::istream s and store it into the branch buffer.
TLeafD()
Default constructor for LeafD.