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

CTA event list class implementation. More...

#include <typeinfo>
#include <cstdio>
#include "GTools.hpp"
#include "GMath.hpp"
#include "GFilename.hpp"
#include "GFits.hpp"
#include "GFitsTable.hpp"
#include "GFitsBinTable.hpp"
#include "GFitsTableCol.hpp"
#include "GFitsTableFloatCol.hpp"
#include "GFitsTableDoubleCol.hpp"
#include "GFitsTableLongCol.hpp"
#include "GFitsTableULongCol.hpp"
#include "GTime.hpp"
#include "GTimeReference.hpp"
#include "GCTAEventList.hpp"
#include "GCTATypemaps.hpp"
#include "GCTASupport.hpp"

Go to the source code of this file.

Macros

#define G_OPERATOR   "GCTAEventList::operator[](int&)"
 
#define G_ROI   "GCTAEventList::roi(GRoi&)"
 
#define G_APPEND_COLUMN   "GCTAEventList::append_column(GFitsTableCol&)"
 
#define G_SET_MC_ID_NAMES
 
#define G_FETCH   "GCTAEventList::fetch()"
 
#define G_WRITE_DS_KEYS
 

Detailed Description

CTA event list class implementation.

Author
Juergen Knoedlseder

Definition in file GCTAEventList.cpp.

Macro Definition Documentation

#define G_APPEND_COLUMN   "GCTAEventList::append_column(GFitsTableCol&)"

Definition at line 53 of file GCTAEventList.cpp.

Referenced by GCTAEventList::append_column().

#define G_FETCH   "GCTAEventList::fetch()"

Definition at line 56 of file GCTAEventList.cpp.

Referenced by GCTAEventList::fetch().

#define G_OPERATOR   "GCTAEventList::operator[](int&)"

Definition at line 51 of file GCTAEventList.cpp.

Referenced by GCTAEventList::operator[]().

#define G_ROI   "GCTAEventList::roi(GRoi&)"

Definition at line 52 of file GCTAEventList.cpp.

Referenced by GCTAEventList::roi().

#define G_SET_MC_ID_NAMES
Value:
"GCTAEventList::set_mc_id_names(std::vector<int>&,"\
" std::vector<std::string>&)"

Definition at line 54 of file GCTAEventList.cpp.

Referenced by GCTAEventList::set_mc_id_names().

#define G_WRITE_DS_KEYS
Value:
"GCTAEventList::write_ds_keys(GFitsHDU&, "\
"const std::string&) const"

Definition at line 57 of file GCTAEventList.cpp.