GammaLib 2.0.0
Loading...
Searching...
No Matches
GModelSpectralLogParabola::flux_kern Class Reference

#include <GModelSpectralLogParabola.hpp>

Inheritance diagram for GModelSpectralLogParabola::flux_kern:
GFunction GModelSpectralLogParabola::eflux_kern

Public Member Functions

 flux_kern (const double &norm, const double &index, const double &curvature, const GEnergy &pivot)
 
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.
 

Protected Attributes

double m_norm
 Normalization.
 
double m_index
 Spectral index at pivot.
 
double m_curvature
 Curvature.
 
GEnergy m_pivot
 Pivot energy.
 

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 126 of file GModelSpectralLogParabola.hpp.

Constructor & Destructor Documentation

◆ flux_kern()

GModelSpectralLogParabola::flux_kern::flux_kern ( const double & norm,
const double & index,
const double & curvature,
const GEnergy & pivot )
inline

Definition at line 129 of file GModelSpectralLogParabola.hpp.

Member Function Documentation

◆ eval()

double GModelSpectralLogParabola::flux_kern::eval ( const double & x)
inlinevirtual

Member Data Documentation

◆ m_curvature

double GModelSpectralLogParabola::flux_kern::m_curvature
protected

Curvature.

Definition at line 148 of file GModelSpectralLogParabola.hpp.

Referenced by eval().

◆ m_index

double GModelSpectralLogParabola::flux_kern::m_index
protected

Spectral index at pivot.

Definition at line 147 of file GModelSpectralLogParabola.hpp.

Referenced by eval().

◆ m_norm

double GModelSpectralLogParabola::flux_kern::m_norm
protected

Normalization.

Definition at line 146 of file GModelSpectralLogParabola.hpp.

Referenced by eval().

◆ m_pivot

GEnergy GModelSpectralLogParabola::flux_kern::m_pivot
protected

Pivot energy.

Definition at line 149 of file GModelSpectralLogParabola.hpp.

Referenced by eval().


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