This repository contains cross sections for high-energy physics.
It currently contains data for the LHC, i.e. proton-proton collisions, at 13 TeV. The values are also given on the public TWiki pages of the LHC SUSY Cross Section Working Group, where also the scientific references for the tools used to compute the cross sections can be found.
If you would like to contribute by adding more cross sections or in case you find an issue with the cross sections, please get in contact or make a pull request.
Several scripts are included in the repository. The most important one is plot_xsecs_from_json.py
, which gives an example how to make a plot with the cross sections. (Currently it still has a dependence on the pandas
Python module that could be removed.)
There are also the following helper scripts:
make_overview.py
: produces a LaTeX file listing all available cross sections from thejson/
foldermake_TWiki_from_json.py
: makes a table in TWiki format
The cross-section data is stored as JSON files in the folder json/
.
Physics process:
initial state
:- pp = proton-proton collisions
Ecom [GeV]
: center-of-mass energy in GeVprocess_id
: unique ID for process (matches the first two fields of the JSON filename, i.e. e.g.pp13_slep_L
)process_latex
: process (final state) in LaTeX codePDF set
: PDF set used in computation of cross sectionsdata
: Cross-section data as nested dictionary (i.e. collection of key-value pairs). In our models, we usually consider production of pairs of the same (or degenerate) SUSY particles, i.e. we need only one mass parameter to define the production cross section. In these cases, we have key = mass in GeV, value = dictionary with following entries:xsec_pb
: cross section in pbunc_pb
: (symmetric) uncertainty on cross section in pbunc_up_pb
,unc_down_pb
: asymmetric upward- and downward uncertainties on cross section in pb
parameters
: list of lists specifying the mass parameters used as keys fordata
, following the notation in theREADME
for the (private) git with Feynman diagrams
Additional metadata:
tool
: name (and version) of the tool used for computing the cross sectionsorder
: computational orderreference
: citable reference (mostly for tool used to compute the cross sections)comment
: comment on assumptions that were used in the setup / computation of the cross sectionssource
: where cross-section values have been taken from or are availablecontact
: contact mail address
The following plot is an example output of plot_xsecs_from_json.py
: