|
GammaLib 2.2.0.dev
|
#include <GCTAResponse_helpers.hpp>
Public Member Functions | |
| cta_nroi_radial_kern_omega (const GCTAResponseIrf *rsp, const GCTAObservation *obs, const GMatrix *rot, const GEnergy &srcEng, const GTime &srcTime, const GEnergy &obsEng, const GTime &obsTime, double sin_rho, double cos_rho) | |
| double | eval (const double &omega) |
| Kernel for azimuth angle Nroi integration of radial 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 GCTAResponseIrf * | m_rsp |
| CTA response. | |
| const GCTAObservation * | m_obs |
| CTA observation. | |
| const GMatrix * | m_rot |
| Rotation matrix. | |
| GEnergy | m_srcEng |
| True photon energy. | |
| GTime | m_srcTime |
| True photon arrival time. | |
| GEnergy | m_obsEng |
| Observed photon energy. | |
| GTime | m_obsTime |
| Observed photon arrival time. | |
| double | m_cos_rho |
| Cosine of offset angle. | |
| double | m_sin_rho |
| Sine of offset angle. | |
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 394 of file GCTAResponse_helpers.hpp.
|
inline |
Definition at line 396 of file GCTAResponse_helpers.hpp.
|
virtual |
Kernel for azimuth angle Nroi integration of radial model.
| [in] | omega | Azimuth angle (radians). |
Implements GFunction.
Definition at line 637 of file GCTAResponse_helpers.cpp.
References GSkyDir::celvector(), gammalib::is_infinite(), gammalib::is_notanumber(), m_cos_rho, m_obs, m_obsEng, m_obsTime, m_rot, m_rsp, m_sin_rho, m_srcEng, m_srcTime, and GCTAResponseIrf::nirf().
|
protected |
Cosine of offset angle.
Definition at line 423 of file GCTAResponse_helpers.hpp.
Referenced by eval().
|
protected |
|
protected |
Observed photon energy.
Definition at line 421 of file GCTAResponse_helpers.hpp.
Referenced by eval().
|
protected |
Observed photon arrival time.
Definition at line 422 of file GCTAResponse_helpers.hpp.
Referenced by eval().
|
protected |
|
protected |
|
protected |
Sine of offset angle.
Definition at line 424 of file GCTAResponse_helpers.hpp.
Referenced by eval().
|
protected |
|
protected |
True photon arrival time.
Definition at line 420 of file GCTAResponse_helpers.hpp.
Referenced by eval().