58#if defined R__TEMPLATE_OVERLOAD_BUG
69#if defined R__TEMPLATE_OVERLOAD_BUG
75 return buf << (
const TArray*)obj;
80 if (!
BoundsOk(
"TArrayF::At", i))
return 0;
86 if (!
BoundsOk(
"TArrayF::operator[]", i))
93 if (!
BoundsOk(
"TArrayF::operator[]", i))
return 0;
TBuffer & operator<<(TBuffer &buf, const Tmpl *obj)
#define ClassDefOverride(name, id)
TBuffer & operator>>(TBuffer &buf, TArrayF *&obj)
Array of floats (32 bits per element).
void SetAt(Double_t v, Int_t i) override
void Copy(TArrayF &array) const
TArrayF & operator=(const TArrayF &rhs)
TArrayF assignment operator.
virtual ~TArrayF()
Delete TArrayF object.
Float_t & operator[](Int_t i)
void Adopt(Int_t n, Float_t *array)
Adopt array arr into TArrayF, i.e.
const Float_t * GetArray() const
Double_t GetAt(Int_t i) const override
Float_t At(Int_t i) const
void AddAt(Float_t c, Int_t i)
Add float c at position i. Check for out of bounds.
TArrayF()
Default TArrayF ctor.
void Set(Int_t n) override
Set size of this array to n floats.
Abstract array base class.
Bool_t BoundsOk(const char *where, Int_t at) const
static TArray * ReadArray(TBuffer &b, const TClass *clReq)
Read TArray object from buffer.
Buffer base class used for serializing objects.
static uint64_t sum(uint64_t i)