CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
Genfun::LegendreFit Class Reference

#include <LegendreFit.hh>

+ Inheritance diagram for Genfun::LegendreFit:

Public Member Functions

 LegendreFit (unsigned int N)
 
 LegendreFit (const LegendreFit &right)
 
virtual ~LegendreFit ()
 
virtual double operator() (double argument) const override
 
virtual double operator() (const Argument &a) const override
 
unsigned int order () const
 
ParametergetFraction (unsigned int i)
 
const ParametergetFraction (unsigned int i) const
 
ParametergetPhase (unsigned int i)
 
const ParametergetPhase (unsigned int i) const
 
const LegendreCoefficientSetcoefficientsA () const
 
const LegendreCoefficientSetcoefficientsASq () const
 
void recomputeCoefficients () const
 
- Public Member Functions inherited from Genfun::AbsFunction
 AbsFunction ()
 
 AbsFunction (const AbsFunction &right)
 
virtual ~AbsFunction ()
 
virtual unsigned int dimensionality () const
 
virtual double operator() (double argument) const =0
 
virtual double operator() (const Argument &argument) const =0
 
virtual AbsFunctionclone () const =0
 
virtual FunctionComposition operator() (const AbsFunction &f) const
 
virtual ParameterComposition operator() (const AbsParameter &p) const
 
Derivative derivative (const Variable &v) const
 
Derivative prime () const
 
virtual bool hasAnalyticDerivative () const
 
virtual Derivative partial (unsigned int) const
 

Detailed Description

Author

Definition at line 22 of file LegendreFit.hh.

Constructor & Destructor Documentation

◆ LegendreFit() [1/2]

Genfun::LegendreFit::LegendreFit ( unsigned int  N)

◆ LegendreFit() [2/2]

Genfun::LegendreFit::LegendreFit ( const LegendreFit right)

◆ ~LegendreFit()

virtual Genfun::LegendreFit::~LegendreFit ( )
virtual

Member Function Documentation

◆ coefficientsA()

const LegendreCoefficientSet & Genfun::LegendreFit::coefficientsA ( ) const

◆ coefficientsASq()

const LegendreCoefficientSet & Genfun::LegendreFit::coefficientsASq ( ) const

◆ getFraction() [1/2]

Parameter * Genfun::LegendreFit::getFraction ( unsigned int  i)

◆ getFraction() [2/2]

const Parameter * Genfun::LegendreFit::getFraction ( unsigned int  i) const

◆ getPhase() [1/2]

Parameter * Genfun::LegendreFit::getPhase ( unsigned int  i)

◆ getPhase() [2/2]

const Parameter * Genfun::LegendreFit::getPhase ( unsigned int  i) const

◆ operator()() [1/2]

virtual double Genfun::LegendreFit::operator() ( const Argument a) const
inlineoverridevirtual

Implements Genfun::AbsFunction.

Definition at line 39 of file LegendreFit.hh.

39{return operator() (a[0]);}
virtual double operator()(double argument) const override

◆ operator()() [2/2]

virtual double Genfun::LegendreFit::operator() ( double  argument) const
overridevirtual

Implements Genfun::AbsFunction.

Referenced by operator()().

◆ order()

unsigned int Genfun::LegendreFit::order ( ) const

◆ recomputeCoefficients()

void Genfun::LegendreFit::recomputeCoefficients ( ) const

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