CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Public Member Functions | List of all members
Genfun::LegendreFit Class Reference

#include <LegendreFit.hh>

Inheritance diagram for Genfun::LegendreFit:
Genfun::AbsFunction Genfun::AbsFunction

Public Member Functions

 LegendreFit (unsigned int N)
 
 LegendreFit (const LegendreFit &right)
 
virtual ~LegendreFit ()
 
virtual double operator() (double argument) const
 
virtual double operator() (const Argument &a) const
 
unsigned int order () const
 
Parameter * getFraction (unsigned int i)
 
const Parameter * getFraction (unsigned int i) const
 
Parameter * getPhase (unsigned int i)
 
const Parameter * getPhase (unsigned int i) const
 
const LegendreCoefficientSet & coefficientsA () const
 
const LegendreCoefficientSet & coefficientsASq () const
 
void recomputeCoefficients () const
 
 LegendreFit (unsigned int N)
 
 LegendreFit (const LegendreFit &right)
 
virtual ~LegendreFit ()
 
virtual double operator() (double argument) const
 
virtual double operator() (const Argument &a) const
 
unsigned int order () const
 
Parameter * getFraction (unsigned int i)
 
const Parameter * getFraction (unsigned int i) const
 
Parameter * getPhase (unsigned int i)
 
const Parameter * getPhase (unsigned int i) const
 
const LegendreCoefficientSet & coefficientsA () const
 
const LegendreCoefficientSet & coefficientsASq () const
 
void recomputeCoefficients () const
 
- Public Member Functions inherited from Genfun::AbsFunction
 AbsFunction ()
 
 AbsFunction (const AbsFunction &right)
 
virtual ~AbsFunction ()
 
virtual unsigned int dimensionality () const
 
virtual AbsFunction * clone () 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
 
 AbsFunction ()
 
 AbsFunction (const AbsFunction &right)
 
virtual ~AbsFunction ()
 
virtual unsigned int dimensionality () const
 
virtual AbsFunction * clone () 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 CLHEP/GenericFunctions/LegendreFit.hh.

Constructor & Destructor Documentation

◆ LegendreFit() [1/4]

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

◆ LegendreFit() [2/4]

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

◆ ~LegendreFit() [1/2]

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

◆ LegendreFit() [3/4]

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

◆ LegendreFit() [4/4]

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

◆ ~LegendreFit() [2/2]

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

Member Function Documentation

◆ coefficientsA() [1/2]

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

◆ coefficientsA() [2/2]

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

◆ coefficientsASq() [1/2]

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

◆ coefficientsASq() [2/2]

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

◆ getFraction() [1/4]

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

◆ getFraction() [2/4]

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

◆ getFraction() [3/4]

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

◆ getFraction() [4/4]

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

◆ getPhase() [1/4]

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

◆ getPhase() [2/4]

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

◆ getPhase() [3/4]

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

◆ getPhase() [4/4]

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

◆ operator()() [1/4]

virtual double Genfun::LegendreFit::operator() ( const Argument &  a) const
inlinevirtual

Implements Genfun::AbsFunction.

Definition at line 39 of file CLHEP/GenericFunctions/LegendreFit.hh.

References a, and operator()().

◆ operator()() [2/4]

virtual double Genfun::LegendreFit::operator() ( const Argument &  a) const
inlinevirtual

Implements Genfun::AbsFunction.

Definition at line 39 of file GenericFunctions/LegendreFit.hh.

References a, and operator()().

◆ operator()() [3/4]

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

Implements Genfun::AbsFunction.

Referenced by operator()().

◆ operator()() [4/4]

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

Implements Genfun::AbsFunction.

◆ order() [1/2]

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

◆ order() [2/2]

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

◆ recomputeCoefficients() [1/2]

void Genfun::LegendreFit::recomputeCoefficients ( ) const

◆ recomputeCoefficients() [2/2]

void Genfun::LegendreFit::recomputeCoefficients ( ) const

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