1 |
claudioc |
1.1 |
\documentclass{cmspaper}
|
2 |
|
|
\usepackage{color}
|
3 |
|
|
\usepackage{graphicx}
|
4 |
|
|
\usepackage{wrapfig}
|
5 |
|
|
\usepackage{slashbox}
|
6 |
|
|
\usepackage{epstopdf} %added for MAC compiler
|
7 |
|
|
\usepackage{pdfpages}
|
8 |
claudioc |
1.12 |
\usepackage{appendix}
|
9 |
|
|
\usepackage{lineno}
|
10 |
claudioc |
1.1 |
\RequirePackage{lineno}
|
11 |
|
|
\newcommand{\met}{\mbox{$\raisebox{.3ex}{$\not$}E_T$\hspace*{0.5ex}}}
|
12 |
|
|
|
13 |
|
|
\begin{document}
|
14 |
|
|
|
15 |
|
|
%==============================================================================
|
16 |
|
|
% title page for few authors
|
17 |
|
|
|
18 |
|
|
\begin{titlepage}
|
19 |
|
|
\pagestyle {plain}
|
20 |
|
|
\pagenumbering{arabic}
|
21 |
|
|
%\linenumbers
|
22 |
|
|
% select one of the following and type in the proper number:
|
23 |
|
|
% \cmsnote{2010/000}
|
24 |
|
|
%\date{Oct 23 16:00 PM}
|
25 |
|
|
|
26 |
|
|
\title {Search for new physics in the opposite sign dilepton sample}
|
27 |
|
|
\begin{Authlist}
|
28 |
|
|
D. Barge, C. Campagnari, P.~Kalavase, D.~Kovalskyi, V.~Krutelyov, J.~Ribnik
|
29 |
|
|
\Instfoot{ucsb}{University of California, Santa Barbara}
|
30 |
benhoob |
1.6 |
W.~Andrews, D.~Evans, F.~Golf, J. M\"ulmenst\"adt, S. Padhi, Y.~Tu, F. W\"urthwein, A. Yagil, J.~Yoo
|
31 |
claudioc |
1.1 |
\Instfoot{ucsd}{University of California, San Diego}
|
32 |
|
|
L. Bauerdick, I.~Bloch, K.~Burkett, I.~Fisk, Y.~ Gao,~O.~Gutsche,~B. Hooberman
|
33 |
|
|
\Instfoot{fnal}{Fermi National Accelerator Laboratory, Batavia, Illinois}
|
34 |
|
|
\end{Authlist}
|
35 |
|
|
|
36 |
|
|
%
|
37 |
|
|
|
38 |
|
|
\begin{abstract}
|
39 |
benhoob |
1.10 |
We present the result of a search for new physics in the opposite-sign dilepton
|
40 |
claudioc |
1.8 |
$+$ jets $+$ missing energy final state based on 35 pb$^{-1}$
|
41 |
benhoob |
1.4 |
of 2010 CMS data. We find no evidence for an anomalous rate of events
|
42 |
|
|
accompanied by large missing transverse energy and significant hadronic
|
43 |
|
|
activity.
|
44 |
claudioc |
1.1 |
|
45 |
|
|
|
46 |
|
|
\end{abstract}
|
47 |
|
|
|
48 |
|
|
\end{titlepage}
|
49 |
|
|
\newpage
|
50 |
claudioc |
1.12 |
\tableofcontents
|
51 |
|
|
\newpage
|
52 |
|
|
\linenumbers
|
53 |
claudioc |
1.1 |
\input{introduction.tex}
|
54 |
|
|
\input{datasets.tex}
|
55 |
|
|
\input{eventsel.tex}
|
56 |
claudioc |
1.2 |
\input{triggereff.tex}
|
57 |
claudioc |
1.1 |
\input{yields.tex}
|
58 |
|
|
\input{bulk.tex}
|
59 |
|
|
\input{sigregion.tex}
|
60 |
|
|
\input{datadriven.tex}
|
61 |
claudioc |
1.2 |
\input{otherBG.tex}
|
62 |
|
|
\input{results.tex}
|
63 |
claudioc |
1.3 |
\input{systematics.tex}
|
64 |
claudioc |
1.2 |
\input{limit.tex}
|
65 |
claudioc |
1.1 |
|
66 |
|
|
\clearpage
|
67 |
|
|
\input{bibliography.tex}
|
68 |
|
|
\clearpage
|
69 |
claudioc |
1.12 |
%\appendix
|
70 |
|
|
%\renewcommand\thesection{Appendix \Alph{section}}
|
71 |
|
|
\appendixtitleon
|
72 |
|
|
\appendixtitletocon
|
73 |
|
|
\begin{appendices}
|
74 |
|
|
\input{appendix_trigger.tex}
|
75 |
|
|
\input{appendix_candidates.tex}
|
76 |
|
|
\input{appendix.tex}
|
77 |
|
|
\end{appendices}
|
78 |
claudioc |
1.1 |
% \setcounter{page}{2}%JPP
|
79 |
|
|
|
80 |
|
|
|
81 |
|
|
|
82 |
|
|
|
83 |
|
|
|
84 |
|
|
\end{document}
|