95 if (!
BoundsOk(
"TArrayF::AddAt", i))
return;
120 if (
fN)
delete [] temp;
137 if (array == 0)
return;
Abstract array base class.
void AddAt(Float_t c, Int_t i)
Add float c at position i. Check for out of bounds.
void Adopt(Int_t n, Float_t *array)
Adopt array arr into TArrayF, i.e.
Buffer base class used for serializing objects.
Array of floats (32 bits per element).
virtual ~TArrayF()
Delete TArrayF object.
Bool_t BoundsOk(const char *where, Int_t at) const
TArrayF & operator=(const TArrayF &rhs)
TArrayF assignment operator.
virtual void ReadFastArray(Bool_t *b, Int_t n)=0
virtual void WriteFastArray(const Bool_t *b, Int_t n)=0
TArrayF()
Default TArrayF ctor.
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
void Set(Int_t n)
Set size of this array to n floats.