#include "Eigen/Eigenvalues"
#include <BSMPT/minimizer/Minimizer.h>
#include <BSMPT/models/IncludeAllModels.h>
#include <BSMPT/models/SMparam.h>
#include <BSMPT/utility/settings.h>
#include <iostream>
#include <vector>
Go to the source code of this file.
|
| namespace | BSMPT |
| | This classes calculates the Bounce action of the potential with a set temperature.
|
| |
|
| enum class | BSMPT::Order { TreeLevel
, OneLoop
} |
| | Order of the potential.
|
| |
|
|
const double | BSMPT::C_PT = 0 |
| | C_PT Lower threshold to stop the EWPT calculation.
|
| |
|
const double | BSMPT::C_threshold = 1e-4 |
| | C_threshold threshold to check if a mass is numerically zero.
|
| |
|
const double | BSMPT::C_CWcbGB = 5.0 / 6.0 |
| | C_CWcbGB constant used in the CW potential for gauge bosons.
|
| |
|
const double | BSMPT::C_CWcbHiggs = 1.5 |
| | C_CWcbHiggs constant used in the CW potential for Higgs bosons.
|
| |