#include <DataFormats/GeometryCommonDetAlgo/interface/MeasurementError.h>
Public Member Functions | |
MeasurementError (float uu, float uv, float vv) | |
MeasurementError () | |
float | uu () const |
float | uv () const |
float | vv () const |
Private Attributes | |
float | theuu |
float | theuv |
float | thevv |
Definition at line 8 of file MeasurementError.h.
MeasurementError::MeasurementError | ( | ) | [inline] |
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(), TrapezoidalStripTopology::localError(), RectangularStripTopology::localError(), DTTopology::localError(), RadialStripTopology::localError(), RectangularPixelTopology::localError(), SiStripRecHitMatcher::match(), Strip1DMeasurementTransformator::projectedTrajectoryError(), StripMeasurementTransformator::projectedTrajectoryError(), and TkGluedMeasurementDet::testStrips().
00016 { return theuu;}
float MeasurementError::uv | ( | ) | const [inline] |
Definition at line 17 of file MeasurementError.h.
References theuv.
Referenced by Chi2StripEstimator::estimate(), StripMeasurementTransformator::hitError(), TrapezoidalStripTopology::localError(), RectangularStripTopology::localError(), RadialStripTopology::localError(), and StripMeasurementTransformator::projectedTrajectoryError().
00017 { return theuv;}
float MeasurementError::vv | ( | ) | const [inline] |
Definition at line 18 of file MeasurementError.h.
References thevv.
Referenced by Chi2StripEstimator::estimate(), StripMeasurementTransformator::hitError(), TrapezoidalStripTopology::localError(), RectangularStripTopology::localError(), DTTopology::localError(), RadialStripTopology::localError(), RectangularPixelTopology::localError(), and StripMeasurementTransformator::projectedTrajectoryError().
00018 { return thevv;}
float MeasurementError::theuu [private] |
float MeasurementError::theuv [private] |
float MeasurementError::thevv [private] |