#include <TArrayL.h>
Inheritance diagram for TArrayL:


Public Methods | |
| TArrayL () | |
| TArrayL (Int_t n) | |
| TArrayL (Int_t n, const Long_t *array) | |
| TArrayL (const TArrayL &array) | |
| TArrayL & | operator= (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_t * | GetArray () const |
| Long_t * | GetArray () |
| 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) |
| Long_t & | operator[] (Int_t i) |
| Long_t | operator[] (Int_t i) const |
Public Attributes | |
| Long_t * | fArray |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 80 of file TArrayL.h. References TArray::BoundsOk(), and fArray. |
|
|
Definition at line 44 of file TArrayL.h. References fArray, TArray::fN, and Set(). |
|
|
Definition at line 45 of file TArrayL.h. References fArray. |
|
|
Definition at line 46 of file TArrayL.h. References fArray. |
|
|
Definition at line 47 of file TArrayL.h. References fArray, and TArray::fN. |
|
|
Definition at line 48 of file TArrayL.h. References fArray, and TArray::fN. |
|
|
Definition at line 49 of file TArrayL.h. References fArray, and TArray::fN. |
|
|
Implements TArray. Referenced by Copy(). |
|
||||||||||||
|
|
|
|
Definition at line 86 of file TArrayL.h. References TArray::BoundsOk(), and fArray. |
|
|
Definition at line 93 of file TArrayL.h. References TArray::BoundsOk(), and fArray. |
|
|
Definition at line 32 of file TArrayL.h. Referenced by At(), Copy(), GetArray(), GetSum(), operator[](), and Reset(). |
1.2.16