Fork me on GitHub

source: svn/trunk/paper/notes.tex@ 99

Last change on this file since 99 was 99, checked in by Xavier Rouby, 16 years ago

petit update

File size: 17.5 KB
Line 
1\documentclass[a4paper,11pt,oneside,twocolumn]{article}
2\usepackage[english]{babel}
3\usepackage[ansinew]{inputenc}
4\usepackage{abstract}
5
6\usepackage{amsmath}
7\usepackage{epic}
8 \usepackage{wrapfig}
9\usepackage{eepic}
10\usepackage{color}
11\usepackage{latexsym}
12\usepackage{array}
13
14\usepackage{fancyhdr}
15\usepackage{verbatim}
16\addtolength{\textwidth}{2cm} \addtolength{\hoffset}{-1cm}
17\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=black, citecolor=black, urlcolor=black, unicode]{hyperref}
18\usepackage{ifpdf}
19\usepackage{cite}
20
21\ifpdf
22 \usepackage[pdftex]{graphicx}
23 \graphicspath{{all_png/}}
24 \pdfinfo{
25 /Author (S. Ovyn, X. Rouby)
26 /Title (Delphes, a framework for fast simulation of a general purpose LHC detector)
27 /Subject ()
28 /Keywords (Delphes, Fast simulation, LHC, FROG, Hector, Smearing, FastJet)}
29\else
30 \usepackage[dvips]{graphicx}
31 \graphicspath{{figures/}}
32\fi
33
34\title{\textsc{Delphes}, a framework for fast simulation \\of a general purpose LHC detector}
35\author{S. Ovyn and X. Rouby\thanks{Now in Physikalisches Institut, Albert-Ludwigs-Universit\"at Freiburg} \\
36 Center for Particle Physics and Phenomenology (CP3)\\ Universit\'e catholique de Louvain \\ B-1348 Louvain-la-Neuve, Belgium \\ \\
37 \textit{severine.ovyn@uclouvain.be, xavier.rouby@cern.ch} \\
38}
39\date{}
40
41
42% The \textsc{Delphes} software provides a framework for fast simulation of particle interactions in a generic high-energy physics collider detector containing a tracking system, electromagnetic and hadronic calorimeters, and a muon system. It is an object-oriented system writen using the C++ programming language. Using input files originating from a Monte-Carlo event generator such as \textsc{pythia} and \textsc{herwig}, \textsc{Delphes} creates ``high-level" analysis objects.\\
43%
44\begin{document}
45
46
47\twocolumn[
48\maketitle
49% \begin{@twocolumnfalse}
50 \begin{onecolabstract}
51Knowing whether theoretical predictions are visible and measurable in a high energy experiment is always delicate, due to the
52complexity of the related detectors, data acquisition chain and software. We introduce here a new framework, \textsc{Delphes}, for fast simulation of
53a general purpose experiment. The simulation includes a tracking system, embedded into a magnetic field, calorimetry and a muon
54system, and possible very forward detectors arranged along the beamline.
55The framework is interfaced to standard file format (e.g. Les Houches Event File) and outputs observable analysis data objects, like missing transverse energy and collections of electrons or jets.
56The simulation of detector response takes into account the detector resolution, and usual reconstruction algorithms for complex objects, like FastJet. A simplified preselection can also be applied on processed data for trigger emulation. Detection of very forward scattered particles relies on the transport in beamlines with the Hector software. Finally, the FROG 2D/3D event display is used for visualisation of the collision final states.
57An overview of \textsc{Delphes} is given as well as a few use-cases for illustration.
58\vspace{1cm}
59 \end{onecolabstract}
60% \end{@twocolumnfalse}
61]
62\saythanks
63
64
65\section{Introduction}
66% Motiver l'utilisation d'un simulateur rapide
67% - 1) rapide VS lent
68% - 2) relativement bonne prédiction en premiÚre approximation
69% - 3) permet de comparer
70
71A fast simulation of a typical \textsc{lhc} multipurpose detector response can be used to obtain more realistic observables and fast approximate estimates of signal and background rates for specific channels. \textsc{Delphes} includes the most crucial detector apects as jet reconstruction, momentum/energy smearing for leptons, photons and hadrons and missing transverse energy. Starting from ``particle-level" information, the package provides reconstructed jets, isolated leptons, photons, reconstructed charged tracks, calorimeter towers and the expected transverse missing energy. Although this kind of approach yields much realistic results than a simple ``parton-level" analysis, a quick simulation comes at the expense of detector details. Therefore, the interactions not simulated in \textsc{Delphes} are: secondary interactions, multiple interactions, photon conversion, electron Bremsstrahlung, magnetic field effects, detector dead materials.\\
72
73The simulation package proceeds in two stages. The first part is executed on the generated events. ``Particle-level" informations are read from input files and stored in a {\it \textsc{gen}} \textsc{root} tree. Three varieties of input files can currently be used as input in \textsc{Delphes}. In order to process events from many different generators, the standard Monte Carlo event structure StdHep can be used as an input. Besides, \textsc{Delphes} can also provide detector response for events read in "Les Houches Event Format" (\textsc{lhef}) and \textsc{root} files obtained using the {\bf h2root} converter program. This first stage is performed using three C++ classes: {\verb HEPEVTConverter }, {\verb LHEFConverter } and {\verb STDHEPConverter }. Afterwards, \textsc{Delphes} performs a simple trigger simulation and reconstruct "high-level objects". These informations are organised in classes and each objects are ordered with respect to the transverse momentum. The output of the various C++ classes is stored in the {\it Analysis} tree. The program is driven by a datacard (data/DataCardDet.dat) which allow a large spectrum of running conditions by modifying basic detector parameters, including calorimeter and tracking coverage and resolution, thresholds or jet algorithm parameters.\\
74
75\section{Central detector simulation}
76
77\begin{figure}[!h]
78\begin{center}
79\includegraphics[width=\columnwidth]{detectorAng.eps}
80\caption{\small{detectorAng.eps}}
81\label{fig:GenDet}
82\end{center}
83\end{figure}
84
85The overall layout of the general purpose detector simulated by \textsc{Delphes} is shown in figure \ref{fig:GenDet}. A central tracking system surrounded by an electromagnetic (\textsc{ecal}) and a hadron calorimeter (\textsc{hcal}). A forward calorimeter ensure a larger geometric coverage for the measurement of the missing transverse energy. The fast simulation of the detector response takes into account geometrical acceptance of sub-detectors and their finite energy resolution. No smearing is applied on particle direction.\\
86
87Before starting to loop over events, the {\verb RESOLution } class loads all sub-detector resolutions and coverage from the detector parameter file. If no such file is provided, predifined values are used. The coverage of the various sub-systems used in the default configuration are summarized in table \ref{tab:defEta}.
88
89\begin{table}[!h]
90\begin{center}
91\begin{tabular}[!h]{lll}
92\hline
93Sub-system & Card flag & $|\eta|^{max}$\\\hline
94Tracking & {\verb MAX_TRACKER } & 2.5\\
95Calorimeters & {\verb MAX_CALO_CEN } & 3.0\\
96 & {\verb MAX_CALO_FWD } & 5.0\\
97Muon & {\verb MAX_MU } & 2.4\\\hline
98\end{tabular}
99\label{tab:defEta}
100\end{center}
101\end{table}
102
103\subsection{Simulation of calorimeters response}
104
105The energy of all particle considered as stable in the generator particle list are smeared according to a resolution depending which sub-calorimeter is assumed to be used for the energy measurement. For particles with a short lifetime such as the $K_s$, the fraction of electromagnetic or hadronic energy is determined according to its decay products. The response of the each sub-calorimeter is parametrized as a function of the energy
106\begin{equation}
107\frac{\sigma}{E} = \frac{S}{\sqrt{E}} \oplus \frac{N}{E} \oplus C,
108\end{equation}
109where S is the stochastic term, N the noise and C the constant term.\\
110
111The response of the detector is applied to the electromagnetic and the hadronic particles through the {\verb SmearElectron }and {\verb SmearHadron } functions. The 4-momentum $p^\mu$ are smeared with a parametrisation directly derived from the detector techinal designs. In the default parametrisation, the calorimeter is assumed to cover the pseudorapidity range $|\eta|<3$ and consists in an electromagnetic and an hadronic part. Coverage between pseudorapidities of 3.0 and 5.0 is provided by a forward calorimeter. The response of this calorimeter can be different for electrons and hadrons. The default values of the stochastic, noisy and constant terms as well as the ``Card flag" names used in the configuration file are given in table \ref{tab:defResol}.\\
112
113\begin{table}[!h]
114\begin{center}
115\begin{tabular}[!h]{lclc}
116\hline
117\multicolumn{2}{c}{Resolution Term} & Card flag & Value\\\hline
118Central \textsc{ecal} & S & {\verb ELG_Scen } & 0.05 \\
119 & N & {\verb ELG_Ncen } & 0.25 \\
120 & C & {\verb ELG_Ccen } & 0.0055 \\
121Forward \textsc{ecal} & S & {\verb ELG_Sfwd } & 2.084 \\
122 & N & {\verb ELG_Nfwd } & 0.0 \\
123 & C & {\verb ELG_Cfwd } & 0.107 \\
124Central \textsc{hcal} & S & {\verb HAD_Shcal } & 1.5 \\
125 & N & {\verb HAD_Nhcal } & 0.\\
126 & C & {\verb HAD_Chcal } & 0.05\\
127Forward \textsc{hcal} & S & {\verb HAD_Shf } & 2.7\\
128 & N & {\verb HAD_Nhf } & 0. \\
129 & C & {\verb HAD_Chf } & 0.13\\
130\hline
131\end{tabular}
132\label{tab:defResol}
133\end{center}
134\end{table}
135
136The energy of electron and photon particles found in the particle list are smeared using the \textsc{ecal} resolution terms. Charged and neutral final state hadrons interact with the \textsc{ecal}, \textsc{hcal} and the forward calorimeter. Some long-living particles, such as the $K_s$, possessing lifetime $c\tau$ smaller than 10~mma are considering as stable particles although they decay in the calorimeters. The energy smearing of such particles is performed using the expected fraction of the energy, determined according to their decay products, that whould be deposited into the \textsc{ecal} ($E_{ecal}$) and into the \textsc{hcal} ($E_{hcal}$). Defining $F$ as the fraction of the energy leading to a \textsc{hcal} deposit, the two energy values are given by
137\begin{equation}
138E_{hcal} = E \times F ~\mathrm{and}~ E_{ecal} = E \times (1-F),
139\end{equation}
140where $0 \leq F \leq 1$. The electromagnetic part is handled as the electrons, while the resolution terms used for the hadronic part are {\verb HAD_Shcal }, {\verb HAD_Nhcal } and {\verb HAD_Chcal }. The resulting final energy given after the application of the smearing is then $E = E_{hcal} + E_{ecal}$.\\
141
142
143\subsection{Muon smearing}
144
145Muons candidates are searched
146The smearing ot the muon 4-momentum $p^\mu$ is given by a Gaussian smearing of the $p_T$ function \texttt{SmearMuon}. Only the $p_T$ is smeared, but neither $\eta$ nor $\phi$.
147
148\subsection{Tracks reconstruction}
149
150All stable charged particles lying inside the fiducial volume of the tracking coverage provide a track. The reconstructio efficiency is manageable in the input datacard through the {\verb TRACKING_EFF } term. By default, a track is assumed to be reconstructed with $90\%$ probability.
151
152\subsection{Calorimetric towers}
153
154All undecayed particles, except muons and neutrinos are producing a calorimetric tower. The same particles enter in the calculation of the missing transverse energy. \textit{what is used is the particle smeared momentum, not the calorimetric towers!}
155
156\subsection{Isolated lepton reconstruction}
157
158Photon and electron candidates are reconstructed if they fall into the acceptance of the tracking system and have a transverse momentum above the {\verb ELEC_pt } value (10~GeV by default). Muons candidates are searched
159
160Lepton isolation demands that there is no other charged particles with $p_T>2$~GeV within a cone of $\Delta R<0.5$ around the lepton.\\
161
162\subsection{Very forward detectors simulation}
163
164Some subdetectors have the ability to measure the time of flight of the particle. This correspond to the delay after which the particle is observed in the detector, after the bunch crossing. The time of flight measurement of ZDC and FP420 detector is implemented here. For the ZDC, the formula is simply
165\begin{equation}
166 t_2 = t_1 + \frac{1}{v} \times \big( \frac{s-z}{\cos \theta}\big),
167\end{equation}
168where $t_2$ is the time of flight, $t_1$ is the true time coordinate of the vertex from which the particle originates, $v$ the particle velocity, $s$ is the ZDC distance to the interaction point, $z$ is the longitudinal coordinate of the vertex from which the particle comes from, $theta$ is the particle emission angle. This assumes that the neutral particle observed in the ZDC is highly relativistic, i.e. travelling at the speed of light $c$. We also assume that $\cos \theta = 1$, i.e. $\theta \approx 0$ or equivalently $\eta$ is large. As an example, $\eta = 5$ leads to $\theta = 0.013$ and $1 - \cos \theta < 10^{-4}$.
169The formula then reduces to
170\begin{equation}
171 t_2 = \frac{1}{c} \times (s-z)
172\end{equation}
173NB : for the moment, only neutrons and photons are assumed to be able to reach the ZDC. All other particles are neglected
174
175To fix the ideas, if the ZDC is located at $s=140~\textrm{m}$, neglecting $z$ and $\theta$, and assuming that $v=c$, one gets $t=0.47~\mu\textrm{s}$.
176
177\section{``High-level" objects reconstruction}
178
179\subsection{Jet reconstruction}
180
181Jets are reconstructed using a cone algorithm with $R=0.7$ and make only use of the smeared particle momenta. The reconstructed jets are required to have a transverse momentum above 20~GeV and $|\eta|<3.0$. A jet is tagged as $b$-jets if its direction lies in the acceptance of the tracker, $|\eta|<0.5$, and if it is associated to a parent $b$-quark. A $b$-tagging efficiency of $40\%$ is assumed if the jet has a parent $b$ quark. For $c$-jets and light/gluon jets, a fake b-tagging efficiency of $10 \%$ and $1 \%$ respectively is assumed.\\
182
183\subsection{{\it b}tagging}
184
185The simulation of the b-tagging is based on the detector efficiencies assumed (1) for the tagging of a b-jet and (2) for the mis-identification of other jets as b-jets. This relies on the TAGGING\_B, MISTAGGING\_C and MISTAGGING\_L constants, for (respectively) the efficiency of tagging of a b-jet, the efficiency of mistagging a c-jet as a b-jet, and the efficiency of mistatting a light jet (u,d,s,g) as a b-jet. The (mis)tagging relies on the particle ID of the most energetic particle within a cone around the observed (eta,phi) region, with a radius CONERADIUS.
186
187\subsection{Tau identification}
188
189\begin{wrapfigure}{l}{0.5\columnwidth}
190\includegraphics[width=0.5\columnwidth]{Tau.eps}
191\caption{\small{detectorAng.eps}}
192\label{h_WW_ss_cut1}
193\end{wrapfigure}
194
195Jets originating from $\tau$-decay are identified using an identification procedure consistent with the one applied in a full detector simulation. The tagging rely on two tau properties. First, in roughly 75$\%$ of the time, the hadronic $\tau$-decay products contain only one charged hadron and a number of $\pi^0$. Second, the particles arisen from the $\tau$-lepton produce narrow jets in the calorimeter.
196
197\subsubsection*{Electromagnetic collimation}
198
199To use the narrowness of the $\tau$-jet, the \textit{electromagnetic collimation} ($C_{\tau}^{em}$) is defined as the sum of the energy in a cone with $\Delta R = ${\verb TAU_CONE_ENERGIE } around the jet axis divided by the energy of the reconstructed jet. The energy in the small cone is calculated using the towers objects. To be taken into account a calorimeter tower should have a transverse energy above a given threshold {\verb M_SEEDTHRESHOLD}. A large fraction of the jet energy, denominated here with {\verb TAU_EM_COLLIMATION } is expected in this small cone. The quantity is represented in figure \ref{fig:tau1} for the default values (see table \ref{tab:tauRef})
200
201\begin{figure}[!h]
202\begin{center}
203\includegraphics[width=0.8\columnwidth]{figures/Taujets1.eps}
204\caption{\small{}}
205\label{fig:tau1}
206\end{center}
207\end{figure}
208
209\subsubsection*{$\tau$ selection using tracks}
210
211\begin{figure}[!h]
212\begin{center}
213\includegraphics[width=0.8\columnwidth]{figures/Taujets2.eps}
214\caption{\small{}}
215\label{h_WW_ss_cut1}
216\end{center}
217\end{figure}
218
219The tracking isolation for the $\tau$ identification requires that the number of tracks associated to a particle with $p_T >$ {\verb PT_TRACK_TAU } is one and only one in a cone with $\Delta R =$ {\verb TAU_CONE_TRACKS }. This cone should be entirely included in the tracker to be taken into account. This procedure selects taus decaying hadronically with a typical efficiency of $60\%$. Moreover, the minimal $p_T$ of the $\tau$-jet is required to be {\verb TAUJET_pt }(default value: 10~GeV).\\
220
221\begin{table}[!h]
222\begin{center}
223\begin{tabular}[!h]{llc}
224\hline
225Tau definition & Card flag & Value\\\hline
226$\Delta R^{for~em}$ & {\verb TAU_CONE_ENERGIE } & 0.15\\
227min $E_{T}^{tower}$ & {\verb M_SEEDTHRESHOLD } & 1.0~GeV\\
228$C_{\tau}^{em}$ & {\verb TAU_EM_COLLIMATION } & 0.95.\\
229$\Delta R^{for~tracks}$ & {\verb TAU_CONE_TRACKS } & 0.4\\
230min $p_T^{tracks}$ & {\verb PT_TRACK_TAU } & 2 GeV\\\hline
231\end{tabular}
232\label{tab:tauRef}
233\end{center}
234\end{table}
235
236\subsection{Transverse missing energy}
237
238\section{Trigger emulation}
239
240\section{Validation}
241
242\section{Visualisation}
243
244\section{Conclusion and perspectives}
245
246\begin{thebibliography}{99}
247\bibitem{Delphes} \textsc{Delphes}, hepforge:
248\end{thebibliography}
249\appendix
250Attention : in SmearUtil::NumTracks, the function arguments 'Eta' and 'Phi' have been switched. Previously, 'Phi' was before 'Eta', now 'Eta' comes in front. This is for consistency with the other functions in SmearUtil. Check your routines, when using NumTracks !
251
252In the list of input files, all files should have the same type
253
254Attention : in SmearUtil::RESOLution::BJets, the maximal energy was looked in
255CONERADIUS/2 instead of CONERADIUS. This bug has been removed.
256
257Attention : for the tau-jet identification : CONERADIUS /2 was used instead of
258CONERADIUS !
259
260\end{document}
Note: See TracBrowser for help on using the repository browser.