|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include <EvtGenModels/EvtWilsonCoefficients.hh>
Public Member Functions | |
| EvtWilsonCoefficients () | |
| double | alphaS (double mu, int n_f, double Lambda) |
| double | Lambda (double alpha, int n_f, double mu, double epsilon, int maxstep) |
| double | eta (double mu, int n_f, double Lambda, double M_W) |
| EvtComplex | C1 (double mu, int n_f, double Lambda, double M_W) |
| EvtComplex | C2 (double mu, int n_f, double Lambda, double M_W) |
| EvtComplex | C3 (double mu, int n_f, double Lambda, double M_W) |
| EvtComplex | C4 (double mu, int n_f, double Lambda, double M_W) |
| EvtComplex | C5 (double mu, int n_f, double Lambda, double M_W) |
| EvtComplex | C6 (double mu, int n_f, double Lambda, double M_W) |
| EvtComplex | C7 (double M_t, double M_W) |
| EvtComplex | C8 (double M_t, double M_W) |
| EvtComplex | C7eff0 (double mu, int n_f, double Lambda, double M_t, double M_W) |
| EvtComplex | C8eff0 (double mu, int n_f, double Lambda, double M_t, double M_W) |
| EvtComplex | C10tilda (double sin2W, double M_t, double M_W) |
| EvtComplex | C10 (double sin2W, double M_t, double M_W, double ialpha) |
| double | PE (double mu, int n_f, double Lambda, double M_W) |
| EvtComplex | P0 (int ksi, double mu, int n_f, double Lambda, double M_W) |
| EvtComplex | C9tilda (int ksi, double mu, int n_f, double Lambda, double sin2W, double M_t, double M_W) |
| EvtComplex | C9 (int ksi, double mu, int n_f, double Lambda, double sin2W, double M_t, double M_W, double ialpha) |
| double | A (double x) |
| double | B (double x) |
| double | C (double x) |
| double | D (double x) |
| double | E (double x) |
| double | F (double x) |
| double | Y (double x) |
| double | Z (double x) |
| EvtComplex | hzs (double z, double shat, double mu, double M_b) |
| double | fz (double z) |
| double | kappa (double z, double alpha_S) |
| double | etatilda (double shat, double alpha_S) |
| double | omega (double shat) |
| EvtComplex | C9efftilda (double z, double shat, double alpha_S, EvtComplex c1, EvtComplex c2, EvtComplex c3, EvtComplex c4, EvtComplex c5, EvtComplex c6, EvtComplex c9tilda, int ksi) |
| EvtComplex | C7b2sg (double alpha_S, double et, EvtComplex c2, double M_t, double M_W) |
| EvtComplex | Yld (double q2, double ki[], double Gi[], double Mi[], int ni, EvtComplex c1, EvtComplex c2, EvtComplex c3, EvtComplex c4, EvtComplex c5, EvtComplex c6, double ialpha) |
| void | CalculateAllCoefficients () |
| void | SetLambda (double lambda) |
| void | CalculateLambda (double epsilon, int maxstep) |
| void | SetStrongCouplingAtZMass (double alphaMZ) |
| void | SetScale (double mu) |
| void | SetNumberOfFlavours (int n_f) |
| void | SetZMass (double M_Z) |
| void | SetWMass (double M_W) |
| void | SetTopMass (double M_t) |
| void | SetSin2WeinbergAngle (double sin2W) |
| void | SetInvElMagCoupling (double ialpha) |
| void | SetRenormalizationScheme (std::string scheme) |
| double | GetLambda () |
| double | GetStrongCouplingAtZMass () |
| double | GetStrongCouplingConst () |
| double | GetScale () |
| int | GetNumberOfFlavours () |
| int | GetRenormSchemePar () |
| double | GetZMass () |
| double | GetWMass () |
| double | GetTopMass () |
| double | GetSin2WeinbergAngle () |
| double | GetInvElMagCoupling () |
| double | GetEta () |
| double | GetA () |
| double | GetB () |
| double | GetC () |
| double | GetD () |
| double | GetE () |
| double | GetF () |
| double | GetY () |
| double | GetZ () |
| EvtComplex | GetC1 () |
| EvtComplex | GetC2 () |
| EvtComplex | GetC3 () |
| EvtComplex | GetC4 () |
| EvtComplex | GetC5 () |
| EvtComplex | GetC6 () |
| EvtComplex | GetC7 () |
| EvtComplex | GetC8 () |
| EvtComplex | GetC9 () |
| EvtComplex | GetC10 () |
| EvtComplex | GetC7eff0 () |
| EvtComplex | GetC8eff0 () |
| EvtComplex | GetC9tilda () |
| EvtComplex | GetC10tilda () |
| EvtComplex | GetP0 () |
| double | GetPE () |
Private Attributes | |
| int | m_n_f |
| int | m_ksi |
| double | m_Lambda |
| double | m_alphaMZ |
| double | m_mu |
| double | m_M_Z |
| double | m_M_t |
| double | m_M_W |
| double | m_alphaS |
| double | m_eta |
| double | m_sin2W |
| double | m_ialpha |
| EvtComplex | m_C1 |
| EvtComplex | m_C2 |
| EvtComplex | m_C3 |
| EvtComplex | m_C4 |
| EvtComplex | m_C5 |
| EvtComplex | m_C6 |
| EvtComplex | m_C7 |
| EvtComplex | m_C7eff0 |
| EvtComplex | m_C8 |
| EvtComplex | m_C8eff0 |
| EvtComplex | m_C9 |
| EvtComplex | m_C9tilda |
| EvtComplex | m_C10 |
| EvtComplex | m_C10tilda |
| EvtComplex | m_P0 |
| double | m_A |
| double | m_B |
| double | m_C |
| double | m_D |
| double | m_E |
| double | m_F |
| double | m_Y |
| double | m_Z |
| double | m_PE |
| double | m_k [6][8] |
| double | m_a [8] |
| double | m_h [8] |
| double | m_p [8] |
| double | m_r [2][8] |
| double | m_s [8] |
| double | m_q [8] |
| double | m_g [8] |
Definition at line 33 of file EvtWilsonCoefficients.hh.
| EvtWilsonCoefficients::EvtWilsonCoefficients | ( | ) |
Definition at line 30 of file EvtWilsonCoefficients.cpp.
| double EvtWilsonCoefficients::A | ( | double | x | ) |
Definition at line 285 of file EvtWilsonCoefficients.cpp.
| double EvtWilsonCoefficients::alphaS | ( | double | mu = 4.8, |
| int | n_f = 5, | ||
| double | Lambda = 0.2167 ) |
Definition at line 97 of file EvtWilsonCoefficients.cpp.
| double EvtWilsonCoefficients::B | ( | double | x | ) |
Definition at line 291 of file EvtWilsonCoefficients.cpp.
| double EvtWilsonCoefficients::C | ( | double | x | ) |
Definition at line 296 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C1 | ( | double | mu = 4.8, |
| int | n_f = 5, | ||
| double | Lambda = 0.2167, | ||
| double | M_W = 80.425 ) |
Definition at line 172 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C10 | ( | double | sin2W = 0.23120, |
| double | M_t = 174.3, | ||
| double | M_W = 80.425, | ||
| double | ialpha = 137.036 ) |
Definition at line 278 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C10tilda | ( | double | sin2W = 0.23120, |
| double | M_t = 174.3, | ||
| double | M_W = 80.425 ) |
Definition at line 271 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C2 | ( | double | mu = 4.8, |
| int | n_f = 5, | ||
| double | Lambda = 0.2167, | ||
| double | M_W = 80.425 ) |
Definition at line 182 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C3 | ( | double | mu = 4.8, |
| int | n_f = 5, | ||
| double | Lambda = 0.2167, | ||
| double | M_W = 80.425 ) |
Definition at line 192 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C4 | ( | double | mu = 4.8, |
| int | n_f = 5, | ||
| double | Lambda = 0.2167, | ||
| double | M_W = 80.425 ) |
Definition at line 202 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C5 | ( | double | mu = 4.8, |
| int | n_f = 5, | ||
| double | Lambda = 0.2167, | ||
| double | M_W = 80.425 ) |
Definition at line 212 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C6 | ( | double | mu = 4.8, |
| int | n_f = 5, | ||
| double | Lambda = 0.2167, | ||
| double | M_W = 80.425 ) |
Definition at line 222 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C7 | ( | double | M_t = 174.3, |
| double | M_W = 80.425 ) |
Definition at line 232 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C7b2sg | ( | double | alpha_S, |
| double | et, | ||
| EvtComplex | c2, | ||
| double | M_t = 174.3, | ||
| double | M_W = 80.425 ) |
Definition at line 552 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C7eff0 | ( | double | mu = 4.8, |
| int | n_f = 5, | ||
| double | Lambda = 0.2167, | ||
| double | M_t = 174.3, | ||
| double | M_W = 80.425 ) |
Definition at line 242 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C8 | ( | double | M_t = 174.3, |
| double | M_W = 80.425 ) |
Definition at line 237 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C8eff0 | ( | double | mu = 4.8, |
| int | n_f = 5, | ||
| double | Lambda = 0.2167, | ||
| double | M_t = 174.3, | ||
| double | M_W = 80.425 ) |
Definition at line 259 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C9 | ( | int | ksi = 0, |
| double | mu = 4.8, | ||
| int | n_f = 5, | ||
| double | Lambda = 0.2167, | ||
| double | sin2W = 0.23120, | ||
| double | M_t = 174.3, | ||
| double | M_W = 80.425, | ||
| double | ialpha = 137.036 ) |
Definition at line 332 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C9efftilda | ( | double | z, |
| double | shat, | ||
| double | alpha_S, | ||
| EvtComplex | c1, | ||
| EvtComplex | c2, | ||
| EvtComplex | c3, | ||
| EvtComplex | c4, | ||
| EvtComplex | c5, | ||
| EvtComplex | c6, | ||
| EvtComplex | c9tilda, | ||
| int | ksi = 0 ) |
Definition at line 535 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::C9tilda | ( | int | ksi = 0, |
| double | mu = 4.8, | ||
| int | n_f = 5, | ||
| double | Lambda = 0.2167, | ||
| double | sin2W = 0.23120, | ||
| double | M_t = 174.3, | ||
| double | M_W = 80.425 ) |
Definition at line 342 of file EvtWilsonCoefficients.cpp.
| void EvtWilsonCoefficients::CalculateAllCoefficients | ( | ) |
Definition at line 381 of file EvtWilsonCoefficients.cpp.
|
inline |
Definition at line 98 of file EvtWilsonCoefficients.hh.
| double EvtWilsonCoefficients::D | ( | double | x | ) |
Definition at line 302 of file EvtWilsonCoefficients.cpp.
| double EvtWilsonCoefficients::E | ( | double | x | ) |
Definition at line 309 of file EvtWilsonCoefficients.cpp.
| double EvtWilsonCoefficients::eta | ( | double | mu = 4.8, |
| int | n_f = 5, | ||
| double | Lambda = 0.2167, | ||
| double | M_W = 80.425 ) |
Definition at line 166 of file EvtWilsonCoefficients.cpp.
| double EvtWilsonCoefficients::etatilda | ( | double | shat, |
| double | alpha_S ) |
Definition at line 516 of file EvtWilsonCoefficients.cpp.
| double EvtWilsonCoefficients::F | ( | double | x | ) |
Definition at line 316 of file EvtWilsonCoefficients.cpp.
| double EvtWilsonCoefficients::fz | ( | double | z | ) |
Definition at line 502 of file EvtWilsonCoefficients.cpp.
|
inline |
Definition at line 125 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 126 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 127 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 133 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 142 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 146 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 134 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 135 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 136 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 137 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 138 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 139 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 143 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 140 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 144 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 141 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 145 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 128 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 129 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 123 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 130 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 122 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 112 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 116 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 147 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 148 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 117 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 115 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 121 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 113 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 114 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 120 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 119 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 131 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 132 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 118 of file EvtWilsonCoefficients.hh.
| EvtComplex EvtWilsonCoefficients::hzs | ( | double | z, |
| double | shat, | ||
| double | mu = 4.8, | ||
| double | M_b = 4.8 ) |
Definition at line 480 of file EvtWilsonCoefficients.cpp.
| double EvtWilsonCoefficients::kappa | ( | double | z, |
| double | alpha_S ) |
Definition at line 508 of file EvtWilsonCoefficients.cpp.
| double EvtWilsonCoefficients::Lambda | ( | double | alpha = 0.1187, |
| int | n_f = 5, | ||
| double | mu = 91.1876, | ||
| double | epsilon = 0.00005, | ||
| int | maxstep = 1000 ) |
Definition at line 114 of file EvtWilsonCoefficients.cpp.
| double EvtWilsonCoefficients::omega | ( | double | shat | ) |
Definition at line 521 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::P0 | ( | int | ksi = 0, |
| double | mu = 4.8, | ||
| int | n_f = 5, | ||
| double | Lambda = 0.2167, | ||
| double | M_W = 80.425 ) |
Definition at line 353 of file EvtWilsonCoefficients.cpp.
| double EvtWilsonCoefficients::PE | ( | double | mu = 4.8, |
| int | n_f = 5, | ||
| double | Lambda = 0.2167, | ||
| double | M_W = 80.425 ) |
Definition at line 371 of file EvtWilsonCoefficients.cpp.
|
inline |
Definition at line 109 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 97 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 104 of file EvtWilsonCoefficients.hh.
| void EvtWilsonCoefficients::SetRenormalizationScheme | ( | std::string | scheme | ) |
Definition at line 83 of file EvtWilsonCoefficients.cpp.
|
inline |
Definition at line 103 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 108 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 102 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 107 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 106 of file EvtWilsonCoefficients.hh.
|
inline |
Definition at line 105 of file EvtWilsonCoefficients.hh.
| double EvtWilsonCoefficients::Y | ( | double | x | ) |
Definition at line 322 of file EvtWilsonCoefficients.cpp.
| EvtComplex EvtWilsonCoefficients::Yld | ( | double | q2, |
| double | ki[], | ||
| double | Gi[], | ||
| double | Mi[], | ||
| int | ni, | ||
| EvtComplex | c1, | ||
| EvtComplex | c2, | ||
| EvtComplex | c3, | ||
| EvtComplex | c4, | ||
| EvtComplex | c5, | ||
| EvtComplex | c6, | ||
| double | ialpha ) |
Definition at line 563 of file EvtWilsonCoefficients.cpp.
| double EvtWilsonCoefficients::Z | ( | double | x | ) |
Definition at line 327 of file EvtWilsonCoefficients.cpp.
|
private |
Definition at line 156 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 158 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 152 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 152 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 156 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 156 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 154 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 155 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 155 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 154 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 154 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 154 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 154 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 154 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 154 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 154 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 154 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 155 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 155 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 155 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 156 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 156 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 152 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 156 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 158 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 158 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 153 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 158 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 151 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 152 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 152 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 152 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 152 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 152 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 151 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 158 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 155 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 156 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 158 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 158 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 158 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 153 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 156 of file EvtWilsonCoefficients.hh.
|
private |
Definition at line 156 of file EvtWilsonCoefficients.hh.