GammaLib
2.0.0
|
Kernel for rho angle integration of radial models. More...
#include <com_helpers_response_vector.hpp>
Public Member Functions | |
com_radial_kerns_rho (const std::vector< double > &iaq, const GModelSpatialRadial &model, GVector &irfs, const GCOMEventBin *bin, const GMatrix &rot, const GSkyMap &drx, const double &phigeo_bin_size, const int &phigeo_bins, const int &phibar_bins, const int &iter) | |
int | size (void) const |
GVector | eval (const double &phigeo) |
Kernel for radial integration of radial models. More... | |
Public Member Functions inherited from GFunctions | |
GFunctions (void) | |
Void constructor. More... | |
GFunctions (const GFunctions &functions) | |
Copy constructor. More... | |
virtual | ~GFunctions (void) |
Destructor. More... | |
GFunctions & | operator= (const GFunctions &functions) |
Assignment operator. More... | |
Protected Attributes | |
const std::vector< double > & | m_iaq |
IAQ vector. More... | |
const GModelSpatialRadial & | m_model |
Radial spatial model. More... | |
GVector & | m_irfs |
IRF vector to update. More... | |
const GCOMEventBin * | m_bin |
Event bin. More... | |
const GMatrix & | m_rot |
Rotation matrix. More... | |
const GSkyMap & | m_drx |
DRX. More... | |
const double & | m_phigeo_bin_size |
Phigeo bin size. More... | |
const int & | m_phigeo_bins |
Number of phigeo bins. More... | |
const int & | m_phibar_bins |
Number of phibar bins. More... | |
const int & | m_iter |
Number of omega iterations. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from GFunctions | |
void | init_members (void) |
Initialise class members. More... | |
void | copy_members (const GFunctions &functions) |
Copy class members. More... | |
void | free_members (void) |
Delete class members. More... | |
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 54 of file com_helpers_response_vector.hpp.
|
inline |
Definition at line 56 of file com_helpers_response_vector.hpp.
|
virtual |
Kernel for radial integration of radial models.
[in] | rho | Rho angle (radians). |
Implements GFunctions.
Definition at line 60 of file com_helpers_response_vector.cpp.
References cos(), GCOMEventBin::energy(), GModelSpatialRadial::eval(), GIntegrals::fixed_iter(), m_bin, m_drx, m_iaq, m_irfs, m_iter, m_model, m_phibar_bins, m_phigeo_bin_size, m_phigeo_bins, m_rot, GIntegrals::romberg(), sin(), GCOMEventBin::time(), and gammalib::twopi.
|
inlinevirtual |
Implements GFunctions.
Definition at line 76 of file com_helpers_response_vector.hpp.
References m_irfs, and GVector::size().
|
protected |
|
protected |
|
protected |
|
protected |
IRF vector to update.
Definition at line 81 of file com_helpers_response_vector.hpp.
|
protected |
Number of omega iterations.
Definition at line 88 of file com_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Radial spatial model.
Definition at line 80 of file com_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Number of phibar bins.
Definition at line 87 of file com_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Phigeo bin size.
Definition at line 85 of file com_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Number of phigeo bins.
Definition at line 86 of file com_helpers_response_vector.hpp.
Referenced by eval().
|
protected |
Rotation matrix.
Definition at line 83 of file com_helpers_response_vector.hpp.
Referenced by eval().