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

XSPEC Auxiliary Response File class implementation. More...

#include "GArf.hpp"
#include "GException.hpp"
#include "GFilename.hpp"
#include "GTools.hpp"
#include "GFits.hpp"
#include "GFitsTable.hpp"
#include "GFitsBinTable.hpp"
#include "GFitsTableShortCol.hpp"
#include "GFitsTableFloatCol.hpp"

Go to the source code of this file.

Macros

#define G_OPERATOR_PLUS   "GArf::operator+=(GArf&)"
 
#define G_OPERATOR_MINUS   "GArf::operator-=(GArf&)"
 
#define G_OPERATOR   "GArf::operator[](std::string&)"
 
#define G_OPERATOR2   "GArf::operator()(std::string&, GEnergy&)"
 
#define G_AT1   "GArf::at(int&)"
 
#define G_AT2   "GArf::at(int&, int&)"
 
#define G_APPEND   "GArf::append(std::string&, std::vector<double>&)"
 

Detailed Description

XSPEC Auxiliary Response File class implementation.

Author
Juergen Knoedlseder

Definition in file GArf.cpp.

Macro Definition Documentation

#define G_APPEND   "GArf::append(std::string&, std::vector<double>&)"

Definition at line 48 of file GArf.cpp.

Referenced by GArf::append().

#define G_AT1   "GArf::at(int&)"

Definition at line 46 of file GArf.cpp.

Referenced by GArf::at().

#define G_AT2   "GArf::at(int&, int&)"

Definition at line 47 of file GArf.cpp.

Referenced by GArf::at().

#define G_OPERATOR   "GArf::operator[](std::string&)"

Definition at line 44 of file GArf.cpp.

Referenced by GArf::operator[]().

#define G_OPERATOR2   "GArf::operator()(std::string&, GEnergy&)"

Definition at line 45 of file GArf.cpp.

Referenced by GArf::operator()().

#define G_OPERATOR_MINUS   "GArf::operator-=(GArf&)"

Definition at line 43 of file GArf.cpp.

Referenced by GArf::operator-=().

#define G_OPERATOR_PLUS   "GArf::operator+=(GArf&)"

Definition at line 42 of file GArf.cpp.

Referenced by GArf::operator+=().