|
CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <LegendreFit.hh>
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 |
Definition at line 22 of file CLHEP/GenericFunctions/LegendreFit.hh.
| Genfun::LegendreFit::LegendreFit | ( | unsigned int | N | ) |
| Genfun::LegendreFit::LegendreFit | ( | const LegendreFit & | right | ) |
|
virtual |
| Genfun::LegendreFit::LegendreFit | ( | unsigned int | N | ) |
| Genfun::LegendreFit::LegendreFit | ( | const LegendreFit & | right | ) |
|
virtual |
| const LegendreCoefficientSet& Genfun::LegendreFit::coefficientsA | ( | ) | const |
Referenced by operator()().
| const LegendreCoefficientSet& Genfun::LegendreFit::coefficientsA | ( | ) | const |
| const LegendreCoefficientSet& Genfun::LegendreFit::coefficientsASq | ( | ) | const |
Referenced by operator()().
| const LegendreCoefficientSet& Genfun::LegendreFit::coefficientsASq | ( | ) | const |
| Parameter* Genfun::LegendreFit::getFraction | ( | unsigned int | i | ) |
Referenced by operator()().
| Parameter* Genfun::LegendreFit::getFraction | ( | unsigned int | i | ) |
| const Parameter* Genfun::LegendreFit::getFraction | ( | unsigned int | i | ) | const |
| const Parameter* Genfun::LegendreFit::getFraction | ( | unsigned int | i | ) | const |
| Parameter* Genfun::LegendreFit::getPhase | ( | unsigned int | i | ) |
| Parameter* Genfun::LegendreFit::getPhase | ( | unsigned int | i | ) |
Referenced by operator()().
| const Parameter* Genfun::LegendreFit::getPhase | ( | unsigned int | i | ) | const |
| const Parameter* Genfun::LegendreFit::getPhase | ( | unsigned int | i | ) | const |
Implements Genfun::AbsFunction.
Implements Genfun::AbsFunction.
Referenced by operator()().
Implements Genfun::AbsFunction.
Definition at line 39 of file CLHEP/GenericFunctions/LegendreFit.hh.
References coefficientsA(), coefficientsASq(), getFraction(), getPhase(), operator()(), order(), and recomputeCoefficients().
Implements Genfun::AbsFunction.
Definition at line 39 of file GenericFunctions/LegendreFit.hh.
References coefficientsA(), coefficientsASq(), getFraction(), getPhase(), operator()(), order(), and recomputeCoefficients().
| unsigned int Genfun::LegendreFit::order | ( | ) | const |
Referenced by operator()().
| unsigned int Genfun::LegendreFit::order | ( | ) | const |
| void Genfun::LegendreFit::recomputeCoefficients | ( | ) | const |
Referenced by operator()().
| void Genfun::LegendreFit::recomputeCoefficients | ( | ) | const |
1.8.13