|
GammaLib 2.2.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_CONVOLVE "GCOMObservation::convolve(GModels&)" |
| #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 |
| #define | G_ONLY_VALID_PHIBAR |
Variables | |
| const GCOMObservation | g_obs_com_seed |
COMPTEL observation class implementation.
Definition in file GCOMObservation.cpp.
| #define G_COMPUTE_DRB |
Definition at line 62 of file GCOMObservation.cpp.
Referenced by GCOMObservation::compute_drb().
| #define G_COMPUTE_DRB_BGDLIXA |
Definition at line 65 of file GCOMObservation.cpp.
Referenced by GCOMObservation::compute_drb_bgdlixa().
| #define G_COMPUTE_DRB_BGDLIXE |
Definition at line 67 of file GCOMObservation.cpp.
Referenced by GCOMObservation::compute_drb_bgdlixe(), and GCOMObservation::compute_drb_bgdlixf().
| #define G_COMPUTE_DRB_BGDLIXF |
Definition at line 69 of file GCOMObservation.cpp.
Referenced by GCOMObservation::compute_drb_bgdlixf().
| #define G_COMPUTE_DRB_PHINOR "GCOMObservation::compute_drb_phinor(GCOMDri&)" |
Definition at line 64 of file GCOMObservation.cpp.
Referenced by GCOMObservation::compute_drb_phinor().
| #define G_CONVOLVE "GCOMObservation::convolve(GModels&)" |
Definition at line 60 of file GCOMObservation.cpp.
| #define G_DRM "GCOMObservation::drm(GModels&)" |
Definition at line 61 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_ONLY_VALID_PHIBAR |
Definition at line 75 of file GCOMObservation.cpp.
| #define G_READ "GCOMObservation::read(GXmlElement&)" |
Definition at line 55 of file GCOMObservation.cpp.
| #define G_RESPONSE "GCOMObservation::response(GResponse&)" |
Definition at line 54 of file GCOMObservation.cpp.
Referenced by GCOMObservation::response(), GLATObservation::response(), GMWLObservation::response(), and GSPIObservation::response().
| #define G_WRITE "GCOMObservation::write(GXmlElement&)" |
Definition at line 56 of file GCOMObservation.cpp.
| const GObservationRegistry g_obs_com_registry & g_obs_com_seed |
Definition at line 50 of file GCOMObservation.cpp.