|
GammaLib 2.2.0.dev
|
#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. | |
| GFunction (const GFunction &function) | |
| Copy constructor. | |
| virtual | ~GFunction (void) |
| Destructor. | |
| GFunction & | operator= (const GFunction &function) |
| Assignment operator. | |
Protected Attributes | |
| double | m_norm |
| Normalization. | |
| double | m_index |
| Spectral index at pivot. | |
| double | m_curvature |
| Curvature. | |
| GEnergy | m_pivot |
| Pivot energy. | |
Additional Inherited Members | |
Protected Member Functions inherited from GFunction | |
| void | init_members (void) |
| Initialise class members. | |
| void | copy_members (const GFunction &function) |
| Copy class members. | |
| void | free_members (void) |
| Delete class members. | |
Definition at line 126 of file GModelSpectralLogParabola.hpp.
|
inline |
Definition at line 129 of file GModelSpectralLogParabola.hpp.
|
inlinevirtual |
Implements GFunction.
Definition at line 139 of file GModelSpectralLogParabola.hpp.
References m_curvature, m_index, m_norm, m_pivot, and GEnergy::MeV().
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 |