GammaLib
2.0.0
|
Multi-wavelength spectrum class implementation. More...
#include "GTools.hpp"
#include "GFilename.hpp"
#include "GFits.hpp"
#include "GFitsTable.hpp"
#include "GEnergy.hpp"
#include "GException.hpp"
#include "GMWLSpectrum.hpp"
Go to the source code of this file.
Macros | |
#define | G_OPERATOR "GMWLSpectrum::operator[](int&)" |
#define | G_READ "GMWLSpectrum::read(GFits&, int&)" |
#define | G_READ_FITS "GMWLSpectrum::read_fits(GFitsTable&)" |
#define | G_CONV_ENERGY "GMWLSpectrum::conv_energy(double&, std::string&)" |
#define | G_CONV_FLUX |
Multi-wavelength spectrum class implementation.
Definition in file GMWLSpectrum.cpp.
#define G_CONV_ENERGY "GMWLSpectrum::conv_energy(double&, std::string&)" |
Definition at line 43 of file GMWLSpectrum.cpp.
#define G_CONV_FLUX |
Definition at line 44 of file GMWLSpectrum.cpp.
Referenced by GMWLSpectrum::conv_flux().
#define G_OPERATOR "GMWLSpectrum::operator[](int&)" |
Definition at line 40 of file GMWLSpectrum.cpp.
Referenced by GMWLSpectrum::operator[]().
#define G_READ "GMWLSpectrum::read(GFits&, int&)" |
Definition at line 41 of file GMWLSpectrum.cpp.
Referenced by GMWLSpectrum::read().
#define G_READ_FITS "GMWLSpectrum::read_fits(GFitsTable&)" |
Definition at line 42 of file GMWLSpectrum.cpp.
Referenced by GMWLSpectrum::read_fits().