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

COMPTEL response class implementation. More...

#include <string>
#include <typeinfo>
#include "GTools.hpp"
#include "GMath.hpp"
#include "GVector.hpp"
#include "GMatrix.hpp"
#include "GIntegrals.hpp"
#include "GFits.hpp"
#include "GCaldb.hpp"
#include "GEvent.hpp"
#include "GPhoton.hpp"
#include "GSource.hpp"
#include "GEnergy.hpp"
#include "GTime.hpp"
#include "GObservation.hpp"
#include "GFitsImage.hpp"
#include "GFitsImageFloat.hpp"
#include "GFilename.hpp"
#include "GModelSky.hpp"
#include "GModelSpatialPointSource.hpp"
#include "GModelSpatialRadial.hpp"
#include "GModelSpatialElliptical.hpp"
#include "GModelSpectralConst.hpp"
#include "GCOMResponse.hpp"
#include "GCOMObservation.hpp"
#include "GCOMEventCube.hpp"
#include "GCOMEventBin.hpp"
#include "GCOMInstDir.hpp"
#include "com_helpers_response_vector.hpp"

Go to the source code of this file.

Macros

#define G_IRF   "GCOMResponse::irf(GEvent&, GPhoton&, GObservation&)"
 
#define G_IRF_SPATIAL
 
#define G_NROI
 
#define G_EBOUNDS   "GCOMResponse::ebounds(GEnergy&)"
 
#define G_IRF_PTSRC
 
#define G_IRF_RADIAL
 
#define G_IRF_ELLIPTICAL
 
#define G_IRF_DIFFUSE
 

Detailed Description

COMPTEL response class implementation.

Author
Juergen Knoedlseder

Definition in file GCOMResponse.cpp.

Macro Definition Documentation

#define G_EBOUNDS   "GCOMResponse::ebounds(GEnergy&)"

Definition at line 68 of file GCOMResponse.cpp.

Referenced by GCOMResponse::ebounds().

#define G_IRF   "GCOMResponse::irf(GEvent&, GPhoton&, GObservation&)"

Definition at line 63 of file GCOMResponse.cpp.

Referenced by GCOMResponse::irf().

#define G_IRF_DIFFUSE
Value:
"GCOMResponse::irf_diffuse(GModelSky&, GObservation&, "\
"GMatrix*)"

Definition at line 75 of file GCOMResponse.cpp.

Referenced by GCOMResponse::irf_diffuse().

#define G_IRF_ELLIPTICAL
Value:
"GCOMResponse::irf_elliptical(GModelSky&, "\
" GObservation&, GMatrix*)"

Definition at line 73 of file GCOMResponse.cpp.

Referenced by GCOMResponse::irf_elliptical().

#define G_IRF_PTSRC
Value:
"GCOMResponse::irf_ptsrc(GModelSky&, GObservation&, "\
"GMatrix*)"

Definition at line 69 of file GCOMResponse.cpp.

Referenced by GCOMResponse::irf_ptsrc().

#define G_IRF_RADIAL
Value:
"GCOMResponse::irf_radial(GModelSky&, GObservation&, "\
"GMatrix*)"

Definition at line 71 of file GCOMResponse.cpp.

Referenced by GCOMResponse::irf_radial().

#define G_IRF_SPATIAL
Value:
"GCOMResponse::irf_spatial(GEvent&, GSource&, "\
"GObservation&)"

Definition at line 64 of file GCOMResponse.cpp.

#define G_NROI
Value:
"GCOMResponse::nroi(GModelSky&, GEnergy&, GTime&, "\
"GObservation&)"

Definition at line 66 of file GCOMResponse.cpp.

Referenced by GCOMResponse::nroi().