qqbarthreshold is hosted by Hepforge, IPPP Durham
QQbar_threshold
structure_function.hpp
Go to the documentation of this file.
1 
28 #pragma once
29 
31 
33 namespace QQbar_threshold{
34 
36 
42  double top_ISR_log(double sqrt_s);
43 
45 
51  double bottom_ISR_log(double sqrt_s);
52 
54 
61  double ISR_log(double sqrt_s, double alpha);
62 
64 
72  double structure_function(double x, double beta);
73 
75 
89  double modified_structure_function(double x, double beta);
90 
92 
105  double luminosity_function(double x, double beta);
106 
108 
121  double modified_luminosity_function(double t, double beta);
122 
123 }
double top_ISR_log(double sqrt_s)
Computes the logarithm generated through initial state radiation.
Definition: alpha_s.hpp:37
double modified_luminosity_function(double t, double beta)
Modified electron (or positron) luminosity function.
double ISR_log(double sqrt_s, double alpha)
Computes the logarithm generated through initial state radiation.
double luminosity_function(double x, double beta)
Computes the electron (or positron) luminosity function.
double modified_structure_function(double x, double beta)
Modified electron (or positron) structure function.
double structure_function(double x, double beta)
Computes the electron (or positron) structure function.
double bottom_ISR_log(double sqrt_s)
Computes the logarithm generated through initial state radiation.
Options for functions.