2double CLASSNAME::get_partial_width<PseudoscalarHiggs, bar<UpTypeQuark>::type, UpTypeQuark>(
3 const context_base& context,
4 typename field_indices<PseudoscalarHiggs>::type
const& indexIn,
5 typename field_indices<UpTypeQuark>::type
const& indexOut1,
6 typename field_indices<UpTypeQuark>::type
const& indexOut2)
8 if (indexIn.at(0) < info::number_of_neutral_goldstones) {
9 throw OutOfBoundsError(
"Error in " + create_process_string<PseudoscalarHiggs,bar<UpTypeQuark>::type, UpTypeQuark>(indexIn, indexOut1, indexOut2) +
" decay. Decaying particle is a Goldstone.");
15 const auto indices =
concatenate(indexOut1, indexOut2, indexIn);
16 const auto AhQQbarVertexDR = Vertex<bar<UpTypeQuark>::type, UpTypeQuark, PseudoscalarHiggs>::evaluate(indices, context);
18 const double mAhOS = context.physical_mass<PseudoscalarHiggs>(indexIn);
19 const double flux = 1./(2.*mAhOS);
21 static constexpr double color_factor = squared_color_generator<PseudoscalarHiggs, bar<UpTypeQuark>::type, UpTypeQuark>();
24 if(!boost::range::equal(indexOut1, indexOut2)) {
25 const double muqOS1 = context.physical_mass<UpTypeQuark>(indexOut1);
26 const double muqOS2 = context.physical_mass<UpTypeQuark>(indexOut2);
27 if (mAhOS > muqOS1 + muqOS2 && (!
is_zero(AhQQbarVertexDR.left()) || !
is_zero(AhQQbarVertexDR.right()))) {
28 const auto xOS1 =
Sqr(muqOS1/mAhOS);
29 const auto xOS2 =
Sqr(muqOS2/mAhOS);
30 const double phase_space = 1./(8.*Pi) * std::sqrt(
KallenLambda(1., xOS1, xOS2));
31 return flux * phase_space * color_factor * amplitude_squared<PseudoscalarHiggs, bar<UpTypeQuark>::type, UpTypeQuark>(context, indexIn, indexOut1, indexOut2);
36 const double muqDR = context.mass<UpTypeQuark>(indexOut1);
37 const double muqOS = context.physical_mass<UpTypeQuark>(indexOut1);
39 throw std::runtime_error(
40 create_process_string<PseudoscalarHiggs,bar<UpTypeQuark>::type, UpTypeQuark>(indexIn, indexOut1, indexOut2)
41 +
": Up-type quark cannot be massless. Aborting."
44 const auto xOS =
Sqr(muqOS/mAhOS);
45 const auto xDR =
Sqr(muqDR/mAhOS);
49 const auto AhQQbarVertexDR_P = 0.5*(AhQQbarVertexDR.right() - AhQQbarVertexDR.left());
51 const double phase_spaceOS = 1./(8.*Pi) * std::sqrt(
KallenLambda(1., xOS, xOS));
54 if (4.*std::max(xDR, xOS) > 1.) {
57 const auto betaOS = std::sqrt(1.-4.*xOS);
58 const auto betaDR = std::sqrt(1.-4.*xDR);
60 const double phase_spaceDR = 1./(8.*Pi) * std::sqrt(
KallenLambda(1., xDR, xDR));
64 amp2DR_P =
Sqr(mAhOS) *
65 2*std::norm(AhQQbarVertexDR_P);
66 amp2OS_P =
Sqr(mAhOS) *
67 2*std::norm(AhQQbarVertexDR_P) *
Sqr(muqOS / muqDR);
72 create_process_string<PseudoscalarHiggs,bar<UpTypeQuark>::type, UpTypeQuark>(indexIn, indexOut1, indexOut2)
73 +
": Cannot determine the number of active quark flavours. Disabling higher-order corrections."
77 if (
static_cast<int>(flexibledecay_settings.get(FlexibleDecay_settings::include_higher_order_corrections)) > 0 && Nf >= 5) {
79 double Y_conversion = 1.;
82 auto qedqcd_ = qedqcd;
85 Y_conversion =
Sqr(qedqcd_.displayUpQuarkRunningMass(indexOut1.at(0))/muqDR);
89 alpha_s_red = get_alphas(context)/Pi;
92 throw std::runtime_error(
93 create_process_string<PseudoscalarHiggs,bar<UpTypeQuark>::type, UpTypeQuark>(indexIn, indexOut1, indexOut2)
94 +
": Cannot determine the number of active quark flavours"
97 double deltaqq_QCD_DR_P =
99 + 2.*(1. - 6.*xDR)/(1-4.*xDR)*(4./3. - std::log(xDR))*alpha_s_red
103 const double alpha_red = get_alpha(context)/Pi;
104 const double deltaqq_QED_DR = 17./4.*
Sqr(UpTypeQuark::electricCharge)*alpha_red;
106 const double deltaqq_QCD_OS_P =
109 const double deltaqq_QED_OS_P =
112 double deltaqq_QCDxQED_DR = 0.;
113 double deltaPhi2_P = 0.;
114 if (
static_cast<int>(flexibledecay_settings.get(FlexibleDecay_settings::include_higher_order_corrections)) > 1) {
116 deltaqq_QCDxQED*
Sqr(UpTypeQuark::electricCharge)*alpha_red*alpha_s_red;
117 if ((indexOut1.at(0) < 2 || indexOut2.at(0) < 2)) {
118 const double mtpole = qedqcd.displayPoleMt();
119 const double lt = std::log(
Sqr(mAhOS/mtpole));
120 const double lq = std::log(xDR);
122 const auto Ahttindices =
concatenate(std::array<int, 1> {2}, std::array<int, 1> {2}, indexIn);
123 const auto Ahttbar = Vertex<bar<UpTypeQuark>::type, UpTypeQuark, PseudoscalarHiggs>::evaluate(Ahttindices, context);
124 const auto CSuu = AhQQbarVertexDR_P/context.mass<UpTypeQuark>(indexOut1);
126 const auto Ahttbar_P = 0.5*(Ahttbar.right() - Ahttbar.left());
127 const auto CStu = Ahttbar_P/context.mass<Fu>({2});
128 deltaPhi2_P =
Sqr(alpha_s_red) * std::real(CStu/CSuu) * (23/6. - lt + 1.0/6.0*
Sqr(lq));
133 amp2DR_P *= Y_conversion*(1. + deltaqq_QCD_DR_P + deltaqq_QED_DR + deltaqq_QCDxQED_DR + deltaPhi2_P);
134 amp2OS_P *= 1. + deltaqq_QCD_OS_P + deltaqq_QED_OS_P;
139 flux * color_factor * phase_spaceDR * amp2DR_P;
142 flux * color_factor * phase_spaceOS * amp2OS_P;
144 result = (1-4.*xOS)*result_DR + 4*xOS*result_OS;
147 if (flexibledecay_settings.get(FlexibleDecay_settings::call_higgstools) != 0 ||
148 flexibledecay_settings.get(FlexibleDecay_settings::call_lilith) != 0 ||
149 flexibledecay_settings.get(FlexibleDecay_settings::calculate_normalized_effc) != 0
151 const double remove_normalization = flux*phase_spaceOS*2*
Sqr(mAhOS);
152 neutral_higgs_effc.add_coupling(field_as_string<PseudoscalarHiggs>(indexIn),
154 boost::hana::unpack(bar<UpTypeQuark>::pdgids, _to_array<bar<UpTypeQuark>::numberOfGenerations>).at(indexOut1.at(0)),
155 boost::hana::unpack(UpTypeQuark::pdgids, _to_array<UpTypeQuark::numberOfGenerations>).at(indexOut2.at(0))
157 std::pair<std::string, std::complex<double>> {
158 field_as_string<PseudoscalarHiggs>(indexIn) +
"-" + field_as_string<bar<UpTypeQuark>::type>(indexOut1) +
"-" + field_as_string<UpTypeQuark>(indexOut2),
161 4.*std::max(xDR, xOS) > 1. ? std::imag(AhQQbarVertexDR_P)*1i : std::sqrt(result/remove_normalization)*1i
bool is_zero(double x) noexcept
double calc_DeltaAh(double b) noexcept
unsigned int number_of_active_flavours(softsusy::QedQcd const &qedqcd, double m) noexcept
double calc_Deltaqq(double alpha_s_red, double Nf, FlexibleDecay_settings const &settings) noexcept
Eq.(2.11) of hep-ph/0503173, 2-loop and higher order.
constexpr std::complex< T > Sqr(const std::complex< T > &a) noexcept
detail::result_of::concatenate< Args... >::type concatenate(Args &&... args)
T KallenLambda(T x, T y, T z) noexcept