GammaLib  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GModelSpectralLogParabola.cpp File Reference

Log parabola spectral model class definition. More...

#include <cmath>
#include "GException.hpp"
#include "GTools.hpp"
#include "GRan.hpp"
#include "GIntegral.hpp"
#include "GModelSpectralLogParabola.hpp"
#include "GModelSpectralRegistry.hpp"

Go to the source code of this file.

Macros

#define G_FLUX   "GModelSpectralLogParabola::flux(GEnergy&, GEnergy&)"
 
#define G_EFLUX   "GModelSpectralLogParabola::eflux(GEnergy&, GEnergy&)"
 
#define G_MC
 
#define G_READ   "GModelSpectralLogParabola::read(GXmlElement&)"
 
#define G_WRITE   "GModelSpectralLogParabola::write(GXmlElement&)"
 

Variables

const GModelSpectralLogParabola g_spectral_logp_seed1 ("LogParabola","Prefactor","Index","PivotEnergy","Curvature")
 

Detailed Description

Log parabola spectral model class definition.

Author
Michael Mayer

Definition in file GModelSpectralLogParabola.cpp.

Macro Definition Documentation

#define G_EFLUX   "GModelSpectralLogParabola::eflux(GEnergy&, GEnergy&)"

Definition at line 65 of file GModelSpectralLogParabola.cpp.

#define G_FLUX   "GModelSpectralLogParabola::flux(GEnergy&, GEnergy&)"

Definition at line 64 of file GModelSpectralLogParabola.cpp.

#define G_MC
Value:
"GModelSpectralLogParabola::mc(GEnergy&, GEnergy&, GTime&,"\
" GRan&)"

Definition at line 66 of file GModelSpectralLogParabola.cpp.

Referenced by GModelSpectralLogParabola::mc().

#define G_READ   "GModelSpectralLogParabola::read(GXmlElement&)"

Definition at line 68 of file GModelSpectralLogParabola.cpp.

Referenced by GModelSpectralLogParabola::read().

#define G_WRITE   "GModelSpectralLogParabola::write(GXmlElement&)"

Definition at line 69 of file GModelSpectralLogParabola.cpp.

Referenced by GModelSpectralLogParabola::write().

Variable Documentation

const GModelSpectralRegistry g_spectral_logp_registry1 & g_spectral_logp_seed1

Definition at line 47 of file GModelSpectralLogParabola.cpp.