Func1D Class Reference

Inheritance diagram for Func1D:

ROOT::Math::IParametricFunctionOneDim ROOT::Math::IBaseFunctionOneDim ROOT::Math::IBaseParam ROOT::Math::IBaseFunctionOneDim ROOT::Math::IBaseParam List of all members.

Public Member Functions

void SetParameters (const double *p)
const doubleParameters () const
ROOT::Math::IGenFunctionClone () const
unsigned int NPar () const

Private Member Functions

double DoEvalPar (double x, const double *p) const

Private Attributes

double fp [3]

Detailed Description

Definition at line 355 of file testFit.cxx.


Member Function Documentation

void Func1D::SetParameters ( const double p  )  [inline, virtual]

Set the parameter values

Parameters:
p vector of doubles containing the parameter values.
to be defined: can user change number of params ? At the moment no.

Implements ROOT::Math::IBaseParam.

Definition at line 357 of file testFit.cxx.

References copy(), fp, and NPar().

const double* Func1D::Parameters (  )  const [inline, virtual]

Access the parameter values

Implements ROOT::Math::IBaseParam.

Definition at line 358 of file testFit.cxx.

References fp.

ROOT::Math::IGenFunction* Func1D::Clone (  )  const [inline, virtual]

Clone a function. Each derived class will implement his version of the provate DoClone method

Implements ROOT::Math::IBaseFunctionOneDim.

Definition at line 359 of file testFit.cxx.

References fp.

unsigned int Func1D::NPar (  )  const [inline, virtual]

Return the number of Parameters

Implements ROOT::Math::IBaseParam.

Definition at line 364 of file testFit.cxx.

Referenced by SetParameters().

double Func1D::DoEvalPar ( double  x,
const double p 
) const [inline, private, virtual]

Implementation of the evaluation function using the x value and the parameters. Must be implemented by derived classes

Implements ROOT::Math::IParametricFunctionOneDim.

Definition at line 366 of file testFit.cxx.


Member Data Documentation

double Func1D::fp[3] [private]

Definition at line 369 of file testFit.cxx.

Referenced by Clone(), Parameters(), and SetParameters().


The documentation for this class was generated from the following file:
Generated on Tue Jul 5 16:25:34 2011 for ROOT_528-00b_version by  doxygen 1.5.1