GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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. More...
 
 GFunction (const GFunction &function)
 Copy constructor. More...
 
virtual ~GFunction (void)
 Destructor. More...
 
GFunctionoperator= (const GFunction &function)
 Assignment operator. More...
 

Protected Attributes

double m_norm
 Normalization. More...
 
double m_index
 Spectral index at pivot. More...
 
double m_curvature
 Curvature. More...
 
GEnergy m_pivot
 Pivot energy. 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 126 of file GModelSpectralLogParabola.hpp.

Constructor & Destructor Documentation

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

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

Member Data Documentation

double GModelSpectralLogParabola::flux_kern::m_curvature
protected

Curvature.

Definition at line 148 of file GModelSpectralLogParabola.hpp.

Referenced by eval().

double GModelSpectralLogParabola::flux_kern::m_index
protected

Spectral index at pivot.

Definition at line 147 of file GModelSpectralLogParabola.hpp.

Referenced by eval().

double GModelSpectralLogParabola::flux_kern::m_norm
protected

Normalization.

Definition at line 146 of file GModelSpectralLogParabola.hpp.

Referenced by eval().

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: