Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
fit_app::ParameterDefinition Struct Reference

#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
 

Detailed Description

Definition at line 19 of file FitAbstraction.h.

Member Data Documentation

◆ fixed

bool fit_app::ParameterDefinition::fixed = false

Definition at line 24 of file FitAbstraction.h.

◆ limits

std::optional<std::pair<double, double> > fit_app::ParameterDefinition::limits

Definition at line 23 of file FitAbstraction.h.

◆ name

std::string fit_app::ParameterDefinition::name

Definition at line 20 of file FitAbstraction.h.

◆ step_hint

double fit_app::ParameterDefinition::step_hint = 0.0

Definition at line 22 of file FitAbstraction.h.

◆ value

double fit_app::ParameterDefinition::value = 0.0

Definition at line 21 of file FitAbstraction.h.


The documentation for this struct was generated from the following file: