GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GCOMDri.cpp File Reference

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
 

Detailed Description

COMPTEL Data Space class implementation.

Author
Juergen Knoedlseder

Definition in file GCOMDri.cpp.

Macro Definition Documentation

#define G_COMPUTE_DRE
Value:
"GCOMDri::compute_dre(GCOMObservation&, "\
"GCOMSelection&, double&)"

Definition at line 53 of file GCOMDri.cpp.

Referenced by GCOMDri::compute_dre().

#define G_COMPUTE_DRM   "GCOMDri::compute_drm(GCOMObservation&, GModel&)"

Definition at line 57 of file GCOMDri.cpp.

#define G_COMPUTE_DRX
Value:
"GCOMDri::compute_drx(GCOMObservation&, "\
"GCOMSelection&, double&)"

Definition at line 55 of file GCOMDri.cpp.

#define G_COMPUTE_TOF_CORRECTION   "GCOMDri::compute_tof_correction()"

Definition at line 58 of file GCOMDri.cpp.

Referenced by GCOMDri::compute_tof_correction().

Variable Documentation

const double d1_area = 7.0 * gammalib::pi * r1sq

Definition at line 76 of file GCOMDri.cpp.

Referenced by GCOMDri::compute_drx().

const double r1 = 13.8
const double r1sq = r1 * r1
const double superpacket_duration = 16.384

Definition at line 71 of file GCOMDri.cpp.

Referenced by GCOMDri::compute_drx().