GammaLib
2.1.0.dev
|
COMPTEL observation class implementation. More...
#include <typeinfo>
#include "GObservationRegistry.hpp"
#include "GTools.hpp"
#include "GMath.hpp"
#include "GException.hpp"
#include "GFits.hpp"
#include "GFitsHDU.hpp"
#include "GCaldb.hpp"
#include "GSource.hpp"
#include "GModels.hpp"
#include "GModelSky.hpp"
#include "GModelSpectralConst.hpp"
#include "GXmlElement.hpp"
#include "GCOMObservation.hpp"
#include "GCOMEventBin.hpp"
#include "GCOMStatus.hpp"
#include "GCOMSupport.hpp"
Go to the source code of this file.
Macros | |
#define | G_RESPONSE "GCOMObservation::response(GResponse&)" |
#define | G_READ "GCOMObservation::read(GXmlElement&)" |
#define | G_WRITE "GCOMObservation::write(GXmlElement&)" |
#define | G_LOAD_DRB "GCOMObservation::load_drb(GFilename&)" |
#define | G_LOAD_DRW "GCOMObservation::load_drw(GFilename&)" |
#define | G_LOAD_DRG "GCOMObservation::load_drg(GFilename&)" |
#define | G_DRM "GCOMObservation::drm(GModels&)" |
#define | G_COMPUTE_DRB |
#define | G_COMPUTE_DRB_PHINOR "GCOMObservation::compute_drb_phinor(GCOMDri&)" |
#define | G_COMPUTE_DRB_BGDLIXA |
#define | G_COMPUTE_DRB_BGDLIXE |
#define | G_COMPUTE_DRB_BGDLIXF |
Variables | |
const GCOMObservation | g_obs_com_seed |
COMPTEL observation class implementation.
Definition in file GCOMObservation.cpp.
#define G_COMPUTE_DRB |
Definition at line 61 of file GCOMObservation.cpp.
Referenced by GCOMObservation::compute_drb().
#define G_COMPUTE_DRB_BGDLIXA |
Definition at line 64 of file GCOMObservation.cpp.
Referenced by GCOMObservation::compute_drb_bgdlixa().
#define G_COMPUTE_DRB_BGDLIXE |
Definition at line 66 of file GCOMObservation.cpp.
Referenced by GCOMObservation::compute_drb_bgdlixe(), and GCOMObservation::compute_drb_bgdlixf().
#define G_COMPUTE_DRB_BGDLIXF |
Definition at line 68 of file GCOMObservation.cpp.
Referenced by GCOMObservation::compute_drb_bgdlixf().
#define G_COMPUTE_DRB_PHINOR "GCOMObservation::compute_drb_phinor(GCOMDri&)" |
Definition at line 63 of file GCOMObservation.cpp.
Referenced by GCOMObservation::compute_drb_phinor().
#define G_DRM "GCOMObservation::drm(GModels&)" |
Definition at line 60 of file GCOMObservation.cpp.
Referenced by GCOMObservation::drm().
#define G_LOAD_DRB "GCOMObservation::load_drb(GFilename&)" |
Definition at line 57 of file GCOMObservation.cpp.
Referenced by GCOMObservation::load_drb().
#define G_LOAD_DRG "GCOMObservation::load_drg(GFilename&)" |
Definition at line 59 of file GCOMObservation.cpp.
Referenced by GCOMObservation::load_drg().
#define G_LOAD_DRW "GCOMObservation::load_drw(GFilename&)" |
Definition at line 58 of file GCOMObservation.cpp.
Referenced by GCOMObservation::load_drw().
#define G_READ "GCOMObservation::read(GXmlElement&)" |
Definition at line 55 of file GCOMObservation.cpp.
Referenced by GCOMObservation::read().
#define G_RESPONSE "GCOMObservation::response(GResponse&)" |
Definition at line 54 of file GCOMObservation.cpp.
Referenced by GCOMObservation::response().
#define G_WRITE "GCOMObservation::write(GXmlElement&)" |
Definition at line 56 of file GCOMObservation.cpp.
Referenced by GCOMObservation::write().
const GObservationRegistry g_obs_com_registry & g_obs_com_seed |
Definition at line 50 of file GCOMObservation.cpp.