GammaLib 2.1.0.dev
|
Kernel for rho angle integration of radial models. More...
#include <spi_helpers_response_vector.hpp>
Public Member Functions | |
spi_radial_kerns_rho (const GSPIEventCube *cube, const GSPIResponse *rsp, const GModelSpatialRadial *radial, const int &ipt, const double *livetimes, const GMatrix &rot, const int &iter, GVector &irfs) | |
int | size (void) const |
GVector | eval (const double &omega) |
Kernel for radial 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 GModelSpatialRadial * | m_radial |
Radial spatial model. | |
const int & | m_ipt |
Pointing index. | |
const double * | m_livetimes |
Livetime array. | |
const GMatrix & | m_rot |
Rotation matrix. | |
const int & | m_iter |
Number of azimuthal iterations. | |
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 rho angle integration of radial models.
This class provides the kernel for the rho angle integration of radial sky models.
Definition at line 49 of file spi_helpers_response_vector.hpp.
|
inline |
Definition at line 51 of file spi_helpers_response_vector.hpp.
|
virtual |
Kernel for radial integration of radial models.
[in] | rho | Rho angle (radians). |
Implements GFunctions.
Definition at line 63 of file spi_helpers_response_vector.cpp.
References GModelSpatialRadial::eval(), GIntegrals::fixed_iter(), m_cube, m_ipt, m_irfs, m_iter, m_livetimes, m_radial, m_rot, m_rsp, GIntegrals::romberg(), and gammalib::twopi.
|
inlinevirtual |
Implements GFunctions.
Definition at line 67 of file spi_helpers_response_vector.hpp.
References m_irfs, and GVector::size().
|
protected |
Pointer to event cube.
Definition at line 70 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Pointing index.
Definition at line 73 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
IRF vector to update.
Definition at line 77 of file spi_helpers_response_vector.hpp.
|
protected |
Number of azimuthal iterations.
Definition at line 76 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Livetime array.
Definition at line 74 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Radial spatial model.
Definition at line 72 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Rotation matrix.
Definition at line 75 of file spi_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Pointer to response.
Definition at line 71 of file spi_helpers_response_vector.hpp.
Referenced by eval().