BSMPT 3.0.7
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
|
#include <BSMPT/WallThickness/WallThicknessCommon.h>
Public Attributes | |
std::size_t | nVEV |
nVEV number of VEVs | |
std::vector< double > | VevMinimum |
VevMinimum electroweak minimum in the broken phase. | |
std::vector< double > | VeVSymmetric |
VeVSymmetric electroweak minimum in the symmetric phase. | |
std::shared_ptr< Class_Potential_Origin > | modelPointer |
modelPointer shared_ptr for the parameter point | |
double | Temp |
Temp temperature at which to evaluate the parameter point. | |
boost_cubic_b_spline< double > | spline |
spline cubic spline used to find the potential barrier | |
bool | UseSpline = false |
UseSpline Decides if the spline is to be used or not. | |
struct containing the required Parameters of the model for the gsl interface