TArrayL
class description - source file - inheritance tree
public:
TArrayL(Int_t n)
TArrayL(Int_t n, const Long_t* array)
TArrayL(const TArrayL& array)
TArrayL()
virtual ~TArrayL()
void AddAt(Long_t c, Int_t i)
void Adopt(Int_t n, Long_t* array)
Long_t At(Int_t i) const
static TClass* Class()
void Copy(TArrayL& array) const
Long_t* GetArray()
const Long_t* GetArray() const
Stat_t GetSum() const
virtual TClass* IsA() const
TArrayL& operator=(const TArrayL& rhs)
Long_t& operator[](Int_t i)
Long_t operator[](Int_t i) const
void Reset()
void Reset(Long_t val)
virtual void Set(Int_t n)
void Set(Int_t n, const Long_t* array)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
public:
Long_t* fArray [fN] Array of fN longs
Last update: Fri May 14 13:32:35 2004
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.