59#if defined R__TEMPLATE_OVERLOAD_BUG 
   70#if defined R__TEMPLATE_OVERLOAD_BUG 
   76   return buf << (
const TArray*)obj;
 
 
   81   if (!
BoundsOk(
"TArrayI::At", i)) 
return 0;
 
 
   87   if (!
BoundsOk(
"TArrayI::operator[]", i))
 
 
   94   if (!
BoundsOk(
"TArrayI::operator[]", i)) 
return 0;
 
 
#define ClassDefOverride(name, id)
 
TBuffer & operator<<(TBuffer &buf, const TArrayI *obj)
 
TBuffer & operator>>(TBuffer &buf, TArrayI *&obj)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Array of integers (32 bits per element).
 
Int_t & operator[](Int_t i)
 
void Adopt(Int_t n, Int_t *array)
Adopt array arr into TArrayI, i.e.
 
void Set(Int_t n) override
Set size of this array to n ints.
 
Double_t GetAt(Int_t i) const override
 
void SetAt(Double_t v, Int_t i) override
 
const Int_t * GetArray() const
 
virtual ~TArrayI()
Delete TArrayI object.
 
TArrayI & operator=(const TArrayI &rhs)
TArrayI assignment operator.
 
void AddAt(Int_t c, Int_t i)
Add Int_t c at position i. Check for out of bounds.
 
void Copy(TArrayI &array) const
 
TArrayI()
Default TArrayI ctor.
 
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)