41 :
TLeaf(parent, name,type)
129 if ( (readbasket ==
GetBranch()->GetWriteBasket() && (entry+1) ==
GetBranch()->GetEntries())
131 (readbasket <
GetBranch()->GetWriteBasket() && (entry+1) ==
GetBranch()->GetBasketEntry()[readbasket+1] )
134 if ( entryOffset[entry-first] == basket->
GetLast() )
141 else if ( entryOffset[entry-first] == entryOffset[entry-first+1] )
181 std::getline(s, temp, delim);
Long64_t GetReadEntry() const
virtual void FillBasket(TBuffer &b)
Pack leaf elements in Basket output buffer.
A TLeaf describes individual elements of a TBranch See TBranch structure in TTree.
Int_t * GetEntryOffset() const
TLeafC()
Address of pointer to data buffer.
Buffer base class used for serializing objects.
virtual void * GetValuePointer() const
TBranch * GetBranch() const
A TLeaf for a variable length string.
Long64_t * GetBasketEntry() const
const char * GetTypeName() const
Returns name of leaf type.
virtual void WriteFastArrayString(const Char_t *c, Int_t n)=0
ClassImp(TLeafC) TLeafC
Default constructor for LeafC.
TBasket * GetBasket(Int_t basket)
Return pointer to basket basketnumber in this Branch.
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 ReadValue(std::istream &s, Char_t delim= ' ')
Read a string from std::istream s up to delimiter and store it into the branch buffer.
Bool_t TestBit(UInt_t f) const
Manages buffers for branches of a Tree.
virtual void ReadBasketExport(TBuffer &b, TClonesArray *list, Int_t n)
Read leaf elements from Basket input buffer and export buffer to TClonesArray objects.
virtual void Export(TClonesArray *list, Int_t n)
Export element from local leaf buffer to ClonesArray.
virtual void ReadFastArray(Bool_t *b, Int_t n)=0
virtual void ReadBasket(TBuffer &b)
Read leaf elements from Basket input buffer.
ClassImp(TMCParticle) void TMCParticle printf(": p=(%7.3f,%7.3f,%9.3f) ;", fPx, fPy, fPz)
virtual void Import(TClonesArray *list, Int_t n)
Import element from ClonesArray into local leaf buffer.
Char_t ** fPointer
Pointer to data buffer.
An array of clone (identical) objects.
virtual void ReadFastArrayString(Char_t *c, Int_t n)=0
virtual void PrintValue(Int_t i=0) const
Prints leaf value.
Int_t ResetAddress(void *add, Bool_t destructor=kFALSE)
Helper routine for TLeafX::SetAddress.
virtual ~TLeafC()
Default destructor for a LeafC.
A TTree is a list of TBranches.
Int_t GetReadBasket() const
virtual void SetAddress(void *add=0)
Set leaf buffer data address.