GammaLib
2.0.0
|
Radial Polynom model class implementation. More...
#include <cmath>
#include "GException.hpp"
#include "GTools.hpp"
#include "GMath.hpp"
#include "GRan.hpp"
#include "GIntegral.hpp"
#include "GCTAObservation.hpp"
#include "GCTAInstDir.hpp"
#include "GCTAModelRadialPolynom.hpp"
#include "GCTAModelRadialRegistry.hpp"
#include "GCTAModelSpatialRegistry.hpp"
Go to the source code of this file.
Macros | |
#define | G_READ "GCTAModelRadialPolynom::read(GXmlElement&)" |
#define | G_WRITE "GCTAModelRadialPolynom::write(GXmlElement&)" |
Variables | |
const double | g_cta_radial_polynom_offset_max = 4.0 |
const GCTAModelRadialPolynom | g_cta_radial_polynom_seed |
Radial Polynom model class implementation.
Definition in file GCTAModelRadialPolynom.cpp.
#define G_READ "GCTAModelRadialPolynom::read(GXmlElement&)" |
Definition at line 52 of file GCTAModelRadialPolynom.cpp.
Referenced by GCTAModelRadialPolynom::read().
#define G_WRITE "GCTAModelRadialPolynom::write(GXmlElement&)" |
Definition at line 53 of file GCTAModelRadialPolynom.cpp.
Referenced by GCTAModelRadialPolynom::write().
const double g_cta_radial_polynom_offset_max = 4.0 |
Definition at line 44 of file GCTAModelRadialPolynom.cpp.
Referenced by GCTAModelRadialPolynom::mc(), GCTAModelRadialPolynom::mc_max_value(), and GCTAModelRadialPolynom::omega().
const GCTAModelSpatialRegistry g_cta_radial_polynom_spatial_registry & g_cta_radial_polynom_seed |
Definition at line 47 of file GCTAModelRadialPolynom.cpp.