|
GammaLib 2.2.0.dev
|
#include <GResponse.hpp>
Public Member Functions | |
| irf_radial_kern_theta (const GResponse *rsp, const GEvent *event, const GObservation *obs, const GModelSpatialRadial *model, const GMatrix *rot, const GEnergy *srcEng, const GTime *srcTime, int iter_phi) | |
| double | eval (const double &phi) |
| Zenith angle integration kernel for 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 GResponse * | m_rsp |
| Response. | |
| const GEvent * | m_event |
| Event. | |
| const GObservation * | m_obs |
| Observation. | |
| const GModelSpatialRadial * | m_model |
| Radial 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 192 of file GResponse.hpp.
|
inline |
Definition at line 194 of file GResponse.hpp.
|
virtual |
Zenith angle integration kernel for radial 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 2121 of file GResponse.cpp.
References GIntegral::fixed_iter(), GResponse::irf(), GIntegral::romberg(), and gammalib::twopi.
|
protected |
Event.
Definition at line 213 of file GResponse.hpp.
|
protected |
Iterations in phi.
Definition at line 219 of file GResponse.hpp.
|
protected |
Radial model.
Definition at line 215 of file GResponse.hpp.
|
protected |
Observation.
Definition at line 214 of file GResponse.hpp.
|
protected |
Rotation matrix.
Definition at line 216 of file GResponse.hpp.
|
protected |
Response.
Definition at line 212 of file GResponse.hpp.
|
protected |
True photon energy.
Definition at line 217 of file GResponse.hpp.
|
protected |
Arrival time.
Definition at line 218 of file GResponse.hpp.