Fork me on GitHub

Changeset 116 in svn for trunk


Ignore:
Timestamp:
Dec 31, 2008, 2:50:39 AM (16 years ago)
Author:
Xavier Rouby
Message:

update

Location:
trunk/paper
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/paper/notes.tex

    r113 r116  
    22%\usepackage[english]{babel}
    33\usepackage[ansinew]{inputenc}
    4 \usepackage{abstract}
    54
    65\usepackage{amsmath}
     
    6867% - 3) permet de comparer
    6968
    70 Experiments 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, with different principles, technologies, geometries and sensitivities. Then, due to the requirement of a highly effective online selection (i.e. a \textit{trigger}) which is subdivided into several levels for an optimal reduction factor, but based only on partial data. Finally, in terms of the experiment software with different data format (like \textit{raw} or \textit{reconstructed} data), many reconstruction algorithms and particle identification schemes.
     69Experiments 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.
    7170
    7271This complexity is handled by large collaborations of thousands of people, which restrict the availability of the data, software and documentation 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 slow. On the other hand, phenomenological studies, looking for the observability of given signals, may require only fast but realistic estimates of the observables.
     
    8079\begin{figure}[!h]
    8180\begin{center}
    82 \includegraphics[width=\columnwidth]{FlowDelphes}
    83 \caption{Flow chart describing the principles behind \textsc{Delphes}.}
     81\includegraphics[width=0.9\columnwidth]{FlowDelphes}
     82\caption{Flow chart describing the principles behind \textsc{Delphes}. Event files coming from external Monte Carlo generators are read by a convertor stage.
     83The kinematical variables of the final state particles are then smeared according to the subdetector resolutions.
     84Tracks 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.
     85The transport of very forward particle to the near-beam detectors is also simulated.
     86Finally, an output file is written, including generator level and analysis object data. If requested, a fully parametrisable trigger can be emulated. Optionnally, the geometry and visualisation files for the 3D event display can also be produced.
     87All user parameters are set in the \textit{Smearing Card} and the \textit{Trigger Card}. }
    8488\label{fig:FlowChart}
    8589\end{center}
    8690\end{figure}
    8791
    88 Although 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 craks nor dead material. Secondary interactions, multiple scatterings, photon conversion and bremsstrahlung are also neglected.
    89 %
    90 
    91 
    92 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. 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 }.
    93 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.\\
    94 
    95 Usual algorithms are applied for the reconstruction of complex objects, like the missing transverse energy or the jets originating from $b$ quarks or $\tau$ leptons.
    96 
    97 A simplified preselection can also be applied on processed data for trigger emulation.
    98 All detectors are assumed to be symmetric with respect to the beam axis
     92Although 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.
     93
     94%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.
     95
     96Three formats of input files can currently be used as input in \textsc{Delphes}\footnote{The corresponding code can be found in 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 \textbf{h2root} utility from the \textsc{root} framework~\cite{bib:root}.
     97%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.
     98
     99The output of \textsc{Delphes} 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.\\
     100
     101
    99102\section{Central detector simulation}
    100103
     
    102105\begin{center}
    103106\includegraphics[width=\columnwidth]{Detector_Delphes_1}
    104 \caption{Layout of the generic detector geometry assumed in \textsc{Delphes}. The innermost layer, close to the interaction point, is a ce
    105 ntral tracking system (pink). It is surrounded by a central calorimeter volume (green) with both electromagnetic and hadronic sections. Th
    106 e outer layer of the central system (red) consist of a muon system. In addition, two end-cap calorimeters (blue) extend the pseudorapidity
    107  coverage of the central detector. The actual detector granularity and extension is defined in the user-configuration card. The detector i
    108 s assumed to be strictly symmetric around the beam axis (black line). Additional forward detectors are not depicted.}
     107\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).
     108It is surrounded by a central calorimeter volume (green) with both electromagnetic and hadronic sections.
     109The 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.
     110The actual detector granularity and extension is defined in the user-configuration card. The detector is assumed to be strictly symmetric around the beam axis (black line). Additional forward detectors are not depicted.}
    109111\label{fig:GenDet}
    110112\end{center}
     
    114116\begin{center}
    115117\includegraphics[width=0.5\columnwidth]{Detector_Delphes_3}
    116 \caption{Profile of the layout assumed in \textsc{Delphes}. The extension of the various subdetectors, as defined in Tab.~\ref{tab:defEta}
    117 , are clearly visible. Same colour codes as for Fig.~\ref{fig:GenDet} are applied. Additional forward detectors are not depicted.}
     118\caption{Profile of the layout assumed in \textsc{Delphes}. The extension of the various subdetectors, as defined in Tab.~\ref{tab:defEta}, are clearly visible.
     119Same colour codes as for Fig.~\ref{fig:GenDet} are applied. Additional forward detectors are not depicted.}
    118120\label{fig:GenDet3}
    119121\end{center}
     
    129131
    130132
    131 The 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 and a hadron calorimeters. A forward calorimeter ensures 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 resolution.
     133The overall layout of the general purpose detector simulated by \textsc{Delphes} is shown in figure \ref{fig:GenDet}. A central tracking system is surrounded by an electromagnetic and a hadron calorimeters (\textsc{ecal} and \textsc{hcal}, resp.). A forward calorimeter ensures 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 resolution, as defined in the smearing data card\footnote{See the \texttt{RESOLution} class.}.
     134If no such file is provided, predifined values are used. The coverage of the various subsystems used in the default configuration are summarized in table \ref{tab:defEta}.
    132135
    133136\textcolor{red}{No smearing is applied on particle direction. (???)}\\
    134137
    135 Before 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}.
    136 
    137138\begin{table}[!h]
    138139\begin{center}
     140\caption{Default extension in pseudorapidity $\eta$ of the different subdetectors.}
    139141\begin{tabular}[!h]{lll}
    140142\hline
    141 Tracking     & {\verb CEN_max_tracker } & 2.5\\
    142 Calorimeters & {\verb CEN_max_calo_cen } & 3.0\\
    143              & {\verb CEN_max_calo_fwd } & 5.0\\
    144 Muon         & {\verb CEN_max_mu } & 2.4\\\hline
     143Tracking     & {\verb CEN_max_tracker } & $0.0 \leq |\eta| \leq 2.5$\\
     144Calorimeters & {\verb CEN_max_calo_cen } & $0.0 \leq |\eta| \leq 3.0$\\
     145             & {\verb CEN_max_calo_fwd } & $3.0 \leq |\eta| \leq5.0$\\
     146Muon         & {\verb CEN_max_mu } & $0.0 \leq |\eta| \leq 2.4$\\\hline
    145147\end{tabular}
    146148\label{tab:defEta}
     
    154156\frac{\sigma}{E} = \frac{S}{\sqrt{E}} \oplus \frac{N}{E} \oplus C,
    155157\end{equation}
    156 where S is the stochastic term, N the noise and C the constant term.\\
    157 
    158 The 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}.\\
     158where $S$ is the stochastic term, $N$ the noise and $C$ the constant term.\\
     159
     160
     161The 4-momentum $p^\mu$ are smeared with a parametrisation directly derived from the detector techinal designs\footnote{The response of the detector is applied to the electromagnetic and the hadronic particles through the \texttt{SmearElectron} and \texttt{SmearHadron} functions.}.
     162In 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 are given in table \ref{tab:defResol}.\\
    159163
    160164\begin{table}[!h]
    161165\begin{center}
     166\caption{Default values for the resolution of the central and forward calorimeter. The corresponding parameter name, in the smearing card, is given.}
    162167\begin{tabular}[!h]{lclc}
    163168\hline
    164169\multicolumn{2}{c}{Resolution Term}   & Card flag & Value\\\hline
    165 Central \textsc{ecal} & S & {\verb ELG_Scen }  & 0.05 \\
    166              & N & {\verb ELG_Ncen }  & 0.25 \\
    167              & C & {\verb ELG_Ccen }  & 0.0055 \\
    168 Forward \textsc{ecal} & S & {\verb ELG_Sfwd }  & 2.084 \\
    169              & N & {\verb ELG_Nfwd }  & 0.0 \\
    170              & C & {\verb ELG_Cfwd }  & 0.107 \\
    171 Central \textsc{hcal} & S & {\verb HAD_Shcal } & 1.5 \\
    172              & N & {\verb HAD_Nhcal } & 0.\\
    173              & C & {\verb HAD_Chcal } & 0.05\\
    174 Forward \textsc{hcal} & S & {\verb HAD_Shf }   & 2.7\\
    175              & N & {\verb HAD_Nhf }   & 0. \\
    176              & C & {\verb HAD_Chf }   & 0.13\\
     170 \multicolumn{4}{l}{Central \textsc{ecal}} \\
     171        & $S$ & {\verb ELG_Scen }  & $0.05$ \\
     172        & $N$ & {\verb ELG_Ncen }  & $0.25$ \\
     173        & $C$ & {\verb ELG_Ccen }  & $0.0055$ \\
     174 \multicolumn{4}{l}{Forward \textsc{ecal}} \\
     175        & $S$ & {\verb ELG_Sfwd }  & $2.084$ \\
     176        & $N$ & {\verb ELG_Nfwd }  & $0.0$ \\
     177        & $C$ & {\verb ELG_Cfwd }  & $0.107$ \\
     178 \multicolumn{4}{l}{Central \textsc{hcal}} \\
     179        & $S$ & {\verb HAD_Shcal } & $1.5$ \\
     180        & $N$ & {\verb HAD_Nhcal } & $0.$\\
     181        & $C$ & {\verb HAD_Chcal } & $0.05$\\
     182 \multicolumn{4}{l}{Forward \textsc{hcal}} \\
     183        & $S$ & {\verb HAD_Shf }   & $2.7$\\
     184        & $N$ & {\verb HAD_Nhf }   & $0$. \\
     185        & $C$ & {\verb HAD_Chf }   & $0.13$\\
    177186\hline
    178187\end{tabular}
     
    187196where $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}$.\\
    188197
     198\subsection{Calorimetric towers}
     199
     200All undecayed particles, except muons and neutrinos are producing a calorimetric tower.
     201A calorimetric tower are just the smallest unit in $\eta \times \phi$ for the segmentation of the energy measurement. As the detector is assumed to be symmetric in $\phi$ and with respect to the $(x,y)$ 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.
     202The calorimeters are then segmented into towers, that directly enter in the calculation of the missing transverse energy.
     203No longitudinal segmentation is available in the simulated calorimeters.
     204
    189205
    190206\subsection{Muon smearing}
    191207
    192208Muons candidates are searched
    193 The 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$.
     209The 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$. Multiple scattering is thus neglected, while low energy muons have a worst resolution in a real detector.
    194210
    195211\subsection{Tracks reconstruction}
    196 
    197 All 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.
    198 
    199 \subsection{Calorimetric towers}
    200 
    201 All 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!}
     212Every stable charged particle with a transverse momentum above some threshold and lying inside the fiducial volume of the tracker provides a track. The reconstructio efficiency is defined in the smearing datacard by the {\verb TRACKING_EFF } term. By default, a track is assumed to be reconstructed with $90\%$ probability if its transverse momentum $p_T$ is higher than $0.9~\textrm{GeV}$ and if its pseudorapidity $|\eta| \leq 2.5$.
     213
    202214
    203215\subsection{Isolated lepton reconstruction}
    204216
    205 Photon 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
    206 
     217Photon 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~\textrm{GeV}$ by default).
     218%Muons candidates are searched
    207219Lepton 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.\\
    208220
    209221\subsection{Very forward detectors simulation}
    210222
    211 Some 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
     223Some 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 \textsc{zdc} and \textsc{fp420} detector is implemented here. For the \textsc{zdc}, the formula is simply
    212224\begin{equation}
    213225 t_2 = t_1 + \frac{1}{v} \times \big( \frac{s-z}{\cos \theta}\big),
    214226\end{equation}
    215 where $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}$.
     227where $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 \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}$.
    216228The formula then reduces to
    217229\begin{equation}
    218230 t_2 = \frac{1}{c} \times (s-z)
    219231\end{equation}
    220 NB : for the moment, only neutrons and photons are assumed to be able to reach the ZDC. All other particles are neglected
    221 
    222 To 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}$.
    223 
    224 \section{``High-level" objects reconstruction}
     232Only neutrons and photons are currently assumed to be able to reach the \textsc{zdc}. All other particles are neglected
     233To fix the ideas, if the \textsc{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}$.
     234
     235\section{High-level object reconstruction}
     236
     237Hadronising final state particles or invisible ones are more difficult to measure. For instance, light jets or jets originating from $b$ quarks or $\tau$ leptons require dedicated algorithms for their measurement.
     238The \textsc{FastJet} tools have been integrated into the \textsc{Delphes} framework for a fast jet reconstruction, using several algorithms, like Cone or $k_T$ ones.
     239
     240\textcolor{red}{More on jet algorithms?}
    225241
    226242\subsection{Jet reconstruction}
    227243
    228 Jets 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.\\
     244By default, jets are reconstructed using a cone algorithm with $R=0.7$ and use the calorimetric towers. The reconstructed jets are required to have a transverse momentum above $20~\textrm{GeV}$ and $|\eta|<3.0$.
    229245
    230246\subsection{$b$-tagging}
    231247
    232 The 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.
     248A 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/gluon jets, a fake $b$-tagging efficiency of $10 \%$ and $1 \%$ respectively is assumed\footnote{Corresponding tot 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.
    233249
    234250\subsection{Tau identification}
    235251
    236252\begin{wrapfigure}{l}{0.3\columnwidth}
    237 \includegraphics[width=0.3\columnwidth]{Tau.eps}
    238 \caption{\small{detectorAng.eps}}
     253\includegraphics[width=0.3\columnwidth]{Tau}
     254\caption{Illustration of the identification of $\tau$ jets.}
    239255\label{h_WW_ss_cut1}
    240256\end{wrapfigure}
    241257
    242 Jets 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.
     258Jets 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 properties of the $\tau$ lepton. 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.
    243259
    244260\subsubsection*{Electromagnetic collimation}
     
    248264\begin{figure}[!h]
    249265\begin{center}
    250 %\includegraphics[width=0.8\columnwidth]{figures/Taujets1.eps}
    251 \caption{\small{}}
     266\includegraphics[width=0.8\columnwidth]{figures/Tau2}
     267\caption{\textcolor{red}{Distribution of the $\tau \bar \tau$ events} with respect to the electromagnetic collimation factor $C_\tau$. }
    252268\label{fig:tau1}
    253269\end{center}
     
    258274\begin{figure}[!h]
    259275\begin{center}
    260 %\includegraphics[width=0.8\columnwidth]{figures/Taujets2.eps}
    261 \caption{\small{}}
     276\includegraphics[width=0.8\columnwidth]{figures/Tau1}
     277\caption{\textcolor{red}{Distribution of the...}}
    262278\label{h_WW_ss_cut1}
    263279\end{center}
    264280\end{figure}
    265281
    266 The tracking isolation for the $\tau$ identification requires that the number of tracks associated to a particle with $p_T >$ {\verb TAU_track_pt } is one and only one in a cone with $\Delta R =$ {\verb TAU_track_scone }. 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).\\
     282The tracking isolation for the $\tau$ identification requires that the number of tracks associated to a particle with $p_T >$ {\verb TAU_track_pt } is one and only one in a cone with $\Delta R =$ {\verb TAU_track_scone }. 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~\textrm{GeV}$).\\
    267283
    268284\begin{table}[!h]
     
    282298
    283299\subsection{Transverse missing energy}
     300In an ideal detector, the transverse missing energy is simply computed as the missing term which would balance the transverse momentum in the observed event. Its value is then computed as the opposite of the sum of the momentum of all observed particles. In a real experiment, any problem affecting the detector (dead channels, misalignment, noisy towers, cracks) is directly worsening the measured missing transverse energy. In this document, the missing transverse energy (\textcolor{red}{symbol???}) is based on the calorimetric towers and only muons and neutrinos are not taken into account for its evaluation.
    284301
    285302\section{Trigger emulation}
     303
     304New physics in collider experiment are often characterised by the phenomenology by low cross-section values. High statistics are required for their studies, which in turn imposes high luminosity collisions.
     305
     306On the other hand, due to the very high collision rate in recent collider ($40~\textrm{MHz}$ at the \textsc{lhc}) and the large total cross-section ($\mathcal{O}(110~\textrm{mb})$ at the \textsc{lhc}), the need for an online event selection is crucial in order to reject most of the event and keep
    286307
    287308\section{Validation}   
     
    407428\bibitem{bib:FastJet} \textsc{Fast-Jet},
    408429\bibitem{bib:Frog} \textsc{Frog},
     430\bibitem{bib:CMSresolution} CMS IN 2007/053
     431\bibitem{bib:root} \textsc{Root} - An Object Oriented Data Analysis Framework, R. Brun and F. Rademakers, Nucl. Inst. \& Meth. in Phys. Res. A 389 (1997) 81-86, \url{http://root.cern.ch}
    409432\end{thebibliography}
    410433
Note: See TracChangeset for help on using the changeset viewer.