|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <FitAbstraction.h>
Public Attributes | |
| double | up = 0.5 |
| unsigned | strategy = 2 |
| unsigned | max_fcn = 100000 |
| double | tolerance = 0.2 |
| bool | run_hesse = true |
| unsigned | hesse_maxcalls = 0 |
| bool | verbose = true |
Definition at line 27 of file FitAbstraction.h.
| unsigned fit_app::FitOptions::hesse_maxcalls = 0 |
Definition at line 33 of file FitAbstraction.h.
| unsigned fit_app::FitOptions::max_fcn = 100000 |
Definition at line 30 of file FitAbstraction.h.
| bool fit_app::FitOptions::run_hesse = true |
Definition at line 32 of file FitAbstraction.h.
| unsigned fit_app::FitOptions::strategy = 2 |
Definition at line 29 of file FitAbstraction.h.
| double fit_app::FitOptions::tolerance = 0.2 |
Definition at line 31 of file FitAbstraction.h.
| double fit_app::FitOptions::up = 0.5 |
Definition at line 28 of file FitAbstraction.h.
| bool fit_app::FitOptions::verbose = true |
Definition at line 34 of file FitAbstraction.h.