GammaLib
2.1.0.dev
|
#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. 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_index1 |
Index1. More... | |
double | m_inv_pivot |
1 / Pivot energy More... | |
double | m_inv_ecut |
1 / Cut off energy More... | |
double | m_index2 |
Index2. 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 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 exp(), GModelSpectralSuperExpPlaw::m_index1, GModelSpectralSuperExpPlaw::m_index2, GModelSpectralSuperExpPlaw::m_norm, and pow().
|
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.