GammaLib
2.1.0.dev
|
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.
Referenced by GModelSpectralExpPlaw::mc().
#define G_READ "GModelSpectralExpPlaw::read(GXmlElement&)" |
Definition at line 59 of file GModelSpectralExpPlaw.cpp.
Referenced by GModelSpectralExpPlaw::read().
#define G_WRITE "GModelSpectralExpPlaw::write(GXmlElement&)" |
Definition at line 60 of file GModelSpectralExpPlaw.cpp.
Referenced by GModelSpectralExpPlaw::write().
const GModelSpectralRegistry g_spectral_eplaw_registry1 & g_spectral_eplaw_seed1 |
Definition at line 47 of file GModelSpectralExpPlaw.cpp.