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
1
#include <
BSMPT/minimizer/Minimizer.h
>
2
#include <map>
3
#include <vector>
4
class
Compare_N2HDM
5
{
6
public
:
7
using
Matrix3D = std::vector<std::vector<std::vector<double>>>;
8
using
Matrix2D = std::vector<std::vector<double>>;
9
Compare_N2HDM
();
10
Matrix3D CheckTripleCT;
11
Matrix3D CheckTripleCW;
12
Matrix3D CheckTripleTree;
13
std::map<int, BSMPT::Minimizer::EWPTReturnType> EWPTPerSetting;
14
};
Minimizer.h
Compare_N2HDM
Definition
N2HDM.h:5
tests
GenerateTestCompares
N2HDM.h
Generated by
1.9.8