GammaLib 2.0.0
Loading...
Searching...
No Matches
GResponse::irf_radial_kern_phi Class Reference

#include <GResponse.hpp>

Inheritance diagram for GResponse::irf_radial_kern_phi:
GFunction

Public Member Functions

 irf_radial_kern_phi (const GResponse *rsp, const GEvent *event, const GObservation *obs, const GMatrix *rot, const double &theta, const GEnergy *srcEng, const GTime *srcTime)
 
double eval (const double &phi)
 Azimuth 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.
 
GFunctionoperator= (const GFunction &function)
 Assignment operator.
 

Protected Attributes

const GResponsem_rsp
 Response.
 
const GEventm_event
 Event.
 
const GObservationm_obs
 Observation.
 
const GMatrixm_rot
 Rotation matrix.
 
double m_sin_theta
 sin(theta)
 
double m_cos_theta
 cos(theta)
 
const GEnergym_srcEng
 True photon energy.
 
const GTimem_srcTime
 Arrival time.
 

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.
 

Detailed Description

Definition at line 221 of file GResponse.hpp.

Constructor & Destructor Documentation

◆ irf_radial_kern_phi()

GResponse::irf_radial_kern_phi::irf_radial_kern_phi ( const GResponse * rsp,
const GEvent * event,
const GObservation * obs,
const GMatrix * rot,
const double & theta,
const GEnergy * srcEng,
const GTime * srcTime )
inline

Definition at line 223 of file GResponse.hpp.

Member Function Documentation

◆ eval()

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

Azimuth angle integration kernel for radial 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 2114 of file GResponse.cpp.

References GResponse::irf().

Member Data Documentation

◆ m_cos_theta

double GResponse::irf_radial_kern_phi::m_cos_theta
protected

cos(theta)

Definition at line 245 of file GResponse.hpp.

◆ m_event

const GEvent* GResponse::irf_radial_kern_phi::m_event
protected

Event.

Definition at line 241 of file GResponse.hpp.

◆ m_obs

const GObservation* GResponse::irf_radial_kern_phi::m_obs
protected

Observation.

Definition at line 242 of file GResponse.hpp.

◆ m_rot

const GMatrix* GResponse::irf_radial_kern_phi::m_rot
protected

Rotation matrix.

Definition at line 243 of file GResponse.hpp.

◆ m_rsp

const GResponse* GResponse::irf_radial_kern_phi::m_rsp
protected

Response.

Definition at line 240 of file GResponse.hpp.

◆ m_sin_theta

double GResponse::irf_radial_kern_phi::m_sin_theta
protected

sin(theta)

Definition at line 244 of file GResponse.hpp.

◆ m_srcEng

const GEnergy* GResponse::irf_radial_kern_phi::m_srcEng
protected

True photon energy.

Definition at line 246 of file GResponse.hpp.

◆ m_srcTime

const GTime* GResponse::irf_radial_kern_phi::m_srcTime
protected

Arrival time.

Definition at line 247 of file GResponse.hpp.


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