-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
124 lines (109 loc) · 4.13 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
%% uctest.tex 11/3/94
%% 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.
\newcommand*{\ATLASLATEXPATH}{/Users/sheenaschier/Library/TexShop/texmf/tex/latex/atlaslatex-01-07-01/latex/}
\documentclass[11pt]{ucthesis}
\def\dsp{\def\baselinestretch{2.0}\large\normalsize}
%\dsp
\usepackage{\ATLASLATEXPATH atlasphysics}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{accents}
\usepackage{tikz}
\usepackage{placeins}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[font={small}]{caption}
\usepackage{lineno}
\usepackage{booktabs}
%\usepackage[utf8]{inputenc}
%\linenumbers
\begin{document}
% Declarations for Front Matter
\title{Searches for Electroweak Production of Compressed Supersymmetry in Events with Soft Leptons, Missing Transverse Momentum, and a Hard Jet in the ATLAS Detector}
\author{Sheena Calie Schier}
\degreeyear{2018}
\degreemonth{June}
\degree{DOCTOR OF PHILOSOPHY}
\chair{Professor Abraham Seiden}
\committeememberone{Professor Jason Nielsen}
\committeemembertwo{Professor Michael Hance}
\numberofmembers{3}
\deanlineone{Dean Tyrus Miller}
\deanlinetwo{Vice Provost and Dean of Graduate Studies}
\deanlinethree{}
\field{Physics}
\campus{Santa Cruz}
%\iffalse
\begin{frontmatter}
\maketitle
\copyrightpage
\tableofcontents
\listoffigures
\listoftables
\makeatletter
\newcommand{\rmnum}[1]{\romannumeral #1}
\newcommand{\Rmnum}[1]{\expandafter\@slowromancap\romannumeral #1@}
\makeatother
%TODO: LINE NUMBERS
\begin{abstract}
Supersymmetry (SUSY) is an extension of the Standard Model that predicts a boson (fermion) partner for each fermion (boson) in the Standard Model. Weak-scale SUSY is attractive for reasons like improving gauge coupling unification, reducing fine-tuning in the Higgs sector and providing a dark matter candidate. This thesis presents a dedicated search for direct production of new, colorless, weak-scale states with compressed mass spectra in final states characterized by soft visible decay products. This analysis uses $pp$ collisions at $\sqrt s$ = 13 TeV at the Large Hadron Collider and collected by the ATLAS experiment during 2015 and 2016 corresponding to 36.1 $\mathrm{fb}^{-1}$ of integrated luminosity. This analysis selects events with two soft electrons or muons, an intermediate amount of missing transverse momentum (\met{}), and a hard jet. Backgrounds with two prompt leptons are estimated with Monte Carlo simulation, while reducible backgrounds are estimated with a mix of Monte Carlo and data-driven methods. Results are consistent with Standard Model expectations and used to put limits on compressed supersymmetric states. Limits are extended on compressed electroweak SUSY model for the first time since the Large Electron Positron Collider (LEP).
\end{abstract}
\begin{dedication}
\null\vfil
{\large
\begin{center}
To my father,\\\vspace{12pt}
Lecil Charles Schier,\\\vspace{12pt}
the person who taught me at the age of 7 that the grass in not green.
\end{center}}
\vfil\null
\end{dedication}
\begin{acknowledgements}
I want to thank everyone..
\end{acknowledgements}
\end{frontmatter}
%\fi
\include{introduction}
%\iffalse
\part{Theoretical Motivation and Experimental Setup}
\include{theory}
\include{detector}
\part{Method}
\include{data}
\include{object}
%\fi
\include{regions}
\include{backgrounds}
\include{fakefactor}
\part{Analysis and Results}
\include{systematics}
\include{statanalysis}
\include{results}
\include{interpretations}
\include{conclusion}
%\fi
\nocite{*}
\bibliographystyle{plain}
\bibliography{uctest.bib}
%\printbibliography
\appendix
\include{apndx-A}
\iffalse
\include{apndx-B}
\include{apndx-C}
Ancillary material should be put in appendices, which appear after the
bibliography.
\fi
\end{document}