Fork me on GitHub

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

Last change on this file since 172 was 172, checked in by severine ovyn, 16 years ago

christophe modifications

File size: 81.8 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\usepackage{multicol}
14
15\usepackage{fancyhdr}
16\usepackage{verbatim}
17\addtolength{\textwidth}{1cm} \addtolength{\hoffset}{-0.5cm}
18\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=blue, citecolor=blue, urlcolor=blue, unicode]{hyperref}
19\usepackage{ifpdf}
20\usepackage{cite}
21
22\usepackage{enumitem}
23
24\newcommand{\dollar}{\$}
25
26\ifpdf
27 \usepackage[pdftex]{graphicx}
28 \graphicspath{{all_png/}}
29 \pdfinfo{
30 /Author (S. Ovyn, X. Rouby)
31 /Title (Delphes, a framework for fast simulation of a general purpose LHC detector)
32 /Subject ()
33 /Keywords (Delphes, Fast simulation, LHC, FROG, Hector, Smearing, FastJet)}
34\else
35 \usepackage[dvips]{graphicx}
36 \graphicspath{{figures/}}
37\fi
38
39%\title{\textsc{Delphes}, a framework for fast simulation \\of a general purpose \textsc{lhc} detector}
40\title{\textsc{Delphes}, a framework for fast simulation \\of a generic collider experiment}
41\author{S. Ovyn and X. Rouby$^\textrm{a}$\\
42 \small{Center for Particle Physics and Phenomenology (CP3)}\\
43 \small{Universit\'e catholique de Louvain}\\
44 \small{B-1348 Louvain-la-Neuve, Belgium}\\ \\
45 \texttt{severine.ovyn@uclouvain.be, xavier.rouby@cern.ch} \\
46}
47\date{}
48
49
50\begin{document}
51
52\twocolumn[
53\maketitle
54
55\begin{center}
56\includegraphics{DelphesLogoSml}
57\end{center}
58
59
60\begin{abstract}
61It is always delicate to know whether theoretical predictions are visible and measurable in a high energy experiment due to the complexity of the related detectors, data acquisition chain and software.
62%Knowing whether theoretical predictions are visible and measurable in a high energy experiment is always delicate due to the complexity of the related detectors, data acquisition chain and software.
63We introduce here a new framework, \textsc{Delphes}, for fast simulation of
64a general purpose experiment. The simulation includes a tracking system, embedded into a magnetic field, calorimetry and a muon
65system, and possible very forward detectors arranged along the beamline.
66The framework is interfaced to standard file formats (e.g. Les Houches Event File) and outputs observable analysis data objects, like missing transverse energy and collections of electrons or jets.
67The simulation of detector response takes into account the detector resolution, and usual reconstruction algorithms for complex objects, like \textsc{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 \textsc{Hector} software. Finally, the \textsc{Frog} 2D/3D event display is used for visualisation of the collision final states.
68An overview of \textsc{Delphes} is given as well as a few use-cases for illustration.
69\vspace{0.5cm}
70
71\noindent
72\textit{Keywords:} \textsc{Delphes}, fast simulation, \textsc{lhc}, smearing, trigger, \textsc{FastJet}, \textsc{Hector}, \textsc{Frog}\\
73\href{http://www.fynu.ucl.ac.be/delphes.html}{http://www.fynu.ucl.ac.be/delphes.html}\\
74\textit{Preprint:} \texttt{CP3-09-01}
75\vspace{1.5cm}
76
77\end{abstract}
78\small{$^\textrm{a}$ Now in Physikalisches Institut, Albert-Ludwigs-Universit\"at Freiburg}
79]
80%\saythanks
81
82\section{Introduction}
83% Motiver l'utilisation d'un simulateur rapide
84% - 1) rapide VS lent
85% - 2) relativement bonne prédiction en premiÚre approximation
86% - 3) permet de comparer
87
88Experiments at high energy colliders are very complex systems in several ways. First, in terms of the various detector subsystems, including tracking, central calorimetry, forward calorimetry, and muon chambers. These detectors differ with their principles, technologies, geometries and sensitivities. Then, due to the requirement of a highly effective online selection (i.e. a \textit{trigger}), subdivided into several levels for an optimal reduction factor, but based only on partially processed data. Finally, in terms of the experiment software, with different data formats (like \textit{raw} or \textit{reconstructed} data), many reconstruction algorithms and particle identification schemes.
89
90This complexity is handled by large collaborations of thousands of people, but the data and the expertise are only available to their members. Real data analyses require a full detector simulation, including the various detector inefficiencies, the dead material, the imperfections and the geometrical details. Moreover, detector calibration and alignment are crucial. Such simulation is very complicated, technical and requires a large \texttt{CPU} power. On the other hand, phenomenological studies, looking for the observability of given signals, may require only fast but realistic estimates of the observables.
91
92A new framework, called \textsc{Delphes}~\cite{bib:Delphes}, is introduced here, for the fast simulation of a general purpose collider experiment.
93Using the framework, observables can be estimated for specific signal and background channels, as well as their production and measurement rates, under a set of assumptions.
94Starting from the output of event generators, the simulation of the detector response takes into account the subdetector resolutions, by smearing the kinematics properties of the visible final particles. Tracks of charged particles and deposits of energy in calorimetric cells (or \textit{calotowers}) are then created.
95
96\textsc{Delphes} includes the most crucial experimental features, like (1) the geometry of both central or forward detectors; (2) reconstruction of photons, leptons, jets, $b$-jets, $\tau$-jets and missing transverse energy; (3) lepton isolation; (4) trigger emulation and (5) an event display (Fig.~\ref{fig:FlowChart}, at the end).
97
98\begin{figure*}[t]
99\begin{center}
100%\includegraphics[width=0.9\textwidth]{FlowDelphes}
101\includegraphics[scale=0.78]{FlowDelphes}
102\caption{Flow chart describing the principles behind \textsc{Delphes}. Event files coming from external Monte Carlo generators are read by a converter stage.
103The kinematics variables of the final state particles are then smeared according to the subdetector resolutions.
104Tracks are reconstructed in a simulated dipolar magnetic field and calorimetric towers sample the energy deposits. Based on these, dedicated algorithms are applied for particle identification, isolation and reconstruction.
105The transport of very forward particle to the near-beam detectors is also simulated.
106Finally, an output file is written, including generator level and analysis object data. If requested, a fully parametrisable trigger can be emulated. Optionally, the geometry and visualisation files for the 3D event display can also be produced.
107All user parameters are set in the \textit{Smearing Card} and the \textit{Trigger Card}. }
108\label{fig:FlowChart}
109\end{center}
110\end{figure*}
111
112Although this kind of approach yields much realistic results than a simple ``parton-level" analysis, a fast simulation comes with some limitations. Detector geometry is idealised, being uniform, symmetric around the beam axis, and having no cracks nor dead material. Secondary interactions, multiple scatterings, photon conversion and bremsstrahlung are also neglected.
113
114%The 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.
115
116Three formats of input files can be used as input in \textsc{Delphes}\footnote{\texttt{[code] }See the \texttt{HEPEVTConverter}, \texttt{LHEFConverter} and \texttt{STDHEPConverter} classes.}. In order to process events from many different generators, the standard Monte Carlo event structure \mbox{\textsc{s}td\textsc{hep}} 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 \texttt{h2root} utility from the \textsc{root} framework~\cite{bib:Root}.
117%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.
118
119\textsc{Delphes} uses the \texttt{ExRootAnalysis} utility~\cite{bib:ExRootAnalysis} to create output data in a \texttt{*.root} ntuple.
120This output contains a copy of the generator level data (\textsc{gen} tree), the analysis data objects after reconstruction (\mbox{\textsc{A}nalysis} tree), and possibly the results of the trigger emulation (\mbox{\textsc{T}rigger} tree). The program is driven by input cards. The detector card (\texttt{data/DataCardDet.dat}) allows a large spectrum of running conditions by modifying basic detector parameters, including calorimeter and tracking coverage and resolution, thresholds or jet algorithm parameters. The trigger card (\texttt{data/trigger.dat}) lists the user algorithms for the simplified online preselection.\\
121
122
123\section{Detector simulation}
124
125The overall layout of the general purpose detector simulated by \textsc{Delphes} is shown in Fig.~\ref{fig:GenDet3}.
126A central tracking system (\textsc{tracker}) is surrounded by an electromagnetic and a hadron calorimeters (\textsc{ecal} and \textsc{hcal}, resp.). Two forward calorimeters (\textsc{fcal}) ensure a larger geometric coverage for the measurement of the missing transverse energy. Finally, a muon system (\textsc{muon}) encloses the central detector volume
127The fast simulation of the detector response takes into account geometrical acceptance of sub-detectors and their finite resolution, as defined in the smearing data card\footnote{\texttt{[code] }See the \texttt{RESOLution} class.}.
128If no such file is provided, predefined values are used. The coverage of the various subsystems used in the default configuration are summarised in Tab.~\ref{tab:defEta}.
129
130\begin{table*}[t]
131\begin{center}
132\caption{Default extension in pseudorapidity $\eta$ of the different subdetectors.
133The corresponding parameter name, in the smearing card, is given. \vspace{0.5cm}}
134\begin{tabular}{lll}
135\hline
136\textsc{tracker} & {\verb CEN_max_tracker } & $0.0 \leq |\eta| \leq 2.5$\\
137\textsc{ecal}, \textsc{hcal} & {\verb CEN_max_calo_cen } & $0.0 \leq |\eta| \leq 3.0$\\
138\textsc{fcal} & {\verb CEN_max_calo_fwd } & $3.0 \leq |\eta| \leq5.0$\\
139\textsc{muon} & {\verb CEN_max_mu } & $0.0 \leq |\eta| \leq 2.4$\\\hline
140\end{tabular}
141\label{tab:defEta}
142\end{center}
143\end{table*}
144
145\begin{figure}[!h]
146\begin{center}
147\includegraphics[width=\columnwidth]{Detector_Delphes_3}
148\caption{
149Profile of layout of the generic detector geometry assumed in \textsc{Delphes}. The innermost layer, close to the interaction point, is a central tracking system (pink).
150It is surrounded by a central calorimeter volume (green) with both electromagnetic and hadronic sections.
151The outer layer of the central system (red) consist of a muon system. In addition, two end-cap calorimeters (blue) extend the pseudorapidity coverage of the central detector.
152The detector parameters are defined in the user-configuration card. The extension of the various subdetectors, as defined in Tab.~\ref{tab:defEta}, are clearly visible. The detector is assumed to be strictly symmetric around the beam axis (black line). Additional forward detectors are not depicted.
153}
154\label{fig:GenDet3}
155\end{center}
156\end{figure}
157
158
159\subsubsection*{Magnetic field}
160In addition to the subdetectors, the effects of a dipolar magnetic field is simulated for the charged particles\footnote{\texttt{[code] }See the \texttt{TrackPropagation} class.}. This affects the position at which charged particles enter the calorimeters.
161
162
163
164\subsection{Tracks reconstruction}
165Every stable charged particle with a transverse momentum above some threshold and lying inside the fiducial volume of the tracker provides a track.
166By default, a track is assumed to be reconstructed with $90\%$ probability\footnote{\texttt{[code]} The reconstruction efficiency is defined in the smearing datacard by the \texttt{TRACKING\_EFF} term.} if its transverse momentum $p_T$ is higher than $0.9~\textrm{GeV}$ and if its pseudorapidity $|\eta| \leq 2.5$.
167
168
169\subsection{Simulation of calorimeters}
170
171The energy of each particle considered as stable in the generator particle list is smeared, with a Gaussian distribution depending on the calorimeter resolution. This resolution varies with the sub-calorimeter (\textsc{ecal}, \textsc{hcal}, \textsc{fcal}) measuring the particle.
172The response of each sub-calorimeter is parametrised as a function of the energy:
173\begin{equation}
174\frac{\sigma}{E} = \frac{S}{\sqrt{E}} \oplus \frac{N}{E} \oplus C,
175\label{eq:caloresolution}
176\end{equation}
177where $S$, $N$ and $C$ are the \textit{stochastic}, \textit{noise} and \textit{constant} terms, respectively.\\
178
179
180The particle four-momentum $p^\mu$ are smeared with a parametrisation directly derived from typical detector technical designs\footnote{\texttt{[code] }~\cite{bib:cmsjetresolution,bib:ATLASresolution}. The response of the detector is applied to the electromagnetic and the hadronic particles through the \texttt{SmearElectron} and \texttt{SmearHadron} functions.}.
181In 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 forward calorimeters, with different response to electromagnetic objects ($e^\pm, \gamma$) or hadrons.
182Muons and neutrinos are assumed not to interact with the calorimeters\footnote{In the current \textsc{Delphes} version, particles other than electrons ($e^\pm$), photons ($\gamma$), muons ($\mu^\pm$) and neutrinos ($\nu_e$, $\nu_\mu$ and $\nu_\tau$) are simulated as hadrons for their interactions with the calorimeters. The simulation of stable particles beyond the Standard Model should subsequently be handled with care.}.
183The default values of the stochastic, noisy and constant terms are given in Tab.~\ref{tab:defResol}.\\
184
185\begin{table}[!h]
186\begin{center}
187\caption{Default values for the resolution of the central and forward calorimeters. Resolution is parametrised by the \textit{stochastic} ($S$), \textit{noise} ($N$) and \textit{constant} ($C$) terms (Eq.~\ref{eq:caloresolution}).
188The corresponding parameter name, in the smearing card, is given. \vspace{0.5cm}}
189\begin{tabular}[!h]{lclc}
190\hline
191\multicolumn{2}{c}{Resolution Term} & Card flag & Value\\\hline
192 \multicolumn{4}{l}{\textsc{ecal}} \\
193 & $S$ & {\verb ELG_Scen } & $0.05$ \\
194 & $N$ & {\verb ELG_Ncen } & $0.25$ \\
195 & $C$ & {\verb ELG_Ccen } & $0.0055$ \\
196 \multicolumn{4}{l}{\textsc{fcal}, electromagnetic part} \\
197 & $S$ & {\verb ELG_Sfwd } & $2.084$ \\
198 & $N$ & {\verb ELG_Nfwd } & $0$ \\
199 & $C$ & {\verb ELG_Cfwd } & $0.107$ \\
200 \multicolumn{4}{l}{\textsc{hcal}} \\
201 & $S$ & {\verb HAD_Shcal } & $1.5$ \\
202 & $N$ & {\verb HAD_Nhcal } & $0$\\
203 & $C$ & {\verb HAD_Chcal } & $0.05$\\
204 \multicolumn{4}{l}{\textsc{fcal}, hadronic part} \\
205 & $S$ & {\verb HAD_Shf } & $2.7$\\
206 & $N$ & {\verb HAD_Nhf } & $0$. \\
207 & $C$ & {\verb HAD_Chf } & $0.13$\\
208\hline
209\end{tabular}
210\label{tab:defResol}
211\end{center}
212\end{table}
213
214The energy of electrons and photons 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 \textsc{fcal}.
215Some long-living particles, such as the $K^0_s$, possessing lifetime $c\tau$ smaller than $10~\textrm{mm}$ are considered as stable particles although they decay before the calorimeters. The energy smearing of such particles is performed using the expected fraction of the energy, determined according to their decay products, that would be deposited into the \textsc{ecal} ($E_{\textsc{ecal}}$) and into the \textsc{hcal} ($E_{\textsc{hcal}}$). Defining $F$ as the fraction of the energy leading to a \textsc{hcal} deposit, the two energy values are given by
216\begin{equation}
217\left\{
218\begin{array}{l}
219E_{\textsc{hcal}} = E \times F \\
220E_{\textsc{ecal}} = E \times (1-F) \\
221\end{array}
222\right.
223\end{equation}
224where $0 \leq F \leq 1$. The electromagnetic part is handled as the same way as the electrons. The resulting energy measurement given after the application of the smearing is then $E = E_{\textsc{hcal}} + E_{\textsc{ecal}}$. For $K_S^0$ and $\Lambda$ hadrons, the energy fraction is $F$ is assumed to be worth $0.7$.\\
225
226\subsection{Calorimetric towers}
227
228The smallest unit for geometrical sampling of the calorimeters is a \textit{tower}; it segments the $(\eta,\phi)$ plane for the energy measurement. No longitudinal segmentation is available in the simulated calorimeters. All undecayed particles, except muons and neutrinos produce a calorimetric tower, either in \textsc{ecal}, in \textsc{hcal} or \textsc{fcal}.
229As the detector is assumed to be symmetric in $\phi$ and with respect to the $\eta=0$ plane, the smearing card stores the number of calorimetric towers with $\phi=0$ and $\eta>0$ (default: $40$ towers). For a given $\eta$, the size of the $\phi$ segmentation is also specified. Fig.~\ref{fig:calosegmentation} illustrates the default segmentation of the $(\eta,\phi)$ plane.
230
231\begin{figure}[!h]
232\begin{center}
233\includegraphics[width=\columnwidth]{calosegmentation}
234\caption{Default segmentation of the calorimeters in the $(\eta,\phi)$ plane. Only the central detectors (\textsc{ecal}, \textsc{hcal} and \textsc{fcal}) are considered.}
235\label{fig:calosegmentation}
236\end{center}
237\end{figure}
238
239The calorimetric towers directly enter in the calculation of the missing transverse energy (\textsc{met}), and as input for the jet reconstruction algorithms. No sharing between neighbouring towers is implemented when particles enter a tower very close to its geometrical edge.
240
241\subsection{Very forward detectors simulation}
242
243Most of the recent experiments in beam colliders have additional instrumentation along the beamline. These extend the $\eta$ coverage to higher values, for the detection of very forward final-state particles.
244Zero Degree Calorimeters (\textsc{zdc}) are located at zero angle, i.e. are aligned with the beamline axis at the interaction point, and placed at the distance where the paths of incoming and outgoing beams separate (Fig.~\ref{fig:fdets}). These allow the measurement of stable neutral particles ($\gamma$ and $n$) coming from the interaction point, with large pseudorapidities (e.g. $|\eta_{\textrm{n,}\gamma}| > 8.3$ in \textsc{cms}).
245Forward taggers (called here \textsc{rp220} and \textsc{fp420} as at the \textsc{lhc}) are meant for the measurement of particles following very closely the beam path. To be able to reach these detectors, such particles must have a charge identical to the beam particles, and a momentum very close to the nominal value for the beam. These taggers are near-beam detectors located a few millimetres from the true beam trajectory and this distance defines their acceptance (Tab.~\ref{tab:fdetacceptance}).
246
247\begin{figure}[!h]
248\begin{center}
249\includegraphics[width=\columnwidth]{fdets}
250\caption{Default location of the very forward detectors, including \textsc{zdc}, \textsc{rp220} and \textsc{fp420} in the \textsc{lhc} beamline.
251Incoming (red) and outgoing (black) beams on one side of the interaction point ($s=0~\textrm{m}$).
252The Zero Degree Calorimeter is located in perfect alignment with the beamline axis at the interaction point, at $140~\textrm{m}$, where the beam paths are separated. The forward taggers are near-beam detectors located at $220~\textrm{m}$ and $420~\textrm{m}$. Beamline simulation with \textsc{Hector}~\cite{bib:Hector}.}
253\label{fig:fdets}
254\end{center}
255\end{figure}
256
257\begin{table*}[t]
258\begin{center}
259\caption{Default parameters for the forward detectors: distance from the interaction point and detector acceptance. The \textsc{lhc} beamline is assumed around the fifth interaction point. For the \textsc{zdc}, the acceptance depends only on the pseudorapidity $\eta$ of the particle, which should be neutral and stable.
260The tagger acceptance is fully determined by the distance in the transverse plane of the detector to the real beam position~\cite{bib:Hector}. It is expressed in terms of the particle energy.
261\vspace{0.5cm}}
262\begin{tabular}{llcl}
263\hline
264Detector & Distance & Acceptance & \\ \hline
265\textsc{zdc} & $140$ m & $|\eta|> 8.3$ & for $n$ and $\gamma$\\
266\textsc{rp220} & $220$ m & $E \in [6100 ; 6880]$ (GeV) & at $2~\textrm{mm}$\\
267\textsc{fp420} & $420$ m & $E \in [6880 ; 6980]$ (GeV) & at $4~\textrm{mm}$\\
268\hline
269\end{tabular}
270\label{tab:fdetacceptance}
271\end{center}
272\end{table*}
273
274
275While neutral particles propagate along a straight line to the \textsc{zdc}, a dedicated simulation of the transport of charged particles is needed for \textsc{rp220} and \textsc{fp420}. This fast simulation uses the \textsc{Hector} software~\cite{bib:Hector}, which includes the chromaticity effects and the geometrical aperture of the beamline elements.
276
277Some subdetectors have the ability to measure the time of flight of the particle.
278This corresponds to the delay after which the particle is observed in the detector, after the bunch crossing. The time of flight measurement of \textsc{zdc} and \textsc{fp420} detector is implemented here. For the \textsc{zdc}, the formula is simply
279\begin{equation}
280 t = t_0 + \frac{1}{v} \times \Big( \frac{s-z}{\cos \theta}\Big),
281\end{equation}
282where $t$ is the time of flight, $t_0$ is the true time coordinate of the vertex from which the particle originates, $v$ the particle velocity, $s$ is the \textsc{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 \textsc{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}$.
283The formula then reduces to
284\begin{equation}
285 t = \frac{1}{c} \times (s-z)
286\end{equation}
287For example, a photon takes $0.47~\mu\textrm{s}$ to reach a \textsc{zdc} located at $s=140~\textrm{m}$, neglecting $z$ and $\theta$, and assuming that $v=c$. Only neutrons and photons are currently assumed to be able to reach the \textsc{zdc}. All other particles are neglected in the \textsc{zdc}.
288
289\section{High-level object reconstruction}
290
291Analysis object data contain the final collections of particles ($e^\pm$, $\mu^\pm$, $\gamma$) or objects (light jets, $b$-jets, $\tau$-jets, $E_T^\textrm{miss}$) and are stored\footnote{\texttt{[code] }All these processed data are located under the \texttt{Analysis} tree.} in the output file created by \textsc{Delphes}.
292In addition, some detector data are added: tracks, calorimetric towers and hits in \textsc{zdc}, \textsc{rp220} and \textsc{fp420}.
293While electrons, muons and photons are easily identified, some other objects are more difficult to measure, like jets or missing energy due to invisible particles.
294
295For most of these objects, their four-momentum $p^\mu$ and related quantities are directly accessible in \textsc{Delphes} output ($E$, $\vec{p}$, $p_T$, $\eta$ and $\phi$). Additional properties are available for specific objects (like the charge and the isolation status for $e^\pm$ and $\mu^\pm$, the result of application of $b$-tag for jets and time-of-flight for some detector hits).
296
297
298
299\subsection{Photon and charged lepton reconstruction}
300From here onwards, \textit{electrons} refer to both positrons ($e^+$) and electrons ($e^-$), and $\textit{charged leptons}$ refer to electrons and muons ($\mu^\pm$), leaving out the $\tau^\pm$ leptons as they decay before being detected.
301\subsubsection*{Electrons and photons}
302Photon and electron ($e^\pm$) candidates are reconstructed if they fall into the acceptance of the tracking system and have a transverse momentum above a threshold (default $p_T > 10~\textrm{GeV}$). A calorimetric tower will be seen in the detector, an electrons leave in addition a track. Consequently, electrons and photons creates as usual a candidate in the jet collection.
303
304\subsubsection*{Muons}
305
306Generator level muons entering the detector acceptance are considered as candidates for the analysis level.
307The acceptance is defined in terms of a transverse momentum threshold to overpass that should be computed using the chosen geometry of the detector and the magnetic field considered. (default : $p_T > 10~\textrm{GeV}$) and of the pseudorapidity coverage of the muon system of the detector (default: $-2.4 \leq \eta \leq 2.4$).
308The application of the detector resolution on the muon momentum depends on a Gaussian smearing of the $p_T$ variable\footnote{\texttt{[code]} See the \texttt{SmearMuon} method.}. Neither $\eta$ nor $\phi$ variables are modified beyond the calorimeters: no additional magnetic field is applied. In addition, multiple scattering is also neglected. This implies that low energy muons have in \textsc{Delphes} a better resolution than in a real detector. Moreover, muons leave no deposit in calorimeters.
309
310\subsubsection*{Charged lepton isolation}
311
312To improve the quality of the contents of the charged lepton collections, additional criteria can be applied to impose some isolation. This requires that electron or muon candidates are isolated in the detector from any other particle, within a small cone. In \textsc{Delphes}, charged lepton isolation demands that there is no other charged particle with $p_T>2~\textrm{GeV}$ within a cone of $\Delta R = \sqrt{\Delta \eta^2 + \Delta \phi^2} <0.5$ around the lepton. The result (i.e. \textit{isolated} or \textit{not}) is added to the charged lepton measured properties\footnote{\texttt{[code] }See the \texttt{IsolFlag} output of the \texttt{Electron} or \texttt{Muon} collections in the \texttt{Analysis} tree.}. No calorimetric isolation is applied. \\
313
314
315
316
317
318
319
320\subsection{Jet reconstruction}
321
322A realistic analysis requires a correct treatment of final state particles which hadronise. Therefore, the most widely currently used jet algorithms have been integrated into the \textsc{Delphes} framework using the \textsc{FastJet} tools~\cite{bib:FastJet}.
323Six different jet reconstruction schemes are available\footnote{\texttt{[code] }The choice is done by allocating the \texttt{JET\_jetalgo } input parameter in the smearing card.}. The first three belong to the cone algorithm class while the last three are using a sequential recombination scheme. For all of them, the towers are used as input for the jet clustering. Jet algorithms also differ in their sensitivity to soft particles or collinear splittings, and with their computing speed performance.
324
325\subsubsection*{Cone algorithms}
326
327\begin{enumerate}
328
329\item {\it CDF Jet Clusters}~\cite{bib:jetclu}: Algorithm forming jets by associating together towers lying within a circle (default radius $\Delta R=0.7$) in the $(\eta$, $\phi)$ space.
330The so-called \textsc{Jetclu} cone jet algorithm that was used by \textsc{cdf} in Run II is used.
331All towers with a transverse energy $E_T$ higher than a given threshold (default: $E_T > 1~\textrm{GeV}$) are used to seed the jet candidates.
332The existing \textsc{FastJet} code has been modified to allow easy modification of the tower pattern in $\eta$, $\phi$ space.
333In the following versions of \textsc{Delphes}, a new dedicated plug-in will be created on this purpose\footnote{\texttt{[code] }\texttt{JET\_coneradius} and \texttt{JET\_seed} variables in the smearing card.}.
334
335\item {\it CDF MidPoint}~\cite{bib:midpoint}: Algorithm developed for the \textsc{cdf} Run II to reduce infrared and collinear sensitivity compared to purely seed-based cone by adding `midpoints' (energy barycentres) in the list of cone seeds.
336
337\item {\it Seedless Infrared Safe Cone}~\cite{bib:SIScone}: The \textsc{SISCone} algorithm is simultaneously insensitive to additional soft particles and collinear splittings, and fast enough to be used in experimental analysis.
338
339\end{enumerate}
340
341\subsubsection*{Recombination algorithms}
342
343The three following jet algorithms are safe for soft radiations (\textit{infrared}) and collinear splittings. They rely on recombination schemes where calorimeter tower pairs are successively merged. The definitions of the jet algorithms are similar except for the definition of the \textit{distances} $d$ used during the merging procedure. Two such variables are defined: the distance $d_{ij}$ between each pair of towers $(i,j)$, and a variable $d_{iB}$ (\textit{beam distance}) depending on the transverse momentum of the tower $i$.
344
345The jet reconstruction algorithm browses the calotower list. It starts by finding the minimum value $d_\textrm{min}$ of all the distances $d_{ij}$ and $d_{iB}$. If $d_\textrm{min}$ is a $d_{ij}$, the towers $i$ and $j$ are merged into a single tower with a four-momentum $p^\mu = p^\mu (i) + p^\mu (j)$ (\textit{E-scheme recombination}). If $d_\textrm{min}$ is a $d_{iB}$, the tower is declared as a final jet and is removed from the input list. This procedure is repeated until no towers are left in the input list. Further information on these jet algorithms is given here below, using $k_{ti}$, $y_{i}$ and $\phi_i$ as the transverse momentum, rapidity and azimuth of calotower $i$ and $\Delta R_{ij}= \sqrt{(y_i-y_j)^2+(\phi_i-\phi_j)^2}$ as the jet-radius parameter:
346
347\begin{enumerate}[start=4]
348
349\item {\it Longitudinally invariant $k_t$ jet}~\cite{bib:ktjet}:
350\begin{equation}
351\begin{array}{l}
352 d_{ij} = \min(k_{ti}^2,k_{tj}^2)\Delta R_{ij}^2/R^2 \\
353 d_{iB}=k_{ti}^2 \\
354\end{array}
355\end{equation}
356
357\item {\it Cambridge/Aachen jet}~\cite{bib:aachen}:
358\begin{equation}
359\begin{array}{l}
360d_{ij} = \Delta R_{ij}^2/R^2\\
361d_{iB}=1 \\
362\end{array}
363\end{equation}
364
365\item {\it Anti $k_t$ jet}~\cite{bib:antikt}: where hard jets are exactly circular in the $(y,\phi)$ plane
366\begin{equation}
367\begin{array}{l}
368d_{ij} = \min(1/k_{ti}^2,1/k_{tj}^2)\Delta R_{ij}^2/R^2 \\
369d_{iB}=1/k_{ti}^2 \\
370\end{array}
371\end{equation}
372\end{enumerate}
373
374By default, reconstruction uses a cone algorithm with $\Delta R=0.7$. Jets are stored if their transverse energy is higher\footnote{\texttt{[code] PTCUT\_jet }variable in the smearing card.} than $20~\textrm{GeV}$.
375
376
377\subsection{$b$-tagging}
378
379A jet is tagged as $b$-jets if its direction lies in the acceptance of the tracker 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 jets (i.e. originating in $u$,$d$,$s$ quarks or in gluons), a fake $b$-tagging efficiency of $10 \%$ and $1 \%$ respectively is assumed\footnote{\texttt{[code] }Corresponding to the \texttt{TAGGING\_B}, \texttt{MISTAGGING\_C} and \texttt{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 mistagging a light jet ($u$,$d$,$s$,$g$) as a $b$-jet.}
380%(Fig.~\ref{fig:btag})
381.
382The (mis)tagging relies on the true particle identity (\textsc{pid}) of the most energetic particle within a cone around the observed $(\eta,\phi)$ region, with a radius $\Delta R$ of $0.7$.
383
384%\begin{figure}[!h]
385%\begin{center}
386%\includegraphics[width=0.6\columnwidth]{btag}
387%\caption{Default efficiency of $b$-tag for jets coming from $b$ quarks, $c$ quarks and from other particles (jets from gluons or $u$, $d$ and $s$ quarks).}
388%\label{fig:btag}
389%\end{center}
390%\end{figure}
391
392
393\subsection{\texorpdfstring{$\tau$}{\texttau} identification}
394
395Jets originating from $\tau$-decays are identified using an identification procedure consistent with the one applied in a full detector simulation~\cite{bib:cmsjetresolution}.
396The tagging relies on two properties of the $\tau$ lepton. First, $77\%$ of the $\tau$ hadronic decays contain only one charged hadron associated to a few neutrals (Tab.~\ref{tab:taudecay}). Tracks are useful for this criterion. Secondly, the particles arisen from the $\tau$ lepton produce narrow jets in the calorimeter (this is defined as the jet \textit{collimation}).
397
398\begin{table}[!h]
399\begin{center}
400\caption{ Branching rations for $\tau^-$ lepton~\cite{bib:pdg}. $h^\pm$ and $h^0$ refer to charged and neutral hadrons, respectively. $n \geq 0$ and $m \geq 0$ are integers.
401\vspace{0.5cm} }
402\begin{tabular}[!h]{ll}
403\hline
404 \multicolumn{2}{l}{\textbf{Leptonic decays}}\\
405 $ \tau^- \rightarrow e^- \ \bar \nu_e \ \nu_\tau$ & $17.9\% $ \\
406 $ \tau^- \rightarrow \mu^- \ \bar \nu_\mu \ \nu_\tau$ & $17.4\%$ \\
407 \multicolumn{2}{l}{\textbf{Hadronic decays}}\\
408 $ \tau^- \rightarrow h^-\ n\times h^\pm \ m\times h^0\ \nu_\tau$ & $64.7\%$ \\
409 $ \tau^- \rightarrow h^-\ m\times h^0 \ \nu_\tau$ & $50.1\%$ \\
410 $ \tau^- \rightarrow h^-\ h^+ h^- m\times h^0 \ \nu_\tau$ & $14.6\%$ \\
411\hline
412\end{tabular}
413\label{tab:taudecay}
414\end{center}
415\end{table}
416
417
418%\begin{wrapfigure}{l}{0.3\columnwidth}
419\begin{figure}[!h]
420\begin{center}
421\includegraphics[width=0.6\columnwidth]{Tau}
422\caption{Illustration of the identification of $\tau$-jets. The jet cone is narrow and contains only one track. The small cone shown as the red one is used for the \textit{electromagnetic collimation}, while the green cone is the cone radius used to reconstruct the jet originating from the $\tau$-decay.}
423\label{h_WW_ss_cut1}
424\end{center}
425\end{figure}
426%\end{wrapfigure}
427
428
429\subsubsection*{Electromagnetic collimation}
430
431To use the narrowness of the $\tau$-jet, the \textit{electromagnetic collimation} $C_{\tau}^{em}$ is defined as the sum of the energy of towers in a small cone of radius $R^\textrm{em}$ around the jet axis, divided by the energy of the reconstructed jet.
432To be taken into account, a calorimeter tower should have a transverse energy $E_T^\textrm{tower}$ above a given threshold.
433A large fraction of the jet energy is expected in this small cone. This fraction, or collimation factor, is represented in Fig.~\ref{fig:tau2} for the default values (see Tab.~\ref{tab:tauRef}).
434
435\begin{figure}[!h]
436\begin{center}
437\includegraphics[width=\columnwidth]{Tau2}
438\caption{Distribution of the electromagnetic collimation $C_\tau$ variable for true $\tau$-jets, normalised to unity. This distribution is shown for associated $WH$ photoproduction~\cite{bib:whphotoproduction}, where the Higgs boson decays into a $W^+ W^-$ pair. Each $W$ boson decays into a $\ell \nu_\ell$ pair, where $\ell = e, \mu, \tau$.
439Events generated with \textsc{MadGraph/MadEvent}~\cite{bib:mgme}.
440Final state hadronisation is performed by \textsc{Pythia}~\cite{bib:pythia}.
441Histogram entries correspond to true $\tau$-jets, matched with generator level data. }
442\label{fig:tau2}
443\end{center}
444\end{figure}
445
446\subsubsection*{Tracking isolation}
447
448The tracking isolation for the $\tau$ identification requires that the number of tracks associated to a particle with a significant transverse momentum is one and only one in a cone of radius $R^\textrm{tracks}$ (3-prong $\tau$s are dropped).
449This cone should be entirely pointing to the tracker to be taken into account. Default values of these parameters are given in Tab.~\ref{tab:tauRef}.
450
451
452
453\begin{figure}[!h]
454\begin{center}
455\includegraphics[width=\columnwidth]{Tau1}
456\caption{Distribution of the number of tracks $N^\textrm{tracks}$ within a small jet cone for true $\tau$-jets, normalised to unity. Photoproduced $WH$ events, where $W$ bosons decay leptonically ($e,\mu,\tau$), as in Fig.~\ref{fig:tau2}.
457Histogram entries correspond to true $\tau$-jets, matched with generator level data.}
458\label{fig:tau1}
459\end{center}
460\end{figure}
461
462
463\begin{table}[!h]
464\begin{center}
465\caption{Default values for parameters used in $\tau$-jet reconstruction algorithm. Electromagnetic collimation requirements involve the inner \textit{small} cone radius $R^\textrm{em}$, the minimum transverse energy for calotowers $E_T^\textrm{tower}$ and the collimation factor $C_\tau$. Tracking isolation constrains the number of tracks with a significant transverse momentum $p_T^\textrm{tracks}$ in a cone of radius $R^\textrm{tracks}$. Finally, the $\tau$-jet collection is purified by the application of a cut on the $p_T$ of $\tau$-jet candidates.
466\vspace{0.5cm} }
467\begin{tabular}[!h]{lll}
468\hline
469Parameter & Card flag & Value\\\hline
470\multicolumn{3}{l}{\textbf{Electromagnetic collimation}} \\
471$R^\textrm{em}$ & \texttt{TAU\_energy\_scone } & $0.15$\\
472min $E_{T}^\textrm{tower}$ & {\verb JET_M_seed } & $1.0$~GeV\\
473$C_{\tau}$ & \texttt{TAU\_energy\_frac} & $0.95$\\
474\multicolumn{3}{l}{\textbf{Tracking isolation}} \\
475$R^\textrm{tracks}$ & \texttt{TAU\_track\_scone} & $0.4$\\
476min $p_T^{tracks}$ & \texttt{PTAU\_track\_pt } & $2$ GeV\\
477\multicolumn{3}{l}{\textbf{$\tau$-jet candidate}} \\
478$\min p_T$ & \texttt{TAUJET\_pt} & $10$ GeV\\
479\hline
480\end{tabular}
481\label{tab:tauRef}
482\end{center}
483\end{table}
484
485\subsubsection*{Purity}
486Once both electromagnetic collimation and tracking isolation are applied, a threshold on the $p_T$ of the $\tau$-jet candidate is requested to purify the collection. This procedure selects $\tau$ leptons decaying hadronically with a typical efficiency of $60\%$.
487
488\subsection{Missing transverse energy}
489In an ideal detector, momentum conservation imposes the transverse momentum of the observed final state $\overrightarrow{p_T}^\textrm{obs}$ to be equal to the $\overrightarrow{p_T}$ vector sum of the invisible particles, written $\overrightarrow{p_T}^\textrm{miss}$.
490\begin{equation}
491\overrightarrow{p_T} = \left(
492\begin{array}{c}
493p_x\\
494p_y\\
495\end{array}
496\right)
497~ \textrm{and} ~
498\left\{
499\begin{array}{l}
500 p_x^\textrm{miss} = - p_x^\textrm{obs} \\
501 p_y^\textrm{miss} = - p_y^\textrm{obs} \\
502\end{array}
503\right.
504\end{equation}
505The \textit{true} missing transverse energy, i.e. at generator-level, is calculated as the opposite of the vector sum of the transverse momenta of all visible particles -- or equivalently, to the vector sum of invisible particle transverse momenta.
506In a real experiment, calorimeters measure energy and not momentum. Any problem affecting the detector (dead channels, misalignment, noisy towers, cracks) worsens directly the measured missing transverse energy $\overrightarrow {E_T}^\textrm{miss}$. In this document, \textsc{met} is based on the calorimetric towers and only muons and neutrinos are not taken into account for its evaluation:
507\begin{equation}
508\overrightarrow{E_T}^\textrm{miss} = - \sum^\textrm{towers}_i \overrightarrow{E_T}(i)
509\end{equation}
510
511
512\section{Trigger emulation}
513
514New physics in collider experiment are often characterised in phenomenology by low cross-section values, compared to the Standard Model (\textsc{sm}) processes. For instance at the \textsc{lhc} ($\sqrt{s}=14~\textrm{TeV}$), the cross-section of inclusive production of $b \bar b$ pairs is expected to be $10^7~\textrm{nb}$, or inclusive jets at $100~\textrm{nb}$ ($p_T > 200~\textrm{GeV}$), while Higgs boson cross-section within the \textsc{sm} can be as small as $2 \times 10^{-3}~\textrm{nb}$ ($pp \rightarrow WH$, $m_H=115~\textrm{GeV}$).
515
516High statistics are required for data analyses, consequently imposing high luminosity, i.e. a high collision rate.
517As only a tiny fraction of the observed events can be stored for subsequent \textit{offline} analyses, a very large data rejection factor should be applied directly as the events are produced.
518This data selection is supposed to reject only well-known \textsc{sm} events\footnote{However, some bandwidth is allocated to random triggers that stores a small fraction of the events without any selection criteria.}.
519Dedicated algorithms of this \textit{online} selection, or \textit{trigger}, should be fast and very efficient for data rejection, in order to preserve the experiment output bandwidth. They must also be as inclusive as possible to avoid loosing interesting events.
520
521Most of the usual trigger algorithms select events containing objects (i.e. jets, particles, \textsc{met}) with an energy scale above some threshold. This is often expressed in terms of a cut on the transverse momentum of one or several objects of the measured event. Logical combinations of several conditions are also possible. For instance, a trigger path could select events containing at least one jet and one electron such as $p_T^\textrm{jet} > 100~\textrm{GeV}$ and $p_T^e > 50~\textrm{GeV}$.
522
523A trigger emulation is included in \textsc{Delphes}, using a fully parametrisable \textit{trigger table}\footnote{\texttt{[code] }The trigger card is the \texttt{data/trigger.dat} file.}. When enabled, this trigger is applied on analysis object data.
524In a real experiment, the online selection is often divided into several steps (or \textit{levels}).
525This splits the overall reduction factor into a product of smaller factors, corresponding to the different trigger levels.
526This is related to the architecture of the experiment data acquisition chain, with limited electronic buffers requiring a quick decision for the first trigger level.
527First level triggers are then fast and simple but based only on partial data as not all detector front-ends are readable within the decision latency.
528Later levels are more complex, of finer-but-not-final quality and based on full detector data.
529
530Real triggers are thus intrinsically based on reconstructed data with a worse resolution than final analysis data.
531On the contrary, same data are used in \textsc{Delphes} for trigger emulation and for final analyses.
532
533\section{Validation}
534
535\textsc{Delphes} performs a fast simulation of a collider experiment.
536Its quality and validity are assessed by comparing to resolution of the reconstructed data to the \textsc{cms} detector expectations.
537
538Electrons and muons are by construction equal to the experiment designs, as the Gaussian smearing of their kinematics properties is defined according to their resolutions.
539Similarly, the $b$-tagging efficiency (for real $b$-jets) and misidentification rates (for fake $b$-jets) are taken from the expected values of the experiment.
540Unlike these simple objects, jets and missing transverse energy should be carefully cross-checked.
541
542\subsection{Jet resolution}
543
544The majority of interesting processes at the \textsc{lhc} contain jets in the final state. The jet resolution obtained using \textsc{Delphes} is therefore a crucial point for its validation. Even if \textsc{Delphes} contains six algorithms for jet reconstruction, only the jet clustering algorithm (\textsc{jetclu}) with $R=0.7$ is used to validate the jet collection.
545
546This validation is based on $pp \rightarrow gg$ events produced with \textsc{MadGraph/MadEvent} and hadronised using \textsc{Pythia}~\cite{bib:mgme,bib:pythia}. The events were arranged in $14$ bins of gluon transverse momentum $\hat{p}_T$. In each $\hat{p}_T$ bin, every jet in \textsc{Delphes} is matched to the closest jet of generator-level particles, using the spatial separation between the two jet axes
547\begin{equation}
548\Delta R = \sqrt{ \big(\eta^\textrm{rec} - \eta^\textrm{MC} \big)^2 + \big(\phi^\textrm{rec} - \phi^\textrm{MC} \big)^2}<0.25.
549\end{equation}
550The jets made of generator-level particles, here refered as \textit{MC jets}, are obtained by applying the same clustering algorithm to all particles considered as stable after hadronisation.
551Jets produced by \textsc{Delphes} and satisfying the matching criterion are called hereafter \textit{reconstructed jets}.
552
553The ratio of the transverse energies of every reconstructed jet $E_T^\textrm{rec}$ and its corresponding \textsc{mc} jet $E_T^\textrm{MC}$ is calculated in each $\hat{p}_T$ bin.
554The $E_T^\textrm{rec}/E_T^\textrm{MC}$ histogram is fitted with a Gaussian distribution in the interval \mbox{$\pm 2$~\textsc{rms}} centred around the mean value.
555The resolution in each $\hat{p}_T$ bin is obtained by the fit mean $\langle x \rangle$ and variance $\sigma^2(x)$:
556\begin{equation}
557%\frac{\sigma(R_{jet})}{\langle R_{jet} \rangle }=
558\frac{\sigma \Big (\frac{E_T^{rec}}{E_T^{MC}} \Big)_\textrm{fit}}{ \Big \langle \frac{E_T^{rec}}{E_T^{MC}} \Big \rangle_\textrm{fit}}~
559\Big( \hat{p}_T(i) \Big)\textrm{, for all }i.
560\end{equation}
561
562\begin{figure}[!h]
563\begin{center}
564\includegraphics[width=\columnwidth]{resolutionJet}
565\caption{Resolution of the transverse energy of reconstructed jets $E_T^\textrm{rec}$ as a function of the transverse energy of the closest jet of generator-level particles $E_T^\textrm{MC}$. The maximum separation between the reconstructed and \textsc{mc} jets is $\Delta R= 0.25$. Pink line is the fit result for comparison to the \textsc{cms} resolution~\cite{bib:cmsjetresolution}, in blue.}
566\label{fig:jetresol}
567\end{center}
568\end{figure}
569
570The resulting jet resolution as a function of $E_T^\textrm{MC}$ is shown in Fig.~\ref{fig:jetresol}.
571This distribution is fitted with a function of the following form:
572\begin{equation}
573\frac{a}{E_T^\textrm{MC}}\oplus \frac{b}{\sqrt{E_T^\textrm{MC}}}\oplus c,
574\end{equation}
575where $a$, $b$ and $c$ are the fit parameters.
576It is then compared to the resolution published by the \textsc{cms} collaboration~\cite{bib:cmsjetresolution}. The resolution curves from \textsc{Delphes} and \textsc{cms} are in good agreement.
577
578\subsection{MET resolution}
579
580All major detectors at hadron colliders have been designed to be as much hermetic as possible in order to detect the presence of one or more neutrinos through apparent missing transverse energy.
581The resolution of the $\overrightarrow{E_T}^\textrm{miss}$ variable, as obtained with \textsc{Delphes}, is then crucial.
582
583The samples used to study the \textsc{met} performance are identical to those used for the jet validation.
584It is worth noting that the contribution to $E_T^\textrm{miss}$ from muons is negligible in the studied sample.
585The input samples are divided in five bins of scalar $E_T$ sums $(\Sigma E_T)$. This sum, called \textit{total visible transverse energy}, is defined as the scalar sum of transverse energy in all towers.
586The quality of the \textsc{met} reconstruction is checked via the resolution on its horizontal component $E_x^\textrm{miss}$.
587
588The $E_x^\textrm{miss}$ resolution is evaluated in the following way.
589The distribution of the difference between $E_x^\textrm{miss}$ in \textsc{Delphes} and at generator-level is fitted with a Gaussian function in each $(\Sigma E_T)$ bin. The fit \textsc{rms} gives the \textsc{met} resolution in each bin.
590The resulting value is plotted in Fig.~\ref{fig:resolETmis} as a function of the total visible transverse
591energy.
592
593\begin{figure}[!h]
594\begin{center}
595\includegraphics[width=\columnwidth]{resolutionETmis}
596\caption{$\sigma(E^\textrm{miss}_{x})$ as a function on the scalar sum of all towers ($\Sigma E_T$) for $pp \rightarrow gg$ events.}
597\label{fig:resolETmis}
598\end{center}
599\end{figure}
600
601The resolution $\sigma_x$ of the horizontal component of \textsc{met} is observed to behave like
602\begin{equation}
603\sigma_x = \alpha ~\sqrt(E_T) ~~~(\mathrm{GeV}^{1/2}),
604\end{equation}
605where the $\alpha$ parameter is depending on the resolution of the calorimeters.
606
607The \textsc{met} resolution expected for the \textsc{cms} detector for similar events is $\sigma_x = (0.6-0.7) ~ \sqrt(E_T) ~ \mathrm{GeV}^{1/2}$ with no pile-up\footnote{\textit{Pile-up} events are extra simultaneous $pp$ collision occurring at the same bunch crossing.}~\cite{bib:cmsjetresolution}, which compares very well with the $\alpha = 0.68$ obtained with \textsc{Delphes}.
608
609\subsection{\texorpdfstring{$\tau$}{\texttau}-jet efficiency}
610Due to the complexity of their reconstruction algorithm, $\tau$-jets have also to be checked.
611Tab.~\ref{tab:taurecoefficiency} lists the reconstruction efficiencies for the hadronic $\tau$-jets in the \textsc{cms} experiment and in \textsc{Delphes}. Agreement is good enough to validate this reconstruction.
612
613\begin{table}[!h]
614\begin{center}
615\caption{Reconstruction efficiencies of $\tau$-jets in decays from $Z$ or $H$ bosons, in \textsc{Delphes} and in the \textsc{cms} experiment~\cite{bib:cmstauresolution}.\vspace{0.5cm}}
616\begin{tabular}{lll}
617\hline
618\multicolumn{2}{c}{\textsc{cms}} & \\
619$Z \rightarrow \tau^+ \tau^-$ & $38 \%$ & \\
620$H \rightarrow \tau^+ \tau^-$ & $36 \%$ & $m_H = 150~\textrm{GeV}$ \\
621$H \rightarrow \tau^+ \tau^-$ & $47 \%$ & $m_H = 300~\textrm{GeV}$ \\
622\multicolumn{2}{c}{\textsc{Delphes}} & \\
623$H \rightarrow \tau^+ \tau^-$ &$42 \%$ & $m_H = 140~\textrm{GeV}$ \\
624\hline
625\end{tabular}
626\label{tab:taurecoefficiency}
627\end{center}
628\end{table}
629
630
631\section{Visualisation}
632
633When performing an event analysis, a visualisation tool is useful to convey information about the detector layout and the event topology in a simple way. The \textit{Fast and Realistic OpenGL Displayer} \textsc{frog}~\cite{bib:Frog} has been interfaced in \textsc{Delphes}, allowing an easy display of the defined detector configuration\footnote{\texttt{[code] } To prepare the visualisation, the \texttt{FLAG\_frog} parameter should be equal to $1$.}.
634
635% \begin{figure}[!h]
636% \begin{center}
637% \includegraphics[width=\columnwidth]{Detector_Delphes_1}
638% \caption{Layout of the generic detector geometry assumed in \textsc{Delphes}. The innermost layer, close to the interaction point, is a central tracking system (pink), embedded into a solenoidal magnetic field.
639% It is surrounded by a central calorimeter volume (green) with both electromagnetic and hadronic sections.
640% The outer layer of the central system (red) consist of a muon system.
641% In addition, two end-cap calorimeters (blue) extend the pseudorapidity coverage of the central detector.
642% The actual detector granularity and extension is defined in the smearing card.
643% The detector is assumed to be strictly symmetric around the beam axis (black line).
644% Additional forward detectors are not depicted.}
645% \label{fig:GenDet}
646% \end{center}
647% \end{figure}
648
649Two and three-dimensional representations of the detector configuration can be used for communication purpose, as it clearly shows the geometric coverage of the different detector subsystems. As an illustration, the generic detector geometry assumed in this paper is shown in Fig.~\ref{fig:GenDet3}
650%, \ref{fig:GenDet}
651 and~\ref{fig:GenDet2}.
652As pointed before, the detector is assumed to be strictly symmetric around the beam axis.
653The extensions of the central tracking system, the central calorimeters and both forward calorimeters are visible.
654Nevertheless, it should be noticed that only the geometrical coverage is depicted and that the calorimeter segmentation is not taken into account in the drawing of the detector. Moreover, both the radius and the length of each sub-detectors are just display parameters and are insignificant for the physics simulation.
655
656\begin{figure}[!h]
657\begin{center}
658\includegraphics[width=\columnwidth]{Detector_Delphes_2b}
659\caption{Layout of the generic detector geometry assumed in \textsc{Delphes}. Open 3D-view of the detector with solid volumes. Same colour codes as for Fig.~\ref{fig:GenDet3} are applied. Additional forward detectors are not depicted.}
660\label{fig:GenDet2}
661\end{center}
662\end{figure}
663
664Deeper understanding of interesting physics processes is possible by displaying the events themselves.
665The visibility of each set of objects ($e^\pm$, $\mu^\pm$, $\tau^\pm$, jets, transverse missing energy) is enhanced by a colour coding.
666Moreover, kinematics information of each object is visible by a simple mouse action.
667As an illustration, an associated photoproduction of a $W$ boson and a $t$ quark is shown in Fig.~\ref{fig:wt}.
668This corresponds to a $pp(\gamma p \rightarrow Wt)pX$ process, where the $Wt$ couple is induced by an incoming photon emitted by one interacting proton~\cite{bib:wtphotoproduction}.
669This leading proton survives from the photon emission and subsequently from the $pp$ interaction, and is present in the final state.
670As the energy and virtuality of the emitted photon are low, the surviving proton does not leave the beam and escapes from the central detector without being detected.
671The experimental signature is a lack of hadronic activity in one forward hemisphere, where the surviving proton escapes.
672The $t$ quark decays into a $W$ boson and a $b$ quark.
673Both $W$ bosons decay into leptons ($W \rightarrow \mu \nu_\mu$ and $W \rightarrow e \nu_e$).
674The balance between the missing transverse energy and the charged lepton pair is clear, as well as the presence of an empty forward region. It is interesting to notice that the reconstruction algorithms build a fake $\tau$-jet around the electron.
675
676\begin{figure}[!h]
677\begin{center}
678%\includegraphics[width=\columnwidth]{Events_Delphes_1}
679\includegraphics[width=\columnwidth]{DisplayWt}
680\caption{Example of $pp(\gamma p \rightarrow Wt)pY$ event, with $t \rightarrow Wb$.
681One $W$ boson decays into a $\mu \nu_\mu$ pair and the second one into a $e \nu_e$ pair.
682The surviving proton leaves a forward hemisphere with no hadronic activity.
683The isolated muon is shown as the dark blue vector.
684Around the electron, in red, is reconstructed a fake $\tau$-jet (green vector surrounded by a blue cone), while the reconstructed missing energy (in grey) is very small. One jet is visible in one forward region, along the beamline axis, opposite to the direction of the escaping proton.}
685\label{fig:wt}
686\end{center}
687\end{figure}
688
689For the comparison, Fig.~\ref{fig:gg} depicts an inclusive gluon pair production $pp \rightarrow ggX$.
690The event final state contains more jets, in particular along the beam axis, which is expected as the interacting protons are destroyed by the collision. Two muon candidates and large missing transverse energy are also visible.
691
692\begin{figure}[!h]
693\begin{center}
694%\includegraphics[width=\columnwidth]{Events_Delphes_1}
695\includegraphics[width=\columnwidth]{Displayppgg}
696\caption{Example of inclusive gluon pair production $pp \rightarrow ggX$. Many jets are visible in the event, in particular along the beam axis. Two muons (in blue) are produced and the missing transverse energy is significant in this event (grey vector).}
697\label{fig:gg}
698\end{center}
699\end{figure}
700
701
702\section{Conclusion and perspectives}
703
704% \subsection{version 1}
705% We have described here the major features of the \textsc{Delphes} framework, introduced for the fast simulation of a collider experiment.
706% It has already been used for several phenomenological studies, in particular in photon interactions at the \textsc{lhc}.
707%
708% \textsc{Delphes} takes the output of event generators, in various formats, and yields analysis object data.
709% The simulation applies the resolutions of central and forward detectors by smearing the kinematical properties of final state particles.
710% It yields tracks in a solenoidal magnetic field and calorimetric towers.
711% Realistic reconstruction algorithms are run, including the \textsc{FastJet} package, to produce collections of $e^\pm$, $\mu^\pm$, jets and $\tau$-jets. $b$-tag and missing transverse energy are also evaluated.
712% The output is validated by comparing to the \textsc{cms} expected performances.
713% A trigger stage can be emulated on the output data.
714% At last, event visualisation is possible through the \textsc{Frog} 3D event display.
715%
716%
717% \textsc{Delphes} has been developped using the parameters of the \textsc{cms} experiment but can be easily extended to \textsc{atlas} and other non-\textsc{lhc} experiments, as at Tevatron or at the \textsc{ilc}. Further developments include a more flexible design for the subdetector assembly and possibly the implementation of an event mixing module for pile-up event simulation.
718%
719%
720% \subsection{version 2}
721We have described here the major features of the \textsc{Delphes} framework, introduced for the fast simulation of a collider experiment. This framework is a tool meant for feasibility studies in phenomenology, probing the observability of models in collider experiments. It has already been used for several analyses, in particular in photon interactions at the \textsc{lhc}~\cite{bib:wtphotoproduction, bib:papierquisortirajamais, bib:papiersimon}.
722
723\textsc{Delphes} takes the output of event generators and yields analysis object data.
724The simulation includes central and forward detectors to produce realistic observables using standard reconstruction algorithms.
725Moreover, the framework allows trigger emulation and 3D event visualisation.
726
727\textsc{Delphes} has been developed using the parameters of the \textsc{cms} experiment but can be easily extended to \textsc{atlas} and other non-\textsc{lhc} experiments, as at Tevatron or at the \textsc{ilc}. Further developments include a more flexible design for the subdetector assembly and possibly the implementation of an event mixing module for pile-up event simulation.
728
729
730
731\section*{Acknowledgements}
732\addcontentsline{toc}{section}{Acknowledgements}
733The authors would like to thank Jer\^ome de Favereau, Vincent Lema\^itre, Muriel Vander Donckt and David d'Enterria for useful discussions and comments, and Loic Quertenmont for support in interfacing \textsc{Frog}. We are also really grateful to Alice Dechambre and Simon de Visscher for being beta testers of the complete package.
734Part of this work was supported by the Belgian Federal Office for Scientific, Technical and Cultural Affairs through the Interuniversity Attraction Pole P6/11.
735
736
737\begin{thebibliography}{99}
738\addcontentsline{toc}{section}{References}
739
740\bibitem{bib:Delphes} \textsc{Delphes}, \href{http://www.fynu.ucl.ac.be/delphes.html}{www.fynu.ucl.ac.be/delphes.html}
741%hepforge:
742\bibitem{bib:Root} %\textsc{Root}, \textit{An Object Oriented Data Analysis Framework},
743R. Brun, F. Rademakers, Nucl. Inst. \& Meth. in \textbf{Phys. Res. A} \href{http://dx.doi.org/10.1016/S0168-9002(97)00048-X}{389 (1997) 81-86}.
744\bibitem{bib:ExRootAnalysis} %\textit{The} \textsc{ExRootAnalysis} \textit{analysis steering utility},
745P. Demin, (2006), unpublished. Now part of \textsc{MadGraph/MadEvent}.
746\bibitem{bib:cmsjetresolution} CMS Collaboration, \textbf{CERN/LHCC} \href{http://documents.cern.ch/cgi-bin/setlink?base=lhcc&categ=public&id=lhcc-2006-001}{2006-001}.
747\bibitem{bib:ATLASresolution} The ATLAS Collaboration, \href{http://arxiv.org/abs/arxiv:0901.0512}{arXiv:hep-ex/0901.0512v1}.
748\bibitem{bib:Hector} %\textsc{Hector}, \textit{a fast simulator for the transport of particles in beamlines},
749X. Rouby, J. de Favereau, K. Piotrzkowski, \textbf{JINST} \href{http://www.iop.org/EJ/abstract/1748-0221/2/09/P09005}{2 P09005 (2007)}.
750\bibitem{bib:FastJet} %\textit{The} \textsc{FastJet} \textit{package},
751M. Cacciari, G.P. Salam, \textbf{Phys. Lett. B} \href{http://dx.doi.org/10.1016/j.physletb.2006.08.037}{641 (2006) 57}.
752\bibitem{bib:jetclu} %\textsc{cdf} Run I legacy algorithm,
753F. Abe et al. (CDF Coll.), \textbf{Phys. Rev. D} \href{http://link.aps.org/doi/10.1103/PhysRevD.45.1448}{45 (1992) 1448}.
754\bibitem{bib:midpoint} %Run II Jet Physics: Proceedings of the Run II QCD and Weak Boson Physics Workshop,
755G.C. Blazey, et al., \href{http://arxiv.org/abs/hep-ex/0005012}{arXiv:hep-ex/0005012}.
756\bibitem{bib:SIScone} %\textsc{SIScone}, \textit{A practical Seedless Infrared-Safe Cone jet algorithm},
757G.P. Salam, G. Soyez, \textbf{JHEP} \href{http://dx.doi.org/10.1088/1126-6708/2007/05/086}{05 (2007) 086}.
758\bibitem{bib:ktjet} S. Catani, Y.L. Dokshitzer, M.H. Seymour, B.R. Webber, \textbf{Nucl. Phys. B} \href{http://dx.doi.org/10.1016/0550-3213(93)90166-M}{406 (1993) 187}; S.D. Ellis, D.E. Soper, \textbf{Phys. Rev. D} \href{http://link.aps.org/doi/10.1103/PhysRevD.48.3160}{48 (1993) 3160}.
759\bibitem{bib:aachen} Y.L. Dokshitzer, G.D. Leder, S. Moretti, B.R. Webber, \textbf{JHEP} \href{http://dx.doi.org/10.1088/1126-6708/1998/01/011}{08} \href{http://dx.doi.org/10.1088/1126-6708/1998/01/011}{(1997) 001}; M. Wobisch, T. Wengler, \href{http://arxiv.org/abs/hep-ph/9907280}{arXiv:hep-ph/9907280}.
760\bibitem{bib:antikt} %\textit{The anti-kt jet clustering algorithm},
761M. Cacciari, G.P. Salam, G. Soyez, \textbf{JHEP} \href{http://dx.doi.org/10.1088/1126-6708/2008/04/063}{04 (2008) 063}.
762\bibitem{bib:pdg} C. Amsler et al. (Particle Data Group), \textbf{Phys. Lett. B} \href{http://dx.doi.org/10.1016/j.physletb.2008.07.018}{667 (2008) 1}.
763\bibitem{bib:whphotoproduction} S. Ovyn, \textbf{Nucl. Phys. Proc. Suppl.} \href{http://dx.doi.org/10.1016/j.nuclphysbps.2008.07.034}{179-180 (2008) 269-276}.
764\bibitem{bib:mgme} %\textsc{MadGraph/MadEvent v4}, \textit{The New Web Generation},
765J. Alwall, et al., \textbf{JHEP} \href{http://dx.doi.org/10.1088/1126-6708/2007/09/028}{09 (2007) 028}.
766\bibitem{bib:pythia} %\textsc{Pythia 6.4}, \textit{Physics and Manual},
767T. Sjostrand, S. Mrenna, P. Skands, \textbf{JHEP} \href{http://dx.doi.org/10.1088/1126-6708/2006/05/026}{05 (2006) 026}.
768\bibitem{bib:cmstauresolution} %\textit{Study of $\tau$-jet identification in CMS},
769R. Kinnunen, A.N. Nikitenko, \textbf{CMS NOTE} \href{http://cdsweb.cern.ch/record/687274}{1997/002}.
770\bibitem{bib:Frog} L. Quertenmont, V. Roberfroid, hep-ex/xxx.
771\bibitem{bib:wtphotoproduction} J. de Favereau de Jeneret, S. Ovyn, \textbf{Nucl. Phys. Proc. Suppl.} \href{http://dx.doi.org/10.1016/j.nuclphysbps.2008.07.040}{179-180 (2008)} \href{http://dx.doi.org/10.1016/j.nuclphysbps.2008.07.040}{277-284}; S. Ovyn, J. de Favereau de Jeneret, \href{http://dx.doi.org/10.1393/ncb/i2008-10684-5}{Nuovo Cimento B}, arXiv:hep-ph/0806.4841.
772
773\bibitem{bib:papierquisortirajamais}J. de Favereau~et~al, \textbf{CP3-08-04} (2008), to be published in EPJ.
774
775\bibitem{bib:papiersimon} il faut lui demander...
776
777\bibitem{bib:mcfio} P. Lebrun, L. Garren, Copyright (c) 1994-1995 Universities Research Association, Inc.
778
779
780\end{thebibliography}
781
782\onecolumn
783\appendix
784
785\section{User manual}
786
787The available code is a zipped tar file which comes with everything needed to run the \textsc{Delphes} package, assuming a running \textsc{root} installation.
788The package includes \texttt{ExRootAnalysis}~\cite{bib:ExRootAnalysis}, \textsc{Hector}~\cite{bib:Hector},
789\textsc{FastJet}~\cite{bib:FastJet}, and \textsc{Frog}~\cite{bib:Frog}, as well as the conversion codes to read standard \mbox{\textsc{s}td\textsc{hep}} input files (\texttt{mcfio} and \texttt{stdhep})~\cite{bib:mcfio}.
790Nevertheless in order to visualise the events with the \textsc{Frog} software, some external libraries may be required, as explained in \href{http://projects.hepforge.org/frog/}{http://projects.hepforge.org/frog/}.
791
792\subsection{Getting started}
793
794In order to run \textsc{Delphes} on your system, first download its sources and compile it:\\
795\texttt{wget http://www.fynu.ucl.ac.be/users/s.ovyn/Delphes/files/Delphes\_V\_*.tar.gz}\\
796Replace the \texttt{*} symbol by the proper version number\footnote{Refer to the download page on the \textsc{Delphes} website \href{http://www.fynu.ucl.ac.be/users/s.ovyn/Delphes/download.html}{http://www.fynu.ucl.ac.be/users/s.ovyn/Delphes/download.html}.}.
797
798\begin{quote}
799\begin{verbatim}
800me@mylaptop:~$ tar -xvf Delphes_V_*.tar.gz
801me@mylaptop:~$ cd Delphes_V_*.*
802me@mylaptop:~$ ./genMakefile.tcl > Makefile
803me@mylaptop:~$ make
804\end{verbatim}
805\end{quote}
806Due to the large number of external utilities, the number of printed lines during the compilation can be high.
807The user should not pay attention to possible warning messages.
808When compilation is completed, the following message is printed:
809\begin{quote}
810\begin{verbatim}
811me@mylaptop:~$ Delphes has been compiled
812me@mylaptop:~$ Ready to run
813\end{verbatim}
814\end{quote}
815
816\subsection{Running \textsc{Delphes} on your events}
817
818In this chapter, we will explain how to use \textsc{Delphes} to perform a fast simulation of a general purpose detector on your event files. The first step to use \textsc{Delphes} is to create the list of input event files (e.g. {\verb inputlist.list }). As an important comment, don't forget that all the files comprised in the list file should have the same type (\texttt{*.hep}, \texttt{*.lhe} or \texttt{*.root}). In the simplest way of running \textsc{Delphes}, you need this input file and you need to specify the name of the output file that will contain the generator-level data (\texttt{GEN} tree), the analysis data objects after reconstruction (\texttt{Analysis} tree), and the results of the trigger emulation (\texttt{Trigger} tree).
819
820\begin{quote}
821\begin{verbatim}
822me@mylaptop:~$ ./Delphes inputlist.list OutputRootFileName.root
823\end{verbatim}
824\end{quote}
825
826\subsubsection{Setting up the configuration}
827
828The program is driven by two datacards (default cards are {\verb data/DataCardDet.dat } and {\verb data/trigger.dat }) which allow a large spectrum of running conditions.
829Please note that either the user provides these two datacards, either the running will be done using the default parameters defined in the constructor of the class \texttt{RESOLution}. If you choose a different detector or running configuration, you will need to edit the datacards accordingly.
830
831\begin{enumerate}
832
833\item{\bf The smearing card }
834
835The \textit{smearing} or \textit{run} card is by default \texttt{data/DataCard.dat}.
836It contains all pieces of information needed to run \textsc{Delphes}:
837\begin{itemize}
838 \item detector parameters, including calorimeter and tracking coverage and resolution, transverse energy thresholds for object reconstruction and jet algorithm parameters.
839 \item four flags ({\verb FLAG_bfield }, {\verb FLAG_vfd }, {\verb FLAG_trigger } and {\verb FLAG_frog }), which should be assigned if the magnetic field propagation, the very forward detectors simulation, the trigger selection and the preparation for \textsc{Frog} display (respectively) have to be run by \textsc{Delphes}.
840 \end{itemize}
841
842If no datacard is provided by the user, the default smearing and running parameters are used:
843\begin{quote}
844\begin{verbatim}
845# Detector extension, in pseudorapidity units
846CEN_max_tracker 2.5 // Maximum tracker coverage
847CEN_max_calo_cen 3.0 // central calorimeter coverage
848CEN_max_calo_fwd 5.0 // forward calorimeter pseudorapidity coverage
849CEN_max_mu 2.4 // muon chambers pseudorapidity coverage
850
851# Energy resolution for electron/photon
852# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
853ELG_Scen 0.05 // S term for central ECAL
854ELG_Ncen 0.25 // N term for central ECAL
855ELG_Ccen 0.005 // C term for central ECAL
856ELG_Cfwd 0.107 // S term for FCAL
857ELG_Sfwd 2.084 // C term for FCAL
858ELG_Nfwd 0.0 // N term for FCAL
859
860# Energy resolution for hadrons in ecal/hcal/hf
861# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
862HAD_Shcal 1.5 // S term for central HCAL
863HAD_Nhcal 0. // N term for central HCAL
864HAD_Chcal 0.05 // C term for central HCAL
865HAD_Shf 2.7 // S term for FCAL
866HAD_Nhf 0. // N term for FCAL
867HAD_Chf 0.13 // C term for FCAL
868
869# Muon smearing
870MU_SmearPt 0.01 // transverse momentum Pt in GeV
871
872# Tracking efficiencies
873TRACK_ptmin 0.9 // minimal pT
874TRACK_eff 100 // efficiency associated to the tracking (%)
875
876
877\end{verbatim}
878\end{quote}
879
880\begin{quote}
881\begin{verbatim}
882# Calorimetric towers
883TOWER_number 40
884### list of the edges of each tower in eta for eta>0 assuming
885###a symmetric detector in eta<0
886### the list starts with the lower edge of the most central tower
887### the list ends with the higher edged of the most forward tower
888### there should be NTOWER+1 values
889TOWER_eta_edges 0. 0.087 0.174 0.261 0.348 0.435 0.522 0.609 0.696 0.783
890 0.870 0.957 1.044 1.131 1.218 1.305 1.392 1.479 1.566 1.653
891 1.740 1.830 1.930 2.043 2.172 2.322 2.500 2.650 2.868 2.950
892 3.125 3.300 3.475 3.650 3.825 4.000 4.175 4.350 4.525 4.700
893 5.000
894
895### list of the tower size in phi (in degrees), assuming that all
896### towers are similar in phi for a given eta value
897### the list starts with the phi-size of the most central tower (eta=0)
898### the list ends with the phi-size of the most forward tower
899### there should be NTOWER values
900#TOWER_dphi 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 10
901 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 20 20
902
903# Thresholds for reconstructed objects, in GeV
904PTCUT_elec 10.0
905PTCUT_muon 10.0
906PTCUT_jet 20.0
907PTCUT_gamma 10.0
908PTCUT_taujet 10.0
909
910# General jet variable
911JET_coneradius 0.7 // generic jet radius
912JET_jetalgo 1 // Jet algorithm selection
913JET_seed 1.0 // minimum seed to start jet reconstruction, in GeV
914
915# Tagging definition
916BTAG_b 40 // b-tag efficiency (%)
917BTAG_mistag_c 10 // mistagging (%)
918BTAG_mistag_l 1 // mistagging (%)
919
920# FLAGS
921FLAG_bfield 0 // 1 to run the bfield propagation else 0
922FLAG_vfd 1 // 1 to run the very forward detectors else 0
923FLAG_trigger 1 // 1 to run the trigger selection else 0
924FLAG_frog 1 // 1 to run the FROG event display
925
926# In case BField propagation allowed
927TRACK_radius 129 // radius of the BField coverage, in cm
928TRACK_length 300 // length of the BField coverage, in cm
929TRACK_bfield_x 0 // X composant of the BField, in T
930TRACK_bfield_y 0 // Y composant of the BField, in T
931TRACK_bfield_z 3.8 // Z composant of the BFieldn in T
932
933# Very forward detector extension, in pseudorapidity
934# if allowed
935VFD_min_calo_vfd 5.2 // very forward calorimeter (if any) like CASTOR
936VFD_max_calo_vfd 6.6
937VFD_min_zdc 8.3
938VFD_s_zdc 140 // distance of the ZDC, from the IP, in [m]
939
940RP_220_s 220 // distance of the RP to the IP, in meters
941RP_220_x 0.002 // distance of the RP to the beam, in meters
942RP_420_s 420 // distance of the RP to the IP, in meters
943RP_420_x 0.004 // distance of the RP to the beam, in meters
944
945# In case FROG event display allowed
946NEvents_Frog 100
947
948\end{verbatim}
949\end{quote}
950In general, energies and momenta are expressed in GeV, and magnetic fields in T.
951Geometrical extension are often referred in terms of pseudorapidity $\eta$, as the detectors are supposed to be symmetric in $\phi$.
952
953\item{\bf The trigger card }
954
955This card contains the definitions of all trigger bits. Cuts can be applied on the transverse momentum $p_T$ of electrons, muons, jets, $\tau$-jets, photons and the missing transverse energy. The following codes should be used so that \textsc{Delphes} can correctly translate the input list of trigger bits into selection algorithms:
956
957\begin{quote}
958\begin{tabular}{ll}
959{\it Trigger code} & {\it Corresponding object}\\
960{\verb ELEC_PT } & electron \\
961{\verb MUON_PT } & muon \\
962{\verb JET_PT } & jet \\
963{\verb TAUJET_PT } & $\tau$-jet \\
964{\verb ETMIS_PT } & missing transverse energy \\
965{\verb GAMMA_PT } & photon \\
966\end{tabular}
967\end{quote}
968
969Each line in the trigger datacard is allocated to exactly one trigger bit and starts with the name of the corresponding trigger.
970Logical combination of several conditions is also possible.
971If the trigger bit requires the presence of multiple identical objects, the order of their $p_T$ thresholds is very important: they must be defined in \textit{decreasing} order. Finally, the different requirements on the objects must be separated by a {\verb && } flag.
972The default trigger card can be found in the data repository of \textsc{Delphes} (\texttt{data/trigger.dat}).
973An example of trigger table consistent with the previous rules is given here:
974\begin{quote}
975\begin{verbatim}
976SingleJet >> JET_PT: '200'
977DoubleElec >> ELEC_PT: '20' && ELEC_PT: '10'
978SingleElec and Single Muon >> ELEC_PT: '20' && MUON_PT: '15'
979\end{verbatim}
980\end{quote}
981\end{enumerate}
982
983\subsubsection{Running the code}
984
985First, create the smearing and trigger cards (\texttt{data/mydetector.dat} and \texttt{data/mytrigger.dat}). \\
986Then, create a text file containing the list of input files that will be used by \textsc{Delphes} (with extension \texttt{*.lhe}, \texttt{*.root} or \texttt{*.hep}).
987To run the code, type the following command (in one line)
988\begin{quote}
989\begin{verbatim}
990me@mylaptop:~$ ./Delphes inputlist.list OutputRootFileName.root
991 data/mydetector.dat data/mytrigger.dat
992\end{verbatim}
993\end{quote}
994As a reminder, typing the \texttt{./Delphes} command simply displays the correct usage:
995
996\begin{quote}
997\begin{verbatim}
998me@mylaptop:~$ ./Delphes
999 Usage: ./Delphes input_file output_file [detector_card] [trigger_card]
1000 input_list - list of files in Ntpl, StdHep of LHEF format,
1001 output_file - output file.
1002 detector_card - Card containing resolution variables for detector simulation (optional)
1003 trigger_card - Card containing the trigger algorithms (optional)
1004\end{verbatim}
1005\end{quote}
1006
1007
1008\subsection{Getting the \textsc{Delphes} information}
1009
1010\subsubsection{Contents of the \textsc{Delphes} ROOT trees}
1011
1012The \textsc{Delphes} output file (\texttt{*.root}) is subdivided into three \textit{trees}, corresponding to generator-level data, analysis object data and trigger output. These \textit{trees} are structures that organise the output data into \textit{branches} containing data (or \textit{leaves}) related with each others, like the kinematics properties ($E$, $p_x$, $\eta$, $\ldots$) of a given particle.
1013
1014Here is the exhaustive list of \textit{branches} availables in these \textit{trees}, together with their corresponding physical objet and \texttt{ExRootAnalysis} class:
1015\begin{quote}
1016\begin{tabular}{lll}
1017{\bf GEN \textsc{tree}} & &\\
1018~~~Particle & generator particles from \textsc{hepevt} & {\verb TRootGenParticle }\\
1019{\bf Trigger } & &\\
1020~~~TrigResult & Acceptance of different trigger bits & {\verb TRootTrigger }\\
1021\end{tabular}
1022\end{quote}
1023\begin{quote}
1024\begin{tabular}{lll}
1025{\bf Analysis \textsc{tree}} & & \\
1026~~~Tracks & Collection of tracks & {\verb TRootTracks }\\
1027~~~CaloTower & Calorimetric towers & {\verb TRootCalo }\\
1028~~~Electron & Collection of electrons & {\verb TRootElectron }\\
1029~~~Photon & Collection of photons & {\verb TRootPhoton }\\
1030~~~Muon & Collection of muons & {\verb TRootMuon }\\
1031~~~Jet & Collection of jets & {\verb TRootJet }\\
1032~~~TauJet & Collection of jets tagged as $\tau$-jets & {\verb TRootTauJet }\\
1033~~~ETmis & Transverse missing energy information & {\verb TRootETmis }\\
1034~~~ZDChits & Hits in the Zero Degree Calorimeters & {\verb TRootZdcHits }\\
1035~~~RP220hits & Hits in the first proton taggers & {\verb TRootRomanPotHits }\\
1036~~~FP420hits & Hits in the next proton taggers & {\verb TRootRomanPotHits }\\
1037\end{tabular}
1038\end{quote}
1039The third column shows the names of the corresponding classes to be written in a \textsc{root} tree.
1040All classes except \texttt{TRootTrigger}, \texttt{TRootETmis} and \texttt{TRootRomanPotHits} inherit from the class \texttt{TRootParticle} which includes the following data members (stored as \textit{leaves} in \textit{branches} of the \textit{trees}):
1041\begin{quote}
1042\begin{tabular}{ll}
1043\multicolumn{2}{l}{\textbf{Most common leaves}}\\
1044 \texttt{~~~float E; }&\texttt{ // particle energy in GeV }\\
1045 \texttt{~~~float Px; }&\texttt{ // particle momentum vector (x component) in GeV }\\
1046 \texttt{~~~float Py; }&\texttt{ // particle momentum vector (y component) in GeV }\\
1047 \texttt{~~~float Pz; }&\texttt{ // particle momentum vector (z component) in GeV }\\
1048 \texttt{~~~float PT; }&\texttt{ // particle transverse momentum in GeV }\\
1049 \texttt{~~~float Eta; }&\texttt{ // particle pseudorapidity }\\
1050 \texttt{~~~float Phi; }&\texttt{ // particle azimuthal angle in rad }\\
1051\end{tabular}
1052\end{quote}
1053
1054In addition to their kinematics, some additional properties are available for specific objects:
1055\begin{quote}
1056\begin{tabular}{ll}
1057\multicolumn{2}{l}{{\bf Leaves in the \texttt{Particle} branch}} \\
1058 \texttt{~~~int PID; }&\texttt{ // particle HEP ID number }\\
1059 \texttt{~~~int Status; }&\texttt{ // particle status }\\
1060 \texttt{~~~int M1; }&\texttt{ // particle 1st mother }\\
1061 \texttt{~~~int M2; }&\texttt{ // particle 2nd mother }\\
1062 \texttt{~~~int D1; }&\texttt{ // particle 1st daughter }\\
1063 \texttt{~~~int D2; }&\texttt{ // particle 2nd daughter }\\
1064 \texttt{~~~float Charge; }&\texttt{ // electrical charge in units of e}\\
1065 \texttt{~~~float T; }&\texttt{ // particle vertex position (t component, in mm/c) }\\
1066 \texttt{~~~float X; }&\texttt{ // particle vertex position (x component, in mm) }\\
1067 \texttt{~~~float Y; }&\texttt{ // particle vertex position (y component, in mm) }\\
1068 \texttt{~~~float Z; }&\texttt{ // particle vertex position (z component, in mm) }\\
1069 \texttt{~~~float M; }&\texttt{ // particle mass in GeV}\\
1070\end{tabular}
1071\end{quote}
1072\begin{quote}
1073\begin{tabular}{ll}
1074\multicolumn{2}{l}{\textbf{Additional leaves in \texttt{Electron} and \texttt{Muon} branches}} \\
1075 \texttt{~~~int Charge } &\\
1076 \texttt{~~~bool IsolFlag } &\\
1077& \\
1078\multicolumn{2}{l}{\textbf{Additional leaf in the \texttt{Jet} branch}} \\
1079 \texttt{~~~bool Btag } &\\
1080& \\
1081\multicolumn{2}{l}{\textbf{Additional leaves in the \texttt{ZDChits} branch}}\\
1082 \texttt{~~~float T; }&\texttt{ // time of flight in s }\\
1083 \texttt{~~~int side; }&\texttt{ // -1 or +1 }\\
1084\end{tabular}
1085\end{quote}
1086
1087\subsection{Running an analysis on your \textsc{Delphes} events}
1088
1089To analyse the \textsc{root} ntuple produced by \textsc{Delphes}, the simplest way is to use the {\verb Analysis_Ex.cpp } code which is coming in the {\verb Examples } repository of \textsc{Delphes}. Note that all of this is optional and done to facilitate the analyses, as the output from \textsc{Delphes} is viewable with the standard \textsc{root} \texttt{TBrowser} and can be analysed using the \texttt{MakeClass} facility.
1090As an example, here is a simple overview of a \texttt{myoutput.root} file created by \textsc{Delphes}:
1091\begin{quote}
1092\begin{verbatim}
1093me@mylaptop:~$ root -l myoutput.root
1094root [0]
1095Attaching file myoutput.root as _file0...
1096root [1] .ls
1097TFile** myoutput.root
1098 TFile* myoutput.root
1099 KEY: TTree GEN;1 Analysis tree
1100 KEY: TTree Analysis;1 Analysis tree
1101 KEY: TTree Trigger;1 Analysis tree
1102root [2] TBrowser t;
1103root [3] Analysis->GetEntries()
1104(const Long64_t)200
1105root [4] GEN->GetListOfBranches()->ls()
1106OBJ: TBranchElement Event Event_ : 0 at: 0x9108f30
1107OBJ: TBranch Event_size Event_size/I : 0 at: 0x910cfd0
1108OBJ: TBranchElement Particle Particle_ : 0 at: 0x910c6b0
1109OBJ: TBranch Particle_size Particle_size/I : 0 at: 0x9111c58
1110root [5] Trigger->GetListOfLeaves()->ls()
1111OBJ: TLeafElement TrigResult_ TrigResult_ : 0 at: 0x90f90a0
1112OBJ: TLeafElement TrigResult.Accepted Accepted[TrigResult_] : 0 at: 0x90f9000
1113OBJ: TLeafI TrigResult_size TrigResult_size : 0 at: 0x90fb860
1114\end{verbatim}
1115\end{quote}
1116The \texttt{.ls} command lists the current keys available and in particular the three \textit{tree} names.
1117\mbox{\texttt{TBrowser t}} launches a browser and the \texttt{GetEntries()} method outputs the number of data in the corresponding \textit{tree}.
1118The list of \textit{branches} or \textit{leaves} can be displayed with the \texttt{GetListOfBranches()} and \texttt{GetListOfLeaves()} methods, pointing to the \texttt{ls()} one. In particular, it is possible to shown only parts of the output, using wildcard characters (\texttt{*}):
1119\begin{quote}
1120\begin{verbatim}
1121root [6] Analysis->GetListOfLeaves()->ls("*.E")
1122OBJ: TLeafElement Jet.E E[Jet_] : 0 at: 0xa08bc68
1123OBJ: TLeafElement TauJet.E E[TauJet_] : 0 at: 0xa148910
1124OBJ: TLeafElement Electron.E E[Electron_] : 0 at: 0xa1d8a50
1125OBJ: TLeafElement Muon.E E[Muon_] : 0 at: 0xa28ac80
1126OBJ: TLeafElement Photon.E E[Photon_] : 0 at: 0xa33cd88
1127OBJ: TLeafElement Tracks.E E[Tracks_] : 0 at: 0xa3cced0
1128OBJ: TLeafElement CaloTower.E E[CaloTower_] : 0 at: 0xa4ba188
1129OBJ: TLeafElement ZDChits.E E[ZDChits_] : 0 at: 0xa54a3c8
1130OBJ: TLeafElement RP220hits.E E[RP220hits_] : 0 at: 0xa61e648
1131OBJ: TLeafElement FP420hits.E E[FP420hits_] : 0 at: 0xa6d0920
1132\end{verbatim}
1133\end{quote}
1134
1135To draw a particular leaf, either double-click on the corresponding name in the \texttt{TBrowser} or use the \texttt{Draw} method of the corresponding \textit{tree}.
1136\begin{quote}
1137\begin{verbatim}
1138root [7] Trigger->Draw("TrigResult.Accepted");
1139\end{verbatim}
1140\end{quote}
1141Mathematical operations on several \textit{leaves} are possible within a given \textit{tree}:
1142\begin{quote}
1143\begin{verbatim}
1144root [8] Analysis->Draw("Muon.Px * Muon.Px");
1145root [9] Analysis->Draw("sqrt(pow(Muon.E,2) - pow(Muon.Pz,2) + pow(Muon.PT,2))");
1146\end{verbatim}
1147\end{quote}
1148Finally, to prepare an deeper analysis, the \texttt{MakeClass} method is useful:
1149\begin{quote}
1150\begin{verbatim}
1151root [10] Trigger->MakeClass()
1152Info in <TTreePlayer::MakeClass>: Files: Trigger.h and
1153 Trigger.C generated from TTree: Trigger
1154\end{verbatim}
1155\end{quote}
1156
1157To run the \texttt{Examples/Analysis\_Ex.cpp} code, the two following arguments are required: a text file containing the input \textsc{Delphes} \textsc{root} files to run, and the name of the output \textsc{root} file.
1158 \begin{quote}
1159\begin{verbatim}
1160me@mylaptop:~$ ./Analysis_Ex input_file.list output_file.root
1161\end{verbatim}
1162 \end{quote}
1163
1164\subsubsection{Adding the trigger information}
1165The \texttt{Examples/Trigger\_Only.cpp} code permits to run the trigger selection separately from the general detector simulation on output \textsc{Delphes} root files.
1166A \textsc{Delphes} root file is mandatory as an input argument for the \texttt{Trigger\_Only} routine.
1167The new \textit{tree} containing the trigger result data will be appended to this file.
1168The trigger datacard is also necessary. To run the code:
1169 \begin{quote}
1170\begin{verbatim}
1171me@mylaptop:~$ ./Trigger_Only input_file.root data/trigger.dat
1172\end{verbatim}
1173 \end{quote}
1174
1175\subsection{Running the FROG event display}
1176
1177\begin{itemize}
1178\item If the { \verb FLAG_frog } was switched on in the smearing card, two files have been created during the running of \textsc{Delphes}: {\verb DelphesToFrog.vis } and {\verb DelphesToFrog.geom }. They contain all the needed pieces of information to run \textsc{frog}.
1179\item To display the events and the geometry, you first need to compile \textsc{Frog}. Go to the {\verb Utilities/FROG } and type {\verb make }. This compilation is done once for all, with this geometry (i.e. as long as the \texttt{*vis} and \texttt{*geom} files do not change).
1180\item Go back into the main directory and type
1181\begin{quote}
1182\texttt{me@mylaptop:~\$ ./Utilities/FROG/frog}.
1183\end{quote}
1184\end{itemize}
1185
1186\end{document}
1187
1188%[25] ATLAS Collaboration, Detector and Physics Performance Technical Design
1189% Report, Vols. 1 and 2, CERN–LHCC–99–14 and CERN–LHCC–99–15.
1190%[26] CMS Collaboration, CMS Physics Technical Design Report, CERN/LHCC 2006–001.
1191%[27] A. Djouadi, J. Lykken, K. Monig, Y. Okada, M. J. Oreglia and S. Yamashita,
1192% International Linear Collider Reference Design Report Volume 2: PHYSICS
1193% AT THE ILC, arXiv:0709.1893 [hep-ph].
1194
1195% personnes qui pourraient être intéressées:
1196% Alice, Benjamin
1197% auteurs de arXiv:0801.3359
Note: See TracBrowser for help on using the repository browser.