double fStep
step size for fitting
Definition musrWiz.h:147
double getValue()
Returns the parameter value.
Definition musrWiz.h:75
QString getBoundLow()
Returns the lower bound for the parameter.
Definition musrWiz.h:93
QString fBoundLow
lower bound (optional)
Definition musrWiz.h:149
double getStep()
Returns the step size for the fit.
Definition musrWiz.h:81
void setBoundLow(QString str)
Sets the lower bound.
Definition musrWiz.h:135
QString getName()
Returns the parameter name.
Definition musrWiz.h:63
QString fBoundHigh
upper bound (optional)
Definition musrWiz.h:150
double fValue
parameter value
Definition musrWiz.h:146
void setPosErr(QString str)
Sets the positive error string.
Definition musrWiz.h:129
int getNumber()
Returns the parameter number.
Definition musrWiz.h:69
void setBoundHigh(QString str)
Sets the upper bound.
Definition musrWiz.h:141
void setStep(double dval)
Sets the step size.
Definition musrWiz.h:123
void setName(QString str)
Sets the parameter name.
Definition musrWiz.h:105
QString getPosErr()
Returns the positive error string.
Definition musrWiz.h:87
void init()
Initializes all member variables to default/undefined values.
Definition musrWiz.cpp:25
QString fPosErr
positive error (or "none")
Definition musrWiz.h:148
PParam()
Constructor. Initializes the parameter to default values.
Definition musrWiz.h:47
int fNumber
parameter number
Definition musrWiz.h:145
QString getBoundHigh()
Returns the upper bound for the parameter.
Definition musrWiz.h:99
QString fName
parameter name
Definition musrWiz.h:144
void setValue(double dval)
Sets the parameter value.
Definition musrWiz.h:117
~PParam()
Destructor.
Definition musrWiz.h:52
void setNumber(int ival)
Sets the parameter number.
Definition musrWiz.h:111
The PFunc struct holds a function definition for musrfit.
Definition musrWiz.h:159
int number
function number (e.g., 1 for fun1)
Definition musrWiz.h:160
QString fun
function expression string (e.g., "fun1 = par1 * par2")
Definition musrWiz.h:161