42 :
TLeaf(parent,name,type)
114 const Short_t kShortUndefined = -9999;
120 else memcpy(&
fValue[j],&kShortUndefined, 2*
fLen);
132 printf(
"%u",uvalue[l]);
135 printf(
"%d",value[l]);
191 for (
Int_t i=0;i<fLen;i++) s >> uvalue[i];
194 for (
Int_t i=0;i<fLen;i++) s >> value[i];
virtual const char * GetName() const
Returns name of object.
A TLeaf describes individual elements of a TBranch See TBranch structure in TTree.
Bool_t TestBit(UInt_t f) const
virtual Bool_t IsUnsigned() const
Buffer base class used for serializing objects.
TLeafS()
Default constructor for LeafS.
virtual void ReadShort(Short_t &s)=0
Data member is a pointer to an array of basic types.
Int_t fLenType
Number of bytes for this data type.
virtual Double_t GetValue(Int_t i=0) const
virtual Bool_t IsRange() const
virtual void ReadBasketExport(TBuffer &b, TClonesArray *list, Int_t n)
Read leaf elements from Basket input buffer and export buffer to TClonesArray objects.
Int_t fLen
Number of fixed length elements.
virtual void Import(TClonesArray *list, Int_t n)
Import element from ClonesArray into local leaf buffer.
Short_t fMaximum
Maximum value if leaf range is specified.
virtual void ReadBasket(TBuffer &b)
Read leaf elements from Basket input buffer.
virtual void SetAddress(void *add=0)
Set leaf buffer data address.
virtual Int_t GetLen() const
Return the number of effective elements of this leaf.
Short_t * fValue
! Pointer to data buffer
Int_t fNdata
! Number of elements in fAddress data buffer
virtual void Export(TClonesArray *list, Int_t n)
Export element from local leaf buffer to ClonesArray.
virtual Int_t GetEntry(Long64_t entry=0, Int_t getall=0)
Read all leaves of entry and return total number of bytes read.
virtual void ReadFastArray(Bool_t *b, Int_t n)=0
virtual void WriteFastArray(const Bool_t *b, Int_t n)=0
Double_t GetValue(Int_t i=0) const
Returns current value of leaf.
TObject * UncheckedAt(Int_t i) const
virtual Int_t GetMaximum() const
const char * GetTypeName() const
Returns name of leaf type.
virtual void ReadValue(std::istream &s, Char_t delim=' ')
Read a integer integer from std::istream s and store it into the branch buffer.
Bool_t fIsUnsigned
(=kTRUE if unsigned, kFALSE otherwise)
Short_t ** fPointer
! Address of pointer to data buffer
Int_t fOffset
Offset in ClonesArray object (if one)
A TLeaf for a 16 bit Integer data type.
An array of clone (identical) objects.
TBranch * fBranch
! Pointer to supporting branch (we do not own the branch)
Int_t ResetAddress(void *add, Bool_t destructor=kFALSE)
Helper routine for TLeafX::SetAddress.
TLeaf * fLeafCount
Pointer to Leaf count if variable length (we do not own the counter)
Long64_t GetReadEntry() const
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 * GetValuePointer() const
TBranch * GetBranch() const
virtual void FillBasket(TBuffer &b)
Pack leaf elements in Basket output buffer.
A TTree is a list of TBranches.
Short_t fMinimum
Minimum value if leaf range is specified.
virtual void PrintValue(Int_t i=0) const
Prints leaf value.
virtual ~TLeafS()
Default destructor for a LeafS.