GammaLib
2.1.0.dev
|
XSPEC Auxiliary Response File class definition. More...
#include <string>
#include <vector>
#include "GBase.hpp"
#include "GEbounds.hpp"
#include "GFilename.hpp"
#include "GNodeArray.hpp"
#include "GFitsHeader.hpp"
Go to the source code of this file.
Classes | |
class | GArf |
Auxiliary Response File class. More... | |
Namespaces | |
gammalib | |
Functions | |
GArf | operator+ (const GArf &a, const GArf &b) |
Auxiliary Response File addition operator friend. More... | |
GArf | operator- (const GArf &a, const GArf &b) |
Auxiliary Response File subtraction operator friend. More... | |
GArf | operator* (const GArf &arf, const double &scale) |
Auxiliary Response File scaling operator friend. More... | |
GArf | operator* (const double &scale, const GArf &arf) |
Auxiliary Response File scaling operator friend. More... | |
GArf | operator/ (const GArf &arf, const double &scale) |
Auxiliary Response File vision operator friend. More... | |
Variables | |
const std::string | gammalib::extname_arf = "SPECRESP" |
XSPEC Auxiliary Response File class definition.
Definition in file GArf.hpp.