GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GCTASupport.cpp File Reference

Implementation of support function used by CTA classes. More...

#include <typeinfo>
#include <cmath>
#include <iostream>
#include <string>
#include "GCTASupport.hpp"
#include "GTools.hpp"
#include "GMath.hpp"
#include "GFitsHDU.hpp"
#include "GEbounds.hpp"
#include "GPhases.hpp"
#include "GResponse.hpp"
#include "GModelData.hpp"
#include "GModelSpectral.hpp"
#include "GModelTemporal.hpp"
#include "GCTAObservation.hpp"
#include "GCTAPointing.hpp"
#include "GCTAResponse.hpp"
#include "GCTAResponseIrf.hpp"
#include "GCTAResponseCube.hpp"
#include "GCTAAeff.hpp"
#include "GCTABackground.hpp"
#include "GCTAEventList.hpp"
#include "GCTAEventCube.hpp"
#include "GCTARoi.hpp"
#include "GCTAInstDir.hpp"
#include "GCTAModelBackground.hpp"
#include "GCTAModelAeffBackground.hpp"
#include "GCTAModelIrfBackground.hpp"
#include "GCTAModelCubeBackground.hpp"
#include "GCTAModelRadialAcceptance.hpp"

Go to the source code of this file.

Macros

#define G_READ_DS_ROI   "gammalib::read_ds_roi(GFitsHDU&)"
 
#define G_READ_DS_EBOUNDS   "gammalib::read_ds_ebounds(GFitsHDU&)"
 
#define G_READ_DS_PHASE   "gammalib::read_ds_phase(GFitsHDU&)"
 
#define G_READ_DS_GTI   "gammalib::read_ds_gti_extname(GFitsHDU&)"
 
#define G_CTA_MODEL_NROI
 

Detailed Description

Implementation of support function used by CTA classes.

Author
Juergen Knoedlseder

Definition in file GCTASupport.cpp.

Macro Definition Documentation

#define G_CTA_MODEL_NROI
Value:
"gammalib::cta_model_nroi(GObservation*, "\
"GModelData*, GEnergy&, GTime&)"

Definition at line 67 of file GCTASupport.cpp.

#define G_READ_DS_EBOUNDS   "gammalib::read_ds_ebounds(GFitsHDU&)"

Definition at line 64 of file GCTASupport.cpp.

Referenced by gammalib::read_ds_ebounds().

#define G_READ_DS_GTI   "gammalib::read_ds_gti_extname(GFitsHDU&)"

Definition at line 66 of file GCTASupport.cpp.

Referenced by gammalib::read_ds_gti_extname().

#define G_READ_DS_PHASE   "gammalib::read_ds_phase(GFitsHDU&)"

Definition at line 65 of file GCTASupport.cpp.

Referenced by gammalib::read_ds_phase().

#define G_READ_DS_ROI   "gammalib::read_ds_roi(GFitsHDU&)"

Definition at line 63 of file GCTASupport.cpp.

Referenced by gammalib::read_ds_roi().