16 #error no need to expose this header to Swig
20 #ifndef BORNAGAIN_FIT_PARAM_PARAMETERPLAN_H
21 #define BORNAGAIN_FIT_PARAM_PARAMETERPLAN_H
Defines initial settings of single fit parameter and the final value which has to be found in the cou...
void setTolerance(double tolerance)
double m_expected_value
expected value to find in the fit
double expectedValue() const
ParameterPlan(const mumufit::Parameter ¶m, double expected_value, double tolerance=0.01)
double m_tolerance
tolerance on found value wrt expected value
mumufit::Parameter m_parameter
initial parameter settings
mumufit::Parameter fitParameter() const
A fittable parameter with value, error, step, and limits.