![]() |
GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
![]() |
Definition at line 39 of file TLMFitter.h.
Public Member Functions | |
NRVec () | |
NRVec (const NRVec &rhs) | |
NRVec (const T &a, int n) | |
NRVec (const T *a, int n) | |
NRVec (int n) | |
NRVec (NRVec &&rhs) noexcept=default | |
~NRVec () | |
NRVec & | operator= (const NRVec &rhs) |
NRVec & | operator= (const T &a) |
NRVec & | operator= (NRVec &&rhs) noexcept=default |
T & | operator[] (int i) |
const T & | operator[] (int i) const |
int | size () const |
Private Attributes | |
int | nn |
T * | v |
|
private |
Definition at line 41 of file TLMFitter.h.
Referenced by NRVec< T >::NRVec(), and NRVec< T >::operator=().
|
private |
Definition at line 42 of file TLMFitter.h.
Referenced by NRVec< T >::NRVec(), NRVec< T >::NRVec(), NRVec< T >::NRVec(), and NRVec< T >::NRVec().