CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <VoigtProfile.hh>
Public Member Functions | |
VoigtProfile () | |
VoigtProfile (const VoigtProfile &right) | |
virtual | ~VoigtProfile () |
virtual double | operator() (double argument) const override |
virtual double | operator() (const Argument &a) const override |
Parameter & | mass () |
Parameter & | width () |
Parameter & | sigma () |
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 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 20 of file VoigtProfile.hh.
Genfun::VoigtProfile::VoigtProfile | ( | ) |
Definition at line 83 of file VoigtProfile.cc.
Genfun::VoigtProfile::VoigtProfile | ( | const VoigtProfile & | right | ) |
Definition at line 89 of file VoigtProfile.cc.
|
virtual |
Definition at line 97 of file VoigtProfile.cc.
Parameter & Genfun::VoigtProfile::mass | ( | ) |
Definition at line 115 of file VoigtProfile.cc.
Implements Genfun::AbsFunction.
Definition at line 37 of file VoigtProfile.hh.
Implements Genfun::AbsFunction.
Definition at line 100 of file VoigtProfile.cc.
Referenced by operator()().
Parameter & Genfun::VoigtProfile::sigma | ( | ) |
Definition at line 124 of file VoigtProfile.cc.
Parameter & Genfun::VoigtProfile::width | ( | ) |
Definition at line 120 of file VoigtProfile.cc.