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