musrStep 1.0.0
Loading...
Searching...
No Matches
PParam Struct Reference

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)
 

Detailed Description

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.

Member Data Documentation

◆ boundHigh

QString PParam::boundHigh

Upper boundary constraint (optional)

◆ boundLow

QString PParam::boundLow

Lower boundary constraint (optional)

◆ name

QString PParam::name

Parameter name identifier.

◆ number

QString PParam::number

Parameter number (index) in the msr-file.

◆ posErr

QString PParam::posErr

Positive error estimate.

◆ step

QString PParam::step

Step size for the fit (0 means fixed parameter)

◆ value

QString PParam::value

Current parameter value.


The documentation for this struct was generated from the following file: