|
GammaLib 2.2.0.dev
|
#include <GModelSpectralExpInvPlaw.hpp>
Public Member Functions | |
| eflux_kernel (const double &norm, const double &index, const double &pivot, const double &lambda) | |
| double | eval (const double &eng) |
| Kernel for energy flux integration. | |
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 |
| Index. | |
| double | m_inv_pivot |
| 1 / Pivot energy | |
| double | m_lambda |
| Cut-off parameter. | |
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 149 of file GModelSpectralExpInvPlaw.hpp.
|
inline |
Definition at line 151 of file GModelSpectralExpInvPlaw.hpp.
|
virtual |
Kernel for energy flux integration.
| [in] | energy | Energy (MeV). |
Implements GFunction.
Definition at line 956 of file GModelSpectralExpInvPlaw.cpp.
References GModelSpectralExpInvPlaw::m_index, GModelSpectralExpInvPlaw::m_lambda, and GModelSpectralExpInvPlaw::m_norm.
|
protected |
Index.
Definition at line 162 of file GModelSpectralExpInvPlaw.hpp.
|
protected |
1 / Pivot energy
Definition at line 163 of file GModelSpectralExpInvPlaw.hpp.
|
protected |
Cut-off parameter.
Definition at line 164 of file GModelSpectralExpInvPlaw.hpp.
|
protected |
Normalization.
Definition at line 161 of file GModelSpectralExpInvPlaw.hpp.