GammaLib
2.0.0
|
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>&)" |
XSPEC Auxiliary Response File class implementation.
Definition in file GArf.cpp.
#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+=().