59#if defined R__TEMPLATE_OVERLOAD_BUG 
   70#if defined R__TEMPLATE_OVERLOAD_BUG 
   76   return buf << (
const TArray*)obj;
 
   81   if (!
BoundsOk(
"TArrayD::At", i)) 
return 0;
 
   87   if (!
BoundsOk(
"TArrayD::operator[]", i))
 
   94   if (!
BoundsOk(
"TArrayD::operator[]", i)) 
return 0;
 
#define ClassDef(name, id)
 
TBuffer & operator<<(TBuffer &buf, const Tmpl *obj)
 
TBuffer & operator>>(TBuffer &buf, TArrayD *&obj)
 
Array of doubles (64 bits per element).
 
void SetAt(Double_t v, Int_t i)
 
Double_t At(Int_t i) const
 
Double_t GetAt(Int_t i) const
 
void Copy(TArrayD &array) const
 
void Adopt(Int_t n, Double_t *array)
Adopt array arr into TArrayD, i.e.
 
void Set(Int_t n)
Set size of this array to n doubles.
 
virtual ~TArrayD()
Delete TArrayD object.
 
TArrayD & operator=(const TArrayD &rhs)
TArrayD assignment operator.
 
void AddAt(Double_t c, Int_t i)
Set the double c value at position i in the array.
 
TArrayD()
Default TArrayD ctor.
 
const Double_t * GetArray() const
 
Double_t & operator[](Int_t i)
 
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)