|
GammaLib 2.2.0.dev
|
Fermi/LAT response table class implementation. More...
#include "GLATResponseTable.hpp"#include "GTools.hpp"#include "GException.hpp"#include "GFitsTableFloatCol.hpp"Go to the source code of this file.
Macros | |
| #define | G_READ "GLATResponseTable::read(GFitsTable&)" |
| #define | G_INDEX "GLATResponseTable::index(int&, int&)" |
| #define | G_ENERGY "GLATResponseTable::energy(int&)" |
| #define | G_ENERGY_LO "GLATResponseTable::energy_lo(int&)" |
| #define | G_ENERGY_HI "GLATResponseTable::energy_hi(int&)" |
| #define | G_COSTHETA_LO "GLATResponseTable::costheta_lo(int&)" |
| #define | G_COSTHETA_HI "GLATResponseTable::costheta_hi(int&)" |
Fermi/LAT response table class implementation.
Definition in file GLATResponseTable.cpp.
| #define G_COSTHETA_HI "GLATResponseTable::costheta_hi(int&)" |
Definition at line 43 of file GLATResponseTable.cpp.
Referenced by GLATResponseTable::costheta_hi().
| #define G_COSTHETA_LO "GLATResponseTable::costheta_lo(int&)" |
Definition at line 42 of file GLATResponseTable.cpp.
Referenced by GLATResponseTable::costheta_lo().
| #define G_ENERGY "GLATResponseTable::energy(int&)" |
Definition at line 39 of file GLATResponseTable.cpp.
| #define G_ENERGY_HI "GLATResponseTable::energy_hi(int&)" |
Definition at line 41 of file GLATResponseTable.cpp.
Referenced by GLATResponseTable::energy_hi().
| #define G_ENERGY_LO "GLATResponseTable::energy_lo(int&)" |
Definition at line 40 of file GLATResponseTable.cpp.
Referenced by GLATResponseTable::energy_lo().
| #define G_INDEX "GLATResponseTable::index(int&, int&)" |
Definition at line 38 of file GLATResponseTable.cpp.
Referenced by GLATResponseTable::index().
| #define G_READ "GLATResponseTable::read(GFitsTable&)" |
Definition at line 37 of file GLATResponseTable.cpp.