bachelor_thesis/latex/tex/appendix.tex
2020-05-17 19:29:47 +02:00

33 lines
879 B
TeX

\chapter{Appendix}%
\label{chap:appendix}
\section{Sherpa Runcards}%
\label{sec:runcards}
\subsection{Quark Antiquark Anihilation}%
\label{sec:qqggruncard}
\yamlfile{../prog/runcards/qqgg/Sherpa.yaml}
\subsection{Proton Proton Anihilation}%
\label{sec:ppruncard}
\yamlfile{../prog/runcards/pp/Sherpa.yaml}
\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}
\section{Rivet Analysis Code}%
\label{sec:rivetcode}
\subsection{Simple Diphoton Analysis}%
\label{sec:simpdiphotriv}
\cppfile{../prog/analysis/qqgg_simple/MC_DIPHOTON_SIMPLE.cc}
\subsection{Proton Proton Scattering Analysis}%
\label{sec:ppanalysis}
\cppfile{../prog/runcards/pp/MC_DIPHOTON_PROTON/MC_DIPHOTON_PROTON.cc}