15 #ifndef BORNAGAIN_FIT_TESTENGINE_PARAMETERPLAN_H 
   16 #define BORNAGAIN_FIT_TESTENGINE_PARAMETERPLAN_H 
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...
 
Fit::Parameter m_parameter
initial parameter settings
 
void setTolerance(double tolerance)
 
double m_expected_value
expected value to find in the fit
 
double expectedValue() const
 
double m_tolerance
tolerance on found value wrt expected value
 
ParameterPlan(const Fit::Parameter ¶m, double expected_value, double tolerance=0.01)
 
Fit::Parameter fitParameter() const