GammaLib 2.0.0
|
Exponential cut off power law spectral class implementation. More...
#include <cmath>
#include "GException.hpp"
#include "GTools.hpp"
#include "GRan.hpp"
#include "GIntegral.hpp"
#include "GModelSpectralExpPlaw.hpp"
#include "GModelSpectralRegistry.hpp"
Go to the source code of this file.
Macros | |
#define | G_MC "GModelSpectralExpPlaw::mc(GEnergy&, GEnergy&, GTime&, GRan&)" |
#define | G_READ "GModelSpectralExpPlaw::read(GXmlElement&)" |
#define | G_WRITE "GModelSpectralExpPlaw::write(GXmlElement&)" |
Variables | |
const GModelSpectralExpPlaw | g_spectral_eplaw_seed1 ("ExponentialCutoffPowerLaw", "Prefactor", "Index", "PivotEnergy", "CutoffEnergy") |
Exponential cut off power law spectral class implementation.
Definition in file GModelSpectralExpPlaw.cpp.
Definition at line 58 of file GModelSpectralExpPlaw.cpp.
#define G_READ "GModelSpectralExpPlaw::read(GXmlElement&)" |
Definition at line 59 of file GModelSpectralExpPlaw.cpp.
#define G_WRITE "GModelSpectralExpPlaw::write(GXmlElement&)" |
Definition at line 60 of file GModelSpectralExpPlaw.cpp.
const GModelSpectralRegistry g_spectral_eplaw_registry1 & g_spectral_eplaw_seed1 | ( | "ExponentialCutoffPowerLaw" | , |
"Prefactor" | , | ||
"Index" | , | ||
"PivotEnergy" | , | ||
"CutoffEnergy" | ) |
Definition at line 47 of file GModelSpectralExpPlaw.cpp.