|
GammaLib 2.2.0.dev
|
INTEGRAL/SPI data space model implementation. More...
#include <typeinfo>#include "GException.hpp"#include "GTools.hpp"#include "GTimes.hpp"#include "GVector.hpp"#include "GMatrixSparse.hpp"#include "GModelPar.hpp"#include "GModelRegistry.hpp"#include "GSPIModelDataSpace.hpp"#include "GSPIObservation.hpp"#include "GSPIEventBin.hpp"#include "GSPITools.hpp"Go to the source code of this file.
Macros | |
| #define | G_CONSTRUCTOR |
| #define | G_EVAL1 "GSPIModelDataSpace::eval(GEvent&, GObservation&, bool&)" |
| #define | G_EVAL2 "GSPIModelDataSpace::eval(GObservation&, GMatrixSparse*)" |
| #define | G_NPRED "GSPIModelDataSpace::npred(GEnergy&, GTime&, GObservation&)" |
| #define | G_MC "GSPIModelDataSpace::mc(GObservation&, GRan&)" |
| #define | G_SETUP "GSPIModelDataSpace::setup(Observation&)" |
| #define | G_READ "GSPIModelDataSpace::read(GXmlElement&)" |
| #define | G_WRITE "GSPIModelDataSpace::write(GXmlElement&)" |
| #define | G_GET_DATE_TIME "GSPIModelDataSpace::get_date_time(std::string&)" |
Variables | |
| const GSPIModelDataSpace | g_spi_data_space_seed |
INTEGRAL/SPI data space model implementation.
Definition in file GSPIModelDataSpace.cpp.
| #define G_CONSTRUCTOR |
Definition at line 51 of file GSPIModelDataSpace.cpp.
| #define G_EVAL1 "GSPIModelDataSpace::eval(GEvent&, GObservation&, bool&)" |
Definition at line 53 of file GSPIModelDataSpace.cpp.
Referenced by GSPIModelDataSpace::eval().
| #define G_EVAL2 "GSPIModelDataSpace::eval(GObservation&, GMatrixSparse*)" |
Definition at line 54 of file GSPIModelDataSpace.cpp.
Referenced by GSPIModelDataSpace::eval().
| #define G_GET_DATE_TIME "GSPIModelDataSpace::get_date_time(std::string&)" |
Definition at line 60 of file GSPIModelDataSpace.cpp.
Referenced by GSPIModelDataSpace::get_date_time().
| #define G_MC "GSPIModelDataSpace::mc(GObservation&, GRan&)" |
Definition at line 56 of file GSPIModelDataSpace.cpp.
| #define G_NPRED "GSPIModelDataSpace::npred(GEnergy&, GTime&, GObservation&)" |
Definition at line 55 of file GSPIModelDataSpace.cpp.
| #define G_READ "GSPIModelDataSpace::read(GXmlElement&)" |
Definition at line 58 of file GSPIModelDataSpace.cpp.
| #define G_SETUP "GSPIModelDataSpace::setup(Observation&)" |
Definition at line 57 of file GSPIModelDataSpace.cpp.
Referenced by GSPIModelDataSpace::setup().
| #define G_WRITE "GSPIModelDataSpace::write(GXmlElement&)" |
Definition at line 59 of file GSPIModelDataSpace.cpp.
| const GModelRegistry g_spi_data_space_registry & g_spi_data_space_seed |
Definition at line 47 of file GSPIModelDataSpace.cpp.