GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GResponse::irf_elliptical_kern_phi Class Reference

#include <GResponse.hpp>

Inheritance diagram for GResponse::irf_elliptical_kern_phi:
GFunction

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...
 
GFunctionoperator= (const GFunction &function)
 Assignment operator. More...
 

Protected Attributes

const GResponsem_rsp
 Response. More...
 
const GEventm_event
 Event. More...
 
const GObservationm_obs
 Observation. More...
 
const GModelSpatialEllipticalm_model
 Elliptical model. More...
 
const GMatrixm_rot
 Rotation matrix. More...
 
double m_theta
 Theta. More...
 
double m_sin_theta
 sin(theta) More...
 
double m_cos_theta
 cos(theta) More...
 
const GEnergym_srcEng
 True photon energy. More...
 
const GTimem_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...
 

Detailed Description

Definition at line 278 of file GResponse.hpp.

Constructor & Destructor Documentation

GResponse::irf_elliptical_kern_phi::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 
)
inline

Definition at line 280 of file GResponse.hpp.

Member Function Documentation

double GResponse::irf_elliptical_kern_phi::eval ( const double &  phi)
virtual

Azimuth angle integration kernel for elliptical model.

Parameters
[in]phiAzimuth angle (radians).
Returns
IRF value.

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().

Member Data Documentation

double GResponse::irf_elliptical_kern_phi::m_cos_theta
protected

cos(theta)

Definition at line 307 of file GResponse.hpp.

const GEvent* GResponse::irf_elliptical_kern_phi::m_event
protected

Event.

Definition at line 301 of file GResponse.hpp.

const GModelSpatialElliptical* GResponse::irf_elliptical_kern_phi::m_model
protected

Elliptical model.

Definition at line 303 of file GResponse.hpp.

const GObservation* GResponse::irf_elliptical_kern_phi::m_obs
protected

Observation.

Definition at line 302 of file GResponse.hpp.

const GMatrix* GResponse::irf_elliptical_kern_phi::m_rot
protected

Rotation matrix.

Definition at line 304 of file GResponse.hpp.

const GResponse* GResponse::irf_elliptical_kern_phi::m_rsp
protected

Response.

Definition at line 300 of file GResponse.hpp.

double GResponse::irf_elliptical_kern_phi::m_sin_theta
protected

sin(theta)

Definition at line 306 of file GResponse.hpp.

const GEnergy* GResponse::irf_elliptical_kern_phi::m_srcEng
protected

True photon energy.

Definition at line 308 of file GResponse.hpp.

const GTime* GResponse::irf_elliptical_kern_phi::m_srcTime
protected

Arrival time.

Definition at line 309 of file GResponse.hpp.

double GResponse::irf_elliptical_kern_phi::m_theta
protected

Theta.

Definition at line 305 of file GResponse.hpp.


The documentation for this class was generated from the following files: