-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
166 lines (147 loc) · 4.37 KB
/
thesis.tex
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
\documentclass[hyper,allcolors=blue]{mythesis}
\makeatother
\title{Discovery and measurement of the Higgs boson in the \WW decay channel}
\author{David Christopher Hall}
% Blinding
\newcommand{\blindfolder}{unblinded}
\begin{document}
%TC:ignore
\begin{frontmatter}
\input{tex/frontmatter}
\end{frontmatter}
%TC:endignore
\begin{mainmatter}
\clearpage
\pagenumbering{arabic}
\chapter*{Introduction}
\addcontentsline{toc}{chapter}{Introduction}
\label{chap:intro}
\input{tex/introduction}
\chapter{Theoretical motivation}
\label{chap:motivation}
\input{tex/motivation/intro}
\section{The Standard Model of particle physics}
\label{sec:sm}
\input{tex/motivation/sm}
\section{Electroweak unification}
\label{sec:ewsb}
\input{tex/motivation/ewsb}
\section{Properties of the Higgs boson}
\label{sec:properties}
\input{tex/motivation/properties}
\section{Pre-LHC constraints on the Higgs boson mass}
\label{sec:prior_constraints}
\input{tex/motivation/constraints}
\chapter{Computational techniques for the LHC}
\label{chap:tools}
\input{tex/tools/intro}
\section{Quantum chromodynamics}
\label{sec:qcd}
\input{tex/tools/qcd}
\section{Monte Carlo event generation}
\label{sec:mc}
\input{tex/tools/mc}
\section{Jet algorithms}
\label{sec:jets}
\input{tex/tools/jets}
\chapter{The ATLAS experiment}
\label{chap:experiment}
\input{tex/experiment/intro}
\section{The Large Hadron Collider}
\label{sec:lhc}
\input{tex/experiment/lhc}
\section{\pp collision data}
\label{sec:dataset}
\input{tex/experiment/dataset}
\section{The ATLAS detector}
\label{sec:atlas}
\input{tex/experiment/atlas}
\chapter{Overview of the \HWW analysis}
\label{chap:selection}
\input{tex/selection/intro}
\section{Experimental signature}
\label{sec:signature}
\input{tex/selection/signature}
\section{Reconstruction of physics objects}
\label{sec:objects}
\input{tex/selection/objects}
\clearpage
\section{Event selection criteria}
\label{sec:selection}
\input{tex/selection/selection}
\chapter{Signal modelling}
\label{chap:signal}
\input{tex/signal/intro}
\clearpage
\section{Jet-binned cross sections}
\label{sec:ggf_jetbin}
\input{tex/signal/jetbin}
\newpage
\section{Monte Carlo modelling}
\label{sec:ggf_mc}
\input{tex/signal/mc}
\chapter{\WW measurement and modelling}
\label{chap:ww}
\input{tex/ww/intro}
\section{Cross section measurement in the 0-jet bin}
\label{sec:ww_meas}
\input{tex/ww/meas}
\section{Background estimation for \HWW search}
\label{sec:ww_as_bkg}
\input{tex/ww/bkg}
\chapter{Other backgrounds}
\label{chap:backgrounds}
\input{tex/backgrounds/intro}
\newpage
\section{\Wjets and dijet}
\label{sec:wjets}
\input{tex/backgrounds/wjets}
\clearpage
\section{Non-\WW diboson}
\label{sec:diboson}
\input{tex/backgrounds/diboson}
\section{Top}
\label{sec:top}
\input{tex/backgrounds/top}
\clearpage
\section{\DY}
\label{sec:dy}
\input{tex/backgrounds/dy}
\section{Summary of normalisation factors}
\label{sec:NFs}
\input{tex/backgrounds/nf}
\chapter{Experimental results}
\label{chap:results}
\input{tex/results/intro}
\section{Systematic uncertainties}
\label{sec:systematics}
\input{tex/results/systematics}
\section{Statistical model}
\label{sec:stats}
\input{tex/results/stats}
\section{Results}
\label{sec:results}
\input{tex/results/results}
\chapter{Status of Higgs physics}
\label{chap:conclusions}
\input{tex/conclusions/intro}
\section{Properties of the discovered Higgs boson}
\label{sec:searches}
\input{tex/conclusions/searches}
\section{Theoretical implications}
\label{sec:implications}
\input{tex/conclusions/implications}
\section{Outlook}
\label{sec:outlook}
\input{tex/conclusions/outlook}
\chapter{Conclusions}
\label{chap:thesis_conclusions}
\input{tex/conclusions/thesis}
\end{mainmatter}
\begin{backmatter}
\bibliographystyle{thesis}
\bibliography{theory,pheno,mc,experiment}
%\listoffigures
%\listoftables
\end{backmatter}
\end{document}