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

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
 

Detailed Description

Multi-wavelength spectrum class implementation.

Author
Juergen Knoedlseder

Definition in file GMWLSpectrum.cpp.

Macro Definition Documentation

#define G_CONV_ENERGY   "GMWLSpectrum::conv_energy(double&, std::string&)"

Definition at line 43 of file GMWLSpectrum.cpp.

#define G_CONV_FLUX
Value:
"GMWLSpectrum::conv_flux(GEnergy&, double&, "\
"std::string&)"

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().