GammaLib
2.0.0
|
Fermi LAT response class implementation. More...
#include <unistd.h>
#include <typeinfo>
#include <cstdlib>
#include <string>
#include "GException.hpp"
#include "GFits.hpp"
#include "GTools.hpp"
#include "GCaldb.hpp"
#include "GSource.hpp"
#include "GModelSpatialPointSource.hpp"
#include "GLATInstDir.hpp"
#include "GLATResponse.hpp"
#include "GLATObservation.hpp"
#include "GLATEventAtom.hpp"
#include "GLATEventBin.hpp"
#include "GLATEventCube.hpp"
Go to the source code of this file.
Macros | |
#define | G_CALDB "GLATResponse::caldb(std::string&)" |
#define | G_LOAD "GLATResponse::load(std::string&)" |
#define | G_IRF |
#define | G_NROI |
#define | G_EBOUNDS "GLATResponse::ebounds(GEnergy&)" |
#define | G_SAVE "GLATResponse::save(std::string&)" |
#define | G_AEFF "GLATResponse::aeff(int&)" |
#define | G_PSF "GLATResponse::psf(int&)" |
#define | G_EDISP "GLATResponse::edisp(int&)" |
#define | G_IRF_ATOM |
#define | G_IRF_BIN |
Fermi LAT response class implementation.
Definition in file GLATResponse.cpp.
#define G_AEFF "GLATResponse::aeff(int&)" |
Definition at line 57 of file GLATResponse.cpp.
Referenced by GLATResponse::aeff().
#define G_CALDB "GLATResponse::caldb(std::string&)" |
Definition at line 49 of file GLATResponse.cpp.
#define G_EBOUNDS "GLATResponse::ebounds(GEnergy&)" |
Definition at line 55 of file GLATResponse.cpp.
Referenced by GLATResponse::ebounds().
#define G_EDISP "GLATResponse::edisp(int&)" |
Definition at line 59 of file GLATResponse.cpp.
Referenced by GLATResponse::edisp().
#define G_IRF |
Definition at line 51 of file GLATResponse.cpp.
Referenced by GLATResponse::irf().
#define G_IRF_ATOM |
Definition at line 60 of file GLATResponse.cpp.
Referenced by GLATResponse::irf_spatial_atom().
#define G_IRF_BIN |
Definition at line 62 of file GLATResponse.cpp.
Referenced by GLATResponse::irf_spatial_bin().
#define G_LOAD "GLATResponse::load(std::string&)" |
Definition at line 50 of file GLATResponse.cpp.
Referenced by GLATResponse::load().
#define G_NROI |
Definition at line 53 of file GLATResponse.cpp.
Referenced by GLATResponse::nroi().
#define G_PSF "GLATResponse::psf(int&)" |
Definition at line 58 of file GLATResponse.cpp.
Referenced by GLATResponse::psf().
#define G_SAVE "GLATResponse::save(std::string&)" |
Definition at line 56 of file GLATResponse.cpp.
Referenced by GLATResponse::save().