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