GammaLib
2.1.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. More... | |
Public Member Functions inherited from GFunction | |
GFunction (void) | |
Void constructor. More... | |
GFunction (const GFunction &function) | |
Copy constructor. More... | |
virtual | ~GFunction (void) |
Destructor. More... | |
GFunction & | operator= (const GFunction &function) |
Assignment operator. More... | |
Protected Attributes | |
const GObservation * | m_parent |
Observation. More... | |
const GModel * | m_model |
Model. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from GFunction | |
void | init_members (void) |
Initialise class members. More... | |
void | copy_members (const GFunction &function) |
Copy class members. More... | |
void | free_members (void) |
Delete class members. More... | |
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 1909 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.