GM2Calc 2.3.0
Loading...
Searching...
No Matches
MSSMNoFV_onshell_susy_parameters.cpp
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
20
21#include <iostream>
22
23namespace gm2calc {
24
26{
27 ostr << "susy parameters:\n";
28 ostr << "Yd = " << Yd << '\n';
29 ostr << "Ye = " << Ye << '\n';
30 ostr << "Yu = " << Yu << '\n';
31 ostr << "Mu = " << Mu << '\n';
32 ostr << "g1 = " << g1 << '\n';
33 ostr << "g2 = " << g2 << '\n';
34 ostr << "g3 = " << g3 << '\n';
35 ostr << "vd = " << vd << '\n';
36 ostr << "vu = " << vu << '\n';
37}
38
39std::ostream& operator<<(std::ostream& ostr, const MSSMNoFV_onshell_susy_parameters& susy_pars)
40{
41 susy_pars.print(ostr);
42 return ostr;
43}
44
45} // namespace gm2calc
contains SUSY parameters of the MSSMNoFV model
void svd_eigen(const Eigen::Matrix< Scalar, M, N > &m, Eigen::Array< Real,(((M)<(N)) ?(M) :(N)), 1 > &s, Eigen::Matrix< Scalar, M, M > *u, Eigen::Matrix< Scalar, N, N > *vh)
std::ostream & operator<<(std::ostream &os, const MSSMNoFV_onshell &model)
streaming operator