1 #if !defined(MINUITINTERFACE_PARAMETER_H) 2 #define MINUITINTERFACE_PARAMETER_H 48 Parameter(
const std::string&
name,
double initialValue = 0,
double initialError = 0 );
51 const std::string&
name()
const;
54 double value()
const {
return m_value;}
59 virtual double error()
const {
return m_error;}
void setValue(double newValue)
const double * constValuePtr() const
void setValueError(double newValue, double newError)
virtual double error() const
virtual void setError(double newError, bool notify=false)
const std::string & name() const
Parameter(const std::string &name, double initialValue=0, double initialError=0)