GammaLib 2.0.0
Loading...
Searching...
No Matches
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

◆ G_EFLUX

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

Definition at line 48 of file GModelSpectralGauss.cpp.

◆ G_FLUX

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

Definition at line 47 of file GModelSpectralGauss.cpp.

◆ G_MC

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

Definition at line 49 of file GModelSpectralGauss.cpp.

◆ G_READ

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

Definition at line 50 of file GModelSpectralGauss.cpp.

◆ G_WRITE

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

Definition at line 51 of file GModelSpectralGauss.cpp.

Variable Documentation

◆ g_spectral_gauss_seed

const GModelSpectralRegistry g_spectral_gauss_registry & g_spectral_gauss_seed

Definition at line 43 of file GModelSpectralGauss.cpp.