15 #ifndef BORNAGAIN_FIT_TESTENGINE_PARAMETERPLAN_H
16 #define BORNAGAIN_FIT_TESTENGINE_PARAMETERPLAN_H
27 : m_expected_value(expected_value), m_tolerance(tolerance), m_parameter(param)
32 double expectedValue()
const {
return m_expected_value; }
33 double tolerance()
const {
return m_tolerance; }
35 void setTolerance(
double tolerance) { m_tolerance = tolerance; }
38 double m_expected_value;
A fittable parameter with value, error, step, and limits.
Defines initial settings of single fit parameter and the final value which has to be found in the cou...