ROOT  6.06/09
Reference Guide
Public Member Functions | List of all members
ROOT::Math::IBaseParam Class Referenceabstract

Documentation for the abstract class IBaseParam.

It defines the interface for dealing with the function parameters This is used only for internal convinience, to avoid redefining the Parameter API for the one and the multi-dim functions. Concrete class should derive from ROOT::Math::IParamFunction and not from this class.

Definition at line 54 of file IParamFunction.h.

Public Member Functions

virtual ~IBaseParam ()
 Virtual Destructor (no operations) More...
 
virtual const doubleParameters () const =0
 Access the parameter values. More...
 
virtual void SetParameters (const double *p)=0
 Set the parameter values. More...
 
virtual unsigned int NPar () const =0
 Return the number of Parameters. More...
 
virtual std::string ParameterName (unsigned int i) const
 Return the name of the i-th parameter (starting from zero) Overwrite if want to avoid the default name ("Par_0, Par_1, ...") More...
 

#include <Math/IParamFunction.h>

+ Inheritance diagram for ROOT::Math::IBaseParam:

Constructor & Destructor Documentation

virtual ROOT::Math::IBaseParam::~IBaseParam ( )
inlinevirtual

Virtual Destructor (no operations)

Definition at line 62 of file IParamFunction.h.

Member Function Documentation

virtual unsigned int ROOT::Math::IBaseParam::NPar ( ) const
pure virtual
virtual std::string ROOT::Math::IBaseParam::ParameterName ( unsigned int  i) const
inlinevirtual

Return the name of the i-th parameter (starting from zero) Overwrite if want to avoid the default name ("Par_0, Par_1, ...")

Reimplemented in WrapperRooPdf, ROOT::Math::VavilovAccurateCdf, ROOT::Math::WrappedMultiTF1, ROOT::Math::VavilovAccurateQuantile, ROOT::Math::VavilovAccuratePdf, and ROOT::Math::WrappedTF1.

Definition at line 89 of file IParamFunction.h.

Referenced by ROOT::Fit::FitConfig::CreateParamsSettings().

virtual const double* ROOT::Math::IBaseParam::Parameters ( ) const
pure virtual
virtual void ROOT::Math::IBaseParam::SetParameters ( const double p)
pure virtual

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