BSMPT 3.1.3
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
Loading...
Searching...
No Matches
NegativeBosonSpline.cpp File Reference
#include <BSMPT/ThermalFunctions/NegativeBosonSpline.h>
#include <vector>

Variables

const int C_NegLine = 3001
 C_NegLine Number of data points used for the interpolation of J_(m^2 < 0)
 
const double NegLinearInt [3001][2]
 NegLinearInt 2D Array containing the pairs (m^2 , J_(m^2)) for m^2 < 0.
 
const std::vector< std::vector< double > > NegLinearIntTransposed
 NegLinearInt Transpose of NegLinearInt.
 
const tk::spline JbosonNegativeSpline (NegLinearIntTransposed[0], NegLinearIntTransposed[1], tk::spline::cspline, false, tk::spline::first_deriv, -pow(M_PI, 2)/12, tk::spline::first_deriv, 3.816357189)