#include <ErrorPropogationTypes.h>
Public Member Functions | |
T | error () const |
T | error2 () const |
stats_t | inverse () const |
T | operator() () const |
stats_t | operator*= (const stats_t &R) |
stats_t | operator*= (const T &r) |
stats_t | operator+= (const stats_t &R) |
stats_t | operator+= (const T &r) |
stats_t | operator-= (const stats_t &R) |
stats_t | operator-= (const T &r) |
stats_t | operator/= (const stats_t &R) |
stats_t | operator/= (const T &r) |
bool | operator< (const stats_t &R) const |
bool | operator< (const count_t &R) const |
bool | operator== (const stats_t &R) const |
bool | operator== (const count_t &R) const |
T | relative_error () const |
T | sigmaFrom (const T &x) const |
stats_t () | |
stats_t (count_t c) | |
stats_t (T q, T e2) | |
Static Public Member Functions | |
static stats_t | from_relative_uncertainty2 (T q, T re2) |
Private Attributes | |
T | err2 |
T | value |
Definition at line 33 of file ErrorPropogationTypes.h.
Definition at line 43 of file ErrorPropogationTypes.h.
Referenced by stats_t< T >::from_relative_uncertainty2(), and stats_t< T >::inverse().
Definition at line 44 of file ErrorPropogationTypes.h.
Definition at line 45 of file ErrorPropogationTypes.h.
Definition at line 67 of file ErrorPropogationTypes.h.
References stats_t< T >::err2, and mathSSE::sqrt().
Referenced by stats_t< T >::sigmaFrom().
Definition at line 66 of file ErrorPropogationTypes.h.
References stats_t< T >::err2.
Referenced by StripCPEgeometric::geometric_position(), StripCPEgeometric::localParameters(), and StripCPEgeometric::offset_from_firstStrip().
|
inlinestatic |
Definition at line 46 of file ErrorPropogationTypes.h.
References stats_t< T >::stats_t().
Referenced by StripCPEgeometric::localParameters().
Definition at line 63 of file ErrorPropogationTypes.h.
References stats_t< T >::err2, funct::pow(), stats_t< T >::stats_t(), and stats_t< T >::value.
Definition at line 55 of file ErrorPropogationTypes.h.
References stats_t< T >::err2, and stats_t< T >::value.
Definition at line 60 of file ErrorPropogationTypes.h.
References stats_t< T >::err2, alignCSCRings::r, and stats_t< T >::value.
Definition at line 53 of file ErrorPropogationTypes.h.
References stats_t< T >::err2, and stats_t< T >::value.
Definition at line 58 of file ErrorPropogationTypes.h.
References alignCSCRings::r, and stats_t< T >::value.
Definition at line 54 of file ErrorPropogationTypes.h.
References stats_t< T >::err2, and stats_t< T >::value.
Definition at line 59 of file ErrorPropogationTypes.h.
References alignCSCRings::r, and stats_t< T >::value.
Definition at line 56 of file ErrorPropogationTypes.h.
References stats_t< T >::err2, and stats_t< T >::value.
Definition at line 61 of file ErrorPropogationTypes.h.
References stats_t< T >::err2, alignCSCRings::r, and stats_t< T >::value.
Definition at line 49 of file ErrorPropogationTypes.h.
References dttmaxenums::R, and stats_t< T >::value.
Definition at line 50 of file ErrorPropogationTypes.h.
References stats_t< T >::err2, and stats_t< T >::value.
Definition at line 51 of file ErrorPropogationTypes.h.
References stats_t< T >::err2, count_t::error2(), dttmaxenums::R, and stats_t< T >::value.
Definition at line 68 of file ErrorPropogationTypes.h.
References stats_t< T >::err2, mathSSE::sqrt(), and stats_t< T >::value.
Definition at line 69 of file ErrorPropogationTypes.h.
References stats_t< T >::error(), and stats_t< T >::value.
Definition at line 41 of file ErrorPropogationTypes.h.
Referenced by stats_t< T >::error(), stats_t< T >::error2(), stats_t< T >::inverse(), stats_t< T >::operator*=(), stats_t< T >::operator+=(), stats_t< T >::operator-=(), stats_t< T >::operator/=(), stats_t< T >::operator==(), and stats_t< T >::relative_error().
Definition at line 41 of file ErrorPropogationTypes.h.
Referenced by average.Average::average(), stats_t< T >::inverse(), stats_t< T >::operator()(), stats_t< T >::operator*=(), stats_t< T >::operator+=(), stats_t< T >::operator-=(), stats_t< T >::operator/=(), stats_t< T >::operator<(), stats_t< T >::operator==(), stats_t< T >::relative_error(), and stats_t< T >::sigmaFrom().