#include <GlobalErrorBase.h>
Classes | |
class | NullMatrix |
Tag to request a null error matrix. More... | |
Public Member Functions | |
T | cxx () const |
T | cyx () const |
T | cyy () const |
T | czx () const |
T | czy () const |
T | czz () const |
GlobalErrorBase () | |
GlobalErrorBase (const NullMatrix &) | |
GlobalErrorBase (T c11, T c21, T c22, T c31, T c32, T c33) | |
GlobalErrorBase (const AlgebraicSymMatrix33 &err) | |
const AlgebraicSymMatrix33 & | matrix () const |
const AlgebraicSymMatrix33 & | matrix_new () const |
GlobalErrorBase | operator+ (const GlobalErrorBase &err) const |
GlobalErrorBase | operator- (const GlobalErrorBase &err) const |
T | phierr (const GlobalPoint &aPoint) const |
T | rerr (const GlobalPoint &aPoint) const |
~GlobalErrorBase () | |
Private Attributes | |
AlgebraicSymMatrix33 | theCartesianError |
Templated class representing a symmetric 3*3 matrix describing, according to the ErrorWeightType tag, a (cartesian) covariance matrix or the weight matrix (the inverse of the covariance matrix).
The typedefs should be used in the code.
Definition at line 26 of file GlobalErrorBase.h.
|
inline |
Default constructor, creating a null 3*3 matrix (all values are 0)
Definition at line 36 of file GlobalErrorBase.h.
Referenced by GlobalErrorBase< double, ErrorMatrixTag >::operator+(), and GlobalErrorBase< double, ErrorMatrixTag >::operator-().
|
inline |
Obsolete Constructor that allocates a null GlobalErrorBase (it does not create the error matrix at all)
Definition at line 41 of file GlobalErrorBase.h.
|
inline |
Constructor. The symmetric matrix stored as a lower triangular matrix
Definition at line 48 of file GlobalErrorBase.h.
|
inline |
Constructor from SymMatrix. The original matrix has to be a 3*3 matrix.
Definition at line 60 of file GlobalErrorBase.h.
|
inline |
Definition at line 63 of file GlobalErrorBase.h.
|
inline |
Definition at line 65 of file GlobalErrorBase.h.
Referenced by AlignmentPositionError::AlignmentPositionError(), RecoVertex::convertError(), GlobalErrorBase< double, ErrorMatrixTag >::phierr(), GlobalErrorBase< double, ErrorMatrixTag >::rerr(), and ErrorFrameTransformer::transform().
|
inline |
Definition at line 69 of file GlobalErrorBase.h.
Referenced by AlignmentPositionError::AlignmentPositionError(), RecoVertex::convertError(), GlobalErrorBase< double, ErrorMatrixTag >::phierr(), GlobalErrorBase< double, ErrorMatrixTag >::rerr(), and ErrorFrameTransformer::transform().
|
inline |
Definition at line 73 of file GlobalErrorBase.h.
Referenced by AlignmentPositionError::AlignmentPositionError(), RecoVertex::convertError(), GlobalErrorBase< double, ErrorMatrixTag >::phierr(), GlobalErrorBase< double, ErrorMatrixTag >::rerr(), and ErrorFrameTransformer::transform().
|
inline |
Definition at line 77 of file GlobalErrorBase.h.
Referenced by AlignmentPositionError::AlignmentPositionError(), RecoVertex::convertError(), and ErrorFrameTransformer::transform().
|
inline |
Definition at line 81 of file GlobalErrorBase.h.
Referenced by AlignmentPositionError::AlignmentPositionError(), RecoVertex::convertError(), and ErrorFrameTransformer::transform().
|
inline |
Definition at line 85 of file GlobalErrorBase.h.
Referenced by AlignmentPositionError::AlignmentPositionError(), BarrelDetLayer::compatible(), RecoVertex::convertError(), TValidTrackingRecHit::globalState(), PixelFitterByConformalMappingAndLine::run(), and ErrorFrameTransformer::transform().
|
inline |
Access method to the matrix, /return The SymMatrix
Definition at line 93 of file GlobalErrorBase.h.
Referenced by VertexDistance3D::compatibility(), VertexDistanceXY::compatibility(), BasicSingleVertexState::computeError(), BasicSingleVertexState::computeWeight(), VertexDistanceXY::distance(), VertexDistance3D::distance(), and KinematicVertex::operator==().
|
inline |
Definition at line 96 of file GlobalErrorBase.h.
Referenced by GsfVertexWeightCalculator::calculate(), BasicSingleVertexState::computePosition(), BasicSingleVertexState::computeWeightTimesPos(), reco::GhostTrackState::lambdaError(), KalmanVertexTrackUpdator< N >::trackRefit(), and KVFHelper< N >::vertexChi2().
|
inline |
Definition at line 123 of file GlobalErrorBase.h.
|
inline |
Definition at line 126 of file GlobalErrorBase.h.
|
inline |
Definition at line 112 of file GlobalErrorBase.h.
Referenced by TValidTrackingRecHit::globalState().
|
inline |
Definition at line 101 of file GlobalErrorBase.h.
Referenced by TValidTrackingRecHit::globalState(), PixelFitterByConformalMappingAndLine::run(), and RZLine::RZLine().
|
private |
Definition at line 132 of file GlobalErrorBase.h.
Referenced by GlobalErrorBase< double, ErrorMatrixTag >::cxx(), GlobalErrorBase< double, ErrorMatrixTag >::cyx(), GlobalErrorBase< double, ErrorMatrixTag >::cyy(), GlobalErrorBase< double, ErrorMatrixTag >::czx(), GlobalErrorBase< double, ErrorMatrixTag >::czy(), GlobalErrorBase< double, ErrorMatrixTag >::czz(), GlobalErrorBase< double, ErrorMatrixTag >::GlobalErrorBase(), GlobalErrorBase< double, ErrorMatrixTag >::matrix(), GlobalErrorBase< double, ErrorMatrixTag >::matrix_new(), GlobalErrorBase< double, ErrorMatrixTag >::operator+(), and GlobalErrorBase< double, ErrorMatrixTag >::operator-().