qqbarthreshold is hosted by Hepforge, IPPP Durham
QQbar_threshold
width.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 #include "parameters.hpp"
32 
34 namespace QQbar_threshold{
35 
37 
63  double top_width(
64  double mu, double m, order o,
65  options opt = top_options()
66  );
67 
69 
85  double ttbar_width(
86  int n, double mu, top_properties M, order o,
87  options opt = top_options()
88  );
89 
90  namespace detail{
91  // NLO width correction to be used for subtractions in non-resonant xsection
92  double x_1(double x);
93 
94  // quarkonium lifetime correction to be used in pole resummation
95  double delta_Gamma_NNLO(int n, parameters const & p);
96 
97  double ttbar_width(int n, parameters const & p);
98  }
99 
100 }
Definition: alpha_s.hpp:37
options top_options()
Default option settings for top-related functions.
double top_width(double mu, double m, order o, options opt=top_options())
Computes the top quark decay width.
double ttbar_width(int n, double mu, top_properties M, order o, options opt=top_options())
Computes the decay width of a top-antitop bound state.
Options for functions.