|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <FitAbstraction.h>
Public Attributes | |
| std::string | name |
| double | value = 0.0 |
| double | step_hint = 0.0 |
| std::optional< std::pair< double, double > > | limits |
| bool | fixed = false |
Definition at line 19 of file FitAbstraction.h.
| bool fit_app::ParameterDefinition::fixed = false |
Definition at line 24 of file FitAbstraction.h.
| std::optional<std::pair<double, double> > fit_app::ParameterDefinition::limits |
Definition at line 23 of file FitAbstraction.h.
| std::string fit_app::ParameterDefinition::name |
Definition at line 20 of file FitAbstraction.h.
| double fit_app::ParameterDefinition::step_hint = 0.0 |
Definition at line 22 of file FitAbstraction.h.
| double fit_app::ParameterDefinition::value = 0.0 |
Definition at line 21 of file FitAbstraction.h.