GammaLib 2.0.0
Loading...
Searching...
No Matches
GLATPsfV3::base_integrand Class Reference
Inheritance diagram for GLATPsfV3::base_integrand:
GFunction

Public Member Functions

 base_integrand (double ncore, double ntail, double score, double stail, double gcore, double gtail)
 
double eval (const double &x)
 
- Public Member Functions inherited from GFunction
 GFunction (void)
 Void constructor.
 
 GFunction (const GFunction &function)
 Copy constructor.
 
virtual ~GFunction (void)
 Destructor.
 
GFunctionoperator= (const GFunction &function)
 Assignment operator.
 

Private Attributes

double m_ncore
 
double m_ntail
 
double m_score
 
double m_stail
 
double m_gcore
 
double m_gtail
 

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.
 

Detailed Description

Definition at line 88 of file GLATPsfV3.hpp.

Constructor & Destructor Documentation

◆ base_integrand()

GLATPsfV3::base_integrand::base_integrand ( double ncore,
double ntail,
double score,
double stail,
double gcore,
double gtail )
inline

Definition at line 90 of file GLATPsfV3.hpp.

Member Function Documentation

◆ eval()

double GLATPsfV3::base_integrand::eval ( const double & x)
inlinevirtual

Implements GFunction.

Definition at line 96 of file GLATPsfV3.hpp.

References GLATPsfV3::base_fct(), m_gcore, m_gtail, m_ncore, m_ntail, m_score, and m_stail.

Member Data Documentation

◆ m_gcore

double GLATPsfV3::base_integrand::m_gcore
private

Definition at line 110 of file GLATPsfV3.hpp.

Referenced by eval().

◆ m_gtail

double GLATPsfV3::base_integrand::m_gtail
private

Definition at line 111 of file GLATPsfV3.hpp.

Referenced by eval().

◆ m_ncore

double GLATPsfV3::base_integrand::m_ncore
private

Definition at line 106 of file GLATPsfV3.hpp.

Referenced by eval().

◆ m_ntail

double GLATPsfV3::base_integrand::m_ntail
private

Definition at line 107 of file GLATPsfV3.hpp.

Referenced by eval().

◆ m_score

double GLATPsfV3::base_integrand::m_score
private

Definition at line 108 of file GLATPsfV3.hpp.

Referenced by eval().

◆ m_stail

double GLATPsfV3::base_integrand::m_stail
private

Definition at line 109 of file GLATPsfV3.hpp.

Referenced by eval().


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