GammaLib 2.1.0.dev
|
Kernel for azimuth angle integration of radial models. More...
#include <spi_helpers_response_vector.hpp>
Public Member Functions | |
spi_radial_kerns_omega (const GSPIEventCube *cube, const GSPIResponse *rsp, const int &ipt, const double *livetimes, const GMatrix &rot, const double &sin_rho, const double &cos_rho, GVector &irfs) | |
int | size (void) const |
GVector | eval (const double &omega) |
Kernel for azimuthal integration of radial models. | |
Public Member Functions inherited from GFunctions | |
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 int & | m_ipt |
Pointing index. | |
const double * | m_livetimes |
Livetime array. | |
const GMatrix & | m_rot |
Rotation matrix. | |
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 | |
Protected Member Functions inherited from GFunctions | |
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 radial models.
This class provides the kernel for the azimuth angle integration of radial sky models.
Definition at line 89 of file spi_helpers_response_vector.hpp.
|
inline |
Definition at line 91 of file spi_helpers_response_vector.hpp.
|
virtual |
Kernel for azimuthal integration of radial models.
[in] | omega | Omega angle (radians). |
Implements GFunctions.
Definition at line 117 of file spi_helpers_response_vector.cpp.
References GSPIResponse::azimuth(), GSPIResponse::irf_vector(), m_cos_rho, m_cube, m_ipt, m_irfs, m_livetimes, 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 107 of file spi_helpers_response_vector.hpp.
References m_irfs, and GVector::size().
|
protected |
Cosine of Rho.
Definition at line 116 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Pointer to event cube.
Definition at line 110 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Pointing index.
Definition at line 112 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
IRF vector to update.
Definition at line 117 of file spi_helpers_response_vector.hpp.
|
protected |
Livetime array.
Definition at line 113 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Rotation matrix.
Definition at line 114 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Pointer to response.
Definition at line 111 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |