ctools 2.1.0.dev
Loading...
Searching...
No Matches
ctobssim.cpp File Reference

Observation simulator tool implementation. More...

#include <cstdio>
#include <typeinfo>
#include "ctobssim.hpp"
#include "GTools.hpp"
#include "GFits.hpp"

Go to the source code of this file.

Macros

#define G_GET_PARAMETERS   "ctobssim::get_parameters()"
 
#define G_SIMULATE_SOURCE
 
#define G_SIMULATE_INTERVAL
 
#define G_GET_AREA
 

Variables

const double g_roi_margin = 0.5
 Simulation radius margin (degrees)
 

Detailed Description

Observation simulator tool implementation.

Author
Juergen Knoedlseder

Definition in file ctobssim.cpp.

Macro Definition Documentation

◆ G_GET_AREA

#define G_GET_AREA
Value:
"ctobssim::get_area(GCTAObservation* obs, GEnergy&, "\
"GEnergy&)"

Definition at line 50 of file ctobssim.cpp.

Referenced by ctobssim::get_area().

◆ G_GET_PARAMETERS

#define G_GET_PARAMETERS   "ctobssim::get_parameters()"

Definition at line 43 of file ctobssim.cpp.

◆ G_SIMULATE_INTERVAL

#define G_SIMULATE_INTERVAL
Value:
"ctobssim::simulate_interval(GCTAObservation*"\
", GCTAEventList*, GCTAResponseIrf*, GModels&, GTime&"\
", GTime&, GEnergy&, GEnergy&, GEnergy&, GEnergy&"\
", GSkyDir&, double&, double&, GRan&, GLog*, int&)"

Definition at line 46 of file ctobssim.cpp.

Referenced by ctobssim::simulate_interval().

◆ G_SIMULATE_SOURCE

#define G_SIMULATE_SOURCE
Value:
"ctobssim::simulate_source(GCTAObservation*, "\
"GModels&, GRan&, GLog*)"

Definition at line 44 of file ctobssim.cpp.

Referenced by ctobssim::simulate_source().

Variable Documentation

◆ g_roi_margin

const double g_roi_margin = 0.5

Simulation radius margin (degrees)

Definition at line 54 of file ctobssim.cpp.

Referenced by ctobssim::simulate_source().