The "FcnMinuit" class is a derived class of of the "FCNBase" mother class of Minuit that returns the χ2 to be minimised.
More...
#include <fcnminuit.h>
|
| FcnMinuit (ChiSquare const &chi2) |
| The "FcnMinuit" default constructor. More...
|
|
double | operator() (std::vector< double > const &pars) const |
| Operator required by Minuit to compute the function to be minimised. More...
|
|
double | Up () const |
|
void | SetParameters (std::vector< double > const &pars) |
| Function that sets the parameter of the "ChiSquare" object. More...
|
|
The "FcnMinuit" class is a derived class of of the "FCNBase" mother class of Minuit that returns the χ2 to be minimised.
◆ FcnMinuit()
NangaParbat::FcnMinuit::FcnMinuit |
( |
ChiSquare const & |
chi2 | ) |
|
The "FcnMinuit" default constructor.
- Parameters
-
chi2 | the "ChiSquare" object that returns the values of all chi2's |
◆ operator()()
double NangaParbat::FcnMinuit::operator() |
( |
std::vector< double > const & |
pars | ) |
const |
Operator required by Minuit to compute the function to be minimised.
- Parameters
-
pars | the vector of parameters |
- Returns
- the function to be minimised
◆ SetParameters()
void NangaParbat::FcnMinuit::SetParameters |
( |
std::vector< double > const & |
pars | ) |
|
|
inline |
Function that sets the parameter of the "ChiSquare" object.
- Parameters
-
pars | the vector of parameters |
◆ Up()
double NangaParbat::FcnMinuit::Up |
( |
| ) |
const |
|
inline |
◆ _chi2
The "ChiSquare" object that returns the values of all chi2's.
The documentation for this class was generated from the following file:
- /Users/vb262523/Codes/NangaParbat-Beta/inc/NangaParbat/fcnminuit.h