Loading [MathJax]/extensions/tex2jax.js
GammaLib 2.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GModelSpatialPointSource.cpp File Reference

Point source spatial model class implementation. More...

#include "GException.hpp"
#include "GTools.hpp"
#include "GMath.hpp"
#include "GModelSpatialPointSource.hpp"
#include "GModelSpatialRegistry.hpp"

Go to the source code of this file.

Macros

#define G_CONSTRUCTOR1
 
#define G_CONSTRUCTOR2
 
#define G_READ   "GModelSpatialPointSource::read(GXmlElement&)"
 
#define G_WRITE   "GModelSpatialPointSource::write(GXmlElement&)"
 

Variables

const double tolerance = 0.000027777778
 
const GModelSpatialPointSource g_spatial_ptsrc_seed
 

Detailed Description

Point source spatial model class implementation.

Author
Juergen Knoedlseder

Definition in file GModelSpatialPointSource.cpp.

Macro Definition Documentation

◆ G_CONSTRUCTOR1

#define G_CONSTRUCTOR1
Value:
"GModelSpatialPointSource::GModelSpatialPointSource("\
"GSkyDir&, std::string&)"

Definition at line 50 of file GModelSpatialPointSource.cpp.

Referenced by GCTACubeEdisp::GCTACubeEdisp(), GCTAOnOffObservation::GCTAOnOffObservation(), and GModelSpatialPointSource::GModelSpatialPointSource().

◆ G_CONSTRUCTOR2

#define G_CONSTRUCTOR2
Value:
"GModelSpatialPointSource::GModelSpatialPointSource("\
"double&, double&, std::string&)"

Definition at line 52 of file GModelSpatialPointSource.cpp.

Referenced by GCTACubeEdisp::GCTACubeEdisp(), GCTAOnOffObservation::GCTAOnOffObservation(), and GModelSpatialPointSource::GModelSpatialPointSource().

◆ G_READ

#define G_READ   "GModelSpatialPointSource::read(GXmlElement&)"

Definition at line 54 of file GModelSpatialPointSource.cpp.

◆ G_WRITE

#define G_WRITE   "GModelSpatialPointSource::write(GXmlElement&)"

Definition at line 55 of file GModelSpatialPointSource.cpp.

Variable Documentation

◆ g_spatial_ptsrc_seed

const GModelSpatialRegistry g_spatial_ptsrc_registry & g_spatial_ptsrc_seed

Definition at line 42 of file GModelSpatialPointSource.cpp.

◆ tolerance

const double tolerance = 0.000027777778

Definition at line 38 of file GModelSpatialPointSource.cpp.

Referenced by GModelSpatialPointSource::eval().