ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/benhoob/cmsnotes/ZMet2012/eventsel.tex
Revision: 1.1
Committed: Mon Jun 25 11:45:56 2012 UTC (12 years, 10 months ago) by benhoob
Content type: application/x-tex
Branch: MAIN
Log Message:
udpates

File Contents

# User Rev Content
1 benhoob 1.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
17     background after a Z mass requirement is applied to the leptons,
18     we restrict ourselves to events in which the Z boson decays to electrons or muons only.
19     Therefore two same flavor, opposite sign leptons passing the ID described below are required in each event.
20    
21     \begin{itemize}
22     \item \pt $> 20$~GeV and $|\eta|<2.4$;
23     \item Opposite-sign SF lepton pairs (OF e$\mu$ events are retained in a control
24     sample used to estimate the FS contribution);
25     \item For SF events, the dilepton invariant mass is required to be consistent with the Z mass; namely $81<m_{\ell\ell}<101$ GeV.
26     \end{itemize}
27    
28     \subsubsection{Electron Selection}
29    
30     The electron selection is the loose working point recommended by the E/gamma POG, as documented at~\cite{ref:Egamma}.
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     The electron selection requirements are listed in Table~\ref{table:electrons} for completeness.
35    
36     \begin{table}[htb]
37     \begin{center}
38     \caption{\label{table:electrons} Summary of the electron selection requirements.}
39     \begin{tabular}{l|cc}
40     \hline
41     Quantity & Barrel & Endcap \\
42     \hline
43     $\delta\eta$ & $<0.007$ & $<0.009$ \\
44     $\delta\phi$ & $<0.15$ & $<0.10$ \\
45     $\sigma_{i\eta i\eta}$ & $<0.01$ & $<0.03$ \\
46     H/E & $<0.12$ & $<0.10$ \\
47     $d_{0}$ (w.r.t. 1st good PV) & $<0.02$ cm & $<0.02$ cm \\
48     $d_{z}$ (w.r.t. 1st good PV) & $<0.2$ cm & $<0.2$ cm \\
49     $|1/E-1/P|$ & $<0.05~\rm{GeV}^{-1}$ & $<0.05~\rm{GeV}^{-1}$ \\
50     PF isolation / \pt & $<0.15$ & $<0.15$ \\
51     conversion rejection: fit probability & $<10^{-6}$ & $<10^{-6}$ \\
52     conversion rejection: missing hits & $\leq1$ & $\leq1$ \\
53     \hline
54     \end{tabular}
55     \end{center}
56     \end{table}
57    
58     \subsubsection{Muon Selection}
59    
60     We use the tight muon selection recommended by the muon POG, as documented at~\cite{ref:muon}. We use PF-based isolation with a cone size
61     of $\Delta R<0.3$, using the $\Delta\beta$ PU correction scheme, and we require a relative isolation of $<$ 0.15.
62     The muon selection requirements are listed in Table~\ref{table:muons} for completeness.
63    
64     \begin{table}[htb]
65     \begin{center}
66     \caption{\label{table:muons} Summary of the muons selection requirements.}
67     \begin{tabular}{l|c}
68     \hline
69     Quantity & Requirement \\
70     \hline
71     muon type & global muon and PF muon \\
72     $\chi^2/\rm{ndf}$ & $<10$ \\
73     muon chamber hits & $\geq1$ \\
74     matched stations & $\geq2$ \\
75     $d_{0}$ (w.r.t. 1st good PV) & $<0.02$ cm \\
76     $d_{z}$ (w.r.t. 1st good PV) & $<0.5$ cm \\
77     pixel hits & $\geq1$ \\
78     tracker layers & $\geq5$ \\
79     \hline
80     \end{tabular}
81     \end{center}
82     \end{table}
83    
84     \subsection{Photons}
85     \label{sec:phosel}
86    
87     As will be explained later, it is not essential that we select real photons.
88     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:
89    
90     \begin{itemize}
91     \item \pt $ > 22$ GeV
92     \item $|\eta| < 2$
93     \item $H/E < 0.1$
94     \item No matching pixel track (pixel veto)
95     \item There must be a pfjet of \pt $ >$ 10 GeV matched to the photon within $dR < 0.3$.
96     The matched jet is required to have a neutral electromagnetic energy fraction of at least 70\%.
97     \item
98     We require that the pfjet \pt matched to the photon satisfy
99     (pfjet \pt - photon \pt) $>$ -5~GeV.
100     This removes a few rare cases in which ``overcleaning" of a
101     %ECAL recHit
102     pfjet
103     generated fake MET.
104    
105     \item We also match photons to calojets and require (calojet \pt - photon \pt) $>$ -5~GeV
106     (the same requirement used for pfjets). This is to remove other rare cases in which fake
107     energy is added to the photon object but not the calojet.
108    
109     \item We reject photons which have an electron of at least \pt $>$ 10 GeV
110     within $dR < 0.2$
111     in order to reject
112     conversions from electrons from W decays which are accompanied by real MET.
113    
114     \item We reject photons which are aligned with the MET to within 0.14 radians in phi.
115    
116     \end{itemize}
117    
118     \subsection{MET}
119    
120     We use pfmet, henceforth referred to simply as \MET.
121    
122     \subsection{Jets}
123     \label{sec:jetsel}
124    
125     \begin{itemize}
126     \item PF jets with L1FastL2L3 corrections (MC), L1FastL2L3residual corrections (data)
127     \item $|\eta| < 2.5$
128     \item Passes loose PFJet ID
129     \item \pt $ > 30$ GeV for determining the jet multiplicity, \pt $ > 15$ GeV for calculation of \Ht
130     \item For the creation of photon templates, the jet matched to the photon passing the photon selection described above is vetoed
131     \item For the dilepton sample, jets are vetoed if they are within $\Delta R < 0.4$ from any lepton \pt $ > 20$~GeV passing analysis selection
132     \end{itemize}
133