|
GammaLib 2.2.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. | |
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 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 m_index, m_inv_pivot, m_lambda, and m_norm.
|
protected |
|
protected |
|
protected |
Cut-off parameter.
Definition at line 145 of file GModelSpectralExpInvPlaw.hpp.
Referenced by eval().
|
protected |