123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- \documentclass[print]{nuthesis}
- \usepackage{lmodern}
- \usepackage{amssymb,amsmath}
- \usepackage{ifxetex,ifluatex}
- \usepackage{fixltx2e}
- \usepackage[
- style=numeric,
- sorting=none, % Ordering in order of usage
- citestyle=numeric-comp
- ]{biblatex}
- \addbibresource{references.bib}
- \usepackage{longtable}
- \usepackage{xcolor}
- \ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0
- \usepackage[T1]{fontenc}
- \usepackage[utf8]{inputenc}
- \usepackage{textcomp}
- \else
- \usepackage{unicode-math}
- \defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase}
- \fi
- \IfFileExists{upquote.sty}{\usepackage{upquote}}{}
- \IfFileExists{microtype.sty}{%
- \usepackage[]{microtype}
- \UseMicrotypeSet[protrusion]{basicmath}
- }{}
- \IfFileExists{parskip.sty}{%
- \usepackage{parskip}
- }{
- \setlength{\parindent}{0pt}
- \setlength{\parskip}{6pt plus 2pt minus 1pt}
- }
- \usepackage{hyperref}
- \hypersetup{%
- pdfborder={0 0 0},
- breaklinks=true}
- \urlstyle{same}
- \usepackage{graphicx,grffile}
- \makeatletter
- \def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
- \def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
- \makeatother
- \setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
- \setlength{\emergencystretch}{3em}
- \providecommand{\tightlist}{%
- \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
- \setcounter{secnumdepth}{0}
- \ifx\paragraph\undefined\else
- \let\oldparagraph\paragraph
- \renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
- \fi
- \ifx\subparagraph\undefined\else
- \let\oldsubparagraph\subparagraph
- \renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
- \fi
- \makeatletter
- \def\fps@figure{htbp}
- \makeatother
- \makeatletter
- \@ifpackageloaded{subfig}{}{\usepackage{subfig}}
- \@ifpackageloaded{caption}{}{\usepackage{caption}}
- \captionsetup[subfloat]{margin=0.5em}
- \AtBeginDocument{%
- \renewcommand*\figurename{Figure}
- \renewcommand*\tablename{Table}
- }
- \@ifpackageloaded{float}{}{\usepackage{float}}
- \floatstyle{ruled}
- \@ifundefined{c@chapter}{\newfloat{codelisting}{h}{lop}}{\newfloat{codelisting}{h}{lop}[chapter]}
- \floatname{codelisting}{Listing}
- \newcommand*\listoflistings{\listof{codelisting}{List of Listings}}
- \makeatother
- \begin{document}
- \frontmatter
- \title{Measurement of the production cross section of four top quarks in proton-proton collisions at 13 TeV}
- \author{Caleb Fangmeier}
- \adviser{Frank Golf}
- \adviserAbstract{Professor Frank Golf}
- \major{Physics and Astronomy}
- \degreemonth{December}
- \degreeyear{2019}
- \maketitle
- \begin{abstract}
- \input{00_abstract}
- \end{abstract}
- \begin{dedication}
- For mom, who taught me to finish what I start.
- \end{dedication}
- \begin{acknowledgments}
- I would like to begin by recognizing my fellow grad students, especially Joaquin Siado Castaneda, Jose Monroy Montañez, Rami Kamalieddin, and Paulo Costa, without whose camaraderie and collaboration on coursework and research, I would have surely lost my mind at some point during the trials of grad school. I would also like to recognize current and past HEP faculty at UNL:~Ken Bloom, Dan Claes, Aaron Dominguez, Frank Golf, Peisi Huang, Ilya Kravchenko, and Greg Snow, as well as the post-docs that helped make the Phase I upgrade project a success: Frank Meier and Rachel Bartek and the technicians in the electronics shop: Bob Kelty, Brian Farleigh, and Anatoly Miranov. Finally, I need to thank my family and friends, including the Slazoom Crew and our loyal listener, for their reliable support and efforts to keep me grounded.
- \end{acknowledgments}
- \tableofcontents
- \mainmatter
- \include{01_introduction}
- \include{02_standard_model}
- \include{03_lhc_and_cms_detector}
- \include{04_simulation_and_reconstruction}
- \include{05_tttt_measurement}
- \include{06_pixel_assembly}
- \include{07_conclusion}
- \backmatter
- \appendix
- \printbibliography
- \end{document}
- \endinput
|