GammaLib
2.0.0
|
#include <GResponse.hpp>
Public Member Functions | |
irf_radial_kern_phi (const GResponse *rsp, const GEvent *event, const GObservation *obs, const GMatrix *rot, const double &theta, const GEnergy *srcEng, const GTime *srcTime) | |
double | eval (const double &phi) |
Azimuth angle integration kernel for radial model. More... | |
Public Member Functions inherited from GFunction | |
GFunction (void) | |
Void constructor. More... | |
GFunction (const GFunction &function) | |
Copy constructor. More... | |
virtual | ~GFunction (void) |
Destructor. More... | |
GFunction & | operator= (const GFunction &function) |
Assignment operator. More... | |
Protected Attributes | |
const GResponse * | m_rsp |
Response. More... | |
const GEvent * | m_event |
Event. More... | |
const GObservation * | m_obs |
Observation. More... | |
const GMatrix * | m_rot |
Rotation matrix. More... | |
double | m_sin_theta |
sin(theta) More... | |
double | m_cos_theta |
cos(theta) More... | |
const GEnergy * | m_srcEng |
True photon energy. More... | |
const GTime * | m_srcTime |
Arrival time. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from GFunction | |
void | init_members (void) |
Initialise class members. More... | |
void | copy_members (const GFunction &function) |
Copy class members. More... | |
void | free_members (void) |
Delete class members. More... | |
Definition at line 221 of file GResponse.hpp.
|
inline |
Definition at line 223 of file GResponse.hpp.
|
virtual |
Azimuth angle integration kernel for radial 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 2114 of file GResponse.cpp.
References cos(), GResponse::irf(), and sin().
|
protected |
cos(theta)
Definition at line 245 of file GResponse.hpp.
|
protected |
Event.
Definition at line 241 of file GResponse.hpp.
|
protected |
Observation.
Definition at line 242 of file GResponse.hpp.
|
protected |
Rotation matrix.
Definition at line 243 of file GResponse.hpp.
|
protected |
Response.
Definition at line 240 of file GResponse.hpp.
|
protected |
sin(theta)
Definition at line 244 of file GResponse.hpp.
|
protected |
True photon energy.
Definition at line 246 of file GResponse.hpp.
|
protected |
Arrival time.
Definition at line 247 of file GResponse.hpp.