2 #define ErrorOfSigma_h 1
Small helper class that computes the lower and upper error of sigma assuming a normal distribution...
Definition: ErrorOfSigma.h:13
double upperError(double sigma)
The upper error of sigma.
Definition: ErrorOfSigma.cc:30
virtual double getChiSquaredPlus()
Returns the chisquared value with P(chisquared) == 0.84.
Definition: ErrorOfSigma.cc:37
double lowerError(double sigma)
The lower error of sigma.
Definition: ErrorOfSigma.cc:24
unsigned _n
The number of degrees of freedom.
Definition: ErrorOfSigma.h:43
virtual ~ErrorOfSigma()
Virtual d'tor.
Definition: ErrorOfSigma.h:22
virtual double getChiSquaredMinus()
Returns the chisquared value with P(chisquared) == 0.16.
Definition: ErrorOfSigma.cc:56
ErrorOfSigma(unsigned n)
C'tor takes the number of measured values.
Definition: ErrorOfSigma.cc:10