Exclusion a la Yellin. More...
#include <XeStat.h>
Public Member Functions | |
bool | checkPValue () |
check that pValue is OK | |
double | eventsUpperLimit () |
Return upper limit of number of events in the fit. | |
int | forceCLs () |
Virtual method saying is CLs can be used. | |
DataSet * | getDataSet () |
double | nSignalPerCm2 () |
return expected number of signal events for 1 cm2 cross section | |
void | printFlagsAndParameters () |
print All flags and parameters | |
double | pValueS (double sigma) |
compute p-value for a given cross section | |
bool | update () |
update after a change in conditions (mainly sigma test) | |
YellinPValue (OneDimSimulatedDataSet *dataSet, double sToE=1.) | |
YellinPValue (DataSet *dataSet, XeDist *signalDistribution, double sToE=1., int col=0) | |
Protected Attributes | |
int | column |
DataSet * | dataSet |
double | maxGapForOne |
XeDist * | signal |
double | sigToEvents |
Exclusion a la Yellin.
int YellinPValue::forceCLs | ( | ) | [virtual] |
Virtual method saying is CLs can be used.
Reimplemented from PValue.
double YellinPValue::pValueS | ( | double | sigma | ) | [virtual] |
compute p-value for a given cross section
sigma | true value of the cross section |
Implements PValue.
bool YellinPValue::update | ( | ) | [virtual] |
update after a change in conditions (mainly sigma test)
Implements PValue.