1#ifndef WALLTHICKNESSCOMMON_H
2#define WALLTHICKNESSCOMMON_H
20class Class_Potential_Origin;
This classes calculates the Bounce action of the potential with a set temperature.
Definition CalculateEtaInterface.h:24
Definition WallThicknessCommon.h:27
boost_cubic_b_spline< double > spline
spline cubic spline used to find the potential barrier
Definition WallThicknessCommon.h:51
std::shared_ptr< Class_Potential_Origin > modelPointer
modelPointer shared_ptr for the parameter point
Definition WallThicknessCommon.h:43
bool UseSpline
UseSpline Decides if the spline is to be used or not.
Definition WallThicknessCommon.h:55
std::vector< double > VevMinimum
VevMinimum electroweak minimum in the broken phase.
Definition WallThicknessCommon.h:35
double Temp
Temp temperature at which to evaluate the parameter point.
Definition WallThicknessCommon.h:47
std::vector< double > VeVSymmetric
VeVSymmetric electroweak minimum in the symmetric phase.
Definition WallThicknessCommon.h:39
std::size_t nVEV
nVEV number of VEVs
Definition WallThicknessCommon.h:31