KASKADE 7 development version
Public Member Functions | Public Attributes | List of all members
Kaskade::CGFminModel Struct Reference

#include <cgImplementation.hh>

Detailed Description

Definition at line 149 of file cgImplementation.hh.

Public Member Functions

 CGFminModel ()=default
 
 CGFminModel (CGFminModel const &)=default
 
CGFminModeloperator= (CGFminModel const &)=default
 
 CGFminModel (double quadraticPart_, double linearPart_, double omegaL_, double dndn_, double dnd_, double dd_)
 
double operator() (double t)
 

Public Attributes

double linearPart = 0
 
double quadraticPart = 0
 
double omegaL = 0
 
double dndn = 0
 
double dnd = 0
 
double dd = 0
 

Constructor & Destructor Documentation

◆ CGFminModel() [1/3]

Kaskade::CGFminModel::CGFminModel ( )
default

◆ CGFminModel() [2/3]

Kaskade::CGFminModel::CGFminModel ( CGFminModel const &  )
default

◆ CGFminModel() [3/3]

Kaskade::CGFminModel::CGFminModel ( double  quadraticPart_,
double  linearPart_,
double  omegaL_,
double  dndn_,
double  dnd_,
double  dd_ 
)
inline

Definition at line 155 of file cgImplementation.hh.

Member Function Documentation

◆ operator()()

double Kaskade::CGFminModel::operator() ( double  t)
inline

Definition at line 161 of file cgImplementation.hh.

◆ operator=()

CGFminModel & Kaskade::CGFminModel::operator= ( CGFminModel const &  )
default

Member Data Documentation

◆ dd

double Kaskade::CGFminModel::dd = 0

Definition at line 167 of file cgImplementation.hh.

Referenced by operator()().

◆ dnd

double Kaskade::CGFminModel::dnd = 0

Definition at line 167 of file cgImplementation.hh.

Referenced by operator()().

◆ dndn

double Kaskade::CGFminModel::dndn = 0

Definition at line 167 of file cgImplementation.hh.

Referenced by operator()().

◆ linearPart

double Kaskade::CGFminModel::linearPart = 0

Definition at line 167 of file cgImplementation.hh.

Referenced by operator()().

◆ omegaL

double Kaskade::CGFminModel::omegaL = 0

Definition at line 167 of file cgImplementation.hh.

◆ quadraticPart

double Kaskade::CGFminModel::quadraticPart = 0

Definition at line 167 of file cgImplementation.hh.

Referenced by operator()().


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