GM2Calc 2.3.0
|
parameters to be passed to the 1-loop contribution functions More...
#include <gm2_1loop_helpers.hpp>
Public Attributes | |
double | alpha_em {} |
electromagnetic coupling | |
double | mm {} |
muon mass for prefactor | |
double | mw {} |
W boson mass. | |
double | mz {} |
Z boson mass. | |
double | mhSM {} |
SM Higgs boson mass. | |
double | mA {} |
CP-odd Higgs boson mass. | |
double | mHp {} |
charged Higgs boson mass | |
Eigen::Matrix< double, 3, 1 > | ml {Eigen::Matrix<double,3,1>::Zero()} |
down-type lepton masses | |
Eigen::Matrix< double, 3, 1 > | mv {Eigen::Matrix<double,3,1>::Zero()} |
neutrino masses | |
Eigen::Matrix< double, 2, 1 > | mh {Eigen::Matrix<double,2,1>::Zero()} |
CP-even Higgs bosons mass. | |
Eigen::Matrix< std::complex< double >, 3, 3 > | ylh {Eigen::Matrix<std::complex<double>,3,3>::Zero()} |
Y_l^h coefficients with l={e,m,τ}. | |
Eigen::Matrix< std::complex< double >, 3, 3 > | ylH {Eigen::Matrix<std::complex<double>,3,3>::Zero()} |
Y_l^H coefficients with l={e,m,τ}. | |
Eigen::Matrix< std::complex< double >, 3, 3 > | ylA {Eigen::Matrix<std::complex<double>,3,3>::Zero()} |
Y_l^A coefficients with l={e,m,τ}. | |
Eigen::Matrix< std::complex< double >, 3, 3 > | ylHp {Eigen::Matrix<std::complex<double>,3,3>::Zero()} |
Y_l^{H^\pm} coefficients with l={e,m,τ}. | |
parameters to be passed to the 1-loop contribution functions
Definition at line 29 of file gm2_1loop_helpers.hpp.
double gm2calc::thdm::THDM_1L_parameters::alpha_em {} |
electromagnetic coupling
Definition at line 30 of file gm2_1loop_helpers.hpp.
double gm2calc::thdm::THDM_1L_parameters::mA {} |
CP-odd Higgs boson mass.
Definition at line 35 of file gm2_1loop_helpers.hpp.
CP-even Higgs bosons mass.
Definition at line 39 of file gm2_1loop_helpers.hpp.
double gm2calc::thdm::THDM_1L_parameters::mHp {} |
charged Higgs boson mass
Definition at line 36 of file gm2_1loop_helpers.hpp.
double gm2calc::thdm::THDM_1L_parameters::mhSM {} |
SM Higgs boson mass.
Definition at line 34 of file gm2_1loop_helpers.hpp.
down-type lepton masses
Definition at line 37 of file gm2_1loop_helpers.hpp.
double gm2calc::thdm::THDM_1L_parameters::mm {} |
muon mass for prefactor
Definition at line 31 of file gm2_1loop_helpers.hpp.
neutrino masses
Definition at line 38 of file gm2_1loop_helpers.hpp.
double gm2calc::thdm::THDM_1L_parameters::mw {} |
W boson mass.
Definition at line 32 of file gm2_1loop_helpers.hpp.
double gm2calc::thdm::THDM_1L_parameters::mz {} |
Z boson mass.
Definition at line 33 of file gm2_1loop_helpers.hpp.
Eigen::Matrix<std::complex<double>,3,3> gm2calc::thdm::THDM_1L_parameters::ylA {Eigen::Matrix<std::complex<double>,3,3>::Zero()} |
Y_l^A coefficients with l={e,m,τ}.
Definition at line 42 of file gm2_1loop_helpers.hpp.
Eigen::Matrix<std::complex<double>,3,3> gm2calc::thdm::THDM_1L_parameters::ylh {Eigen::Matrix<std::complex<double>,3,3>::Zero()} |
Y_l^h coefficients with l={e,m,τ}.
Definition at line 40 of file gm2_1loop_helpers.hpp.
Eigen::Matrix<std::complex<double>,3,3> gm2calc::thdm::THDM_1L_parameters::ylH {Eigen::Matrix<std::complex<double>,3,3>::Zero()} |
Y_l^H coefficients with l={e,m,τ}.
Definition at line 41 of file gm2_1loop_helpers.hpp.
Eigen::Matrix<std::complex<double>,3,3> gm2calc::thdm::THDM_1L_parameters::ylHp {Eigen::Matrix<std::complex<double>,3,3>::Zero()} |
Y_l^{H^\pm} coefficients with l={e,m,τ}.
Definition at line 43 of file gm2_1loop_helpers.hpp.