CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/GenericFunctions/LegendreFit.hh>
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 |
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 |
![]() | |
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 LegendreFit.hh.
|
inline |
Definition at line 12 of file LegendreFit.icc.
|
inline |
Definition at line 36 of file LegendreFit.icc.
|
inlinevirtual |
Definition at line 28 of file LegendreFit.icc.
|
inline |
Definition at line 91 of file LegendreFit.icc.
References recomputeCoefficients().
|
inline |
Definition at line 97 of file LegendreFit.icc.
References Genfun::LegendreCoefficientSet::getLMax(), and recomputeCoefficients().
|
inline |
Definition at line 75 of file LegendreFit.icc.
Referenced by recomputeCoefficients().
|
inline |
Definition at line 79 of file LegendreFit.icc.
|
inline |
Definition at line 83 of file LegendreFit.icc.
Referenced by recomputeCoefficients().
|
inline |
Definition at line 87 of file LegendreFit.icc.
|
inlineoverridevirtual |
Implements Genfun::AbsFunction.
Definition at line 39 of file LegendreFit.hh.
References operator()().
|
inlineoverridevirtual |
Implements Genfun::AbsFunction.
Definition at line 47 of file LegendreFit.icc.
References recomputeCoefficients().
Referenced by operator()().
|
inline |
Definition at line 71 of file LegendreFit.icc.
|
inline |
Definition at line 117 of file LegendreFit.icc.
References getFraction(), getPhase(), and Genfun::Parameter::getValue().
Referenced by coefficientsA(), coefficientsASq(), and operator()().