|
BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Public Member Functions | |
| ParameterPlan (const Fit::Parameter ¶m, double expected_value, double tolerance=0.01) | |
| Fit::Parameter | fitParameter () const |
| double | expectedValue () const |
| double | tolerance () const |
| void | setTolerance (double tolerance) |
Private Attributes | |
| double | m_expected_value |
| double | m_tolerance |
| Fit::Parameter | m_parameter |
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 23 of file ParameterPlan.h.
|
inline |
Definition at line 26 of file ParameterPlan.h.
|
inline |
|
inline |
|
inline |
Definition at line 33 of file ParameterPlan.h.
References m_tolerance.
Referenced by setTolerance().
|
inline |
Definition at line 35 of file ParameterPlan.h.
References m_tolerance, and tolerance().
|
private |
expected value to find in the fit
Definition at line 38 of file ParameterPlan.h.
Referenced by expectedValue().
|
private |
tolerance on found value wrt expected value
Definition at line 39 of file ParameterPlan.h.
Referenced by setTolerance(), and tolerance().
|
private |
initial parameter settings
Definition at line 40 of file ParameterPlan.h.
Referenced by fitParameter().