#include <MeasurementError.h>
Public Member Functions | |
MeasurementError () | |
MeasurementError (float uu, float uv, float vv) | |
float | uu () const |
float | uv () const |
float | vv () const |
Private Attributes | |
float | theuu |
float | theuv |
float | thevv |
A very simple class for 2D error matrix components, used for the measurement frame.
Definition at line 8 of file MeasurementError.h.
MeasurementError::MeasurementError | ( | ) | [inline] |
Definition at line 11 of file MeasurementError.h.
MeasurementError::MeasurementError | ( | float | uu, |
float | uv, | ||
float | vv | ||
) | [inline] |
float MeasurementError::uu | ( | ) | const [inline] |
Definition at line 16 of file MeasurementError.h.
References theuu.
Referenced by SiStripRecHitsValid::analyze(), SiStripTrackingRecHitsValid::analyze(), Chi2StripEstimator::estimate(), TrackerValidationVariables::fillHitQuantities(), Strip1DMeasurementTransformator::hitError(), StripMeasurementTransformator::hitError(), DTTopology::localError(), RadialStripTopology::localError(), SiStripRecHitMatcher::match(), Strip1DMeasurementTransformator::projectedTrajectoryError(), StripMeasurementTransformator::projectedTrajectoryError(), and TkGluedMeasurementDet::testStrips().
{ return theuu;}
float MeasurementError::uv | ( | ) | const [inline] |
Definition at line 17 of file MeasurementError.h.
References theuv.
Referenced by Chi2StripEstimator::estimate(), StripMeasurementTransformator::hitError(), RadialStripTopology::localError(), and StripMeasurementTransformator::projectedTrajectoryError().
{ return theuv;}
float MeasurementError::vv | ( | ) | const [inline] |
Definition at line 18 of file MeasurementError.h.
References thevv.
Referenced by Chi2StripEstimator::estimate(), TrackerValidationVariables::fillHitQuantities(), StripMeasurementTransformator::hitError(), DTTopology::localError(), RadialStripTopology::localError(), and StripMeasurementTransformator::projectedTrajectoryError().
{ return thevv;}
float MeasurementError::theuu [private] |
Definition at line 22 of file MeasurementError.h.
Referenced by uu().
float MeasurementError::theuv [private] |
Definition at line 23 of file MeasurementError.h.
Referenced by uv().
float MeasurementError::thevv [private] |
Definition at line 24 of file MeasurementError.h.
Referenced by vv().