AmpGen 2.1
Loading...
Searching...
No Matches
AmpGen::Chi2Estimator Class Reference

Detailed Description

Definition at line 22 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)
 

Constructor & Destructor Documentation

◆ Chi2Estimator()

template<typename... argument_types>
AmpGen::Chi2Estimator::Chi2Estimator ( const EventList_type & dataEvents,
const EventList_type & mcEvents,
const std::function< double(const Event &)> & fcn,
const argument_types &... args )
inline

Definition at line 31 of file Chi2Estimator.h.

Member Function Documentation

◆ chi2()

double AmpGen::Chi2Estimator::chi2 ( ) const

◆ doChi2()

void AmpGen::Chi2Estimator::doChi2 ( const EventList_type & dataEvents,
const EventList_type & mcEvents,
const std::function< double(const Event &)> & fcn )

◆ nBins()

double AmpGen::Chi2Estimator::nBins ( ) const

◆ writeBinningToFile()

void AmpGen::Chi2Estimator::writeBinningToFile ( const std::string & filename)

The documentation for this class was generated from the following file: