Encapsulation of the Minuit fit for Ropt. More...
#include <RoptFit.h>
Public Member Functions | |
| std::pair< double, double > | Fit (const LDFFunctionType type, const int n, const double *const s1000, const double *const beta, const bool verbose=false) |
Static Private Member Functions | |
| static void | FitFunction (int &nPar, double *const grad, double &value, double *const par, const int flag) |
Static Private Attributes | |
| static const double * | fgBeta |
| static LDFFunctionType | fgLDFType |
| static int | fgN |
| static const double * | fgS1000 |
| pair< double, double > RoptFit::Fit | ( | const LDFFunctionType | type, |
| const int | n, | ||
| const double *const | s1000, | ||
| const double *const | beta, | ||
| const bool | verbose = false |
||
| ) |
Definition at line 16 of file RoptFit.cc.
References FitFunction(), and galactic::meter.
Referenced by LDFFinderOG::LDFFinder::Run().
|
staticprivate |
Definition at line 53 of file RoptFit.cc.
References LDFFinderOG::LDFFunction(), utl::s, utl::Sqr(), and sqrt().
Referenced by Fit().
|
staticprivate |