33 #ifndef ROOT_Math_ParamFunction 34 #define ROOT_Math_ParamFunction 66 template <
class IPFType>
Namespace for new ROOT classes and functions.
IPFType::BaseFunc BaseFunc
unsigned int fNpar
Return true if the calculation of derivatives is implemented.
virtual const double * Parameters() const
Access the parameter values.
virtual void SetParameters(const double *p)
Set the parameter values.
Base template class for all Parametric Functions.
std::vector< double > fParams
Namespace for new Math classes and functions.
unsigned int NPar() const
Return the number of parameters.
ParamFunction(unsigned int npar=0)
Construct a parameteric function with npar parameters.