GammaLib 2.0.0
Loading...
Searching...
No Matches
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

◆ G_CONV_ENERGY

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

Definition at line 43 of file GMWLSpectrum.cpp.

◆ G_CONV_FLUX

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

◆ G_OPERATOR

#define G_OPERATOR   "GMWLSpectrum::operator[](int&)"

Definition at line 40 of file GMWLSpectrum.cpp.

◆ G_READ

#define G_READ   "GMWLSpectrum::read(GFits&, int&)"

Definition at line 41 of file GMWLSpectrum.cpp.

◆ G_READ_FITS

#define G_READ_FITS   "GMWLSpectrum::read_fits(GFitsTable&)"

Definition at line 42 of file GMWLSpectrum.cpp.