|
GAMBIT
v1.5.0-2191-ga4742ac
a Global And Modular Bsm Inference Tool
|
|
double | lambda (double x, double y, double z) |
|
double | gamma_h_chi_gL (std::array< double, 2 > m, double gL, double mh=125., double mw=80.385, double GF=1.1663787e-5) |
|
double | gamma_h_chi_0 (int i, int j, std::array< double, 4 > m, std::array< std::array< double, 4 >, 4 > Z, double alpha, double mh=125., double mw=80.385, double GF=1.1663787e-5, double sw2=0.22) |
|
double | gamma_h_chi_pm (int i, int j, std::array< double, 2 > m, std::array< std::array< double, 2 >, 2 > U, std::array< std::array< double, 2 >, 2 > V, double alpha, double mh=125., double mw=80.385, double GF=1.1663787e-5) |
|
double | gamma_h_chi (std::array< double, 2 > m_pm, std::array< double, 4 > m_0, std::array< std::array< double, 2 >, 2 > U, std::array< std::array< double, 2 >, 2 > V, std::array< std::array< double, 4 >, 4 > Z, double alpha, double mh=125., double mw=80.385, double GF=1.1663787e-5, double sw2=0.22) |
|
◆ gamma_h_chi()
double Gambit::DecayBit::MSSM_H::gamma_h_chi |
( |
std::array< double, 2 > |
m_pm, |
|
|
std::array< double, 4 > |
m_0, |
|
|
std::array< std::array< double, 2 >, 2 > |
U, |
|
|
std::array< std::array< double, 2 >, 2 > |
V, |
|
|
std::array< std::array< double, 4 >, 4 > |
Z, |
|
|
double |
alpha, |
|
|
double |
mh = 125. , |
|
|
double |
mw = 80.385 , |
|
|
double |
GF = 1.1663787e-5 , |
|
|
double |
sw2 = 0.22 |
|
) |
| |
Lightest Higgs boson decay to neutralinos and charginos at tree-level in GeV
- Warning
- Tree-level formula
- Returns
in GeV
- Parameters
-
m_pm | Chargino masses |
m_0 | Neutralino mases with phases |
U | Real chargino mixing matrix |
V | Real chargino mixing matrix |
Z | Real neutralino mixing matrix |
alpha | , Higgs mixing angle |
mh | Lightest Higgs mass, |
mw | W-boson mass, |
GF | Fermi constant, |
sw2 | Weinberg angle,  |
Definition at line 174 of file MSSM_H.hpp.
References gamma_h_chi_0(), gamma_h_chi_pm(), mh, and mw.
Referenced by Gambit::DecayBit::MSSM_inv_Higgs_BF().
204 for ( int i = 0; i <= 3; i += 1) { 206 for ( int j = i; j <= 3; j += 1) { 211 for ( int i = 0; i <= 1; i += 1) { 213 for ( int j = 0; j <= 1; j += 1) { Spectrum Spectrum Spectrum mw
double gamma_h_chi_0(int i, int j, std::array< double, 4 > m, std::array< std::array< double, 4 >, 4 > Z, double alpha, double mh=125., double mw=80.385, double GF=1.1663787e-5, double sw2=0.22)
Spectrum Spectrum Spectrum Spectrum Spectrum Spectrum mh
double gamma_h_chi_pm(int i, int j, std::array< double, 2 > m, std::array< std::array< double, 2 >, 2 > U, std::array< std::array< double, 2 >, 2 > V, double alpha, double mh=125., double mw=80.385, double GF=1.1663787e-5)
◆ gamma_h_chi_0()
double Gambit::DecayBit::MSSM_H::gamma_h_chi_0 |
( |
int |
i, |
|
|
int |
j, |
|
|
std::array< double, 4 > |
m, |
|
|
std::array< std::array< double, 4 >, 4 > |
Z, |
|
|
double |
alpha, |
|
|
double |
mh = 125. , |
|
|
double |
mw = 80.385 , |
|
|
double |
GF = 1.1663787e-5 , |
|
|
double |
sw2 = 0.22 |
|
) |
| |
Lightest Higgs boson decay to neutralinos at tree-level in GeV
- Warning
- Arguments
and are zero-based
-
Tree-level formula
- Returns
in GeV
- Parameters
-
i | Neutralino in final state |
j | Neutralino in final state |
m | Neutralino mases with phases |
Z | Real neutralino mixing matrix |
alpha | , Higgs mixing angle |
mh | Lightest Higgs mass, |
mw | W-boson mass, |
GF | Fermi constant, |
sw2 | Weinberg angle,  |
Definition at line 90 of file MSSM_H.hpp.
References gamma_h_chi_gL(), mh, and mw.
Referenced by gamma_h_chi(), and Gambit::DecayBit::MSSM_inv_Higgs_BF().
117 const double tw = std::sqrt(sw2) / std::sqrt(1. - sw2); 120 const double e2 = -std::sin( alpha); 121 const double d2 = -std::cos( alpha); 124 const double gL = 0.5 * ( 125 (Z[j][1] - tw * Z[j][0]) * (e2 * Z[i][2] + d2 * Z[i][3]) + 126 (Z[i][1] - tw * Z[i][0]) * (e2 * Z[j][2] + d2 * Z[j][3])); 128 std::array<double, 2> mf{{m[i], m[j]}}; Spectrum Spectrum Spectrum mw
Spectrum Spectrum Spectrum Spectrum Spectrum Spectrum mh
double gamma_h_chi_gL(std::array< double, 2 > m, double gL, double mh=125., double mw=80.385, double GF=1.1663787e-5)
◆ gamma_h_chi_gL()
Eq. 2.56 for charginos or neutralinos - Returns
in GeV
- Parameters
-
m | Masses of final state particles |
gL | Coupling in Eq. 1.112 |
mh | Lightest Higgs mass, |
mw | W-boson mass, |
GF | Fermi constant,  |
Definition at line 53 of file MSSM_H.hpp.
References lambda(), mh, mw, and Gambit::Scanner::pow().
Referenced by gamma_h_chi_0(), and gamma_h_chi_pm().
67 const double eps_2 = 1.; 68 const double gR = gL * eps_2; 72 if (std::fabs(m[0]) + std::fabs(m[1]) >= mh) { 82 const double gamma_no_prefactor = std::sqrt(l) * (( 84 -4. * gL * gR * m[0] * m[1] / pow( mh, 2)); 87 return GF * pow( mw, 2) / (2. * M_SQRT2 * M_PI) * mh * gamma_no_prefactor; Spectrum Spectrum Spectrum mw
double lambda(double x, double y, double z)
double pow(const double &a) Outputs a^i.
Spectrum Spectrum Spectrum Spectrum Spectrum Spectrum mh
◆ gamma_h_chi_pm()
double Gambit::DecayBit::MSSM_H::gamma_h_chi_pm |
( |
int |
i, |
|
|
int |
j, |
|
|
std::array< double, 2 > |
m, |
|
|
std::array< std::array< double, 2 >, 2 > |
U, |
|
|
std::array< std::array< double, 2 >, 2 > |
V, |
|
|
double |
alpha, |
|
|
double |
mh = 125. , |
|
|
double |
mw = 80.385 , |
|
|
double |
GF = 1.1663787e-5 |
|
) |
| |
Lightest Higgs boson decay to charginos at tree-level in GeV
- Warning
- Arguments
and are zero-based
-
Tree-level formula
- Returns
in GeV
- Parameters
-
i | Negative chargino in final state |
j | Positive chargino in final state |
m | Chargino masses |
U | Real chargino mixing matrix |
V | Real chargino mixing matrix |
alpha | , Higgs mixing angle |
mh | Lightest Higgs mass, |
mw | W-boson mass, |
GF | Fermi constant,  |
Definition at line 136 of file MSSM_H.hpp.
References gamma_h_chi_gL(), mh, and mw.
Referenced by gamma_h_chi().
163 const double e2 = -std::sin( alpha); 164 const double d2 = -std::cos( alpha); 167 const double gL = M_SQRT1_2 * 168 (e2 * V[j][0] * U[i][1] - d2 * V[j][1] * U[i][0]); 170 std::array<double, 2> mf{{m[i], m[j]}}; Spectrum Spectrum Spectrum mw
Spectrum Spectrum Spectrum Spectrum Spectrum Spectrum mh
double gamma_h_chi_gL(std::array< double, 2 > m, double gL, double mh=125., double mw=80.385, double GF=1.1663787e-5)
◆ lambda()
|