Options for \(q\bar{q}\) functions. More...
Go to the source code of this file.
Classes | |
struct | contribution_factors |
Multiplicative coefficients for the potentials and current matching coefficients. More... | |
struct | options |
Options for \(q\bar{q}\) functions. More... | |
Namespaces | |
QQbar_threshold | |
Enumerations | |
enum | SM { none = 0, QED = 1 << 0, Higgs = 1 << 1 , all = (1 << 3) - 1 } |
Standard Model effects beyond QCD. More... | |
enum | production_channel { photon_only = 0, S_wave_only, all } |
Production channels. More... | |
Functions | |
std::string | bottom_internal_settings (double mu, double m, order o, options opt) |
Describe internal settings for bottom-related functions. More... | |
std::string | bottom_internal_settings (double sqrt_s, double mu, double m, order o, options opt) |
Describe internal settings for bottom-related functions. More... | |
std::string | top_internal_settings (double mu, double m, order o, options opt) |
Describe internal settings for top-related functions. More... | |
std::string | top_internal_settings (double sqrt_s, scales mu, top_properties M, order o, options opt) |
Describe internal settings for top-related functions. More... | |
options | bottom_options () |
Default option settings for bottom-related functions. More... | |
options | top_options () |
Default option settings for top-related functions. More... | |
Options for \(q\bar{q}\) functions.
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/.