|
GammaLib 2.2.0.dev
|
#include <GResponse.hpp>
Public Member Functions | |
| irf_elliptical_kern_phi (const GResponse *rsp, const GEvent *event, const GObservation *obs, const GModelSpatialElliptical *model, const GMatrix *rot, const double &theta, const GEnergy *srcEng, const GTime *srcTime) | |
| double | eval (const double &phi) |
| Azimuth angle integration kernel for elliptical 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 GResponse * | m_rsp |
| Response. | |
| const GEvent * | m_event |
| Event. | |
| const GObservation * | m_obs |
| Observation. | |
| const GModelSpatialElliptical * | m_model |
| Elliptical model. | |
| const GMatrix * | m_rot |
| Rotation matrix. | |
| double | m_theta |
| Theta. | |
| double | m_sin_theta |
| sin(theta) | |
| double | m_cos_theta |
| cos(theta) | |
| const GEnergy * | m_srcEng |
| True photon energy. | |
| const GTime * | m_srcTime |
| 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 278 of file GResponse.hpp.
|
inline |
Definition at line 280 of file GResponse.hpp.
|
virtual |
Azimuth angle integration kernel for elliptical model.
| [in] | phi | Azimuth angle (radians). |
Computes the IRF at a given zenith and azimuth angle with respect to a specified centre.
Implements GFunction.
Definition at line 2254 of file GResponse.cpp.
References GResponse::irf().
|
protected |
cos(theta)
Definition at line 307 of file GResponse.hpp.
|
protected |
Event.
Definition at line 301 of file GResponse.hpp.
|
protected |
Elliptical model.
Definition at line 303 of file GResponse.hpp.
|
protected |
Observation.
Definition at line 302 of file GResponse.hpp.
|
protected |
Rotation matrix.
Definition at line 304 of file GResponse.hpp.
|
protected |
Response.
Definition at line 300 of file GResponse.hpp.
|
protected |
sin(theta)
Definition at line 306 of file GResponse.hpp.
|
protected |
True photon energy.
Definition at line 308 of file GResponse.hpp.
|
protected |
Arrival time.
Definition at line 309 of file GResponse.hpp.
|
protected |
Theta.
Definition at line 305 of file GResponse.hpp.