GammaLib
2.1.0.dev
|
#include <GModelSpectralSmoothBrokenPlaw.hpp>
Public Member Functions | |
eflux_kern (const double &prefactor, const double &index1, const GEnergy &pivot, const double &index2, const GEnergy &breakenergy, const double &beta) | |
double | eval (const double &energy) |
Public Member Functions inherited from GModelSpectralSmoothBrokenPlaw::flux_kern | |
flux_kern (const double &prefactor, const double &index1, const GEnergy &pivot, const double &index2, const GEnergy &breakenergy, const double &beta) | |
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... | |
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... | |
Protected Attributes inherited from GModelSpectralSmoothBrokenPlaw::flux_kern | |
double | m_prefactor |
Normalization. More... | |
double | m_index1 |
Spectral index1. More... | |
double | m_index2 |
Spectral index2. More... | |
GEnergy | m_pivot |
Pivot energy. More... | |
GEnergy | m_breakenergy |
Break energy. More... | |
double | m_beta |
Break smoothness parameter. More... | |
Definition at line 179 of file GModelSpectralSmoothBrokenPlaw.hpp.
|
inline |
Definition at line 182 of file GModelSpectralSmoothBrokenPlaw.hpp.
|
inlinevirtual |
Reimplemented from GModelSpectralSmoothBrokenPlaw::flux_kern.
Definition at line 192 of file GModelSpectralSmoothBrokenPlaw.hpp.
References GModelSpectralSmoothBrokenPlaw::flux_kern::eval().