|
GammaLib 2.2.0.dev
|
#include <GCTAResponse_helpers.hpp>
Public Member Functions | |
| cta_nroi_kern (const GCTAResponseIrf *rsp, const GObservation *obs, const GModelSky *model, const GTime &srcTime, const GEnergy &obsEng, const GTime &obsTime) | |
| double | eval (const double &etrue) |
| Integration kernel for GCTAResponseIrf::nroi method. | |
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 GCTAResponseIrf * | m_rsp |
| CTA response function. | |
| const GObservation * | m_obs |
| Observation. | |
| const GModelSky * | m_model |
| Sky model. | |
| GTime | m_srcTime |
| True arrival time. | |
| GEnergy | m_obsEng |
| Measured energy. | |
| GTime | m_obsTime |
| Measured arrival time. | |
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 125 of file GCTAResponse_helpers.hpp.
|
inline |
Definition at line 127 of file GCTAResponse_helpers.hpp.
|
virtual |
Integration kernel for GCTAResponseIrf::nroi method.
| [in] | etrue | True photon energy in MeV. |
Implements GFunction.
Definition at line 292 of file GCTAResponse_helpers.cpp.
References GModelSpectral::eval(), GModelTemporal::eval(), m_model, m_obs, m_obsEng, m_obsTime, m_rsp, m_srcTime, GEnergy::MeV(), GCTAResponseIrf::nroi(), GModelSky::spectral(), and GModelSky::temporal().
|
protected |
|
protected |
|
protected |
|
protected |
Measured arrival time.
Definition at line 146 of file GCTAResponse_helpers.hpp.
Referenced by eval().
|
protected |
CTA response function.
Definition at line 141 of file GCTAResponse_helpers.hpp.
Referenced by eval().
|
protected |