GammaLib 2.0.0
Loading...
Searching...
No Matches
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

◆ G_COMPUTE_DRE

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

Definition at line 54 of file GCOMDri.cpp.

Referenced by GCOMDri::compute_dre().

◆ G_COMPUTE_DRM

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

Definition at line 58 of file GCOMDri.cpp.

◆ G_COMPUTE_DRX

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

Definition at line 56 of file GCOMDri.cpp.

◆ G_COMPUTE_TOF_CORRECTION

#define G_COMPUTE_TOF_CORRECTION   "GCOMDri::compute_tof_correction()"

Definition at line 59 of file GCOMDri.cpp.

Referenced by GCOMDri::compute_tof_correction().

Variable Documentation

◆ d1_area

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

Definition at line 77 of file GCOMDri.cpp.

Referenced by GCOMDri::compute_drx().

◆ r1

const double r1 = 13.8

◆ r1sq

const double r1sq = r1 * r1

◆ superpacket_duration

const double superpacket_duration = 16.384

Definition at line 72 of file GCOMDri.cpp.

Referenced by GCOMDri::compute_drx().