softsusy is hosted by Hepforge, IPPP Durham
SOFTSUSY  4.1
mssm_twoloop_mtau.h
Go to the documentation of this file.
1 
12 // ====================================================================
13 // This file is part of FlexibleSUSY.
14 //
15 // FlexibleSUSY is free software: you can redistribute it and/or modify
16 // it under the terms of the GNU General Public License as published
17 // by the Free Software Foundation, either version 3 of the License,
18 // or (at your option) any later version.
19 //
20 // FlexibleSUSY is distributed in the hope that it will be useful, but
21 // WITHOUT ANY WARRANTY; without even the implied warranty of
22 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
23 // General Public License for more details.
24 //
25 // You should have received a copy of the GNU General Public License
26 // along with FlexibleSUSY. If not, see
27 // <http://www.gnu.org/licenses/>.
28 // ====================================================================
29 
30 // This file has been generated at Sat 22 Jul 2017 11:36:23
31 // with the script "tau_to_cpp.m".
32 
33 #ifndef MSSM_TWO_LOOP_MTAU_H
34 #define MSSM_TWO_LOOP_MTAU_H
35 
36 #include <iosfwd>
37 #include <limits>
38 
39 namespace flexiblesusy {
40 namespace mssm_twoloop_mtau {
41 
42 using Real = long double;
43 
44 struct Parameters {
45  Real yt{};
46  Real yb{};
47  Real ytau{};
48  Real mt{};
49  Real mb{};
50  Real mtau{};
51  Real mst1{};
52  Real mst2{};
53  Real msb1{};
54  Real msb2{};
55  Real mstau1{};
56  Real mstau2{};
57  Real msntau{};
58  Real xt{};
59  Real xb{};
60  Real xtau{};
61  Real mw{};
62  Real mz{};
63  Real mh{};
64  Real mH{};
65  Real mC{};
66  Real mA{};
67  Real mu{};
68  Real tb{};
69  Real Q{};
70 };
71 
73 double delta_mtau_2loop_atau_atau(const Parameters&);
74 
76 double delta_mtau_2loop_atau_at(const Parameters&);
77 
79 double delta_mtau_2loop_atau_ab(const Parameters&);
80 
81 std::ostream& operator<<(std::ostream&, const Parameters&);
82 
83 } // namespace mssm_twoloop_mtau
84 } // namespace flexiblesusy
85 
86 #endif
ostream & operator<<(ostream &left, const FlavourMssmSoftsusy &m)
Formatted output.
Definition: flavoursoft.cpp:217
Definition: mssm_twoloop_mtau.h:44
Real mC
MSSM charged Higgs mass DR-bar.
Definition: mssm_twoloop_mtau.h:65
Real xtau
MSSM stau mixing parameter DR-bar.
Definition: mssm_twoloop_mtau.h:60
Real tb
MSSM tan(beta) DR-bar.
Definition: mssm_twoloop_mtau.h:68
Real msb1
MSSM light sbottom mass DR-bar.
Definition: mssm_twoloop_mtau.h:53
Real mw
MSSM W boson mass DR-bar.
Definition: mssm_twoloop_mtau.h:61
Real msb2
MSSM heavy sbottom mass DR-bar.
Definition: mssm_twoloop_mtau.h:54
Real mu
MSSM mu superpotential parameter DR-bar.
Definition: mssm_twoloop_mtau.h:67
Real mstau1
MSSM light stau mass DR-bar.
Definition: mssm_twoloop_mtau.h:55
Real mstau2
MSSM heavy stau mass DR-bar.
Definition: mssm_twoloop_mtau.h:56
Real mst2
MSSM heavy stop mass DR-bar.
Definition: mssm_twoloop_mtau.h:52
Real msntau
MSSM tau sneutrino mass DR-bar.
Definition: mssm_twoloop_mtau.h:57
Real xb
MSSM sbottom mixing parameter DR-bar.
Definition: mssm_twoloop_mtau.h:59
Real Q
renormalization scale
Definition: mssm_twoloop_mtau.h:69
Real mH
MSSM heavy CP-even Higgs mass DR-bar.
Definition: mssm_twoloop_mtau.h:64
Real xt
MSSM stop mixing parameter DR-bar.
Definition: mssm_twoloop_mtau.h:58
Real mh
MSSM light CP-even Higgs mass DR-bar.
Definition: mssm_twoloop_mtau.h:63
Real mtau
MSSM tau mass DR-bar.
Definition: mssm_twoloop_mtau.h:50
Real mst1
MSSM light stop mass DR-bar.
Definition: mssm_twoloop_mtau.h:51
Real mz
MSSM Z boson mass DR-bar.
Definition: mssm_twoloop_mtau.h:62
Real mt
MSSM top mass DR-bar.
Definition: mssm_twoloop_mtau.h:48
Real yb
MSSM bottom Yukawa coupling DR-bar.
Definition: mssm_twoloop_mtau.h:46
Real mb
MSSM bottom mass DR-bar.
Definition: mssm_twoloop_mtau.h:49
Real mA
MSSM CP-odd Higgs mass DR-bar.
Definition: mssm_twoloop_mtau.h:66
Real yt
MSSM top Yukawa coupling DR-bar.
Definition: mssm_twoloop_mtau.h:45
Real ytau
MSSM tau Yukawa coupling DR-bar.
Definition: mssm_twoloop_mtau.h:47