.. index:: More Examples

.. _Examples:

More Examples
=============

Below a few examples are given for how to utilize SModelS and some of the :doc:`SModelS tools <Tools>` as a Python library:

* :download:`How to load the database <recipes/load_database.html>` (download the python code :download:`here <recipes/load_database.py>`)

* :download:`How to obtain experimental upper limits <recipes/lookup_upper_limit.html>` (download the python code :download:`here <recipes/lookup_upper_limit.py>`)

* :download:`How to compute leading order cross-sections (for MSSM) <recipes/lo_xsecs_from_slha.html>` (download the python code :download:`here <recipes/lo_xsecs_from_slha.py>`)

* :download:`How to compute next-to-leading order cross-sections (for MSSM) <recipes/nll_xsecs_from_slha.html>` (download the python code :download:`here <recipes/nll_xsecs_from_slha.py>`)

* :download:`How to print decomposition results <recipes/print_decomposition.html>` (download the python code :download:`here <recipes/print_decomposition.py>`)

* :download:`How to print theory predictions <recipes/print_theoryPrediction.html>` (download the python code :download:`here <recipes/print_theoryPrediction.py>`)

* :download:`How to compare theory predictions with experimental limits <recipes/compareUL.html>` (download the python code :download:`here <recipes/compareUL.py>`)

* :download:`How to find missing topologies <recipes/missingTopologies.html>` (download the python code :download:`here <recipes/missingTopologies.py>`)

* :download:`How to generate ascii graphs <recipes/ascii_graph_from_lhe.html>` (download the python code :download:`here <recipes/ascii_graph_from_lhe.py>`)
