GammaLib 2.0.0
|
Public Member Functions | |
npred_roi_kern_phi (const GCTAAeff *aeff, const double &logE, const GCTAInstDir &roi_centre, const double &theta) | |
double | eval (const double &phi) |
Kernel for azimuth angle integration of effective area background model. | |
Public Member Functions inherited from GFunction | |
GFunction (void) | |
Void constructor. | |
GFunction (const GFunction &function) | |
Copy constructor. | |
virtual | ~GFunction (void) |
Destructor. | |
GFunction & | operator= (const GFunction &function) |
Assignment operator. | |
Protected Attributes | |
const GCTAAeff * | m_aeff |
Pointer to effective area. | |
double | m_logE |
Log10 of energy. | |
GCTAInstDir | m_roi_centre |
RoI centre. | |
double | m_theta |
Offset angle (radians) | |
Additional Inherited Members | |
Protected Member Functions inherited from GFunction | |
void | init_members (void) |
Initialise class members. | |
void | copy_members (const GFunction &function) |
Copy class members. | |
void | free_members (void) |
Delete class members. | |
Definition at line 116 of file GCTAModelAeffBackground.hpp.
|
inline |
Definition at line 118 of file GCTAModelAeffBackground.hpp.
|
virtual |
Kernel for azimuth angle integration of effective area background model.
[in] | phi | Azimuth angle around ROI centre (radians). |
Computes
\[ B(\theta, \phi | E, t) \]
Implements GFunction.
Definition at line 1230 of file GCTAModelAeffBackground.cpp.
References gammalib::is_infinite(), gammalib::is_notanumber(), GCTAInstDir::phi(), gammalib::str(), GCTAInstDir::theta(), and gammalib::warning().
|
protected |
Pointer to effective area.
Definition at line 128 of file GCTAModelAeffBackground.hpp.
|
protected |
Log10 of energy.
Definition at line 129 of file GCTAModelAeffBackground.hpp.
|
protected |
RoI centre.
Definition at line 130 of file GCTAModelAeffBackground.hpp.
|
protected |
Offset angle (radians)
Definition at line 131 of file GCTAModelAeffBackground.hpp.