int Int_t
Signed integer 4 bytes (int).
char Char_t
Character 1 byte (char).
double Double_t
Double 8 bytes.
long long Long64_t
Portable signed long integer 8 bytes.
#define ClassDefOverride(name, id)
A TTree is a list of TBranches.
Buffer base class used for serializing objects.
An array of clone (identical) objects.
void Export(TClonesArray *list, Int_t n) override
Export element from local leaf buffer to ClonesArray.
void * GetValuePointer() const override
DeserializeType GetDeserializeType() const override
bool ** fPointer
! Address of a pointer to data buffer!
Double_t GetValue(Int_t i=0) const override
bool ReadBasketFast(TBuffer &, Long64_t) override
bool * fValue
! Pointer to data buffer
virtual void SetMaximum(bool max)
bool fMaximum
Maximum value if leaf range is specified.
void ReadBasket(TBuffer &b) override
Read leaf elements from Basket input buffer.
void PrintValue(Int_t i=0) const override
Prints leaf value.
Int_t GetMaximum() const override
bool fMinimum
Minimum value if leaf range is specified.
Int_t GetMinimum() const override
void ReadBasketExport(TBuffer &b, TClonesArray *list, Int_t n) override
Read leaf elements from Basket input buffer and export buffer to TClonesArray objects.
TLeafO()
Default constructor for LeafO.
void FillBasket(TBuffer &b) override
Pack leaf elements in Basket output buffer.
const char * GetTypeName() const override
Returns name of leaf type.
virtual void SetMinimum(bool min)
bool IncludeRange(TLeaf *) override
Copy/set fMinimum and fMaximum to include/be wide than those of the parameter.
~TLeafO() override
Default destructor for a LeafO.
void ReadValue(std::istream &s, Char_t delim=' ') override
Read a string from std::istream s and store it into the branch buffer.
void Import(TClonesArray *list, Int_t n) override
Import element from ClonesArray into local leaf buffer.
void SetAddress(void *add=nullptr) override
Set leaf buffer data address.
A TLeaf describes individual elements of a TBranch See TBranch structure in TTree.
TLeaf(const TLeaf &)
Copy constructor.
friend class TClonesArray