|
GammaLib 2.2.0.dev
|
CTA Aeff 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 "GCTAModelAeffBackground.hpp"#include "GCTAObservation.hpp"#include "GCTAResponseIrf.hpp"#include "GCTABackground.hpp"#include "GCTASupport.hpp"Go to the source code of this file.
Macros | |
| #define | G_EVAL "GCTAModelAeffBackground::eval(GEvent&, GObservation&, bool&)" |
| #define | G_NPRED |
| #define | G_MC "GCTAModelAeffBackground::mc(GObservation&, GRan&)" |
| #define | G_XML_SPECTRAL "GCTAModelAeffBackground::xml_spectral(GXmlElement&)" |
| #define | G_XML_TEMPORAL "GCTAModelAeffBackground::xml_temporal(GXmlElement&)" |
| #define | G_AEFF_INTEGRAL |
| #define | G_USE_NPRED_CACHE |
Variables | |
| const GCTAModelAeffBackground | g_cta_aeff_background_seed |
CTA Aeff background model class implementation.
Definition in file GCTAModelAeffBackground.cpp.
| #define G_AEFF_INTEGRAL |
Definition at line 56 of file GCTAModelAeffBackground.cpp.
Referenced by GCTAModelAeffBackground::aeff_integral().
| #define G_EVAL "GCTAModelAeffBackground::eval(GEvent&, GObservation&, bool&)" |
Definition at line 50 of file GCTAModelAeffBackground.cpp.
| #define G_MC "GCTAModelAeffBackground::mc(GObservation&, GRan&)" |
Definition at line 53 of file GCTAModelAeffBackground.cpp.
| #define G_NPRED |
Definition at line 51 of file GCTAModelAeffBackground.cpp.
| #define G_USE_NPRED_CACHE |
Definition at line 62 of file GCTAModelAeffBackground.cpp.
| #define G_XML_SPECTRAL "GCTAModelAeffBackground::xml_spectral(GXmlElement&)" |
Definition at line 54 of file GCTAModelAeffBackground.cpp.
| #define G_XML_TEMPORAL "GCTAModelAeffBackground::xml_temporal(GXmlElement&)" |
Definition at line 55 of file GCTAModelAeffBackground.cpp.
| const GModelRegistry g_cta_aeff_background_registry & g_cta_aeff_background_seed |
Definition at line 46 of file GCTAModelAeffBackground.cpp.