BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines initial settings of single fit parameter and the final value which has to be found in the course of the fit. More...
Public Member Functions | |
ParameterPlan (const mumufit::Parameter ¶m, double expected_value, double tolerance=0.01) | |
double | expectedValue () const |
mumufit::Parameter | fitParameter () const |
void | setTolerance (double tolerance) |
double | tolerance () const |
Private Attributes | |
double | m_expected_value |
expected value to find in the fit More... | |
mumufit::Parameter | m_parameter |
initial parameter settings More... | |
double | m_tolerance |
tolerance on found value wrt expected value More... | |
Defines initial settings of single fit parameter and the final value which has to be found in the course of the fit.
Definition at line 28 of file ParameterPlan.h.
|
inline |
Definition at line 30 of file ParameterPlan.h.
|
inline |
|
inline |
|
inline |
Definition at line 39 of file ParameterPlan.h.
References m_tolerance, and tolerance().
|
inline |
Definition at line 37 of file ParameterPlan.h.
References m_tolerance.
Referenced by setTolerance().
|
private |
expected value to find in the fit
Definition at line 42 of file ParameterPlan.h.
Referenced by expectedValue().
|
private |
initial parameter settings
Definition at line 44 of file ParameterPlan.h.
Referenced by fitParameter().
|
private |
tolerance on found value wrt expected value
Definition at line 43 of file ParameterPlan.h.
Referenced by setTolerance(), and tolerance().