|
GammaLib 2.2.0.dev
|
CTA observation class implementation. More...
#include <typeinfo>#include "GObservationRegistry.hpp"#include "GException.hpp"#include "GFits.hpp"#include "GFilename.hpp"#include "GGti.hpp"#include "GTools.hpp"#include "GIntegral.hpp"#include "GCTASupport.hpp"#include "GCTAObservation.hpp"#include "GCTAResponseIrf.hpp"#include "GCTAResponseCube.hpp"#include "GCTAEventList.hpp"#include "GCTAEventCube.hpp"#include "GCTARoi.hpp"Go to the source code of this file.
Macros | |
| #define | G_RESPONSE_SET "GCTAObservation::response(GResponse&)" |
| #define | G_RESPONSE_GET "GCTAObservation::response()" |
| #define | G_ROI "GCTAObservation::roi()" |
| #define | G_GTI "GCTAObservation::gti()" |
| #define | G_EBOUNDS "GCTAObservation::ebounds()" |
| #define | G_READ "GCTAObservation::read(GXmlElement&)" |
| #define | G_WRITE "GCTAObservation::write(GXmlElement&)" |
| #define | G_LOAD1 |
| #define | G_LOAD2 |
Variables | |
| const GCTAObservation | g_obs_cta_seed (true, "CTA") |
| const GCTAObservation | g_obs_hess_seed (true, "HESS") |
| const GCTAObservation | g_obs_magic_seed (true, "MAGIC") |
| const GCTAObservation | g_obs_veritas_seed (true, "VERITAS") |
| const GCTAObservation | g_obs_astri_seed (true, "ASTRI") |
| const GCTAObservation | g_obs_fact_seed (true, "FACT") |
CTA observation class implementation.
Definition in file GCTAObservation.cpp.
| #define G_EBOUNDS "GCTAObservation::ebounds()" |
Definition at line 66 of file GCTAObservation.cpp.
| #define G_GTI "GCTAObservation::gti()" |
Definition at line 65 of file GCTAObservation.cpp.
Referenced by GCTAObservation::gti().
| #define G_LOAD1 |
Definition at line 69 of file GCTAObservation.cpp.
| #define G_LOAD2 |
Definition at line 71 of file GCTAObservation.cpp.
| #define G_READ "GCTAObservation::read(GXmlElement&)" |
Definition at line 67 of file GCTAObservation.cpp.
| #define G_RESPONSE_GET "GCTAObservation::response()" |
Definition at line 63 of file GCTAObservation.cpp.
Referenced by GCTAObservation::response(), and GCTAOnOffObservation::response().
| #define G_RESPONSE_SET "GCTAObservation::response(GResponse&)" |
Definition at line 62 of file GCTAObservation.cpp.
Referenced by GCTAObservation::response(), and GCTAOnOffObservation::response().
| #define G_ROI "GCTAObservation::roi()" |
Definition at line 64 of file GCTAObservation.cpp.
| #define G_WRITE "GCTAObservation::write(GXmlElement&)" |
Definition at line 68 of file GCTAObservation.cpp.
| const GObservationRegistry g_obs_astri_registry & g_obs_astri_seed | ( | true | , |
| "ASTRI" | ) |
Definition at line 58 of file GCTAObservation.cpp.
| const GObservationRegistry g_obs_cta_registry & g_obs_cta_seed | ( | true | , |
| "CTA" | ) |
Definition at line 54 of file GCTAObservation.cpp.
| const GObservationRegistry g_obs_fact_registry & g_obs_fact_seed | ( | true | , |
| "FACT" | ) |
Definition at line 59 of file GCTAObservation.cpp.
| const GObservationRegistry g_obs_hess_registry & g_obs_hess_seed | ( | true | , |
| "HESS" | ) |
Definition at line 55 of file GCTAObservation.cpp.
| const GObservationRegistry g_obs_magic_registry & g_obs_magic_seed | ( | true | , |
| "MAGIC" | ) |
Definition at line 56 of file GCTAObservation.cpp.
| const GObservationRegistry g_obs_veritas_registry & g_obs_veritas_seed | ( | true | , |
| "VERITAS" | ) |
Definition at line 57 of file GCTAObservation.cpp.