GammaLib
2.0.0
|
#include <GModelSpectralLogParabola.hpp>
Public Member Functions | |
flux_kern (const double &norm, const double &index, const double &curvature, const GEnergy &pivot) | |
double | eval (const double &x) |
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... | |
Protected Attributes | |
double | m_norm |
Normalization. More... | |
double | m_index |
Spectral index at pivot. More... | |
double | m_curvature |
Curvature. More... | |
GEnergy | m_pivot |
Pivot energy. 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... | |
Definition at line 126 of file GModelSpectralLogParabola.hpp.
|
inline |
Definition at line 129 of file GModelSpectralLogParabola.hpp.
|
inlinevirtual |
Implements GFunction.
Reimplemented in GModelSpectralLogParabola::eflux_kern.
Definition at line 139 of file GModelSpectralLogParabola.hpp.
References log(), m_curvature, m_index, m_norm, m_pivot, GEnergy::MeV(), and pow().
Referenced by GModelSpectralLogParabola::eflux_kern::eval().
|
protected |
|
protected |
Spectral index at pivot.
Definition at line 147 of file GModelSpectralLogParabola.hpp.
Referenced by eval().
|
protected |
|
protected |