![]() |
AmpGen 2.1
|
Definition at line 20 of file Chi2Estimator.h.
Public Member Functions | |
| template<typename... argument_types> | |
| Chi2Estimator (const EventList_type &dataEvents, const EventList_type &mcEvents, const std::function< double(const Event &)> &fcn, const argument_types &...args) | |
| double | chi2 () const |
| double | nBins () const |
| void | writeBinningToFile (const std::string &filename) |
| void | doChi2 (const EventList_type &dataEvents, const EventList_type &mcEvents, const std::function< double(const Event &)> &fcn) |
|
inline |
Definition at line 28 of file Chi2Estimator.h.
| double AmpGen::Chi2Estimator::chi2 | ( | ) | const |
| void AmpGen::Chi2Estimator::doChi2 | ( | const EventList_type & | dataEvents, |
| const EventList_type & | mcEvents, | ||
| const std::function< double(const Event &)> & | fcn ) |
| double AmpGen::Chi2Estimator::nBins | ( | ) | const |
| void AmpGen::Chi2Estimator::writeBinningToFile | ( | const std::string & | filename | ) |