#include <MintFcn.h>
|
virtual double | Up () const |
|
Definition at line 12 of file MintFcn.h.
◆ MintFcn()
Constructor
Definition at line 18 of file MintFcn.h.
IMinimisable * _theFunction
◆ operator()()
virtual double MINT::MintFcn::operator() |
( |
const std::vector< double > & |
par | ) |
const |
|
inlinevirtual |
Calculate test-statistic from Minuit2 fit parameter guesses
Definition at line 25 of file MintFcn.h.
27 for(
unsigned int i=0; i<par.size(); ++i )
33 std::cout << std::setprecision(std::numeric_limits<double>::digits10);
34 std::cout <<
"-2logL = " << negll << std::endl;
IMinuitParameter * getParPtr(unsigned int i)
IMinimisable * _theFunction
virtual double getVal()=0
virtual MinuitParameterSet * getParSet()=0
virtual void parametersChanged()=0
virtual void setCurrentFitVal(double pval)=0
◆ SetBestMin()
void MINT::MintFcn::SetBestMin |
( |
const double & |
best_min | ) |
|
|
inline |
If minimisation fails due to edm being above tolerance, set the best known -2logL and reminimise
Definition at line 43 of file MintFcn.h.
◆ Up()
virtual double MINT::MintFcn::Up |
( |
| ) |
const |
|
inlineprivatevirtual |
Change in test-statistic that defines the uncertainty of fit parameters
Definition at line 50 of file MintFcn.h.
◆ _best_min
double MINT::MintFcn::_best_min = 0.0 |
|
private |
◆ _error_def
const double MINT::MintFcn::_error_def = 1.0 |
|
private |
◆ _theFunction
The documentation for this class was generated from the following file: