GammaLib
2.0.0
|
XSPEC Pulse Height Analyzer class implementation. More...
#include "GPha.hpp"
#include "GException.hpp"
#include "GTools.hpp"
#include "GEnergy.hpp"
#include "GFits.hpp"
#include "GFitsTable.hpp"
#include "GFitsBinTable.hpp"
#include "GFitsTableShortCol.hpp"
#include "GFitsTableFloatCol.hpp"
#include "GNdarray.hpp"
Go to the source code of this file.
Macros | |
#define | G_OPERATOR_PLUS "GPha::operator+=(GPha&)" |
#define | G_OPERATOR_MINUS "GPha::operator-=(GPha&)" |
#define | G_OPERATOR "GPha::operator[](std::string&)" |
#define | G_AT1 "GPha::at(int&)" |
#define | G_AT2 "GPha::at(int&, int&)" |
#define | G_APPEND "GPha::append(std::string&, std::vector<double>&)" |
#define | G_AREASCAL_SET "GPha::areascal(int&, double&)" |
#define | G_AREASCAL_GET "GPha::areascal(int&)" |
#define | G_BACKSCAL_SET "GPha::backscal(int&, double&)" |
#define | G_BACKSCAL_GET "GPha::backscal(int&)" |
#define | G_READ "GPha::read(GFitsTable*)" |
XSPEC Pulse Height Analyzer class implementation.
Definition in file GPha.cpp.
#define G_APPEND "GPha::append(std::string&, std::vector<double>&)" |
Definition at line 48 of file GPha.cpp.
Referenced by GPha::append().
#define G_AREASCAL_GET "GPha::areascal(int&)" |
Definition at line 50 of file GPha.cpp.
Referenced by GPha::areascal().
#define G_AREASCAL_SET "GPha::areascal(int&, double&)" |
Definition at line 49 of file GPha.cpp.
Referenced by GPha::areascal().
#define G_AT1 "GPha::at(int&)" |
Definition at line 46 of file GPha.cpp.
Referenced by GPha::at().
#define G_AT2 "GPha::at(int&, int&)" |
Definition at line 47 of file GPha.cpp.
Referenced by GPha::at().
#define G_BACKSCAL_GET "GPha::backscal(int&)" |
Definition at line 52 of file GPha.cpp.
Referenced by GPha::backscal().
#define G_BACKSCAL_SET "GPha::backscal(int&, double&)" |
Definition at line 51 of file GPha.cpp.
Referenced by GPha::backscal().
#define G_OPERATOR "GPha::operator[](std::string&)" |
Definition at line 45 of file GPha.cpp.
Referenced by GPha::operator[]().
#define G_OPERATOR_MINUS "GPha::operator-=(GPha&)" |
Definition at line 44 of file GPha.cpp.
Referenced by GPha::operator-=().
#define G_OPERATOR_PLUS "GPha::operator+=(GPha&)" |
Definition at line 43 of file GPha.cpp.
Referenced by GPha::operator+=().
#define G_READ "GPha::read(GFitsTable*)" |
Definition at line 53 of file GPha.cpp.
Referenced by GPha::read().