|
GammaLib 2.2.0.dev
|
#include <GModelSpectralSuperExpPlaw.hpp>
Public Member Functions | |
| flux_kernel (const double &norm, const double &index1, const double &pivot, const double &ecut, const double &index2) | |
| 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_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 130 of file GModelSpectralSuperExpPlaw.hpp.
|
inline |
Definition at line 132 of file GModelSpectralSuperExpPlaw.hpp.
|
virtual |
Kernel for photon flux integration.
| [in] | energy | Energy (MeV). |
Implements GFunction.
Definition at line 955 of file GModelSpectralSuperExpPlaw.cpp.
References m_index1, m_index2, m_inv_ecut, m_inv_pivot, and m_norm.
|
protected |
|
protected |
|
protected |
1 / Cut off energy
Definition at line 147 of file GModelSpectralSuperExpPlaw.hpp.
Referenced by eval().
|
protected |
1 / Pivot energy
Definition at line 146 of file GModelSpectralSuperExpPlaw.hpp.
Referenced by eval().
|
protected |