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
N2HDM.h
2#include <map>
3#include <vector>
5{
6public:
7 using Matrix3D = std::vector<std::vector<std::vector<double>>>;
8 using Matrix2D = std::vector<std::vector<double>>;
10 Matrix3D CheckTripleCT;
11 Matrix3D CheckTripleCW;
12 Matrix3D CheckTripleTree;
13 std::map<int, BSMPT::Minimizer::EWPTReturnType> EWPTPerSetting;
14};
Definition N2HDM.h:5