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-06-07 12:38:42 +02:00
|
|
|
captions=nooneline,captions=tableabove,english,DIV=16,numbers=noenddot,final]{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-06-05 12:14:36 +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}
|
2020-05-29 17:27:30 +02:00
|
|
|
\date{10.~Juni~2020}
|
2020-03-18 10:33:35 +01:00
|
|
|
|
|
|
|
\begin{document}
|
2020-05-29 17:27:30 +02:00
|
|
|
|
2020-05-30 16:47:41 +02:00
|
|
|
\pagenumbering{Alph}
|
2020-03-18 10:33:35 +01:00
|
|
|
\input{./tex/title.tex}
|
2020-05-29 17:27:30 +02:00
|
|
|
\clearpage
|
|
|
|
\input{./tex/abstract.tex}
|
|
|
|
\clearpage
|
2020-03-25 19:25:29 +01:00
|
|
|
\tableofcontents
|
2020-05-29 17:27:30 +02:00
|
|
|
\clearpage
|
2020-03-18 10:33:35 +01:00
|
|
|
|
2020-05-29 17:27:30 +02:00
|
|
|
\pagenumbering{arabic}
|
2020-05-30 16:47:41 +02:00
|
|
|
\input{./tex/introduction.tex}
|
|
|
|
|
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-05-28 14:24:54 +02:00
|
|
|
\input{./tex/pheno.tex}
|
|
|
|
\input{./tex/pheno/setup.tex}
|
2020-05-28 17:59:30 +02:00
|
|
|
\input{./tex/pheno/discussion.tex}
|
2020-05-28 14:24:54 +02:00
|
|
|
|
2020-05-30 16:47:41 +02:00
|
|
|
\clearpage
|
2020-03-28 09:00:26 +01:00
|
|
|
\appendix
|
2020-05-30 16:47:41 +02:00
|
|
|
\pagenumbering{roman}
|
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-05-29 17:27:30 +02:00
|
|
|
\clearpage
|
|
|
|
\input{./tex/erklaerung.tex}
|
2020-03-18 10:33:35 +01:00
|
|
|
\end{document}
|