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 |
|
|
\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 with same-sign di-leptons at the LHC}
|
27 |
|
|
\begin{Authlist}
|
28 |
|
|
CMS Collaboration
|
29 |
|
|
\end{Authlist}
|
30 |
|
|
|
31 |
|
|
|
32 |
|
|
\begin{abstract}
|
33 |
claudioc |
1.3 |
We present results of searches for new physics in events with two same-sign
|
34 |
claudioc |
1.1 |
leptons, jets, and missing transverse energy in the final state. The search uses
|
35 |
fkw |
1.2 |
data collected by the CMS experiment at the LHC in $pp$-collisions at a center of mass energy of 7 TeV.
|
36 |
|
|
The total integrated luminosity used in this analysis is 35~pb$^{-1}$ (CMS 2010 run). The data agree
|
37 |
claudioc |
1.1 |
with the Standard Model predictions, giving no evidence for new physics.
|
38 |
|
|
% We set limits on the parameter space of SUSY models with universal and
|
39 |
|
|
% non-universal gaugino mass scales and on anomalous $tt+\bar{t}\bar{t}$ production.
|
40 |
|
|
% We also give the
|
41 |
|
|
% limits on cross section times
|
42 |
|
|
% branching ratios times the event acceptance for distinct sets
|
43 |
|
|
% of cuts.
|
44 |
|
|
|
45 |
|
|
\end{abstract}
|
46 |
|
|
%
|
47 |
|
|
\end{titlepage}
|
48 |
|
|
\newpage
|
49 |
|
|
|
50 |
|
|
|
51 |
|
|
%\tableofcontents
|
52 |
|
|
\newpage
|
53 |
|
|
\linenumbers
|
54 |
|
|
|
55 |
|
|
|
56 |
|
|
\clearpage
|
57 |
|
|
\input{introduction.tex}
|
58 |
|
|
\input{cms.tex}
|
59 |
|
|
\input{observables.tex}
|
60 |
|
|
\input{LeptonicSearch.tex}
|
61 |
|
|
\input{bibliography.tex}
|
62 |
|
|
% \setcounter{page}{2}%JPP
|
63 |
|
|
|
64 |
|
|
|
65 |
|
|
|
66 |
|
|
|
67 |
|
|
|
68 |
|
|
\end{document}
|