|
GammaLib 2.2.0.dev
|
Sky model class implementation. More...
#include "GTools.hpp"#include "GException.hpp"#include "GIntegral.hpp"#include "GEnergies.hpp"#include "GModelRegistry.hpp"#include "GModelSky.hpp"#include "GModelSpatialPointSource.hpp"#include "GModelSpatialDiffuseCube.hpp"#include "GModelSpatialRadial.hpp"#include "GModelSpatialElliptical.hpp"#include "GModelSpatialComposite.hpp"#include "GModelSpatialRegistry.hpp"#include "GModelSpectralRegistry.hpp"#include "GModelTemporalRegistry.hpp"#include "GModelTemporalConst.hpp"#include "GSource.hpp"#include "GResponse.hpp"Go to the source code of this file.
Macros | |
| #define | G_NPRED "GModelSky::npred(GEnergy&, GTime&, GObservation&)" |
| #define | G_XML_SPATIAL "GModelSky::xml_spatial(GXmlElement&)" |
| #define | G_XML_SPECTRAL "GModelSky::xml_spectral(GXmlElement&)" |
| #define | G_XML_TEMPORAL "GModelSky::xml_temporal(GXmlElement&)" |
| #define | G_INTEGRATE_TIME |
| #define | G_INTEGRATE_ENERGY |
| #define | G_INTEGRATE_DIR |
Variables | |
| const GModelSky | g_pointsource_seed ("PointSource") |
| const GModelSky | g_extendedsource_seed ("ExtendedSource") |
| const GModelSky | g_diffusesource_seed ("DiffuseSource") |
| const GModelSky | g_compositesource_seed ("CompositeSource") |
Sky model class implementation.
Definition in file GModelSky.cpp.
| #define G_INTEGRATE_DIR |
Definition at line 68 of file GModelSky.cpp.
| #define G_INTEGRATE_ENERGY |
Definition at line 66 of file GModelSky.cpp.
| #define G_INTEGRATE_TIME |
Definition at line 64 of file GModelSky.cpp.
| #define G_NPRED "GModelSky::npred(GEnergy&, GTime&, GObservation&)" |
Definition at line 60 of file GModelSky.cpp.
| #define G_XML_SPATIAL "GModelSky::xml_spatial(GXmlElement&)" |
Definition at line 61 of file GModelSky.cpp.
| #define G_XML_SPECTRAL "GModelSky::xml_spectral(GXmlElement&)" |
Definition at line 62 of file GModelSky.cpp.
| #define G_XML_TEMPORAL "GModelSky::xml_temporal(GXmlElement&)" |
Definition at line 63 of file GModelSky.cpp.
| const GModelRegistry g_compositesource_registry & g_compositesource_seed | ( | "CompositeSource" | ) |
Definition at line 57 of file GModelSky.cpp.
| const GModelRegistry g_diffusesource_registry & g_diffusesource_seed | ( | "DiffuseSource" | ) |
Definition at line 56 of file GModelSky.cpp.
| const GModelRegistry g_extendedsource_registry & g_extendedsource_seed | ( | "ExtendedSource" | ) |
Definition at line 55 of file GModelSky.cpp.
| const GModelRegistry g_pointsource_registry & g_pointsource_seed | ( | "PointSource" | ) |
Definition at line 54 of file GModelSky.cpp.