TArrayL Class Reference

#include <TArrayL.h>

Inheritance diagram for TArrayL:

TArray TArray List of all members.

Public Member Functions

 TArrayL ()
 TArrayL (Int_t n)
 TArrayL (Int_t n, const Long_t *array)
 TArrayL (const TArrayL &array)
TArrayLoperator= (const TArrayL &rhs)
virtual ~TArrayL ()
void Adopt (Int_t n, Long_t *array)
void AddAt (Long_t c, Int_t i)
Long_t At (Int_t i) const
void Copy (TArrayL &array) const
const Long_tGetArray () const
Long_tGetArray ()
Double_t GetAt (Int_t i) const
Stat_t GetSum () const
void Reset ()
void Reset (Long_t val)
void Set (Int_t n)
void Set (Int_t n, const Long_t *array)
void SetAt (Double_t v, Int_t i)
Long_toperator[] (Int_t i)
Long_t operator[] (Int_t i) const
 TArrayL ()
 TArrayL (Int_t n)
 TArrayL (Int_t n, const Long_t *array)
 TArrayL (const TArrayL &array)
TArrayLoperator= (const TArrayL &rhs)
virtual ~TArrayL ()
void Adopt (Int_t n, Long_t *array)
void AddAt (Long_t c, Int_t i)
Long_t At (Int_t i) const
void Copy (TArrayL &array) const
const Long_tGetArray () const
Long_tGetArray ()
Double_t GetAt (Int_t i) const
Stat_t GetSum () const
void Reset ()
void Reset (Long_t val)
void Set (Int_t n)
void Set (Int_t n, const Long_t *array)
void SetAt (Double_t v, Int_t i)
Long_toperator[] (Int_t i)
Long_t operator[] (Int_t i) const

Public Attributes

Long_tfArray
Long_tfArray

Detailed Description

Definition at line 29 of file TArrayL.h.


Constructor & Destructor Documentation

TArrayL::TArrayL (  ) 

TArrayL::TArrayL ( Int_t  n  ) 

Definition at line 35 of file TArrayL.cxx.

References fArray, and Set().

TArrayL::TArrayL ( Int_t  n,
const Long_t array 
)

Definition at line 44 of file TArrayL.cxx.

References fArray, and Set().

TArrayL::TArrayL ( const TArrayL array  ) 

Definition at line 53 of file TArrayL.cxx.

References array, fArray, and Set().

TArrayL::~TArrayL (  )  [virtual]

Definition at line 72 of file TArrayL.cxx.

References fArray.

TArrayL::TArrayL (  ) 

TArrayL::TArrayL ( Int_t  n  ) 

TArrayL::TArrayL ( Int_t  n,
const Long_t array 
)

TArrayL::TArrayL ( const TArrayL array  ) 

virtual TArrayL::~TArrayL (  )  [virtual]


Member Function Documentation

TArrayL & TArrayL::operator= ( const TArrayL rhs  ) 

Definition at line 62 of file TArrayL.cxx.

References fArray, TArray::fN, and Set().

void TArrayL::Adopt ( Int_t  n,
Long_t array 
)

Definition at line 81 of file TArrayL.cxx.

References fArray, and TArray::fN.

void TArrayL::AddAt ( Long_t  c,
Int_t  i 
)

Definition at line 94 of file TArrayL.cxx.

References TArray::BoundsOk(), and fArray.

Referenced by TASImage::GetPixels(), and SetAt().

Long_t TArrayL::At ( Int_t  i  )  const [inline]

Definition at line 82 of file TArrayL.h.

References TArray::BoundsOk(), and fArray.

Referenced by GetAt().

void TArrayL::Copy ( TArrayL array  )  const [inline]

Definition at line 44 of file TArrayL.h.

References array, fArray, and TArray::fN.

const Long_t* TArrayL::GetArray (  )  const [inline]

Definition at line 45 of file TArrayL.h.

References fArray.

Long_t* TArrayL::GetArray (  )  [inline]

Definition at line 46 of file TArrayL.h.

References fArray.

Double_t TArrayL::GetAt ( Int_t  i  )  const [inline, virtual]

Implements TArray.

Definition at line 47 of file TArrayL.h.

References At().

Stat_t TArrayL::GetSum (  )  const [inline]

Definition at line 48 of file TArrayL.h.

References fArray, TArray::fN, and i.

void TArrayL::Reset ( void   )  [inline]

Definition at line 49 of file TArrayL.h.

References fArray, and TArray::fN.

void TArrayL::Reset ( Long_t  val  )  [inline]

Definition at line 50 of file TArrayL.h.

References fArray, TArray::fN, and i.

void TArrayL::Set ( Int_t  n  )  [virtual]

Implements TArray.

Definition at line 103 of file TArrayL.cxx.

References fArray, and TArray::fN.

Referenced by operator=(), and TArrayL().

void TArrayL::Set ( Int_t  n,
const Long_t array 
)

Definition at line 129 of file TArrayL.cxx.

References fArray, and TArray::fN.

void TArrayL::SetAt ( Double_t  v,
Int_t  i 
) [inline, virtual]

Implements TArray.

Definition at line 53 of file TArrayL.h.

References AddAt().

Long_t & TArrayL::operator[] ( Int_t  i  )  [inline]

Definition at line 88 of file TArrayL.h.

References TArray::BoundsOk(), and fArray.

Long_t TArrayL::operator[] ( Int_t  i  )  const [inline]

Definition at line 95 of file TArrayL.h.

References TArray::BoundsOk(), and fArray.

TArrayL& TArrayL::operator= ( const TArrayL rhs  ) 

void TArrayL::Adopt ( Int_t  n,
Long_t array 
)

void TArrayL::AddAt ( Long_t  c,
Int_t  i 
)

Long_t TArrayL::At ( Int_t  i  )  const

void TArrayL::Copy ( TArrayL array  )  const [inline]

Definition at line 44 of file TArrayL.h.

References array, fArray, and TArray::fN.

const Long_t* TArrayL::GetArray (  )  const [inline]

Definition at line 45 of file TArrayL.h.

References fArray.

Long_t* TArrayL::GetArray (  )  [inline]

Definition at line 46 of file TArrayL.h.

References fArray.

Double_t TArrayL::GetAt ( Int_t  i  )  const [inline, virtual]

Implements TArray.

Definition at line 47 of file TArrayL.h.

References At().

Stat_t TArrayL::GetSum (  )  const [inline]

Definition at line 48 of file TArrayL.h.

References fArray, TArray::fN, and i.

void TArrayL::Reset ( void   )  [inline]

Definition at line 49 of file TArrayL.h.

References fArray, and TArray::fN.

void TArrayL::Reset ( Long_t  val  )  [inline]

Definition at line 50 of file TArrayL.h.

References fArray, TArray::fN, and i.

void TArrayL::Set ( Int_t  n  )  [virtual]

Implements TArray.

void TArrayL::Set ( Int_t  n,
const Long_t array 
)

void TArrayL::SetAt ( Double_t  v,
Int_t  i 
) [inline, virtual]

Implements TArray.

Definition at line 53 of file TArrayL.h.

References AddAt().

Long_t& TArrayL::operator[] ( Int_t  i  ) 

Long_t TArrayL::operator[] ( Int_t  i  )  const


Member Data Documentation

Long_t* TArrayL::fArray

Definition at line 32 of file TArrayL.h.

Referenced by AddAt(), Adopt(), At(), Copy(), GetArray(), GetSum(), operator=(), operator[](), Reset(), Set(), TArrayL(), and ~TArrayL().

Long_t* TArrayL::fArray

Definition at line 32 of file TArrayL.h.


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:34:32 2011 for ROOT_528-00b_version by  doxygen 1.5.1