GammaLib 2.1.0.dev
|
Kernel for azimuth angle integration of elliptical models. More...
#include <spi_helpers_response_vector.hpp>
Public Member Functions | |
spi_elliptical_kerns_omega (const GSPIEventCube *cube, const GSPIResponse *rsp, const GModelSpatialElliptical *elliptical, const int &ipt, const double *livetimes, const GMatrix &rot, const double &rho, const double &sin_rho, const double &cos_rho, GVector &irfs) | |
int | size (void) const |
GVector | eval (const double &omega) |
Kernel for azimuthal integration of elliptical models. | |
![]() | |
GFunctions (void) | |
Void constructor. | |
GFunctions (const GFunctions &functions) | |
Copy constructor. | |
virtual | ~GFunctions (void) |
Destructor. | |
GFunctions & | operator= (const GFunctions &functions) |
Assignment operator. | |
Protected Attributes | |
const GSPIEventCube * | m_cube |
Pointer to event cube. | |
const GSPIResponse * | m_rsp |
Pointer to response. | |
const GModelSpatialElliptical * | m_elliptical |
Elliptical spatial model. | |
const int & | m_ipt |
Pointing index. | |
const double * | m_livetimes |
Livetime array. | |
const GMatrix & | m_rot |
Rotation matrix. | |
const double & | m_rho |
Rho. | |
const double & | m_sin_rho |
Sine of Rho. | |
const double & | m_cos_rho |
Cosine of Rho. | |
GVector & | m_irfs |
IRF vector to update. | |
Additional Inherited Members | |
![]() | |
void | init_members (void) |
Initialise class members. | |
void | copy_members (const GFunctions &functions) |
Copy class members. | |
void | free_members (void) |
Delete class members. | |
Kernel for azimuth angle integration of elliptical models.
This class provides the kernel for the azimuth angle integration of elliptical sky models.
Definition at line 169 of file spi_helpers_response_vector.hpp.
|
inline |
Definition at line 171 of file spi_helpers_response_vector.hpp.
|
virtual |
Kernel for azimuthal integration of elliptical models.
[in] | omega | Omega angle (radians). |
Implements GFunctions.
Definition at line 212 of file spi_helpers_response_vector.cpp.
References GSPIResponse::azimuth(), GModelSpatialElliptical::eval(), GSPIResponse::irf_vector(), m_cos_rho, m_cube, m_elliptical, m_ipt, m_irfs, m_livetimes, m_rho, m_rot, m_rsp, m_sin_rho, GSPIResponse::m_wcs_xbin, GSPIResponse::m_wcs_xmin, GSPIResponse::m_wcs_ybin, GSPIResponse::m_wcs_ymin, and GSPIResponse::zenith().
|
inlinevirtual |
Implements GFunctions.
Definition at line 191 of file spi_helpers_response_vector.hpp.
References m_irfs, and GVector::size().
|
protected |
Cosine of Rho.
Definition at line 202 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Pointer to event cube.
Definition at line 194 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Elliptical spatial model.
Definition at line 196 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Pointing index.
Definition at line 197 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
IRF vector to update.
Definition at line 203 of file spi_helpers_response_vector.hpp.
|
protected |
Livetime array.
Definition at line 198 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
|
protected |
Rotation matrix.
Definition at line 199 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Pointer to response.
Definition at line 195 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |