94 if (!
BoundsOk(
"TArrayF::AddAt", i))
return;
119 if (
fN)
delete [] temp;
136 if (array == 0)
return;
144 void TArrayF::Streamer(
TBuffer &b)
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.
ClassImp(TArrayF) TArrayF
Default TArrayF ctor.
Buffer base class used for serializing objects.
Array of floats (32 bits per element).
virtual ~TArrayF()
Delete TArrayF object.
TArrayF & operator=(const TArrayF &rhs)
TArrayF assignment operator.
Bool_t BoundsOk(const char *where, Int_t at) const
virtual void ReadFastArray(Bool_t *b, Int_t n)=0
virtual void WriteFastArray(const Bool_t *b, Int_t n)=0
void Set(Int_t n)
Set size of this array to n floats.