GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GModelSpectralGauss.cpp File Reference

Gaussian spectral model class implementation. More...

#include "GException.hpp"
#include "GTools.hpp"
#include "GMath.hpp"
#include "GRan.hpp"
#include "GFunction.hpp"
#include "GIntegral.hpp"
#include "GModelSpectralGauss.hpp"
#include "GModelSpectralRegistry.hpp"

Go to the source code of this file.

Macros

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

Variables

const GModelSpectralGauss g_spectral_gauss_seed
 

Detailed Description

Gaussian spectral model class implementation.

Author
Christoph Deil & Ellis Owen

Definition in file GModelSpectralGauss.cpp.

Macro Definition Documentation

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

Definition at line 48 of file GModelSpectralGauss.cpp.

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

Definition at line 47 of file GModelSpectralGauss.cpp.

#define G_MC   "GModelSpectralGauss::mc(GEnergy&, GEnergy&, GRan&)"

Definition at line 49 of file GModelSpectralGauss.cpp.

Referenced by GModelSpectralGauss::mc().

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

Definition at line 50 of file GModelSpectralGauss.cpp.

Referenced by GModelSpectralGauss::read().

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

Definition at line 51 of file GModelSpectralGauss.cpp.

Referenced by GModelSpectralGauss::write().

Variable Documentation

const GModelSpectralRegistry g_spectral_gauss_registry & g_spectral_gauss_seed

Definition at line 43 of file GModelSpectralGauss.cpp.