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 |
\usepackage{appendix}
|
9 |
\usepackage{lineno}
|
10 |
\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 |
W.~Andrews, D.~Evans, F.~Golf, J. M\"ulmenst\"adt, S. Padhi, Y.~Tu, F. W\"urthwein, A. Yagil, J.~Yoo
|
31 |
\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 |
\begin{abstract}
|
38 |
We present the result of a search for new physics in the opposite-sign
|
39 |
dileptons $+$ jets $+$ missing energy final state based on 34.0~pb$^{-1}$
|
40 |
of 2010 CMS data. We find no evidence for an anomalous rate of events
|
41 |
accompanied by large missing transverse energy and significant hadronic
|
42 |
activity.
|
43 |
|
44 |
\end{abstract}
|
45 |
|
46 |
\end{titlepage}
|
47 |
\newpage
|
48 |
|
49 |
|
50 |
\tableofcontents
|
51 |
\newpage
|
52 |
\linenumbers
|
53 |
\input{changes.tex}
|
54 |
\input{introduction.tex}
|
55 |
\input{datasets.tex}
|
56 |
\input{eventsel.tex}
|
57 |
\input{triggereff.tex}
|
58 |
\input{yields.tex}
|
59 |
\input{bulk.tex}
|
60 |
\input{sigregion.tex}
|
61 |
\input{datadriven.tex}
|
62 |
\input{otherBG.tex}
|
63 |
\input{results.tex}
|
64 |
\input{systematics.tex}
|
65 |
\input{limit.tex}
|
66 |
|
67 |
\clearpage
|
68 |
\input{bibliography.tex}
|
69 |
\clearpage
|
70 |
%\appendix
|
71 |
%\renewcommand\thesection{Appendix \Alph{section}}
|
72 |
\appendixtitleon
|
73 |
\appendixtitletocon
|
74 |
\begin{appendices}
|
75 |
\input{appendix_trigger.tex}
|
76 |
\input{appendix_candidates.tex}
|
77 |
\input{appendix.tex}
|
78 |
\end{appendices}
|
79 |
% \setcounter{page}{2}%JPP
|
80 |
|
81 |
|
82 |
|
83 |
|
84 |
|
85 |
\end{document}
|