ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Vuko/Notes/WZCSA07/samples.tex
Revision: 1.7
Committed: Fri Jun 20 19:23:18 2008 UTC (16 years, 10 months ago) by beaucero
Content type: application/x-tex
Branch: MAIN
Changes since 1.6: +50 -26 lines
Log Message:
Steph Modif

File Contents

# User Rev Content
1 vuko 1.1 \section{Signal and Background Modeling}
2     \label{sec:gen}
3     \subsection{Monte Carlo generators}
4     The signal and background samples for the full detector simulation
5 beaucero 1.7 were generated with the leading order event generator PYTHIA~\cite{Sjostrand:2003wg}, ALPGEN or COMPHEP. To
6     accommodate NLO effect constant k-factors were applied.
7 vuko 1.1 Additionally the cross section calculator MCFM~\cite{Campbell:2005} was used to determine
8     the next-to-leading order differential cross section for the WZ
9     production process. To estimate the PDF uncertainty for the signal
10     process at NLO the NLO event generator MC@NLO 3.1~\cite{Frixione:2002ik} together with PDF set
11     CTEQ6M was used.
12    
13 beaucero 1.3 \subsection{Signal Definition}
14    
15 beaucero 1.7 The goal of the analysis is to study the final state of on-shell $W$
16     and $Z$ boson, both of them decaying leptonically. The leptonic final
17     state $l^+ l^- l^\pm \nu$ also receives a contribution from the
18 beaucero 1.3 $W\gamma *$ process, where the $\gamma *$ stands for a virtual photon
19     through the $WW\gamma$ vertex. In this analysis, only events with $l^+
20 beaucero 1.5 l^-$ invariant mass consistent with $Z$ mass will be considered. CMS
21     detector have a very good energy resolution for electrons and muons,
22     the mass windows will be $\pm 10$ GeV around 91 GeV.
23    
24     Using MCFM to estimate the total NLO cross section, we found:
25     \begin{equation}
26     \sigma_{NLO} ( pp \rightarrow W^+Z^0; \sqrt{s}=14TeV) = 30.5 pb
27     \end{equation}
28     \begin{equation}
29     \sigma_{NLO} ( pp \rightarrow W^-Z^0; \sqrt{s}=14TeV) = 19.1 pb
30     \end{equation}
31    
32     The LO and NLO distribution of \Z transverse momentum are shown of
33     figure~\ref{fig:LOvsNLO} for the case of $W^+$ on the left and $W^-$
34     on the right side. The ratio NLO/LO is also presented on the figure
35     and it is increasing as $P_T(Z)$ increased. In the following analysis
36     we consider a constant $k-factor$ of 1.84 as we concentrate on the
37     first data taking. On the other side, if in the future one wants to
38     use such distribution to study the effect of possible anomalous triple
39 beaucero 1.7 gauge couplings, it will be necessary to take the $p_T$ dependence of
40 beaucero 1.5 this $k-factor$ into account.
41    
42     \begin{figure}[!bt]
43     \begin{center}
44     \scalebox{0.8}{\includegraphics{figs/LOvsNLOZPtWminuns.eps}\includegraphics{figs/LOvsNLOZPtWplus.eps}}
45     \caption{$P_T(Z)$ in $W^-Z$ events on the left and $W^+Z$ events on the right
46     distribution for LO and NLO calculation. The ratio NLO/LO is also given.
47     }
48     \label{fig:LOvsNLO}
49     \end{center}
50     \end{figure}
51 vuko 1.1
52 vuko 1.2 %# for bbll:
53     %#CS NLO ((Z/gamma*->l+l-)bb) = 830pb = 345 pb * 2.4, where:
54     %#- 345 pb is LO CS calculated with precision of ~0.15%
55     %#- 2.4 is MCMF calculated k-factor with precision ~30% (!)
56     %# 830x0.173 (== XS x eff.) = 143.59pb
57    
58    
59 beaucero 1.5 \subsection{Signal and Background Monte Carlo samples}
60 beaucero 1.6 The signal monte carlo sample has been produced using PYTHIA
61 beaucero 1.7 generator. The decay for the \W has been forced to be in $e\nu_e$ or
62     $\mu\nu_{mu}$ or $\tau\nu_{\tau}$ while the \Z is decaying into electrons
63 beaucero 1.6 or muons only.
64    
65     The main background that we have to consider are all final states
66     having at least two isolated leptons from the same flavor and with
67     opposite charge. The third one can be a real isolated lepton or a misidentified
68     lepton. The probability to misidentify one isolated lepton is rather low, so
69 beaucero 1.7 this is why we can considerer safely starting from two
70 beaucero 1.6 leptons. Moreover we will apply a cut on the invariant mass of the two
71 beaucero 1.7 isolated leptons so most of the background that we have to study are:\\
72 beaucero 1.6 \begin{itemize}
73     \item $W+jets$: $W$ boson will give us one isolated leptons. The probability that 2 additional jets will be misidentified as isolated lepton is very low and the criteria on the lepton invariant mass will definitely reduce such background. This channel is nevertheless useful to study other background for which data sample are not available such as $Wb\bar{b}$. The sample studied for this analysis, has been produced using ALPGEN generator per jet bin.
74 beaucero 1.7 \item $Z + jets$: $Z$ boson is common between signal and background. The third isolated lepton can come from a misidentified lepton. The cross section of production of this channel is around 35 time greater than the signal.The sample studied for this analysis, has been produced using ALPGEN generator per jet bin.
75     \item $t\bar{t}$: top quark will decay to \W$b$ pair where each $W$ can decay via an isolated leptons. This leptons will have opposite charged. Even though combining the two leptons, we will not obtain a peak around the \Z mass, the cross section of this process is around 15 time the cross section of the signal. The sample studied for this analysis, has been produced using ALPGEN generator per jet bin. The third lepton will come from a semi leptonic decay of a $b$ quark which will be isolated.
76     \item $Z + b\bar{b}$: the presence of $Z$ boson will select such events. Moreover due to the semi leptonic decay of a $b$ quark, a third lepton can be easily identified and consider as isolated. The sample used has been produced by COMPHEP generator.
77     %\item $ZZ$: the inclusive cross section production is smaller than the signal studied but due to branching fraction and if we consider $Z\rightarrow b\bar{b}$ decay, some events can pass the analysis selection. This process has been produced using PYTHIA generator.
78 beaucero 1.6 \end{itemize}
79 beaucero 1.5
80 beaucero 1.7 All the different sample studied are part of the CSA07 production and
81     have been generated using $CMSSW\_1\_4_\_6$ and went through the full
82     GEANT simulation of the CMS detector using the same release. The
83     digitization and reconstruction have been done using $CMSSW\_1\_6_\_7$
84     release with a misalignment/miscalibration of the detector expected
85     after 100~pb$^{-1}$ of data. All ALPGEN samples are mixed together in
86     ``Chowder soup''.
87    
88     The summary of all datasets used for signal and background is given in
89     table~\ref{tab:MC}. We use the RECO production level to access to
90     low-level detector information, such as reconstructed hits. This lets
91     us to use full granularity of the CMS sub-detectors to use a isolation
92     discriminants.
93    
94     Analysis of the samples is done using CMSSW$\_1\_6\_7$ CMS software release.
95     The information is stored in ROOT trees using a code in
96     CVS:/UserCode/Vuko/WZAnalysis, which is based on Physics Tools candidates.
97    
98     \begin{table}[!tb]
99     %\begin{tabular}{llllll} \hline
100     %Sample & Generator & Sample name & Events & $\sigma \cdot \epsilon
101     %\cdot k$ & k-factor \\ \hline WZ & Pythia &
102     %/WZ/CMSSW\_1\_6\_7-CSA07-1195663763/RECO & 58897 & 0.585 pb & 1.92 \\
103     %$Zb\bar{b}$ & COMPHEP &
104     %/comphep-bbll/CMSSW\_1\_6\_7-CSA07-1198677426/RECO & 143.59 pb & 2.4
105     %\\ ``Chowder'' & ALPGEN &
106     %/CSA07AllEvents/CMSSW\_1\_6\_7-CSA07-Chowder-A1-PDAllEvents-ReReco-100pb/RECO
107     %& 25 M & event weights & - \\
108     \begin{tabular}{|c|c|c|c|c|} \hline
109     Sample & cross section [pb] & Events & Dataset name \\ \hline
110     $WZ$ & 1.12 & 59K & /WZ/CMSSW$\_1\_6\_7$-CSA07-1195663763\\ \hline
111     $Z b\bar{b}$ & 830*0.173 (NLO) & 1.9M & /comphep-bbll/CMSSW$\_1\_6\_7$-CSA07-1198677426\\ \hline
112     Chowder & Event Weight & $\sim$ 21M & /CSA07AllEvents/\\ & & & CMSSW$\_1\_6\_7$-CSA07-Chowder-A1-PDAllEvents-ReReco
113     -100pb\\ \hline
114     %$ZZ\rightarrow ll l'l'$& 0.846 &
115 vuko 1.2 \hline
116     \end{tabular}
117 beaucero 1.7 \label{tab:MC}
118 vuko 1.2 \caption{Monte Carlo samples used in this analysis}
119     \end{table}
120    
121 vuko 1.1
122    
123