1 #include "marlin/MarlinConfig.h"
15 std::cout <<
"ErrorOfSigma::ErrorOfSigma: errors will be inaccurate for n = " << n
16 <<
" - should be > 30 "
40 double t = 2./ ( 9. *
_n ) ;
45 #ifdef MARLIN_CLHEP // only if CLHEP is available !
60 double t = 2./ ( 9. *
_n ) ;
double upperError(double sigma)
The upper error of sigma.
virtual double getChiSquaredPlus()
Returns the chisquared value with P(chisquared) == 0.84.
double lowerError(double sigma)
The lower error of sigma.
unsigned _n
The number of degrees of freedom.
virtual double getChiSquaredMinus()
Returns the chisquared value with P(chisquared) == 0.16.
ErrorOfSigma(unsigned n)
C'tor takes the number of measured values.