GM2Calc 2.3.0
Loading...
Searching...
No Matches
gm2_2loop_helpers.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_2LOOP_HELPERS_HPP
20#define GM2_MSSMNOFV_2LOOP_HELPERS_HPP
21
22#include <Eigen/Core>
23
24namespace gm2calc {
25
27
28// === 2-loop fermion/sfermion approximations ===
29
30// routines for individual fermion/sfermion 2-loop contributions for
31// approximations
32
33double amu2LWHnu(const MSSMNoFV_onshell&);
34double amu2LWHmuL(const MSSMNoFV_onshell&);
35double amu2LBHmuL(const MSSMNoFV_onshell&);
36double amu2LBHmuR(const MSSMNoFV_onshell&);
37double amu2LBmuLmuR(const MSSMNoFV_onshell&);
38
39// routines for sub-expressions
40
41double log_scale(const MSSMNoFV_onshell&);
42
43double delta_g1(const MSSMNoFV_onshell&);
44double delta_g2(const MSSMNoFV_onshell&);
48double delta_tan_beta(const MSSMNoFV_onshell&);
49
50// === SUSY 2L(a) diagrams ===
51
52// routines for sub-expressions (with tan(beta) resummation)
53
54double tan_alpha(const MSSMNoFV_onshell&);
55Eigen::Matrix<std::complex<double>,3,3> lambda_mu_cha(const MSSMNoFV_onshell&);
56Eigen::Matrix<std::complex<double>,2,2> lambda_stop(const MSSMNoFV_onshell&);
57Eigen::Matrix<std::complex<double>,2,2> lambda_sbot(const MSSMNoFV_onshell&);
58Eigen::Matrix<std::complex<double>,2,2> lambda_stau(const MSSMNoFV_onshell&);
59
60} // namespace gm2calc
61
62#endif
struct MSSMNoFV_onshell MSSMNoFV_onshell
double amu2LWHnu(const MSSMNoFV_onshell &model)
Calculates 1st line of Eq (6.5) arxiv:1311.1775.
double delta_yuk_higgsino(const MSSMNoFV_onshell &model)
Calculates , Eq (6.6c) arxiv:1311.1775.
Eigen::Matrix< std::complex< double >, 2, 2 > lambda_sbot(const MSSMNoFV_onshell &model)
Calculates , Eq (68) arXiv:hep-ph/0609168.
double amu2LWHmuL(const MSSMNoFV_onshell &model)
Calculates 2nd line of Eq (6.5) arxiv:1311.1775.
Eigen::Matrix< std::complex< double >, 2, 2 > lambda_stop(const MSSMNoFV_onshell &model)
Calculates , Eq (67) arXiv:hep-ph/0609168.
double tan_alpha(const MSSMNoFV_onshell &model)
The following functions include resummation of 1/(1 + Delta_mu) within the muon, tau and bottom Yukaw...
double delta_g1(const MSSMNoFV_onshell &model)
Calculates , Eq (6.6a) arxiv:1311.1775.
double delta_tan_beta(const MSSMNoFV_onshell &model)
Calculates , Eq (6.6f) arxiv:1311.1775.
Eigen::Matrix< std::complex< double >, 2, 2 > lambda_stau(const MSSMNoFV_onshell &model)
Calculates , Eq (69) arXiv:hep-ph/0609168.
double amu2LBHmuL(const MSSMNoFV_onshell &model)
Calculates 3rd line of Eq (6.5) arxiv:1311.1775.
double amu2LBHmuR(const MSSMNoFV_onshell &model)
Calculates 4th line of Eq (6.5) arxiv:1311.1775.
double delta_yuk_wino_higgsino(const MSSMNoFV_onshell &model)
Calculates , Eq (6.6e) arxiv:1311.1775.
Eigen::Matrix< std::complex< double >, 3, 3 > lambda_mu_cha(const MSSMNoFV_onshell &model)
Calculates , Eq (65), and , Eq (66) arXiv:hep-ph/0609168.
double delta_yuk_bino_higgsino(const MSSMNoFV_onshell &model)
Calculates , Eq (6.6d) arxiv:1311.1775.
double log_scale(const MSSMNoFV_onshell &model)
Calculates , p.37 arxiv:1311.1775.
double delta_g2(const MSSMNoFV_onshell &model)
Calculates , Eq (6.6b) arxiv:1311.1775.
double amu2LBmuLmuR(const MSSMNoFV_onshell &model)
Calculates 5th line of Eq (6.5) arxiv:1311.1775.