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/minimizer/MinimizePlane.h>
Public Attributes | |
std::shared_ptr< Class_Potential_Origin > | modelPointer |
std::vector< double > | VEVBroken |
std::vector< double > | VEVSymmetric |
std::vector< double > | Point |
std::vector< double > | normalvector |
double | Temp |
std::size_t | Index |
std::size_t | nVEV |
Struct which will store all necessary information to translate between the nVEV coordinates of the potential and the nVEV -1 coordinates of the plane.
std::size_t BSMPT::Minimizer::PointerContainerMinPlane::Index |
Finds the first component of the connection vector ! = 0. In this component the value of the nVEV dimensional vacuum configuration will be calculated from the condition (vev - point) * normalvector = 0
std::shared_ptr<Class_Potential_Origin> BSMPT::Minimizer::PointerContainerMinPlane::modelPointer |
Pointer to the model class
std::vector<double> BSMPT::Minimizer::PointerContainerMinPlane::normalvector |
Connection vector between the broken and the symmmetric phase. This is also the normal vector of the plane.
std::size_t BSMPT::Minimizer::PointerContainerMinPlane::nVEV |
Number of vevs
std::vector<double> BSMPT::Minimizer::PointerContainerMinPlane::Point |
Intersection point between the plane and the connection vector of the symmetric and broken phase
double BSMPT::Minimizer::PointerContainerMinPlane::Temp |
Temerpature at which the point should be minimised
std::vector<double> BSMPT::Minimizer::PointerContainerMinPlane::VEVBroken |
Vacuum of the broken phase
std::vector<double> BSMPT::Minimizer::PointerContainerMinPlane::VEVSymmetric |
Vacuum of the symmetric phase