GM2Calc
2.3.0
Loading...
Searching...
No Matches
src
MSSMNoFV
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
19
#include "
gm2calc/MSSMNoFV_onshell_susy_parameters.hpp
"
20
21
#include <iostream>
22
23
namespace
gm2calc
{
24
25
void
MSSMNoFV_onshell_susy_parameters::print
(std::ostream&
ostr
)
const
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
39
std::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
MSSMNoFV_onshell_susy_parameters.hpp
gm2calc::MSSMNoFV_onshell_susy_parameters
contains SUSY parameters of the MSSMNoFV model
Definition
MSSMNoFV_onshell_susy_parameters.hpp:36
gm2calc::MSSMNoFV_onshell_susy_parameters::Yu
Eigen::Matrix< double, 3, 3 > Yu
Definition
MSSMNoFV_onshell_susy_parameters.hpp:75
gm2calc::MSSMNoFV_onshell_susy_parameters::vd
double vd
Definition
MSSMNoFV_onshell_susy_parameters.hpp:80
gm2calc::MSSMNoFV_onshell_susy_parameters::Yd
Eigen::Matrix< double, 3, 3 > Yd
Definition
MSSMNoFV_onshell_susy_parameters.hpp:73
gm2calc::MSSMNoFV_onshell_susy_parameters::Ye
Eigen::Matrix< double, 3, 3 > Ye
Definition
MSSMNoFV_onshell_susy_parameters.hpp:74
gm2calc::MSSMNoFV_onshell_susy_parameters::Mu
double Mu
Definition
MSSMNoFV_onshell_susy_parameters.hpp:76
gm2calc::MSSMNoFV_onshell_susy_parameters::g1
double g1
Definition
MSSMNoFV_onshell_susy_parameters.hpp:77
gm2calc::MSSMNoFV_onshell_susy_parameters::g3
double g3
Definition
MSSMNoFV_onshell_susy_parameters.hpp:79
gm2calc::MSSMNoFV_onshell_susy_parameters::g2
double g2
Definition
MSSMNoFV_onshell_susy_parameters.hpp:78
gm2calc::MSSMNoFV_onshell_susy_parameters::vu
double vu
Definition
MSSMNoFV_onshell_susy_parameters.hpp:81
gm2calc::MSSMNoFV_onshell_susy_parameters::print
virtual void print(std::ostream &) const
Definition
MSSMNoFV_onshell_susy_parameters.cpp:25
gm2calc
Definition
gm2_config_options.hpp:22
gm2calc::svd_eigen
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)
Definition
gm2_linalg.hpp:40
gm2calc::operator<<
std::ostream & operator<<(std::ostream &os, const MSSMNoFV_onshell &model)
streaming operator
Definition
MSSMNoFV_onshell.cpp:891
Generated by
1.9.8