|
GammaLib 2.2.0.dev
|
#include <GObservation.hpp>
Public Member Functions | |
| npred_kern (const GObservation *parent, const GModel *model) | |
| double | eval (const double &x) |
| Integration kernel for npred() method. | |
Public Member Functions inherited from GFunction | |
| GFunction (void) | |
| Void constructor. | |
| GFunction (const GFunction &function) | |
| Copy constructor. | |
| virtual | ~GFunction (void) |
| Destructor. | |
| GFunction & | operator= (const GFunction &function) |
| Assignment operator. | |
Protected Attributes | |
| const GObservation * | m_parent |
| Observation. | |
| const GModel * | m_model |
| Model. | |
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. | |
Definition at line 179 of file GObservation.hpp.
|
inline |
Definition at line 181 of file GObservation.hpp.
|
virtual |
Integration kernel for npred() method.
| [in] | x | Function value. |
Implements GFunction.
Definition at line 2020 of file GObservation.cpp.
References GTime::secs().
|
protected |
Model.
Definition at line 188 of file GObservation.hpp.
|
protected |
Observation.
Definition at line 187 of file GObservation.hpp.