BAT
0.9.4
The Bayesian analysis toolkit
|
#include <BCEfficiencyFitter.h>
Public Member Functions | |
virtual void | operator() (const std::vector< double > &expectation, const std::vector< unsigned > &toyData)=0 |
virtual | ~ToyDataInterface () |
Abstract class which doesn't do anything but offers the right interface to allow calculation the distribution of any statistic. User has to create a subclass and implement the operator().
Definition at line 48 of file BCEfficiencyFitter.h.
|
inlinevirtual |
pure abstract
Definition at line 60 of file BCEfficiencyFitter.h.
|
pure virtual |
operator() is called for each generated toy data set of the fast p-value calculation.
expectation | the expected number of events for the parameter values chosen in the call to CalculatePValueFast |
toyData | one toy data set |