|
GammaLib 2.2.0.dev
|
#include <GModelSpectralGauss.hpp>
Public Member Functions | |
| eflux_kernel (const double &norm, const double &mean, const double &sigma) | |
| 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_mean |
| Mean. | |
| double | m_sigma |
| Sigma. | |
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 112 of file GModelSpectralGauss.hpp.
|
inline |
Definition at line 114 of file GModelSpectralGauss.hpp.
|
virtual |
Kernel for energy flux integration.
| [in] | energy | Energy (MeV). |
Implements GFunction.
Definition at line 672 of file GModelSpectralGauss.cpp.
References gammalib::inv_sqrt2pi, m_mean, m_norm, and m_sigma.
|
protected |
|
protected |
|
protected |