-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpasner_thesis.tex
More file actions
215 lines (178 loc) · 6.69 KB
/
Copy pathpasner_thesis.tex
File metadata and controls
215 lines (178 loc) · 6.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
%% pasner_thesis.tex 11/14/2018
%% Modified by Jacob M. Pasner
%% Copyright (C) 1988-2004 Daniel Gildea, BBF, Ethan Munson.
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2003/12/01 or later.
%
% This work has the LPPL maintenance status "maintained".
%
% The Current Maintainer of this work is Daniel Gildea.
\documentclass[11pt]{ucthesis}
% Fix for errors with ucthesis format and setspce package
% Found here: https://github.com/mohseniaref/ucsd-thesis/issues/51
\makeatletter
% taken from uct11.clo and adapted to LaTeX2e nomenclature
\renewcommand{\normalsize}{\@setfontsize\normalsize\@xipt{13.6}%
\abovedisplayskip 11\p@ plus3\p@ minus6\p@
\belowdisplayskip \abovedisplayskip
\abovedisplayshortskip \z@ plus3\p@
\belowdisplayshortskip 6.5\p@ plus3.5\p@ minus3\p@
\let\@listi\@listI} % Setting of \@listi added 9 Jun 87
\renewcommand{\small}{\@setfontsize\small\@xpt{12}%
\abovedisplayskip 10\p@ plus2\p@ minus5\p@
\belowdisplayskip \abovedisplayskip
\abovedisplayshortskip \z@ plus3\p@
\belowdisplayshortskip 6\p@ plus3\p@ minus3\p@
\def\@listi{\leftmargin\leftmargini %% Added 22 Dec 87
\topsep 6\p@ plus2\p@ minus2\p@\parsep 3\p@ plus2\p@ minus\p@
\itemsep \parsep}}
\renewcommand{\footnotesize}{\@setfontsize\footnotesize\@ixpt{11}%
\abovedisplayskip 8\p@ plus2\p@ minus4\p@
\belowdisplayskip \abovedisplayskip
\abovedisplayshortskip \z@ plus\p@
\belowdisplayshortskip 4\p@ plus2\p@ minus2\p@
\def\@listi{\leftmargin\leftmargini %% Added 22 Dec 87
\topsep 4\p@ plus2\p@ minus2\p@\parsep 2\p@ plus\p@ minus\p@
\itemsep \parsep}}
\renewcommand{\scriptsize}{\@setfontsize\scriptsize\@viiipt{9.5pt}}
\renewcommand{\tiny}{\@setfontsize\tiny\@vipt{7pt}}
\renewcommand{\large}{\@setfontsize\large\@xiipt{14pt}}
\renewcommand{\Large}{\@setfontsize\Large\@xivpt{18pt}}
\renewcommand{\LARGE}{\@setfontsize\LARGE\@xviipt{22pt}}
\renewcommand{\huge}{\@setfontsize\huge\@xxpt{25pt}}
\renewcommand{\Huge}{\@setfontsize\Huge\@xxvpt{30pt}}
\makeatother
\usepackage{setspace}
% Feynman Diagram Stuff
\RequirePackage{luatex85}
\usepackage{tikz-feynman}
\tikzfeynmanset{compat=1.1.0}
% Random definitions for b-jet cartoon
\usepackage{xcolor}
\newcommand{\tikzdot}[1]{\tikz\draw[#1,fill=#1] (0,0) circle (.5ex);}
% https://www.colorhexa.com/1e90ff
\definecolor{track_blue}{HTML}{1e90ff}
% https://www.htmlcsscolor.com/hex/006400
\definecolor{IPgreen}{HTML}{006400}
% Packages & objects for object selection diagram
\usetikzlibrary{shapes.geometric, arrows}
\usetikzlibrary{positioning}
\tikzstyle{selection} = [rectangle, rounded corners, minimum width=3cm, minimum height=1.5cm, text centered, text width=4.0cm, draw=black, fill=white]
\tikzstyle{arrow} = [thick,->,>=stealth]
% Objects created for ttbarCR selection diagram
\tikzstyle{ttbar_selection} = [rectangle, rounded corners, minimum width=3cm, minimum height=1.2cm, text centered, text width=3.5cm, draw=black, fill=white]
\tikzstyle{hemisphere} = [rectangle, rounded corners, minimum width=2cm, minimum height=0.8cm, text centered, text width=3.5cm, fill=white]
% Definitions for using atlas latex
\newcommand*{\ATLASLATEXPATH}{atlaslatex/latex/}
\usepackage[jetetmiss,particle,misc]{atlaslatex/latex/atlasphysics}
\usepackage[backend=biber,sorting=none,backref=true]{biblatex}
% Declare usepackages here:
\usepackage{siunitx}
\sisetup{load=abbr}
\usepackage{rotating}
\usepackage{adjustbox}
\usepackage{lineno}
\usepackage{color} % May be necessary if you want to color links
\usepackage{pgfplots}
\usepackage{amsmath,amssymb}
\usepackage{booktabs}
\usepackage{bm}
\usepackage{caption,subcaption,epsfig}
\usepackage{hyperref} % Makes Chapter titles into links
\usepackage{cleveref}
\hypersetup{
colorlinks=true, % set true if you want colored links
linktoc=all, % set to all if you want both sections and subsections linked
citecolor=black,
filecolor=black,
linkcolor=black, % choose some color if you want links to stand out
urlcolor=black
}
%\linenumbers
\setlength{\parindent}{0pt} % no indentation
\setlength{\parskip}{2ex} % larger space between paragraphs
\input{cutflow.tex}
% Define biliography resources for lookup by biber
\addbibresource{atlaslatex/bib/ATLAS-useful.bib}
\addbibresource{atlaslatex/bib/ATLAS-errata.bib}
\addbibresource{atlaslatex/bib/ATLAS.bib}
\addbibresource{atlaslatex/bib/CMS.bib}
\addbibresource{atlaslatex/bib/ConfNotes.bib}
\addbibresource{atlaslatex/bib/PubNotes.bib}
\addbibresource{pasner_thesis.bib}
\begin{document}
%\doublespacing
\begin{spacing}{2.0}
% Declarations for Front Matter
\title{An Inclusive Search for the Decay of Boosted Higgs Bosons in the $H
\rightarrow$ \MakeLowercase{$b\overline{b}$} Channel with the ATLAS Detector}
\author{Jacob Martin Pasner}
\degreeyear{2019}
\degreemonth{December}
\degree{DOCTOR OF PHILOSOPHY}
\chair{Professor Jason Nielsen}
\committeememberone{Professor Abraham Seiden}
\committeemembertwo{Professor Michael Hance}
\numberofmembers{3} %% (including chair) possible: 3, 4, 5, 6
\deanlineone{Quentin Williams}
\deanlinetwo{Acting Vice Provost and Dean of Graduate Studies}
\deanlinethree{}
\field{Physics}
\campus{Santa Cruz}
\begin{frontmatter}
\maketitle
\copyrightpage
\tableofcontents
\listoffigures
\listoftables
\begin{abstract}
\input{abstract.tex}
\end{abstract}
\begin{dedication}
\null\vfil
{\large
\begin{center}
To my loving parents for giving me a beautiful life\\\vspace{12pt}
To my friends and family for filling my life with joy\\\vspace{12pt}
And to science for the miracle and mystery of life itself
\end{center}}
\vfil\null
\end{dedication}
\begin{acknowledgements}
\input{acknowledgements.tex}
\end{acknowledgements}
\end{frontmatter}
\input{chapters/introduction/head.tex}
\part{Theoretical Motivations and the Standard Model}
% The Standard Model and Beyond
\label{part:theory}
\input{chapters/theory/head.tex}
\input{chapters/higgs/head.tex}
\part{Experimental Apparatus and Associated Facilities}
% The Large Hadron Collider and ATLAS Detector
\label{part:experiment}
\input{chapters/lhc/head.tex}
\input{chapters/atlas/head.tex}
\part{Search for Boosted $H \rightarrow b\bar{b}$}
% The analysis
\label{part:HbbISR}
\input{chapters/data/head.tex}
\input{chapters/objects/head.tex}
\input{chapters/selection/head.tex}
\input{chapters/backgrounds/head.tex}
\input{chapters/systematics/head.tex}
\input{chapters/fit/head.tex}
\input{chapters/results/head.tex}
\input{chapters/conclusion/head.tex}
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\printbibliography
\end{spacing}
\end{document}