qqbarthreshold is hosted by Hepforge, IPPP Durham
QQbar_threshold
xsection.hpp File Reference

Functions to calculate \(e^+e^- \to Q\bar{Q}\) cross sections near threshold. More...

Go to the source code of this file.

Namespaces

 QQbar_threshold
 

Functions

double ttbar_xsection (double sqrt_s, scales mu, top_properties M, order o, options opt=top_options())
 Computes the cross section \(e^+e^- \to W^+W^-b\bar{b}\). More...
 
double ttbar_xsection (double sqrt_s, double mu, top_properties M, order o, options opt=top_options())
 Computes the cross section \(e^+e^- \to W^+W^-b\bar{b}\). More...
 
double bbbar_xsection (double sqrt_s, double mu, double m, order o, options opt=bottom_options())
 Computes the cross section \(e^+e^- \to b\bar{b}\). More...
 
double ttbar_threshold (double mu, double m, order o, options opt=top_options())
 Computes the naive threshold for \(t\bar{t}\) production. More...
 
double bbbar_threshold (double mu, double m, order o, options opt=bottom_options())
 Computes the naive threshold for \(b\bar{b}\) production. More...
 
double bbbar_R_ratio (double sqrt_s, double mu, double m, order o, options opt=bottom_options())
 Bottom contribution to the hadronic R ratio. More...
 
double ttbar_R_ratio (double sqrt_s, scales mu, top_properties M, order o, options opt=top_options())
 Top contribution to the hadronic R ratio. More...
 

Detailed Description

Functions to calculate \(e^+e^- \to Q\bar{Q}\) cross sections near threshold.

Author
Andreas Maier a.mai.nosp@m.er@t.nosp@m.um.de
Version
1.1.0

LICENSE

Copyright 2014, 2015, 2016 Andreas Maier

This file is part of the QQbar_threshold library.

The QQbar_threshold library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

The QQbar_threshold library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the QQbar_threshold library. If not, see http://www.gnu.org/licenses/.