GammaLib
2.0.0
|
#include <GModelSpectralLogParabola.hpp>
Public Member Functions | |
eflux_kern (const double &norm, const double &index, const double &curvature, const GEnergy &pivot) | |
double | eval (const double &x) |
Public Member Functions inherited from GModelSpectralLogParabola::flux_kern | |
flux_kern (const double &norm, const double &index, const double &curvature, const GEnergy &pivot) | |
Public Member Functions inherited from GFunction | |
GFunction (void) | |
Void constructor. More... | |
GFunction (const GFunction &function) | |
Copy constructor. More... | |
virtual | ~GFunction (void) |
Destructor. More... | |
GFunction & | operator= (const GFunction &function) |
Assignment operator. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from GFunction | |
void | init_members (void) |
Initialise class members. More... | |
void | copy_members (const GFunction &function) |
Copy class members. More... | |
void | free_members (void) |
Delete class members. More... | |
Protected Attributes inherited from GModelSpectralLogParabola::flux_kern | |
double | m_norm |
Normalization. More... | |
double | m_index |
Spectral index at pivot. More... | |
double | m_curvature |
Curvature. More... | |
GEnergy | m_pivot |
Pivot energy. More... | |
Definition at line 153 of file GModelSpectralLogParabola.hpp.
|
inline |
Definition at line 156 of file GModelSpectralLogParabola.hpp.
|
inlinevirtual |
Reimplemented from GModelSpectralLogParabola::flux_kern.
Definition at line 163 of file GModelSpectralLogParabola.hpp.
References GModelSpectralLogParabola::flux_kern::eval().