#include <Measurement1DFloat.h>
Public Member Functions | |
float | error () const |
Measurement1DFloat () | |
Measurement1DFloat (const float &aValue) | |
Measurement1DFloat (const float &aValue, const float &aError) | |
float | significance () const |
float | value () const |
~Measurement1DFloat () | |
Private Attributes | |
float | theError |
float | theValue |
A class that combines a value and it's associated uncertainty, or error, together. Provides a more explicit interface than a pair<float,float>. If you don't like the name, propose a better one!
Definition at line 9 of file Measurement1DFloat.h.
|
inline |
Definition at line 14 of file Measurement1DFloat.h.
|
inline |
Definition at line 16 of file Measurement1DFloat.h.
|
inline |
Definition at line 19 of file Measurement1DFloat.h.
|
inline |
Definition at line 24 of file Measurement1DFloat.h.
|
inline |
|
inline |
Definition at line 30 of file Measurement1DFloat.h.
References theError, and theValue.
Referenced by ConversionHitChecker::nHitsBeforeVtx(), and pat::VertexAssociationSelector::operator()().
|
inline |
Definition at line 26 of file Measurement1DFloat.h.
References theValue.
Referenced by average.Average::average(), and pat::VertexAssociationSelector::operator()().
|
private |
Definition at line 38 of file Measurement1DFloat.h.
Referenced by error(), and significance().
|
private |
Definition at line 37 of file Measurement1DFloat.h.
Referenced by significance(), and value().