1 |
claudioc |
1.1 |
\documentclass{cmspaper}
|
2 |
claudioc |
1.3 |
\usepackage{color}
|
3 |
claudioc |
1.1 |
\usepackage{graphicx}
|
4 |
|
|
\usepackage{wrapfig}
|
5 |
|
|
\usepackage{epstopdf} %added for MAC compiler
|
6 |
|
|
\RequirePackage{lineno}
|
7 |
|
|
\begin{document}
|
8 |
|
|
|
9 |
|
|
%==============================================================================
|
10 |
|
|
% title page for few authors
|
11 |
|
|
|
12 |
|
|
\begin{titlepage}
|
13 |
|
|
\pagestyle {plain}
|
14 |
|
|
\pagenumbering{arabic}
|
15 |
|
|
%\linenumbers
|
16 |
|
|
% select one of the following and type in the proper number:
|
17 |
|
|
% \cmsnote{2010/000}
|
18 |
|
|
%\date{Oct 23 16:00 PM}
|
19 |
|
|
|
20 |
|
|
\title {Low $P_T$ dileptons in 7 TeV data}
|
21 |
|
|
\begin{Authlist}
|
22 |
|
|
D. Barge, C. Campagnari, P.~Kalavase, D.~Kovalskyi, V.~Krutelyov, J.~Ribnik
|
23 |
|
|
\Instfoot{ucsb}{University of California, Santa Barbara}
|
24 |
|
|
W.~Andrews, D.~Evans, F.~Golf, J. M\"ulmenst\"adt, S. Padhi, Y.~Tu, F. W\"urthwein, A. Yagil
|
25 |
|
|
\Instfoot{ucsd}{University of California, San Diego}
|
26 |
|
|
L. Bauerdick, I.~Bloch, K.~Burkett, I.~Fisk, Y.~ Gao,~O.~Gutsche,~B. Hooberman
|
27 |
|
|
\Instfoot{fnal}{Fermi National Accelerator Laboratory, Batavia, Illinois}
|
28 |
|
|
\end{Authlist}
|
29 |
|
|
|
30 |
|
|
%
|
31 |
|
|
|
32 |
|
|
\begin{abstract}
|
33 |
|
|
We study the sample of isolated dileptons ($e$ or $\mu$) with
|
34 |
|
|
$P_T > 10$ GeV in 7 TeV data. This sample is dominated by
|
35 |
|
|
Drell Yan and QCD. We compare the event yields in data with
|
36 |
|
|
Monte Carlo expectations, and we use the Fake Rate method to
|
37 |
|
|
predict the QCD component in a data-driven way.
|
38 |
|
|
|
39 |
|
|
\end{abstract}
|
40 |
|
|
\newpage
|
41 |
|
|
\input{introduction.tex}
|
42 |
|
|
\input{datasets.tex}
|
43 |
|
|
\input{eventsel.tex}
|
44 |
|
|
\input{yields.tex}
|
45 |
|
|
\input{fakerate.tex}
|
46 |
claudioc |
1.2 |
%\input{gammajet}
|
47 |
claudioc |
1.3 |
\input{btagtest.tex}
|
48 |
claudioc |
1.1 |
\input{FRapply.tex}
|
49 |
claudioc |
1.3 |
\clearpage
|
50 |
claudioc |
1.1 |
|
51 |
|
|
\input{bibliography.tex}
|
52 |
|
|
|
53 |
|
|
\end{titlepage}
|
54 |
|
|
|
55 |
|
|
\setcounter{page}{2}%JPP
|
56 |
|
|
|
57 |
|
|
|
58 |
|
|
|
59 |
|
|
|
60 |
|
|
|
61 |
|
|
\end{document}
|