BSMPT 3.0.7
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
Loading...
Searching...
No Matches
Kfactors.h File Reference
#include <BSMPT/models/IncludeAllModels.h>
#include <gsl/gsl_monte.h>
#include <gsl/gsl_monte_vegas.h>
#include <vector>

Go to the source code of this file.

Classes

struct  BSMPT::Kfactors::GSL_integration
 The GSL_integration struct used to pass information to the GSL minimisation routine. More...
 

Namespaces

namespace  BSMPT
 This classes calculates the Bounce action of the potential with a set temperature.
 

Functions

void BSMPT::Kfactors::display_results (std::string title, double result, double error)
 
double BSMPT::Kfactors::distribution_f0 (double E0, int s, double Temp, int diff=0)
 
double BSMPT::Kfactors::K_integrand (const std::vector< double > &p, double masssquared, int switchvalue, int s, double Temp)
 
double BSMPT::Kfactors::K_integrand_gsl (double *x, std::size_t dim, void *params)
 
double BSMPT::Kfactors::K_integration (double masssquared, double Temp, int switchvalue, int s)
 
double BSMPT::Kfactors::K_functions (double masssquared, double Temp, int switchvalue, int s)
 
double BSMPT::Kfactors::Ktilde_normalization_func (double x, void *params)
 
double BSMPT::Kfactors::Ktilde_normalization (double Temp, int s, double masssquared)
 

Function Documentation

◆ display_results()

void BSMPT::Kfactors::display_results ( std::string  title,
double  result,
double  error 
)

Helper function which displays the numbers in a more readable way

◆ distribution_f0()

double BSMPT::Kfactors::distribution_f0 ( double  E0,
int  s,
double  Temp,
int  diff = 0 
)

Calculates the distribution f0, defined in Eq(13) in 0604159

Parameters
E0Energy at which the distribution is calculated
ss=1 for fermions and s=-1 for bosons
TempTemperature at which the distribution should be evaluated
diffnumber of derivatives w.r.t. E0, diff = 0 no derivative and diff = 1 or 2 accordingly

◆ K_functions()

double BSMPT::Kfactors::K_functions ( double  masssquared,
double  Temp,
int  switchvalue,
int  s 
)

Calculates the normalized K function

Parameters
masssquaredthe m^2 value at which K should be evaluated
Tempthe temperature at which K should be evaluated
switchvalueThe index which K to choose
ss=-1 yields the function for a bosonic distribution, s=+1 for a fermionic one

◆ K_integrand()

double BSMPT::Kfactors::K_integrand ( const std::vector< double > &  p,
double  masssquared,
int  switchvalue,
int  s,
double  Temp 
)

Evaluates the integrand in the K functions

Parameters
pmomentum at which to evaluate the K function
masssquaredthe m^2 value at which K should be evaluated
Tempthe temperature at which K should be evaluated
switchvalueThe index which K to choose
ss=-1 yields the function for a bosonic distribution, s=+1 for a fermionic one

◆ K_integrand_gsl()

double BSMPT::Kfactors::K_integrand_gsl ( double *  x,
std::size_t  dim,
void *  params 
)

Interface to communicate the value of K_integrand() to the GSL integration routine

◆ K_integration()

double BSMPT::Kfactors::K_integration ( double  masssquared,
double  Temp,
int  switchvalue,
int  s 
)

Calculates the values of the K functions given in Eq (23) in 0604159 without the normalization

Parameters
masssquaredthe m^2 value at which K should be evaluated
Tempthe temperature at which K should be evaluated
switchvalueThe index which K to choose
ss=-1 yields the function for a bosonic distribution, s=+1 for a fermionic one

◆ Ktilde_normalization()

double BSMPT::Kfactors::Ktilde_normalization ( double  Temp,
int  s,
double  masssquared 
)

Calculates the normalization for the non tilde K functions

Parameters
TempTemperature
s+1 for fermions and -1 for bosons
masssquaredm^2 value

◆ Ktilde_normalization_func()

double BSMPT::Kfactors::Ktilde_normalization_func ( double  x,
void *  params 
)

Integrand to calculate the normalization for the Ktilde functions. Used in Ktilde_normalization()

Parameters
xvector which containts the momentum
paramsGSL_integration struct