GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GObservation::npred_kern Class Reference

#include <GObservation.hpp>

Inheritance diagram for GObservation::npred_kern:
GFunction

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...
 
GFunctionoperator= (const GFunction &function)
 Assignment operator. More...
 

Protected Attributes

const GObservationm_parent
 Observation. More...
 
const GModelm_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...
 

Detailed Description

Definition at line 179 of file GObservation.hpp.

Constructor & Destructor Documentation

GObservation::npred_kern::npred_kern ( const GObservation parent,
const GModel model 
)
inline

Definition at line 181 of file GObservation.hpp.

Member Function Documentation

double GObservation::npred_kern::eval ( const double &  x)
virtual

Integration kernel for npred() method.

Parameters
[in]xFunction value.

Implements GFunction.

Definition at line 1909 of file GObservation.cpp.

References GTime::secs().

Member Data Documentation

const GModel* GObservation::npred_kern::m_model
protected

Model.

Definition at line 188 of file GObservation.hpp.

const GObservation* GObservation::npred_kern::m_parent
protected

Observation.

Definition at line 187 of file GObservation.hpp.


The documentation for this class was generated from the following files: