|
GammaLib 2.2.0.dev
|
#include <GObservation.hpp>
Public Member Functions | |
| npred_func (const GObservation *parent, const GModel *model, GModelPar *par) | |
| double | eval (const double &x) |
| Npred function evaluation for gradient computation. | |
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. | |
| GModelPar * | m_par |
| Model parameter. | |
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 207 of file GObservation.hpp.
|
inline |
Definition at line 209 of file GObservation.hpp.
|
virtual |
Npred function evaluation for gradient computation.
| [in] | x | Function value. |
Implements GFunction.
Definition at line 2002 of file GObservation.cpp.
References GObservation::npred().
|
protected |
Model.
Definition at line 218 of file GObservation.hpp.
|
protected |
Model parameter.
Definition at line 219 of file GObservation.hpp.
|
protected |
Observation.
Definition at line 217 of file GObservation.hpp.