Heavy ion Analysis Libriares
|
Public Member Functions | |
Array_1 (Int_t size) | |
Array_1 (const Array_1< T > &obj) | |
void | MakeBigger (Int_t new_dim) |
void | Resize (Int_t new_dim) |
T & | operator[] (const int index) |
Int_t | GetSize () const |
T * | GetArray () const |
void | Add (Array_1< T > const &rhs) |
Array_1< T > & | operator= (const Array_1< T > &rhs) |
Array_1< T > & | operator+= (const Array_1< T > &rhs) |
Array_1< T > & | operator-= (const Array_1< T > &rhs) |
Array_1< T > & | operator+ (const Array_1< T > &rhs) |
Array_1< T > & | operator- (const Array_1< T > &rhs) |
Array_1< T > & | operator* (const T &val) |
Array_1< T > & | operator/ (const T &val) |
Array_1< T > & | operator*= (const T &val) |
Array_1< T > & | operator/= (const T &val) |
T | FindMin (Int_t &index) const |
T | FindMax (Int_t &index) const |
T | Get (Int_t i) const |
void | Set (Int_t index, T val) |
T | IncrementAfter (Int_t i) |
void | Resize (Int_t new_dim) |
Array_1< Bool_t > & | operator* (const Bool_t &val) |
Array_1< Bool_t > & | operator*= (const Bool_t &val) |
Bool_t | IncrementAfter (Int_t i) |
|
inline |
Hal::Array_1< T >::Array_1 | ( | Int_t | size | ) |
Hal::Array_1< T >::Array_1 | ( | const Array_1< T > & | obj | ) |
|
inlinevirtual |
void Hal::Array_1< T >::Add | ( | Array_1< T > const & | rhs | ) |
T Hal::Array_1< T >::FindMax | ( | Int_t & | index | ) | const |
T Hal::Array_1< T >::FindMin | ( | Int_t & | index | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void Hal::Array_1< T >::MakeBigger | ( | Int_t | new_dim | ) |
Array_1< Bool_t > & Hal::Array_1< Bool_t >::operator* | ( | const Bool_t & | val | ) |
Array_1< T > & Hal::Array_1< T >::operator* | ( | const T & | val | ) |
Array_1< Bool_t > & Hal::Array_1< Bool_t >::operator*= | ( | const Bool_t & | val | ) |
Array_1< T > & Hal::Array_1< T >::operator*= | ( | const T & | val | ) |
Array_1< T > & Hal::Array_1< T >::operator+ | ( | const Array_1< T > & | rhs | ) |
Array_1< T > & Hal::Array_1< T >::operator+= | ( | const Array_1< T > & | rhs | ) |
Array_1< T > & Hal::Array_1< T >::operator- | ( | const Array_1< T > & | rhs | ) |
Array_1< T > & Hal::Array_1< T >::operator-= | ( | const Array_1< T > & | rhs | ) |
Array_1< T > & Hal::Array_1< T >::operator/ | ( | const T & | val | ) |
Array_1< T > & Hal::Array_1< T >::operator/= | ( | const T & | val | ) |
Array_1< T > & Hal::Array_1< T >::operator= | ( | const Array_1< T > & | rhs | ) |
|
inline |
void Hal::Array_1< TString >::Resize | ( | Int_t | new_dim | ) |
void Hal::Array_1< T >::Resize | ( | Int_t | new_dim | ) |
|
inline |