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

Composite spectral model class implementation. More...

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

Go to the source code of this file.

Macros

#define G_MC   "GModelSpectralComposite::mc(GEnergy&, GEnergy&, GTime&, GRan&)"
 
#define G_WRITE   "GModelSpectralComposite::write(GXmlElement&)"
 
#define G_COMPONENT_INDEX   "GModelSpectralComposite::component(int&)"
 
#define G_COMPONENT_NAME   "GModelSpectralComposite::component(std::string&)"
 
#define G_APPEND
 

Variables

const GModelSpectralComposite g_spectral_comp_seed
 

Detailed Description

Composite spectral model class implementation.

Author
Michael Mayer

Definition in file GModelSpectralComposite.cpp.

Macro Definition Documentation

#define G_APPEND
Value:
"GModelSpectralComposite::append(GModelSpectral&, "\
"std::string&)"

Definition at line 49 of file GModelSpectralComposite.cpp.

Referenced by GModelSpectralComposite::append().

#define G_COMPONENT_INDEX   "GModelSpectralComposite::component(int&)"

Definition at line 47 of file GModelSpectralComposite.cpp.

Referenced by GModelSpectralComposite::component().

#define G_COMPONENT_NAME   "GModelSpectralComposite::component(std::string&)"

Definition at line 48 of file GModelSpectralComposite.cpp.

Referenced by GModelSpectralComposite::component().

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

Definition at line 45 of file GModelSpectralComposite.cpp.

Referenced by GModelSpectralComposite::mc().

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

Definition at line 46 of file GModelSpectralComposite.cpp.

Referenced by GModelSpectralComposite::write().

Variable Documentation

const GModelSpectralRegistry g_spectral_comp_registry & g_spectral_comp_seed

Definition at line 41 of file GModelSpectralComposite.cpp.