9#if MINUIT2_NOT_BUNDLED_WITH_ROOT
10#include <Minuit2/FCNBase.h>
11#include <Minuit2/FCNGradientBase.h>
13#include <root/Minuit2/FCNBase.h>
14#include <root/Minuit2/FCNGradientBase.h>
40 double operator()(std::vector<double>
const& pars)
const;
75 double operator()(std::vector<double>
const& pars)
const;
83 std::vector<double>
Gradient(
const std::vector<double>& pars)
const;
The "ChiSquare" class computes the χ2's given a set of "DataHandler" objects and the corresponding "C...
Definition: chisquare.h:22
virtual void SetParameters(std::vector< double > const &pars)
Function that sets the free parameters of the parameterisation.
Definition: chisquare.h:114
int GetDataPointNumber() const
Function that gets the number of data points that pass the qT / Q cut for the whole dataset.
Definition: chisquare.h:155
The "FcnMinuit" class is a derived class of of the "FCNGradientBase" mother class of Minuit that retu...
Definition: fcnminuit.h:61
ChiSquare _chi2
The "ChiSquare" object that returns the values of all chi2's.
Definition: fcnminuit.h:91
double operator()(std::vector< double > const &pars) const
Operator required by Minuit to compute the function to be minimised.
FcnMinuitGrad(ChiSquare const &chi2)
The "FcnMinuitGrad" default constructor.
double Up() const
Definition: fcnminuit.h:85
std::vector< double > Gradient(const std::vector< double > &pars) const
Function required by Minuit to compute the derivatives of the function to be minimised.
void SetParameters(std::vector< double > const &pars)
Function that sets the parameter of the "ChiSquare" object.
Definition: fcnminuit.h:91
The "FcnMinuit" class is a derived class of of the "FCNBase" mother class of Minuit that returns the ...
Definition: fcnminuit.h:26
double Up() const
Definition: fcnminuit.h:42
void SetParameters(std::vector< double > const &pars)
Function that sets the parameter of the "ChiSquare" object.
Definition: fcnminuit.h:48
FcnMinuit(ChiSquare const &chi2)
The "FcnMinuit" default constructor.
ChiSquare _chi2
The "ChiSquare" object that returns the values of all chi2's.
Definition: fcnminuit.h:48
double operator()(std::vector< double > const &pars) const
Operator required by Minuit to compute the function to be minimised.