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{lineno}
|
9 |
\RequirePackage{lineno}
|
10 |
\usepackage{amsmath,amssymb}
|
11 |
\usepackage{xspace}
|
12 |
|
13 |
\newcommand{\pt}{\ensuremath{p_{\mathrm{T}}}\xspace}
|
14 |
\newcommand{\mll}{\ensuremath{m_{\ell\ell}}}
|
15 |
\newcommand{\ttbar}{\ensuremath{t\bar{t}}}
|
16 |
\newcommand{\eepm}{\ensuremath{e^+ e^-}}
|
17 |
\newcommand{\mmpm}{\ensuremath{\mu^+ \mu^-}}
|
18 |
\newcommand{\empm}{\ensuremath{e^\pm \mu^\mp}}
|
19 |
\newcommand{\ase}[2]{\ensuremath{_{~- #1}^{~+ #2}}}
|
20 |
%\newcommand{\met}{\mbox{$\raisebox{.3ex}{$\not$}E_T$\hspace*{0.5ex}}}
|
21 |
\newcommand{\met}{\ensuremath{\mspace{3mu}/\mspace{-12.0mu}E_{T}}}
|
22 |
% Copied from TDR definitions
|
23 |
\newcommand{\GeV}{\ensuremath{\,\text{Ge\hspace{-.08em}V}}\xspace}
|
24 |
\newcommand{\GeVc}{\ensuremath{{\,\text{Ge\hspace{-.08em}V\hspace{-0.16em}/\hspace{-0.08em}}c}}\xspace}
|
25 |
\newcommand{\GeVcc}{\ensuremath{{\,\text{Ge\hspace{-.08em}V\hspace{-0.16em}/\hspace{-0.08em}}c^\text{2}}}\xspace}
|
26 |
\newcommand{\pbinv} {\mbox{\ensuremath{\,\text{pb}^\text{$-$1}}}\xspace}
|
27 |
\newcommand{\MET}{\ensuremath{E_{\mathrm{T}}^{\text{miss}}}\xspace}
|
28 |
\providecommand{\PYTHIA} {{\textsc{pythia}}\xspace}
|
29 |
\providecommand{\MADGRAPH} {\textsc{MadGraph}\xspace}
|
30 |
\newcommand{\HT}{\ensuremath{H_{\mathrm{T}}}\xspace}
|
31 |
|
32 |
\newcommand{\lumifinal}{349\pbinv}
|
33 |
\newcommand{\Ht}{$H_{T}$}
|
34 |
%\newcommand{\ttbar}{$t\bar{t}$}
|
35 |
\newcommand{\ttll}{$t\bar{t}\rightarrow\ell^+\ell^-$}
|
36 |
\newcommand{\tttau}{$t\bar{t}\rightarrow\ell^{\pm}\tau^{\mp}/\tau^+\tau^-$}
|
37 |
\newcommand{\ttfake}{$t\bar{t}\rightarrow\mathrm{fake}$}
|
38 |
\newcommand{\wjets}{$W+\mathrm{jets}$}
|
39 |
\newcommand{\DY}{DY}
|
40 |
\newcommand{\WW}{$W^+W^-$}
|
41 |
\newcommand{\WZ}{$W^{\pm}Z^0$}
|
42 |
\newcommand{\ZZ}{$Z^0Z^0$}
|
43 |
%\newcommand{\ptll}{$p_{T}(\ell\ell$}
|
44 |
\newcommand{\ptll} {\ensuremath{p_T(\ell\ell)}}
|
45 |
\newcommand{\ptht} {\ensuremath{p_T(\ell\ell/\sqrt{H_{T}}}}
|
46 |
|
47 |
\begin{document}
|
48 |
|
49 |
%==============================================================================
|
50 |
% title page for few authors
|
51 |
|
52 |
\begin{titlepage}
|
53 |
\pagestyle {plain}
|
54 |
\pagenumbering{arabic}
|
55 |
%\linenumbers
|
56 |
% select one of the following and type in the proper number:
|
57 |
% \cmsnote{2010/000}
|
58 |
%\date{Oct 23 16:00 PM}
|
59 |
|
60 |
\title {Search for Physics Beyond the Standard Model in Opposite-sign Dilepton Events in pp Collisions at $\sqrt{s}=7$~TeV }
|
61 |
\begin{Authlist}
|
62 |
The RA6 Crew...
|
63 |
\end{Authlist}
|
64 |
|
65 |
\input{abstract.tex}
|
66 |
\end{titlepage}
|
67 |
|
68 |
|
69 |
|
70 |
\newpage
|
71 |
%\tableofcontents
|
72 |
%\newpage
|
73 |
\linenumbers
|
74 |
\input{introduction.tex}
|
75 |
\input{detector.tex}
|
76 |
\input{eventsel.tex}
|
77 |
\input{yields.tex}
|
78 |
\input{bulk.tex}
|
79 |
\input{dilmassfit.tex}
|
80 |
\input{sigregion.tex}
|
81 |
\input{datadriven.tex}
|
82 |
\input{otherBG.tex}
|
83 |
\input{results.tex}
|
84 |
\input{systematics.tex}
|
85 |
\input{limit.tex}
|
86 |
\input{appendix_outreach.tex}
|
87 |
\input{conclusion.tex}
|
88 |
\input{acknowledge.tex}
|
89 |
|
90 |
%\clearpage
|
91 |
\input{bibliography.tex}
|
92 |
|
93 |
\appendix
|
94 |
%\input{appendix_datamc.tex}
|
95 |
%\setcounter{page}{2}%JPP
|
96 |
|
97 |
\end{document}
|