![]() |
ATLAS Offline Software
|
#include <ErrorMatrixPtCotThPhiM.h>
Public Types | |
| enum | Index { ipt =0 , icotth =1 , iphi =2 , im =3 } |
| Enumerator for error parameterization. More... | |
| typedef ErrorMatrixBase< ErrorMatrixPtCotThPhiM > | Base |
Public Member Functions | |
| ErrorMatrixPtCotThPhiM () | |
| Default constructor creates zeroed 4x4 matrix. | |
| ErrorMatrixPtCotThPhiM (const CLHEP::HepSymMatrix &mat) | |
| Constructor from HepSymMatrix, checks dimension. | |
| const double & | operator() (int row, int col) const |
| The element access operator M(i,j) starts counting indeces from zero. | |
| double & | operator() (int row, int col) |
| const double & | operator() (int diagElement) const |
| The single argument versions return diagonal elements. | |
| double & | operator() (int diagElement) |
Private Member Functions | |
| int | num_row () const |
| int | num_col () const |
| const CLHEP::HepSymMatrix & | hsm () const |
| ErrorMatrixBase_row | operator[] (int) |
| ErrorMatrixBase_row_const | operator[] (int) const |
| const CLHEP::HepSymMatrix & | impl () const |
| CLHEP::HepSymMatrix & | impl () |
Private Attributes | |
| CLHEP::HepSymMatrix | m_matrix |
Definition at line 12 of file ErrorMatrixPtCotThPhiM.h.
Definition at line 15 of file ErrorMatrixPtCotThPhiM.h.
Enumerator for error parameterization.
| Enumerator | |
|---|---|
| ipt | |
| icotth | |
| iphi | |
| im | |
Definition at line 18 of file ErrorMatrixPtCotThPhiM.h.
| ErrorMatrixPtCotThPhiM::ErrorMatrixPtCotThPhiM | ( | ) |
Default constructor creates zeroed 4x4 matrix.
Definition at line 8 of file ErrorMatrixPtCotThPhiM.cxx.
| ErrorMatrixPtCotThPhiM::ErrorMatrixPtCotThPhiM | ( | const CLHEP::HepSymMatrix & | mat | ) |
Constructor from HepSymMatrix, checks dimension.
Definition at line 12 of file ErrorMatrixPtCotThPhiM.cxx.
|
inlineinherited |
Definition at line 29 of file ErrorMatrixBase.h.
|
inlineprotectedinherited |
Definition at line 59 of file ErrorMatrixBase.h.
|
inlineprotectedinherited |
Definition at line 58 of file ErrorMatrixBase.h.
|
inlineinherited |
Definition at line 19 of file ErrorMatrixBase.h.
|
inlineinherited |
Definition at line 18 of file ErrorMatrixBase.h.
| double & ErrorMatrixBase< ErrorMatrixPtCotThPhiM >::operator() | ( | int | diagElement | ) |
| const double & ErrorMatrixBase< ErrorMatrixPtCotThPhiM >::operator() | ( | int | diagElement | ) | const |
The single argument versions return diagonal elements.
| double & ErrorMatrixBase< ErrorMatrixPtCotThPhiM >::operator() | ( | int | row, |
| int | col ) |
| const double & ErrorMatrixBase< ErrorMatrixPtCotThPhiM >::operator() | ( | int | row, |
| int | col ) const |
The element access operator M(i,j) starts counting indeces from zero.
|
inlineinherited |
|
inlineinherited |
|
privateinherited |
Definition at line 54 of file ErrorMatrixBase.h.