ROOT  6.06/09
Reference Guide
Public Member Functions | Public Attributes | List of all members
TArrayL64 Class Reference

Array of long64s (64 bits per element).

Definition at line 29 of file TArrayL64.h.

Public Member Functions

 TArrayL64 ()
 
 TArrayL64 (Int_t n)
 Create TArrayL64 object and set array size to n long64s. More...
 
 TArrayL64 (Int_t n, const Long64_t *array)
 Create TArrayL object and initialize it with values of array. More...
 
 TArrayL64 (const TArrayL64 &array)
 Copy constructor. More...
 
TArrayL64operator= (const TArrayL64 &rhs)
 TArrayL64 assignment operator. More...
 
virtual ~TArrayL64 ()
 Delete TArrayL64 object. More...
 
void Adopt (Int_t n, Long64_t *array)
 Adopt array arr into TArrayL64, i.e. More...
 
void AddAt (Long64_t c, Int_t i)
 Add long64 c at position i. Check for out of bounds. More...
 
Long64_t At (Int_t i) const
 
void Copy (TArrayL64 &array) const
 
const Long64_tGetArray () const
 
Long64_tGetArray ()
 
Double_t GetAt (Int_t i) const
 
Stat_t GetSum () const
 
void Reset ()
 
void Reset (Long64_t val)
 
void Set (Int_t n)
 Set size of this array to n long64s. More...
 
void Set (Int_t n, const Long64_t *array)
 Set size of this array to n long64s and set the contents. More...
 
void SetAt (Double_t v, Int_t i)
 
Long64_toperator[] (Int_t i)
 
Long64_t operator[] (Int_t i) const
 
- Public Member Functions inherited from TArray
 TArray ()
 
 TArray (Int_t n)
 
 TArray (const TArray &a)
 
TArrayoperator= (const TArray &rhs)
 
virtual ~TArray ()
 
Int_t GetSize () const
 

Public Attributes

Long64_tfArray
 
- Public Attributes inherited from TArray
Int_t fN
 

Additional Inherited Members

- Static Public Member Functions inherited from TArray
static TArrayReadArray (TBuffer &b, const TClass *clReq)
 Read TArray object from buffer. More...
 
static void WriteArray (TBuffer &b, const TArray *a)
 Write TArray object to buffer. More...
 
- Protected Member Functions inherited from TArray
Bool_t BoundsOk (const char *where, Int_t at) const
 
Bool_t OutOfBoundsError (const char *where, Int_t i) const
 

#include <TArrayL64.h>

+ Inheritance diagram for TArrayL64:
+ Collaboration diagram for TArrayL64:

Constructor & Destructor Documentation

TArrayL64::TArrayL64 ( )
TArrayL64::TArrayL64 ( Int_t  n)

Create TArrayL64 object and set array size to n long64s.

Definition at line 33 of file TArrayL64.cxx.

TArrayL64::TArrayL64 ( Int_t  n,
const Long64_t array 
)

Create TArrayL object and initialize it with values of array.

Definition at line 42 of file TArrayL64.cxx.

TArrayL64::TArrayL64 ( const TArrayL64 array)

Copy constructor.

Definition at line 51 of file TArrayL64.cxx.

TArrayL64::~TArrayL64 ( )
virtual

Delete TArrayL64 object.

Definition at line 70 of file TArrayL64.cxx.

Member Function Documentation

void TArrayL64::AddAt ( Long64_t  c,
Int_t  i 
)

Add long64 c at position i. Check for out of bounds.

Definition at line 92 of file TArrayL64.cxx.

Referenced by SetAt().

void TArrayL64::Adopt ( Int_t  n,
Long64_t arr 
)

Adopt array arr into TArrayL64, i.e.

don't copy arr but use it directly in TArrayL64. User may not delete arr, TArrayL64 dtor will do it.

Definition at line 80 of file TArrayL64.cxx.

Long64_t TArrayL64::At ( Int_t  i) const
inline

Definition at line 83 of file TArrayL64.h.

Referenced by GetAt().

void TArrayL64::Copy ( TArrayL64 array) const
inline

Definition at line 44 of file TArrayL64.h.

const Long64_t* TArrayL64::GetArray ( ) const
inline

Definition at line 45 of file TArrayL64.h.

Long64_t* TArrayL64::GetArray ( )
inline

Definition at line 46 of file TArrayL64.h.

Double_t TArrayL64::GetAt ( Int_t  i) const
inlinevirtual

Implements TArray.

Definition at line 47 of file TArrayL64.h.

Stat_t TArrayL64::GetSum ( ) const
inline

Definition at line 48 of file TArrayL64.h.

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

TArrayL64 assignment operator.

Definition at line 60 of file TArrayL64.cxx.

Long64_t & TArrayL64::operator[] ( Int_t  i)
inline

Definition at line 89 of file TArrayL64.h.

Long64_t TArrayL64::operator[] ( Int_t  i) const
inline

Definition at line 96 of file TArrayL64.h.

void TArrayL64::Reset ( void  )
inline

Definition at line 49 of file TArrayL64.h.

void TArrayL64::Reset ( Long64_t  val)
inline

Definition at line 50 of file TArrayL64.h.

void TArrayL64::Set ( Int_t  n)
virtual

Set size of this array to n long64s.

A new array is created, the old contents copied to the new array, then the old array is deleted. This function should not be called if the array was declared via Adopt.

Implements TArray.

Definition at line 104 of file TArrayL64.cxx.

Referenced by Copy(), operator=(), and TArrayL64().

void TArrayL64::Set ( Int_t  n,
const Long64_t array 
)

Set size of this array to n long64s and set the contents.

This function should not be called if the array was declared via Adopt.

Definition at line 128 of file TArrayL64.cxx.

void TArrayL64::SetAt ( Double_t  v,
Int_t  i 
)
inlinevirtual

Implements TArray.

Definition at line 53 of file TArrayL64.h.

Member Data Documentation

Long64_t* TArrayL64::fArray

Definition at line 32 of file TArrayL64.h.

Referenced by AddAt(), Adopt(), At(), GetArray(), operator=(), operator[](), Set(), TArrayL64(), and ~TArrayL64().


The documentation for this class was generated from the following files: