GammaLib 2.0.0
|
#include <GModelSpectralExpPlaw.hpp>
Public Member Functions | |
eflux_kernel (const double &norm, const double &index, const double &pivot, const double &ecut) | |
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_inv_ecut |
1 / Cut off 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 143 of file GModelSpectralExpPlaw.hpp.
|
inline |
Definition at line 145 of file GModelSpectralExpPlaw.hpp.
|
virtual |
Kernel for energy flux integration.
[in] | energy | Energy (MeV). |
Implements GFunction.
Definition at line 922 of file GModelSpectralExpPlaw.cpp.
References GModelSpectralExpPlaw::m_index, and GModelSpectralExpPlaw::m_norm.
|
protected |
Index.
Definition at line 156 of file GModelSpectralExpPlaw.hpp.
|
protected |
1 / Cut off energy
Definition at line 158 of file GModelSpectralExpPlaw.hpp.
|
protected |
1 / Pivot energy
Definition at line 157 of file GModelSpectralExpPlaw.hpp.
|
protected |
Normalization.
Definition at line 155 of file GModelSpectralExpPlaw.hpp.