#include <BCEfficiencyFitter.h>
|
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.
virtual BCEfficiencyFitter::ToyDataInterface::~ToyDataInterface |
( |
) | |
|
|
inlinevirtual |
virtual void BCEfficiencyFitter::ToyDataInterface::operator() |
( |
const std::vector< double > & |
expectation, |
|
|
const std::vector< unsigned > & |
toyData |
|
) |
| |
|
pure virtual |
operator() is called for each generated toy data set of the fast p-value calculation.
- Parameters
-
expectation | the expected number of events for the parameter values chosen in the call to CalculatePValueFast |
toyData | one toy data set |
The documentation for this class was generated from the following file: