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
gstar.h
1// Copyright (C) 2025 Lisa Biermann, Margarete Mühlleitner, Rui Santos, João
2// Viana
3//
4// SPDX-FileCopyrightText: 2025 Lisa Biermann, Margarete Mühlleitner, Rui
5// Santos, João Viana
6//
7// SPDX-License-Identifier: GPL-3.0-or-later
8
13#pragma once
14#include <vector>
15
16namespace BSMPT
17{
18
24extern const std::vector<double> TGstarLowT;
29extern const std::vector<double> TGstarHighT;
34extern const std::vector<double> GstarLowT;
39extern const std::vector<double> GstarHighT;
40} // namespace BSMPT
This classes calculates the Bounce action of the potential with a set temperature.
Definition CalculateEtaInterface.h:24
const std::vector< double > TGstarHighT
List of temperatures above T = 214 GeV for the gstar spline construction.
Definition gstar.cpp:55
const std::vector< double > GstarLowT
List of gstar below T = 214 GeV for the gstar spline construction.
Definition gstar.cpp:36
const std::vector< double > TGstarLowT
List of temperatures below T = 214 GeV for the gstar spline construction.
Definition gstar.cpp:17
const std::vector< double > GstarHighT
List of gstar above T = 214 GeV for the gstar spline construction.
Definition gstar.cpp:99