14 #ifndef _FunctionParameter_H_
15 #define _FunctionParameter_H_
86 const std::string & name ()
const;
90 double value ()
const;
94 double error ()
const;
98 bool isFixed ()
const;
102 double lowerLimit ()
const;
106 double upperLimit ()
const;
110 bool hasLowerLimit ()
const;
114 bool hasUpperLimit ()
const;
120 #endif // _FunctionParameter_H_
#define MDL_HIPPOPLOT_API
bool m_has_upper
The has uppper limit flag.
bool m_has_lower
The has low limit flag.
double m_upper_limit
the upper limit allowed during fitting.
double m_error
The error on the value after fitting.
A class to collect function parameters from a FunctionBase object but also the constraints and errors...
double m_value
The value of the parameter.
bool m_fixed
The fixed flag used by the minimizer.
std::string m_name
The name of the parameter.
double m_lower_limit
The lower limit allowed during fitting.