GammaLib
2.1.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. 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 GModelSpatialRadial * | m_model |
Radial model. More... | |
const GMatrix * | m_rot |
Rotation matrix. More... | |
const GEnergy * | m_srcEng |
True photon energy. More... | |
const GTime * | m_srcTime |
Arrival time. More... | |
int | m_iter_phi |
Iterations in phi. 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 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 2060 of file GResponse.cpp.
References GIntegral::fixed_iter(), GResponse::irf(), GIntegral::romberg(), sin(), 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.