13#ifndef SRC_MINIMIZER_MINIMIZEPLANE_H_
14#define SRC_MINIMIZER_MINIMIZEPLANE_H_
22#include <gsl/gsl_vector_double.h>
29class Class_Potential_Origin;
127[[deprecated(
"Will call MinimizePlane with GetSMConstants(). Please use the "
129 "to ensure consistent SM constants through all "
132 const std::vector<double> &VEVSymmetric,
133 const std::vector<double> &VEVBroken,
135 const std::vector<double> &par,
136 const std::vector<double> &parCT,
138 const int &WhichMinimizer = WhichMinimizerDefault);
159 const std::vector<double> &VEVSymmetric,
160 const std::vector<double> &VEVBroken,
162 const std::vector<double> &par,
163 const std::vector<double> &parCT,
166 const int &WhichMinimizer = WhichMinimizerDefault);
184 const std::vector<double> &VEVSymmetric,
185 const std::vector<double> &VEVBroken,
186 const std::shared_ptr<Class_Potential_Origin> &modelPointer,
188 const int &WhichMinimizer = WhichMinimizerDefault);
223 std::vector<double> &sol,
224 const std::vector<double> &start);
242 std::vector<std::vector<double>> &saveAllMinima,
GSLPlaneReturn GSL_Minimize_Plane_gen_all(const struct PointerContainerMinPlane ¶ms, std::size_t seed, std::vector< std::vector< double > > &saveAllMinima, std::size_t MinSol)
Definition MinimizePlane.cpp:324
double GSL_VEFF_Minimize_Plane(const gsl_vector *v, void *p)
Definition MinimizePlane.cpp:221
int GSL_Minimize_Plane_From_S_gen_all(const struct PointerContainerMinPlane &p, std::vector< double > &sol, const std::vector< double > &start)
Definition MinimizePlane.cpp:237
MinimizePlaneReturn MinimizePlane(const std::vector< double > &basepoint, const std::vector< double > &VEVSymmetric, const std::vector< double > &VEVBroken, const ModelID::ModelIDs &Model, const std::vector< double > &par, const std::vector< double > &parCT, const double &Temp, const int &WhichMinimizer=WhichMinimizerDefault)
Definition MinimizePlane.cpp:82
std::vector< double > TransformCoordinates(const std::vector< double > &vMinTilde, const struct PointerContainerMinPlane ¶ms)
Definition MinimizePlane.cpp:43
ModelIDs
The ModelIDs enum containing all IDs for identifying the Models.
Definition IncludeAllModels.h:32
This classes calculates the Bounce action of the potential with a set temperature.
Definition CalculateEtaInterface.h:24
The ISMConstants struct containing all necessary SM constants.
Definition SMparam.h:24
The GSLPlaneReturn struct.
Definition MinimizePlane.h:47
double PotVal
PotVal The value of the potential in the minimum.
Definition MinimizePlane.h:55
double vc
vc The value of the EW VEV in the minimum
Definition MinimizePlane.h:51
std::vector< double > Minimum
Minimum The electroweak minimum.
Definition MinimizePlane.h:59
bool StatusFlag
StatusFlag A flag which is false if something went wrong.
Definition MinimizePlane.h:63
The MinimizePlaneReturn struct contains the value of the potential at the minimum and the minimum.
Definition MinimizePlane.h:38
Definition MinimizePlane.h:71
std::shared_ptr< Class_Potential_Origin > modelPointer
Definition MinimizePlane.h:75
std::size_t nVEV
Definition MinimizePlane.h:108
std::vector< double > VEVSymmetric
Definition MinimizePlane.h:84
std::size_t Index
Definition MinimizePlane.h:104
std::vector< double > VEVBroken
Definition MinimizePlane.h:80
std::vector< double > normalvector
Definition MinimizePlane.h:94
std::vector< double > Point
Definition MinimizePlane.h:89
double Temp
Definition MinimizePlane.h:98
struct to store minimum and temperature
Definition minimum_tracer.h:253