|
BSMPT 3.1.4
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
|
The Calc_kappa_t class Class instance for the numerical calculation of the statistical factor kappa for a given quark mass and temperature. More...
#include <BSMPT/baryo_calculation/Fluid_Type/gen_func_fluid.h>
Public Member Functions | |
| void | set_class (double Temp_in, double mt_in) |
| set_class Set up of the class parameters. | |
| void | operator() (const state_type &, state_type &, const double) |
| operator () Needed for the boost interface. | |
Public Attributes | |
| double | mt |
| mt Fermion mass | |
| double | Temp |
| Temp Temperature. | |
The Calc_kappa_t class Class instance for the numerical calculation of the statistical factor kappa for a given quark mass and temperature.
| void BSMPT::Baryo::Calc_kappa_t::set_class | ( | double | Temp_in, |
| double | mt_in | ||
| ) |
set_class Set up of the class parameters.
| Temp_in | Temperature |
| mt_in | Quark mass |