GammaLib
2.1.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. 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 GModelSpatialElliptical * | m_model |
Elliptical model. More... | |
const GMatrix * | m_rot |
Rotation matrix. More... | |
double | m_theta |
Theta. 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 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 2193 of file GResponse.cpp.
References cos(), GResponse::irf(), and sin().
|
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.