|
GammaLib 2.2.0.dev
|
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 |
Background model class implementation.
Definition in file GCTAModelBackground.cpp.
| #define G_EVAL "GCTAModelBackground::eval(GEvent&, GObservation&, bool&)" |
Definition at line 53 of file GCTAModelBackground.cpp.
| #define G_MC "GCTAModelBackground::mc(GObservation&, GRan&)" |
Definition at line 55 of file GCTAModelBackground.cpp.
| #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.
| const GModelRegistry g_cta_background_registry & g_cta_background_seed |
Definition at line 49 of file GCTAModelBackground.cpp.