![]() |
Thermal-FIST 1.5
Package for hadron resonance gas model applications
|
Effective mass model matched to chiral perturbation theory for pions at T = 0. See supplemental material section I in https://arxiv.org/abs/2009.02309. More...
#include <EffectiveMassModel.h>
Public Member Functions | |
EMMFieldPressureChPT (double mass=0.135, double fpi=0.133) | |
Constructor for the EMMFieldPressureChPT class. | |
virtual | ~EMMFieldPressureChPT () |
Virtual destructor for the EMMFieldPressureChPT class. | |
virtual EMMFieldPressure * | clone () const |
Creates a clone of this EMMFieldPressureChPT object. | |
virtual double | pf (double x) const |
Field pressure as a function of effective mass x according to ChPT. | |
virtual double | Dpf (double x) const |
Derivative of the field pressure with respect to effective mass x according to ChPT. | |
virtual double | D2pf (double x) const |
Second derivative of the field pressure with respect to effective mass x according to ChPT. | |
![]() | |
EMMFieldPressure (double mass=0.135, double c=0) | |
Constructor for the EMMFieldPressure class. | |
virtual | ~EMMFieldPressure () |
Virtual destructor for the EMMFieldPressure class. | |
Protected Attributes | |
double | m_fpi |
![]() | |
double | m_mass |
double | m_c |
Effective mass model matched to chiral perturbation theory for pions at T = 0. See supplemental material section I in https://arxiv.org/abs/2009.02309.
Definition at line 75 of file EffectiveMassModel.h.
|
inline |
Constructor for the EMMFieldPressureChPT class.
mass | The mass parameter (default: 0.135 GeV). |
fpi | The pion decay constant (default: 0.133 GeV). |
Definition at line 85 of file EffectiveMassModel.h.
|
inlinevirtual |
Virtual destructor for the EMMFieldPressureChPT class.
Definition at line 90 of file EffectiveMassModel.h.
|
inlinevirtual |
Creates a clone of this EMMFieldPressureChPT object.
Reimplemented from thermalfist::EMMFieldPressure.
Definition at line 97 of file EffectiveMassModel.h.
|
inlinevirtual |
Second derivative of the field pressure with respect to effective mass x according to ChPT.
x | The effective mass value. |
Reimplemented from thermalfist::EMMFieldPressure.
Definition at line 126 of file EffectiveMassModel.h.
|
inlinevirtual |
Derivative of the field pressure with respect to effective mass x according to ChPT.
x | The effective mass value. |
Reimplemented from thermalfist::EMMFieldPressure.
Definition at line 116 of file EffectiveMassModel.h.
|
inlinevirtual |
Field pressure as a function of effective mass x according to ChPT.
x | The effective mass value. |
Reimplemented from thermalfist::EMMFieldPressure.
Definition at line 105 of file EffectiveMassModel.h.
|
protected |
Definition at line 77 of file EffectiveMassModel.h.