ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/benhoob/cmsnotes/ZMet2012/eventsel.tex
Revision: 1.8
Committed: Tue Feb 5 10:12:08 2013 UTC (12 years, 3 months ago) by benhoob
Content type: application/x-tex
Branch: MAIN
CVS Tags: v12, v11, HEAD
Changes since 1.7: +3 -1 lines
Error occurred while calculating annotation data.
Log Message:
add btagger

File Contents

# Content
1 \clearpage
2
3 \section{Selection}
4 \label{sec:eventSelection}
5
6 In this section, we list the event selection, electron and muon objects selections, jets, \MET, and b-tagging selections
7 used in this analysis. These selections are based on those recommended by the relevant POG's.
8
9 \subsection{Event Selection}
10
11 We require the presence of at least one primary vertex satisfying the standard quality criteria; namely,
12 vertex is not fake, $\rm{ndf}\geq4$, $\rho<2$ cm, and $|z|<24$ cm.
13
14 \subsection{Lepton Selection}
15
16 Because Z $\rightarrow\ell\ell$ ($\ell=e,\mu$) is a final state with very little background,
17 we restrict ourselves to events in which the Z boson decays to electrons or muons only.
18 Therefore opposite sign leptons passing the identification and isolation requirements described below are required in each event.
19
20 \begin{itemize}
21 \item \pt $> 20$~GeV and $|\eta|<2.4$;
22 \item Opposite-sign same-flavor (SF) ee and $\mu\mu$ lepton pairs (opposite-flavor (OF) e$\mu$ lepton pairs are retained in a control
23 sample used to estimate the FS contribution);
24 \item For SF events, the dilepton invariant mass is required to be consistent with the Z mass; namely $81<m_{\ell\ell}<101$ GeV.
25 \end{itemize}
26
27 \subsubsection{Electron Selection}
28
29 The electron selection is the loose working point recommended by the E/gamma POG, as documented at~\cite{ref:Egamma}.
30 Electrons with \pt $>$ 20 GeV and $|\eta|<2.4$ are considered.
31 We use PF-based isolation with a cone size of $\Delta R<0.3$, using the effective area rho corrections documented at~\cite{ref:Egammaiso},
32 and we require a relative isolation $<$ 0.15.
33 Electrons in the transition region defined by $1.4442 < |\eta_{SC}| < 1.566$ are rejected.
34 Electrons with a selected muon with \pt $>$ 10 GeV within $\Delta R<0.1$ are rejected.
35 The electron selection requirements are listed in Table~\ref{table:electrons} for completeness.
36
37 \begin{table}[htb]
38 \begin{center}
39 \caption{\label{table:electrons} Summary of the electron selection requirements.}
40 \begin{tabular}{l|cc}
41 \hline
42 Quantity & Barrel & Endcap \\
43 \hline
44 $\delta\eta$ & $<0.007$ & $<0.009$ \\
45 $\delta\phi$ & $<0.15$ & $<0.10$ \\
46 $\sigma_{i\eta i\eta}$ & $<0.01$ & $<0.03$ \\
47 H/E & $<0.12$ & $<0.10$ \\
48 $d_{0}$ (w.r.t. 1st good PV) & $<0.02$ cm & $<0.02$ cm \\
49 $d_{z}$ (w.r.t. 1st good PV) & $<0.2$ cm & $<0.2$ cm \\
50 $|1/E-1/P|$ & $<0.05~\rm{GeV}^{-1}$ & $<0.05~\rm{GeV}^{-1}$ \\
51 PF isolation / \pt & $<0.15$ & $<0.15$ \\
52 conversion rejection: fit probability & $<10^{-6}$ & $<10^{-6}$ \\
53 conversion rejection: missing hits & $\leq1$ & $\leq1$ \\
54 \hline
55 \end{tabular}
56 \end{center}
57 \end{table}
58
59 \subsubsection{Muon Selection}
60
61 We use the tight muon selection recommended by the muon POG, as documented at~\cite{ref:muon}.
62 Muons with \pt $>$ 20 GeV and $|\eta|<2.4$ are considered. We use PF-based isolation with a cone size
63 of $\Delta R<0.3$, using the $\Delta\beta$ PU correction scheme, and we require a relative isolation of $<$ 0.15.
64 The muon selection requirements are listed in Table~\ref{table:muons} for completeness.
65
66 \begin{table}[htb]
67 \begin{center}
68 \caption{\label{table:muons} Summary of the muons selection requirements.}
69 \begin{tabular}{l|c}
70 \hline
71 Quantity & Requirement \\
72 \hline
73 muon type & global muon and PF muon \\
74 $\chi^2/\rm{ndf}$ & $<10$ \\
75 muon chamber hits & $\geq1$ \\
76 matched stations & $\geq2$ \\
77 $d_{0}$ (w.r.t. 1st good PV) & $<0.02$ cm \\
78 $d_{z}$ (w.r.t. 1st good PV) & $<0.5$ cm \\
79 pixel hits & $\geq1$ \\
80 tracker layers & $\geq5$ \\
81 \hline
82 \end{tabular}
83 \end{center}
84 \end{table}
85
86 \subsection{Photons}
87 \label{sec:phosel}
88
89 As will be explained later, it is not essential that we select real photons.
90 What is needed are jets that are predominantly electromagnetic, well measured in the ECAL, and hence less likely to contribute to fake MET. We select photons with:
91
92 \begin{itemize}
93 \item \pt $ > 22$ GeV
94 \item $|\eta| < 2$
95 \item $H/E < 0.1$
96 \item No matching pixel track (pixel veto)
97 \item There must be a pfjet of \pt $ >$ 10 GeV matched to the photon within $dR < 0.3$.
98 The matched jet is required to have a neutral electromagnetic energy fraction of at least 70\%.
99 \item
100 We require that the pfjet \pt matched to the photon satisfy
101 (pfjet \pt - photon \pt) $>$ -5~GeV.
102 This removes a few rare cases in which ``overcleaning" of a
103 %ECAL recHit
104 pfjet
105 generates fake MET.
106
107 \item We also match photons to calojets and require (calojet \pt - photon \pt) $>$ -5~GeV
108 (the same requirement used for pfjets). This is to remove other rare cases in which fake
109 energy is added to the photon object but not the calojet.
110
111 \item We reject photons which have an electron of at least \pt $>$ 10 GeV
112 within $dR < 0.2$
113 in order to reject
114 conversions from electrons from W decays which are accompanied by real MET.
115
116 \item We reject photons which are aligned with the MET to within 0.14 radians in phi.
117
118 \end{itemize}
119
120 \subsection{MET}
121
122 We use pfmet, henceforth referred to simply as \MET.
123
124 \subsection{Jets}
125 \label{sec:jetsel}
126
127 \begin{itemize}
128 \item PF jets with L1FastL2L3 corrections (MC), L1FastL2L3residual corrections (data).
129 \item $|\eta| < 2.5$
130 \item Passes loose PFJet ID
131 \item \pt $ > 30$ GeV for determining the jet multiplicity, \pt $ > 15$ GeV for calculation of \Ht
132 \item For the creation of photon templates, the jet matched to the photon passing the photon selection described above is vetoed
133 \item For the dilepton sample, jets are vetoed if they are within $\Delta R < 0.4$
134 from any lepton \pt $ > 20$~GeV passing analysis selection
135 \item To reject PU jets, we require the jets to satisfy $\beta>0.2$, defined for each jet using the $d_Z$ of the tracks in the jet with
136 respect to the primary vertex (see App.~\ref{sec:pujets} for further details).
137 To calculate $\beta$ we take the sum of the $p_{T}^{2}$ of the tracks associated to PFCandidates in the jet
138 that are consistent with originating from the primary vertex ($d_Z<0.5$~cm), and divide by the sum $p_{T}^{2}$ of all the tracks:
139 \begin{equation}
140 \beta = \frac{\Sigma_{i}^{\rm{d_z<0.5~cm}} (p_{T}^{i})^2}{\Sigma_{i}^{\rm{all}} (p_{T}^{i})^2}
141 \end{equation}
142 \item A jet is considered as ``b-tagged'' if it passes the above criteria and the CSV medium working point.
143 \end{itemize}
144
145