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 
68 }
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.
Options for functions.