|
musrStep 1.0.0
|
Structure representing a single fit parameter from an msr-file. More...
#include <PMusrStep.h>
Public Attributes | |
| QString | number |
| Parameter number (index) in the msr-file. | |
| QString | name |
| Parameter name identifier. | |
| QString | value |
| Current parameter value. | |
| QString | step |
| Step size for the fit (0 means fixed parameter) | |
| QString | posErr |
| Positive error estimate. | |
| QString | boundLow |
| Lower boundary constraint (optional) | |
| QString | boundHigh |
| Upper boundary constraint (optional) | |
Structure representing a single fit parameter from an msr-file.
This structure holds all components of a FITPARAMETER line from a musrfit msr-file, including the parameter number, name, value, step size, positive error, and optional boundary constraints.
| QString PParam::boundHigh |
Upper boundary constraint (optional)
| QString PParam::boundLow |
Lower boundary constraint (optional)
| QString PParam::name |
Parameter name identifier.
| QString PParam::number |
Parameter number (index) in the msr-file.
| QString PParam::posErr |
Positive error estimate.
| QString PParam::step |
Step size for the fit (0 means fixed parameter)
| QString PParam::value |
Current parameter value.