|
CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/GenericFunctions/ReverseExponential.hh>
Public Member Functions | |
| ReverseExponential () | |
| ReverseExponential (const ReverseExponential &right) | |
| virtual | ~ReverseExponential () |
| virtual double | operator() (double argument) const override |
| virtual double | operator() (const Argument &a) const override |
| Parameter & | decayConstant () |
| Derivative | partial (unsigned int) const override |
| virtual bool | hasAnalyticDerivative () const override |
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 |
Definition at line 20 of file ReverseExponential.hh.
| Genfun::ReverseExponential::ReverseExponential | ( | ) |
| Genfun::ReverseExponential::ReverseExponential | ( | const ReverseExponential & | right | ) |
|
virtual |
| Parameter & Genfun::ReverseExponential::decayConstant | ( | ) |
Reimplemented from Genfun::AbsFunction.
Definition at line 46 of file ReverseExponential.hh.
|
inlineoverridevirtual |
Implements Genfun::AbsFunction.
Definition at line 37 of file ReverseExponential.hh.
References operator()().
Implements Genfun::AbsFunction.
Referenced by operator()().
|
overridevirtual |
Reimplemented from Genfun::AbsFunction.