2020-05-13 10:37:16 +02:00
|
|
|
%%% Local Variables:
|
|
|
|
%%% mode: latex
|
|
|
|
%%% TeX-master: t
|
|
|
|
%%% End:
|
|
|
|
|
2020-03-18 10:33:35 +01:00
|
|
|
\documentclass[fontsize=12pt,paper=a4,open=any,parskip=half,
|
|
|
|
twoside=false,toc=listof,toc=bibliography,fleqn,leqno,
|
2020-03-25 19:25:29 +01:00
|
|
|
captions=nooneline,captions=tableabove,english]{scrbook}
|
2020-03-18 10:33:35 +01:00
|
|
|
|
|
|
|
\usepackage{hirostyle}
|
2020-04-07 20:51:03 +02:00
|
|
|
\addbibresource{thesis.bib}
|
2020-03-18 10:33:35 +01:00
|
|
|
|
2020-05-15 18:34:24 +02:00
|
|
|
\title{A Study of Monte Carlo Methods and Their Application to Diphoton Production at the LHC}
|
2020-03-18 10:33:35 +01:00
|
|
|
\author{Valentin Boettcher}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\input{./tex/title.tex}
|
2020-03-25 19:25:29 +01:00
|
|
|
\tableofcontents
|
2020-03-18 10:33:35 +01:00
|
|
|
|
2020-03-25 16:28:35 +01:00
|
|
|
\input{./tex/qqgammagamma.tex}
|
|
|
|
\input{./tex/qqgammagamma/calculation.tex}
|
2020-03-27 19:34:22 +01:00
|
|
|
\input{./tex/qqgammagamma/comparison.tex}
|
2020-03-25 16:28:35 +01:00
|
|
|
|
2020-04-07 20:51:03 +02:00
|
|
|
\input{./tex/monte-carlo.tex}
|
2020-04-08 09:42:18 +02:00
|
|
|
\input{./tex/monte-carlo/integration.tex}
|
2020-04-12 14:42:29 +02:00
|
|
|
\input{./tex/monte-carlo/sampling.tex}
|
2020-04-07 20:51:03 +02:00
|
|
|
|
2020-05-04 19:56:04 +02:00
|
|
|
\input{./tex/pdf.tex}
|
|
|
|
\input{./tex/pdf/pdf_basics.tex}
|
|
|
|
\input{./tex/pdf/lab_xs.tex}
|
2020-05-05 18:59:40 +02:00
|
|
|
\input{./tex/pdf/results.tex}
|
2020-03-18 10:33:35 +01:00
|
|
|
|
2020-03-28 09:00:26 +01:00
|
|
|
\appendix
|
2020-03-27 19:34:22 +01:00
|
|
|
\input{./tex/appendix.tex}
|
2020-03-18 10:33:35 +01:00
|
|
|
|
|
|
|
\clearpage
|
2020-04-07 20:51:03 +02:00
|
|
|
\listoffigures
|
|
|
|
\listoftables
|
|
|
|
\printbibliography
|
2020-03-18 10:33:35 +01:00
|
|
|
\end{document}
|