GammaLib
2.1.0.dev
|
#include <GModelSpectralExpInvPlaw.hpp>
Public Member Functions | |
flux_kernel (const double &norm, const double &index, const double &pivot, const double &lambda) | |
double | eval (const double &eng) |
Kernel for photon flux integration. More... | |
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 |
Index. More... | |
double | m_inv_pivot |
1 / Pivot energy More... | |
double | m_lambda |
Cut-off parameter. 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 130 of file GModelSpectralExpInvPlaw.hpp.
|
inline |
Definition at line 132 of file GModelSpectralExpInvPlaw.hpp.
|
virtual |
Kernel for photon flux integration.
[in] | energy | Energy (MeV). |
Implements GFunction.
Definition at line 938 of file GModelSpectralExpInvPlaw.cpp.
References exp(), m_index, m_inv_pivot, m_lambda, m_norm, and pow().
|
protected |
|
protected |
|
protected |
Cut-off parameter.
Definition at line 145 of file GModelSpectralExpInvPlaw.hpp.
Referenced by eval().
|
protected |