GammaLib 2.1.0.dev
|
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 "GModelSpatialDiffuse.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_BACKPROJECT |
#define | G_IRF_PTSRC |
#define | G_IRF_RADIAL |
#define | G_IRF_ELLIPTICAL |
#define | G_IRF_DIFFUSE |
#define | G_IRF_RADIAL_METHOD 2 |
0=integration, 1=direct, 2=mix | |
#define | G_IRF_ELLIPTICAL_METHOD 2 |
0=integration, 1=direct, 2=mix | |
#define | G_IRF_DIFFUSE_DIRECT |
Use direct computation for diffuse response. | |
COMPTEL response class implementation.
Definition in file GCOMResponse.cpp.
#define G_BACKPROJECT |
Definition at line 69 of file GCOMResponse.cpp.
Referenced by GCOMResponse::backproject().
#define G_EBOUNDS "GCOMResponse::ebounds(GEnergy&)" |
Definition at line 68 of file GCOMResponse.cpp.
Referenced by GCOMResponse::ebounds(), GCTACubeEdisp::ebounds(), GCTAObservation::ebounds(), GLATResponse::ebounds(), GMWLResponse::ebounds(), and GSPIResponse::ebounds().
#define G_IRF "GCOMResponse::irf(GEvent&, GPhoton&, GObservation&)" |
Definition at line 63 of file GCOMResponse.cpp.
Referenced by GCOMResponse::irf(), GCTAResponseCube::irf(), GCTAResponseIrf::irf(), GLATResponse::irf(), and GSPIResponse::irf().
#define G_IRF_DIFFUSE |
Definition at line 77 of file GCOMResponse.cpp.
#define G_IRF_DIFFUSE_DIRECT |
Use direct computation for diffuse response.
Definition at line 85 of file GCOMResponse.cpp.
#define G_IRF_ELLIPTICAL |
Definition at line 75 of file GCOMResponse.cpp.
#define G_IRF_ELLIPTICAL_METHOD 2 |
0=integration, 1=direct, 2=mix
Definition at line 84 of file GCOMResponse.cpp.
#define G_IRF_PTSRC |
Definition at line 71 of file GCOMResponse.cpp.
Referenced by GCOMResponse::irf_ptsrc(), and GCTAResponseCube::irf_ptsrc().
#define G_IRF_RADIAL |
Definition at line 73 of file GCOMResponse.cpp.
#define G_IRF_RADIAL_METHOD 2 |
0=integration, 1=direct, 2=mix
Definition at line 83 of file GCOMResponse.cpp.
#define G_IRF_SPATIAL |
Definition at line 64 of file GCOMResponse.cpp.
#define G_NROI |
Definition at line 66 of file GCOMResponse.cpp.
Referenced by GCOMResponse::nroi(), GCTAResponseCube::nroi(), GLATResponse::nroi(), GMWLResponse::nroi(), and GSPIResponse::nroi().