1 #ifndef _LDFFinderOG_RoptFit_h_
2 #define _LDFFinderOG_RoptFit_h_
8 namespace LDFFinderOG {
20 std::pair<double, double>
22 const int n,
const double*
const s1000,
const double*
const beta,
29 double*
const par,
const int flag);
Encapsulation of the Minuit fit for Ropt.
static const double * fgS1000
std::pair< double, double > Fit(const LDFFunctionType type, const int n, const double *const s1000, const double *const beta, const bool verbose=false)
static LDFFunctionType fgLDFType
static const double * fgBeta
static void FitFunction(int &nPar, double *const grad, double &value, double *const par, const int flag)