ctools 2.1.0.dev
Loading...
Searching...
No Matches
ctool.cpp File Reference
#include <cstdlib>
#include <cstdio>
#include <clocale>
#include "ctool.hpp"
#include "GTools.hpp"

Go to the source code of this file.

Macros

#define G_SETUP_OBSERVATION   "ctool::setup_observations(GObservations&)"
 
#define G_SETUP_MODELS   "ctool::setup_models(GObservations&, std::string&)"
 
#define G_GET_MEAN_POINTING   "ctool::get_mean_pointing(GObservations&)"
 
#define G_CREATE_EBOUNDS   "ctool::create_ebounds()"
 
#define G_CREATE_ENERGIES   "ctool::create_energies()"
 
#define G_RESTORE_EDISP
 
#define G_SET_OBS_RESPONSE   "ctool::set_obs_response(GCTAObservation*)"
 
#define G_PROVIDE_HELP   "ctool::provide_help()"
 

Macro Definition Documentation

◆ G_CREATE_EBOUNDS

#define G_CREATE_EBOUNDS   "ctool::create_ebounds()"

Definition at line 56 of file ctool.cpp.

Referenced by ctool::create_ebounds().

◆ G_CREATE_ENERGIES

#define G_CREATE_ENERGIES   "ctool::create_energies()"

Definition at line 57 of file ctool.cpp.

Referenced by ctool::create_energies().

◆ G_GET_MEAN_POINTING

#define G_GET_MEAN_POINTING   "ctool::get_mean_pointing(GObservations&)"

Definition at line 55 of file ctool.cpp.

Referenced by ctool::get_mean_pointing().

◆ G_PROVIDE_HELP

#define G_PROVIDE_HELP   "ctool::provide_help()"

Definition at line 61 of file ctool.cpp.

Referenced by ctool::provide_help().

◆ G_RESTORE_EDISP

#define G_RESTORE_EDISP
Value:
"ctool::restore_edisp(GObservations&, "\
"std::vector<bool>&)"

Definition at line 58 of file ctool.cpp.

Referenced by ctool::restore_edisp().

◆ G_SET_OBS_RESPONSE

#define G_SET_OBS_RESPONSE   "ctool::set_obs_response(GCTAObservation*)"

Definition at line 60 of file ctool.cpp.

Referenced by ctool::set_obs_response().

◆ G_SETUP_MODELS

#define G_SETUP_MODELS   "ctool::setup_models(GObservations&, std::string&)"

Definition at line 54 of file ctool.cpp.

Referenced by ctool::setup_models().

◆ G_SETUP_OBSERVATION

#define G_SETUP_OBSERVATION   "ctool::setup_observations(GObservations&)"

Definition at line 53 of file ctool.cpp.

Referenced by ctool::setup_observations().