9 {
"WPARAM_MATCH_SM", {2, 1}},
10 {
"WPARAM_MATCH_SM", {5, 1}},
12 {
"WPARAM_SI_SM", lepton_mass_slot},
45 double CSc_SM = -xt * (xt - 2.) / 12. /
pow(xt - 1., 2)
46 + (xt - 2.) * (3. * xt - 1.) / 24. /
pow(xt - 1., 3.) * log(xt);
48 double CSn_SMonly = -3. * xt / 8. / xh + xt *
F0SP(xt);
50 double coeff_temp = (CSc_SM + CSn_SMonly) * (ml * mb_muW / (mW * mW)) / sw2;
65 {
"WPARAM_MATCH_SM", {2, 1}},
66 {
"WPARAM_MATCH_SM", {2, 2}},
67 {
"WPARAM_MATCH_SM", {2, 3}},
68 {
"WPARAM_MATCH_SM", {2, 4}},
69 {
"WPARAM_MATCH_SM", {5, 1}},
70 {
"WPARAM_SI_SM", lepton_mass_slot},
106 xt * (36. * xt3 - 203. * xt2 + 352. * xt - 209.) / 6. /
pow(xt - 1., 3.)
107 + (17. * xt4 - 34. * xt3 + 4. * xt2 + 23. * xt - 6.) /
pow(xt - 1., 4.) * log(xt)
110 xt * (18. * xt3 - 139. * xt2 + 274. * xt - 129.) / 2. /
pow(xt - 1., 3.)
111 + (24. * xt4 - 33. * xt3 - 45. * xt2 + 50. * xt - 8.) /
pow(xt - 1., 4.) * log(xt)
114 double CPn_SMonly = 0.;
120 return (CPc_SM + CPn_SMonly) * (ml * mb / (mW * mW)) / sw2;
CQ1(WCoef coef=WCoef::CQ1_MU)
static double compute_LO(const ParamSrc &src)
CQ2(WCoef coef=WCoef::CQ2_MU)
static double compute_LO(const ParamSrc &src)
Mapper for WGroup <-> WGroupId <-> optional external string.
Lightweight view over a set of source parameters keyed by ParamId.
scalar_t get_val(const ParamId &id) const
Retrieves the current value of a parameter.
High-level mapper for WCoef <-> text <-> FLHA base indices.
static constexpr int lepton_mass_slot_from_index(int lepton_index)
static int lepton_index_from_cq1(WCoef coef)
static int lepton_index_from_cq2(WCoef coef)
Abstract base class representing a Wilson coefficient and its matching information.
LhaID get_lhaid_from_name(QCDOrder order)
Computes the LhaID directly from the coefficient base name and mapping conventions.
std::map< QCDOrder, MatchingInfo > matching_info
Matching metadata indexed by QCD order.
scalar_t pow(const scalar_t &base, const scalar_t &exp)
double F0SP(double xt)
Wilson coefficient F0SP depending on xt.
Matching metadata for a Wilson coefficient at a specific QCD order.