#include <ErrorMatrixPxPyPzM.h>
|
| | ErrorMatrixPxPyPzM () |
| | Default constructor creates zeroed 4x4 matrix.
|
| | ErrorMatrixPxPyPzM (const CLHEP::HepSymMatrix &mat) |
| | Constructor from HepSymMatrix, checks dimension.
|
| double | pxError () const |
| 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) |
| const CLHEP::HepSymMatrix & | hsm () const |
| int | num_row () const |
| int | num_col () const |
|
| ErrorMatrixBase_row | operator[] (int) |
| ErrorMatrixBase_row_const | operator[] (int) const |
| const CLHEP::HepSymMatrix & | impl () const |
| CLHEP::HepSymMatrix & | impl () |
Definition at line 12 of file ErrorMatrixPxPyPzM.h.
◆ Base
◆ Index
◆ ErrorMatrixPxPyPzM() [1/2]
| ErrorMatrixPxPyPzM::ErrorMatrixPxPyPzM |
( |
| ) |
|
◆ ErrorMatrixPxPyPzM() [2/2]
| ErrorMatrixPxPyPzM::ErrorMatrixPxPyPzM |
( |
const CLHEP::HepSymMatrix & | mat | ) |
|
◆ hsm()
◆ impl() [1/2]
◆ impl() [2/2]
◆ num_col()
◆ num_row()
◆ operator()() [1/4]
◆ operator()() [2/4]
The single argument versions return diagonal elements.
◆ operator()() [3/4]
◆ operator()() [4/4]
The element access operator M(i,j) starts counting indeces from zero.
◆ operator[]() [1/2]
◆ operator[]() [2/2]
◆ pxError()
| double ErrorMatrixPxPyPzM::pxError |
( |
| ) |
const |
|
inline |
◆ m_matrix
The documentation for this class was generated from the following files: