ATLAS Offline Software
|
#include <ErrorMatrixPxPyPzE.h>
Public Types | |
enum | Index { ipx =0, ipy =1, ipz =2, ie =3 } |
Enumerator for error parameterization. More... | |
typedef ErrorMatrixBase< ErrorMatrixPxPyPzE > | Base |
Public Member Functions | |
ErrorMatrixPxPyPzE () | |
Default constructor creates zeroed 4x4 matrix. More... | |
ErrorMatrixPxPyPzE (const CLHEP::HepSymMatrix &mat) | |
Constructor from HepSymMatrix, checks dimension. More... | |
double | pxError () const |
Private Member Functions | |
int | num_row () const |
int | num_col () const |
const double & | operator() (int row, int col) const |
The element access operator M(i,j) starts counting indeces from zero. More... | |
double & | operator() (int row, int col) |
const double & | operator() (int diagElement) const |
The single argument versions return diagonal elements. More... | |
double & | operator() (int diagElement) |
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 ErrorMatrixPxPyPzE.h.
Definition at line 15 of file ErrorMatrixPxPyPzE.h.
ErrorMatrixPxPyPzE::ErrorMatrixPxPyPzE | ( | ) |
ErrorMatrixPxPyPzE::ErrorMatrixPxPyPzE | ( | const CLHEP::HepSymMatrix & | mat | ) |
Constructor from HepSymMatrix, checks dimension.
Definition at line 12 of file ErrorMatrixPxPyPzE.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.
|
inlineinherited |
Definition at line 27 of file ErrorMatrixBase.h.
|
inlineinherited |
The single argument versions return diagonal elements.
Definition at line 26 of file ErrorMatrixBase.h.
|
inlineinherited |
Definition at line 23 of file ErrorMatrixBase.h.
|
inlineinherited |
The element access operator M(i,j) starts counting indeces from zero.
Definition at line 22 of file ErrorMatrixBase.h.
|
inlineinherited |
Definition at line 49 of file ErrorMatrixBase.h.
|
inlineinherited |
Definition at line 50 of file ErrorMatrixBase.h.
|
inline |
Definition at line 31 of file ErrorMatrixPxPyPzE.h.
|
privateinherited |
Definition at line 54 of file ErrorMatrixBase.h.