GammaLib 2.0.0
|
Energy flux normalized power law spectral model class implementation. More...
#include <cmath>
#include "GException.hpp"
#include "GTools.hpp"
#include "GMath.hpp"
#include "GRan.hpp"
#include "GModelSpectralPlawEnergyFlux.hpp"
#include "GModelSpectralRegistry.hpp"
Go to the source code of this file.
Macros | |
#define | G_FLUX "GModelSpectralPlawEnergyFlux::flux(GEnergy&, GEnergy&)" |
#define | G_EFLUX "GModelSpectralPlawEnergyFlux::eflux(GEnergy&, GEnergy&)" |
#define | G_MC |
#define | G_READ "GModelSpectralPlawEnergyFlux::read(GXmlElement&)" |
#define | G_WRITE "GModelSpectralPlawEnergyFlux::write(GXmlElement&)" |
Variables | |
const GModelSpectralPlawEnergyFlux | g_spectral_plaw_eflux_seed ("PowerLaw", "EnergyFlux", "Index", "LowerLimit", "UpperLimit") |
Energy flux normalized power law spectral model class implementation.
Definition in file GModelSpectralPlawEnergyFlux.cpp.
Definition at line 51 of file GModelSpectralPlawEnergyFlux.cpp.
Definition at line 50 of file GModelSpectralPlawEnergyFlux.cpp.
#define G_MC |
Definition at line 52 of file GModelSpectralPlawEnergyFlux.cpp.
#define G_READ "GModelSpectralPlawEnergyFlux::read(GXmlElement&)" |
Definition at line 54 of file GModelSpectralPlawEnergyFlux.cpp.
#define G_WRITE "GModelSpectralPlawEnergyFlux::write(GXmlElement&)" |
Definition at line 55 of file GModelSpectralPlawEnergyFlux.cpp.
const GModelSpectralRegistry g_spectral_plaw_eflux_registry & g_spectral_plaw_eflux_seed | ( | "PowerLaw" | , |
"EnergyFlux" | , | ||
"Index" | , | ||
"LowerLimit" | , | ||
"UpperLimit" | ) |
Definition at line 47 of file GModelSpectralPlawEnergyFlux.cpp.