GammaLib 2.0.0
|
#include <GModelSpectralSuperExpPlaw.hpp>
Public Member Functions | |
eflux_kernel (const double &norm, const double &index1, const double &pivot, const double &ecut, const double &index2) | |
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_index1 |
Index1. | |
double | m_inv_pivot |
1 / Pivot energy | |
double | m_inv_ecut |
1 / Cut off energy | |
double | m_index2 |
Index2. | |
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 152 of file GModelSpectralSuperExpPlaw.hpp.
|
inline |
Definition at line 154 of file GModelSpectralSuperExpPlaw.hpp.
|
virtual |
Kernel for energy flux integration.
[in] | energy | Energy (MeV). |
Implements GFunction.
Definition at line 974 of file GModelSpectralSuperExpPlaw.cpp.
References GModelSpectralSuperExpPlaw::m_index1, GModelSpectralSuperExpPlaw::m_index2, and GModelSpectralSuperExpPlaw::m_norm.
|
protected |
Index1.
Definition at line 167 of file GModelSpectralSuperExpPlaw.hpp.
|
protected |
Index2.
Definition at line 170 of file GModelSpectralSuperExpPlaw.hpp.
|
protected |
1 / Cut off energy
Definition at line 169 of file GModelSpectralSuperExpPlaw.hpp.
|
protected |
1 / Pivot energy
Definition at line 168 of file GModelSpectralSuperExpPlaw.hpp.
|
protected |
Normalization.
Definition at line 166 of file GModelSpectralSuperExpPlaw.hpp.