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

Background model class implementation. More...

#include "GTools.hpp"
#include "GMath.hpp"
#include "GModelRegistry.hpp"
#include "GModelSpectralRegistry.hpp"
#include "GModelTemporalRegistry.hpp"
#include "GModelTemporalConst.hpp"
#include "GIntegral.hpp"
#include "GCTAModelSpatialRegistry.hpp"
#include "GCTAModelBackground.hpp"
#include "GCTAObservation.hpp"
#include "GCTAPointing.hpp"
#include "GCTAInstDir.hpp"
#include "GCTARoi.hpp"
#include "GCTASupport.hpp"

Go to the source code of this file.

Macros

#define G_EVAL   "GCTAModelBackground::eval(GEvent&, GObservation&, bool&)"
 
#define G_NPRED   "GCTAModelBackground::npred(GEnergy&, GTime&, GObservation&)"
 
#define G_MC   "GCTAModelBackground::mc(GObservation&, GRan&)"
 
#define G_XML_SPATIAL   "GCTAModelBackground::xml_spatial(GXmlElement&)"
 
#define G_XML_SPECTRAL   "GCTAModelBackground::xml_spectral(GXmlElement&)"
 
#define G_XML_TEMPORAL   "GCTAModelBackground::xml_temporal(GXmlElement&)"
 

Variables

const GCTAModelBackground g_cta_background_seed
 

Detailed Description

Background model class implementation.

Author
Juergen Knoedlseder

Definition in file GCTAModelBackground.cpp.

Macro Definition Documentation

#define G_EVAL   "GCTAModelBackground::eval(GEvent&, GObservation&, bool&)"

Definition at line 53 of file GCTAModelBackground.cpp.

Referenced by GCTAModelBackground::eval().

#define G_MC   "GCTAModelBackground::mc(GObservation&, GRan&)"

Definition at line 55 of file GCTAModelBackground.cpp.

Referenced by GCTAModelBackground::mc().

#define G_NPRED   "GCTAModelBackground::npred(GEnergy&, GTime&, GObservation&)"

Definition at line 54 of file GCTAModelBackground.cpp.

#define G_XML_SPATIAL   "GCTAModelBackground::xml_spatial(GXmlElement&)"

Definition at line 56 of file GCTAModelBackground.cpp.

#define G_XML_SPECTRAL   "GCTAModelBackground::xml_spectral(GXmlElement&)"

Definition at line 57 of file GCTAModelBackground.cpp.

#define G_XML_TEMPORAL   "GCTAModelBackground::xml_temporal(GXmlElement&)"

Definition at line 58 of file GCTAModelBackground.cpp.

Variable Documentation

const GModelRegistry g_cta_background_registry & g_cta_background_seed

Definition at line 49 of file GCTAModelBackground.cpp.