BSMPT 3.0.7
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
|
#include <array>
Go to the source code of this file.
Namespaces | |
namespace | BSMPT |
This classes calculates the Bounce action of the potential with a set temperature. | |
Variables | |
const std::size_t | BSMPT::Kfactors::Data::msg_size = 12999 |
msg_size number of data points sampled in msg | |
const std::size_t | BSMPT::Kfactors::Data::Tg_size = 121 |
Tg_size number of data points sampled in Tg. | |
const std::array< double, msg_size > | BSMPT::Kfactors::Data::msg {} |
msg Data points used to sample in the m^2 direction of the Kfunctions starting from 0 to 5 in steps of 10^-3 and then continuing to 200^2 in steps of 5 | |
const std::array< double, Tg_size > | BSMPT::Kfactors::Data::Tg |
Tg Data points used to sample in the Temperature direction of the Kfunctions starting from 10 to 250 in steps of 2. | |
const std::array< std::array< double, Tg_size >, msg_size > | BSMPT::Kfactors::Data::K1p |
K1p Data set used for the interpolation of the K1 functions for fermions. | |
const std::array< std::array< double, Tg_size >, msg_size > | BSMPT::Kfactors::Data::K1m |
K1m Data set used for the interpolation of the K1 functions for bosons. | |
const std::array< std::array< double, Tg_size >, msg_size > | BSMPT::Kfactors::Data::K2p |
K2p Data set used for the interpolation of the K2 functions for fermions. | |
const std::array< std::array< double, Tg_size >, msg_size > | BSMPT::Kfactors::Data::K4p |
K4p Data set used for the interpolation of the K4 functions for fermions. | |
const std::array< std::array< double, Tg_size >, msg_size > | BSMPT::Kfactors::Data::K4m |
K4m Data set used for the interpolation of the K4 functions for bosons. | |
const std::array< std::array< double, Tg_size >, msg_size > | BSMPT::Kfactors::Data::K5p |
K5p Data set used for the interpolation of the K5 functions for fermions. | |
const std::array< std::array< double, Tg_size >, msg_size > | BSMPT::Kfactors::Data::K5m |
K5m Data set used for the interpolation of the K5 functions for bosons. | |
const std::array< std::array< double, Tg_size >, msg_size > | BSMPT::Kfactors::Data::K6p |
K6p Data set used for the interpolation of the K6 functions for fermions. | |
const std::array< std::array< double, Tg_size >, msg_size > | BSMPT::Kfactors::Data::K8p |
K8p Data set used for the interpolation of the K8 functions for fermions. | |
const std::array< std::array< double, Tg_size >, msg_size > | BSMPT::Kfactors::Data::K9p |
K9p Data set used for the interpolation of the K9 functions for fermions. | |
Declaration of the vectors containing the data points used for the Kfactor interpolations