bachelor_thesis/latex/tex/appendix.tex

34 lines
879 B
TeX
Raw Normal View History

2020-03-27 19:34:22 +01:00
\chapter{Appendix}%
\label{chap:appendix}
\section{Sherpa Runcards}%
\label{sec:runcards}
\subsection{Quark Antiquark Anihilation}%
\label{sec:qqggruncard}
\yamlfile{../prog/runcards/qqgg/Sherpa.yaml}
2020-04-10 14:51:26 +02:00
2020-05-09 20:37:28 +02:00
\subsection{Proton Proton Anihilation}%
\label{sec:ppruncard}
\yamlfile{../prog/runcards/pp/Sherpa.yaml}
2020-04-10 14:51:26 +02:00
\section{Python Code}%
\label{sec:pycode}
The code listed here is a proof of concept and by no means optimized
for performance or even elegance.
\subsection{Monte Carlo Methods}%
\label{sec:mcpy}
\pythonfile{../prog/python/qqgg/monte_carlo.py}
2020-04-16 18:37:37 +02:00
\section{Rivet Analysis Code}%
\label{sec:rivetcode}
\subsection{Simple Diphoton Analysis}%
\label{sec:simpdiphotriv}
\cppfile{../prog/analysis/qqgg_simple/MC_DIPHOTON_SIMPLE.cc}
2020-05-09 20:37:28 +02:00
\subsection{Proton Proton Scattering Analysis}%
\label{sec:ppanalysis}
2020-05-17 19:29:47 +02:00
\cppfile{../prog/runcards/pp/MC_DIPHOTON_PROTON/MC_DIPHOTON_PROTON.cc}