|
GammaLib 2.2.0.dev
|
#include <GResponse.hpp>
Public Member Functions | |
| irf_elliptical_kern_theta (const GResponse *rsp, const GEvent *event, const GObservation *obs, const GModelSpatialElliptical *model, const GMatrix *rot, const GEnergy *srcEng, const GTime *srcTime, int iter_phi) | |
| double | eval (const double &phi) |
| Zenith 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. | |
| const GEnergy * | m_srcEng |
| True photon energy. | |
| const GTime * | m_srcTime |
| Arrival time. | |
| int | m_iter_phi |
| Iterations in phi. | |
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 249 of file GResponse.hpp.
|
inline |
Definition at line 251 of file GResponse.hpp.
|
virtual |
Zenith angle integration kernel for elliptical model.
| [in] | theta | Zenith angle (radians). |
Integrated the IRF multiplied by the model value for a given zenith angle over all azimuth angles.
Implements GFunction.
Definition at line 2208 of file GResponse.cpp.
References GIntegral::fixed_iter(), GResponse::irf(), GIntegral::romberg(), and gammalib::twopi.
|
protected |
Event.
Definition at line 270 of file GResponse.hpp.
|
protected |
Iterations in phi.
Definition at line 276 of file GResponse.hpp.
|
protected |
Elliptical model.
Definition at line 272 of file GResponse.hpp.
|
protected |
Observation.
Definition at line 271 of file GResponse.hpp.
|
protected |
Rotation matrix.
Definition at line 273 of file GResponse.hpp.
|
protected |
Response.
Definition at line 269 of file GResponse.hpp.
|
protected |
True photon energy.
Definition at line 274 of file GResponse.hpp.
|
protected |
Arrival time.
Definition at line 275 of file GResponse.hpp.