40 :
TLeaf(parent, name,type)
127 const Int_t kIntUndefined = -9999;
133 else memcpy(&
fValue[j],&kIntUndefined, 8*
fLen);
205 #if defined(_MSC_VER) && (_MSC_VER<1300)
206 printf(
"Due to a bug in VC++6, the function TLeafL::ReadValue is dummy\n");
210 for (
Int_t i=0;i<fLen;i++) s >> uvalue[i];
213 for (
Int_t i=0;i<fLen;i++) s >> value[i];
virtual Int_t GetLen() const
Return the number of effective elements of this leaf.
Long64_t GetReadEntry() const
A TLeaf describes individual elements of a TBranch See TBranch structure in TTree.
virtual void Import(TClonesArray *list, Int_t n)
Import element from ClonesArray into local leaf buffer.
virtual Bool_t IsUnsigned() const
Long64_t ** fPointer
Pointer to data buffer.
virtual LongDouble_t GetValueLongDouble(Int_t i=0) const
Returns current value of leaf.
Buffer base class used for serializing objects.
virtual void PrintValue(Int_t i=0) const
Prints leaf value.
TBranch * GetBranch() const
ClassImp(TLeafL) TLeafL
Default constructor for LeafL.
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 elements in fAddress data buffer.
virtual Double_t GetValue(Int_t i=0) const
virtual Int_t GetMaximum() const
TObject * UncheckedAt(Int_t i) const
virtual void FillBasket(TBuffer &b)
Pack leaf elements in Basket output buffer.
virtual void ReadBasket(TBuffer &b)
Read leaf elements from Basket input buffer.
Bool_t TestBit(UInt_t f) const
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 const char * GetName() const
Returns name of object.
TLeafL()
Address of pointer to data buffer.
virtual void ReadFastArray(Bool_t *b, Int_t n)=0
virtual void WriteFastArray(const Bool_t *b, Int_t n)=0
virtual Double_t GetValue(Int_t i=0) const
Returns current value of leaf.
unsigned long long ULong64_t
ClassImp(TMCParticle) void TMCParticle printf(": p=(%7.3f,%7.3f,%9.3f) ;", fPx, fPy, fPz)
virtual void SetAddress(void *add=0)
Set leaf buffer data address.
virtual void ReadLong64(Long64_t &l)=0
An array of clone (identical) objects.
virtual ~TLeafL()
Default destructor for a LeafL.
virtual Bool_t IsRange() const
Int_t ResetAddress(void *add, Bool_t destructor=kFALSE)
Helper routine for TLeafX::SetAddress.
A TLeaf for a 64 bit Integer data type.
virtual void * GetValuePointer() const
A TTree is a list of TBranches.
virtual void ReadValue(std::istream &s, Char_t delim= ' ')
Read a long integer from std::istream s and store it into the branch buffer.
virtual void Export(TClonesArray *list, Int_t n)
Export element from local leaf buffer to ClonesArray.
const char * GetTypeName() const
Returns name of leaf type.