GammaLib
2.0.0
|
COMPTEL Data Space class implementation. More...
#include "GTools.hpp"
#include "GMath.hpp"
#include "GWcs.hpp"
#include "GFits.hpp"
#include "GFitsImage.hpp"
#include "GNodeArray.hpp"
#include "GModelSky.hpp"
#include "GModelSpatial.hpp"
#include "GModelSpatialPointSource.hpp"
#include "GEphemerides.hpp"
#include "GCOMTools.hpp"
#include "GCOMSupport.hpp"
#include "GCOMDri.hpp"
#include "GCOMOad.hpp"
#include "GCOMOads.hpp"
#include "GCOMTim.hpp"
#include "GCOMStatus.hpp"
#include "GCOMObservation.hpp"
#include "GCOMEventList.hpp"
#include "GCOMSelection.hpp"
Go to the source code of this file.
Macros | |
#define | G_COMPUTE_DRE |
#define | G_COMPUTE_DRX |
#define | G_COMPUTE_DRM "GCOMDri::compute_drm(GCOMObservation&, GModel&)" |
#define | G_COMPUTE_TOF_CORRECTION "GCOMDri::compute_tof_correction()" |
Variables | |
const double | superpacket_duration = 16.384 |
const double | r1 = 13.8 |
const double | r1sq = r1 * r1 |
const double | d1_area = 7.0 * gammalib::pi * r1sq |
COMPTEL Data Space class implementation.
Definition in file GCOMDri.cpp.
#define G_COMPUTE_DRE |
Definition at line 54 of file GCOMDri.cpp.
Referenced by GCOMDri::compute_dre().
#define G_COMPUTE_DRM "GCOMDri::compute_drm(GCOMObservation&, GModel&)" |
Definition at line 58 of file GCOMDri.cpp.
#define G_COMPUTE_DRX |
Definition at line 56 of file GCOMDri.cpp.
#define G_COMPUTE_TOF_CORRECTION "GCOMDri::compute_tof_correction()" |
Definition at line 59 of file GCOMDri.cpp.
Referenced by GCOMDri::compute_tof_correction().
const double d1_area = 7.0 * gammalib::pi * r1sq |
Definition at line 77 of file GCOMDri.cpp.
Referenced by GCOMDri::compute_drx().
const double r1 = 13.8 |
Definition at line 73 of file GCOMDri.cpp.
Referenced by GCOMDri::compute_geometry(), GCOMDri::compute_overlap(), and GCOMDri::compute_surface().
Definition at line 76 of file GCOMDri.cpp.
Referenced by GCOMDri::compute_geometry(), GCOMDri::compute_overlap(), and GCOMDri::compute_surface().
const double superpacket_duration = 16.384 |
Definition at line 72 of file GCOMDri.cpp.
Referenced by GCOMDri::compute_drx().