GammaLib
2.0.0
|
CTA IRF background model class implementation. More...
#include "GTools.hpp"
#include "GMath.hpp"
#include "GIntegral.hpp"
#include "GModelRegistry.hpp"
#include "GModelSpectralRegistry.hpp"
#include "GModelTemporalRegistry.hpp"
#include "GModelTemporalConst.hpp"
#include "GModelSpectralNodes.hpp"
#include "GCTAModelIrfBackground.hpp"
#include "GCTAObservation.hpp"
#include "GCTAResponseIrf.hpp"
#include "GCTABackground.hpp"
#include "GCTAEventBin.hpp"
#include "GCTASupport.hpp"
Go to the source code of this file.
Macros | |
#define | G_EVAL "GCTAModelIrfBackground::eval(GEvent&, GObservation&, bool&)" |
#define | G_NPRED |
#define | G_MC "GCTAModelIrfBackground::mc(GObservation&, GRan&)" |
#define | G_XML_SPECTRAL "GCTAModelIrfBackground::xml_spectral(GXmlElement&)" |
#define | G_XML_TEMPORAL "GCTAModelIrfBackground::xml_temporal(GXmlElement&)" |
#define | G_USE_NPRED_CACHE |
#define | G_USE_RATE_EBIN |
Variables | |
const GCTAModelIrfBackground | g_cta_inst_background_seed |
CTA IRF background model class implementation.
Definition in file GCTAModelIrfBackground.cpp.
#define G_EVAL "GCTAModelIrfBackground::eval(GEvent&, GObservation&, bool&)" |
Definition at line 51 of file GCTAModelIrfBackground.cpp.
Referenced by GCTAModelIrfBackground::eval().
#define G_MC "GCTAModelIrfBackground::mc(GObservation&, GRan&)" |
Definition at line 54 of file GCTAModelIrfBackground.cpp.
Referenced by GCTAModelIrfBackground::mc().
#define G_NPRED |
Definition at line 52 of file GCTAModelIrfBackground.cpp.
Referenced by GCTAModelIrfBackground::npred().
#define G_USE_NPRED_CACHE |
Definition at line 61 of file GCTAModelIrfBackground.cpp.
#define G_USE_RATE_EBIN |
Definition at line 62 of file GCTAModelIrfBackground.cpp.
#define G_XML_SPECTRAL "GCTAModelIrfBackground::xml_spectral(GXmlElement&)" |
Definition at line 55 of file GCTAModelIrfBackground.cpp.
#define G_XML_TEMPORAL "GCTAModelIrfBackground::xml_temporal(GXmlElement&)" |
Definition at line 56 of file GCTAModelIrfBackground.cpp.
const GModelRegistry g_cta_inst_background_registry& g_cta_inst_background_seed |
Definition at line 47 of file GCTAModelIrfBackground.cpp.