GM2Calc 2.3.0
Loading...
Searching...
No Matches
MSSMNoFV_onshell_physical.hpp
Go to the documentation of this file.
1// ====================================================================
2// This file is part of GM2Calc.
3//
4// GM2Calc is free software: you can redistribute it and/or modify
5// it under the terms of the GNU General Public License as published
6// by the Free Software Foundation, either version 3 of the License,
7// or (at your option) any later version.
8//
9// GM2Calc is distributed in the hope that it will be useful, but
10// WITHOUT ANY WARRANTY; without even the implied warranty of
11// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12// General Public License for more details.
13//
14// You should have received a copy of the GNU General Public License
15// along with GM2Calc. If not, see
16// <http://www.gnu.org/licenses/>.
17// ====================================================================
18
19#ifndef GM2_MSSMNoFV_ONSHELL_PHYSICAL_HPP
20#define GM2_MSSMNoFV_ONSHELL_PHYSICAL_HPP
21
22#include <iosfwd>
23
24#include <Eigen/Core>
25
26namespace gm2calc {
27
28/**
29 * @class MSSMNoFV_onshell_physical
30 * @brief MSSMNoFV pole masses and corresponding mixings
31 */
33 void convert_to_hk(); ///< converts pole masses to HK convention
34 void convert_to_slha(); ///< converts pole masses to SLHA convention
35 void print(std::ostream&) const;
36
37 double MVG{0.0};
38 double MGlu{0.0};
39 double MVP{0.0};
40 double MVZ{0.0};
41 double MVWm{0.0};
42 double MFd{0.0};
43 double MFs{0.0};
44 double MFb{0.0};
45 double MFu{0.0};
46 double MFc{0.0};
47 double MFt{0.0};
48 double MFve{0.0};
49 double MFvm{0.0};
50 double MFvt{0.0};
51 double MFe{0.0};
52 double MFm{0.0};
53 double MFtau{0.0};
54 double MSveL{0.0};
55 double MSvmL{0.0};
56 double MSvtL{0.0};
57 Eigen::Array<double,2,1> MSd{Eigen::Array<double,2,1>::Zero()};
58 Eigen::Array<double,2,1> MSu{Eigen::Array<double,2,1>::Zero()};
59 Eigen::Array<double,2,1> MSe{Eigen::Array<double,2,1>::Zero()};
60 Eigen::Array<double,2,1> MSm{Eigen::Array<double,2,1>::Zero()};
61 Eigen::Array<double,2,1> MStau{Eigen::Array<double,2,1>::Zero()};
62 Eigen::Array<double,2,1> MSs{Eigen::Array<double,2,1>::Zero()};
63 Eigen::Array<double,2,1> MSc{Eigen::Array<double,2,1>::Zero()};
64 Eigen::Array<double,2,1> MSb{Eigen::Array<double,2,1>::Zero()};
65 Eigen::Array<double,2,1> MSt{Eigen::Array<double,2,1>::Zero()};
66 Eigen::Array<double,2,1> Mhh{Eigen::Array<double,2,1>::Zero()};
67 Eigen::Array<double,2,1> MAh{Eigen::Array<double,2,1>::Zero()};
68 Eigen::Array<double,2,1> MHpm{Eigen::Array<double,2,1>::Zero()};
69 Eigen::Array<double,4,1> MChi{Eigen::Array<double,4,1>::Zero()};
70 Eigen::Array<double,2,1> MCha{Eigen::Array<double,2,1>::Zero()};
71
72 Eigen::Matrix<double,2,2> ZD{Eigen::Matrix<double,2,2>::Zero()};
73 Eigen::Matrix<double,2,2> ZU{Eigen::Matrix<double,2,2>::Zero()};
74 Eigen::Matrix<double,2,2> ZE{Eigen::Matrix<double,2,2>::Zero()};
75 Eigen::Matrix<double,2,2> ZM{Eigen::Matrix<double,2,2>::Zero()};
76 Eigen::Matrix<double,2,2> ZTau{Eigen::Matrix<double,2,2>::Zero()};
77 Eigen::Matrix<double,2,2> ZS{Eigen::Matrix<double,2,2>::Zero()};
78 Eigen::Matrix<double,2,2> ZC{Eigen::Matrix<double,2,2>::Zero()};
79 Eigen::Matrix<double,2,2> ZB{Eigen::Matrix<double,2,2>::Zero()};
80 Eigen::Matrix<double,2,2> ZT{Eigen::Matrix<double,2,2>::Zero()};
81 Eigen::Matrix<double,2,2> ZH{Eigen::Matrix<double,2,2>::Zero()};
82 Eigen::Matrix<double,2,2> ZA{Eigen::Matrix<double,2,2>::Zero()};
83 Eigen::Matrix<double,2,2> ZP{Eigen::Matrix<double,2,2>::Zero()};
84 Eigen::Matrix<std::complex<double>,4,4> ZN{Eigen::Matrix<std::complex<double>,4,4>::Zero()};
85 Eigen::Matrix<std::complex<double>,2,2> UM{Eigen::Matrix<std::complex<double>,2,2>::Zero()};
86 Eigen::Matrix<std::complex<double>,2,2> UP{Eigen::Matrix<std::complex<double>,2,2>::Zero()};
87};
88
89std::ostream& operator<<(std::ostream&, const MSSMNoFV_onshell_physical&);
90
91} // namespace gm2calc
92
93#endif
std::ostream & operator<<(std::ostream &os, const MSSMNoFV_onshell &model)
streaming operator
MSSMNoFV pole masses and corresponding mixings.
Eigen::Matrix< std::complex< double >, 2, 2 > UM
Eigen::Matrix< std::complex< double >, 2, 2 > UP
Eigen::Matrix< std::complex< double >, 4, 4 > ZN
void convert_to_hk()
converts pole masses to HK convention
void convert_to_slha()
converts pole masses to SLHA convention