Fork me on GitHub

Changeset 327 in svn


Ignore:
Timestamp:
Mar 12, 2009, 1:36:39 AM (16 years ago)
Author:
Xavier Rouby
Message:

with LHCO manual

Location:
trunk/paper
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/paper/notes.tex

    r326 r327  
    318318
    319319\subsubsection*{Charged lepton isolation}
     320\label{sec:isolation}
    320321
    321322To improve the quality of the contents of the charged lepton collections, additional criteria can be applied such as 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}/c$ within a cone of $\Delta R = \sqrt{\Delta \eta^2 + \Delta \phi^2} <0.5$ around the lepton.
     
    853854# Energy resolution for electron/photon
    854855# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
    855 ELG_Scen          0.05              // S term for central ECAL
    856 ELG_Ncen          0.25              // N term for central ECAL
    857 ELG_Ccen          0.005             // C term for central ECAL
    858 ELG_Sfwd          2.084             // S term for FCAL
    859 ELG_Nfwd          0.0               // N term for FCAL
    860 ELG_Cfwd          0.107             // C term for FCAL
     856ELG_Scen          0.05     // S term for central ECAL
     857ELG_Ncen          0.25     // N term for central ECAL
     858ELG_Ccen          0.005    // C term for central ECAL
     859ELG_Sfwd          2.084    // S term for FCAL
     860ELG_Nfwd          0.0      // N term for FCAL
     861ELG_Cfwd          0.107    // C term for FCAL
    861862
    862863# Energy resolution for hadrons in ecal/hcal/hf
     
    870871 
    871872# Muon smearing
    872 MU_SmearPt        0.01    // transverse momentum Pt in GeV/c
     873MU_SmearPt        0.01     // transverse momentum Pt in GeV/c
    873874 
    874875# Tracking efficiencies
    875876TRACK_ptmin       0.9      // minimal pT
    876 TRACK_eff         100      // efficiency associated to the tracking (%)
     877TRACK_eff          90      // efficiency associated to the tracking (%)
    877878
    878879
     
    911912
    912913# Charged lepton isolation. Pt and Et in GeV
    913 ISOL_PT          2.0      //minimal pt of tracks for isolation criteria
    914 ISOL_Cone        0.5      //Cone  for isolation criteria
    915 ISOL_Calo_ET     2.0      //minimal tower transverse energy for isolation criteria. 1E99 means "off"
    916 ISOL_Calo_Cone   0.4      //Cone for calorimetric isolation
    917 ISOL_Calo_Grid   3        //Grid size (N x N) for calorimetric isolation
     914ISOL_PT          2.0  //minimal pt of tracks for isolation criteria
     915ISOL_Cone        0.5  //Cone  for isolation criteria
     916ISOL_Calo_ET     2.0  //minimal tower E_T for isolation criteria. 1E99 means "off"
     917ISOL_Calo_Cone   0.4  //Cone for calorimetric isolation
     918ISOL_Calo_Grid   3    //Grid size (N x N) for calorimetric isolation
    918919
    919920# General jet variable
    920 JET_coneradius   0.7            // generic jet radius
    921 JET_jetalgo      1              // 1 for Cone algorithm,
    922                                 // 2 for MidPoint algorithm,
    923                                 // 3 for SIScone algorithm,
    924                                 // 4 for kt algorithm
    925                                 // 5 for Cambridge/Aachen algorithm
    926                                 // 6 for anti-kt algorithm
    927 JET_seed         1.0            // minimum seed to start jet reconstruction, in GeV
     921JET_coneradius   0.7    // generic jet radius
     922JET_jetalgo      1      // 1 for Cone algorithm,
     923                        // 2 for MidPoint algorithm,
     924                        // 3 for SIScone algorithm,
     925                        // 4 for kt algorithm
     926                        // 5 for Cambridge/Aachen algorithm
     927                        // 6 for anti-kt algorithm
     928JET_seed         1.0    // minimum seed to start jet reconstruction, in GeV
    928929
    929930# Tagging definition
     
    933934 
    934935# FLAGS
    935 FLAG_bfield      1                       //1 to run the bfield propagation else 0
    936 FLAG_vfd         1                       //1 to run the very forward detectors else 0
    937 FLAG_RP          1                       //1 to run the very forward detectors else 0
    938 FLAG_trigger     1                       //1 to run the trigger selection else 0
    939 FLAG_frog        1                       //1 to run the FROG event display
    940 FLAG_lhco        1                       //1 to run the LHCO
     936FLAG_bfield      1       //1 to run the bfield propagation else 0
     937FLAG_vfd         1       //1 to run the very forward detectors else 0
     938FLAG_RP          1       //1 to run the very forward detectors else 0
     939FLAG_trigger     1       //1 to run the trigger selection else 0
     940FLAG_frog        1       //1 to run the FROG event display
     941FLAG_lhco        1       //1 to run the LHCO
    941942
    942943# In case BField propagation allowed
     
    949950# Very forward detector extension, in pseudorapidity
    950951# if allowed
    951 VFD_min_calo_vfd  5.2                   // very forward calorimeter (if any) like CASTOR
     952VFD_min_calo_vfd  5.2     // very forward calorimeter (if any) like CASTOR
    952953VFD_max_calo_vfd  6.6
    953 VFD_min_zdc       8.3                   // zero-degree neutral calorimeter
    954 VFD_s_zdc         140                   // distance of the Zero Degree Calorimeter, from the IP, in [m]
    955 
    956 RP_220_s          220                   // distance of the RP to the IP, in meters
    957 RP_220_x          0.002                 // distance of the RP to the beam, in meters
    958 RP_420_s          420                   // distance of the RP to the IP, in meters
    959 RP_420_x          0.004                 // distance of the RP to the beam, in meters
    960 RP_beam1Card      data/LHCB1IR5_v6.500.tfs
    961 RP_beam2Card      data/LHCB2IR5_v6.500.tfs
    962 RP_IP_name        IP5
     954VFD_min_zdc       8.3     // Zero-Degree neutral Calorimeter
     955VFD_s_zdc         140     // distance of the ZDC, from the IP, in [m]
     956
     957#Hector parameters
     958RP_220_s          220     // distance of the RP to the IP, in meters
     959RP_220_x          0.002   // distance of the RP to the beam, in meters
     960RP_420_s          420     // distance of the RP to the IP, in meters
     961RP_420_x          0.004   // distance of the RP to the beam, in meters
     962RP_beam1Card      data/LHCB1IR5_v6.500.tfs // beam optics file, beam 1
     963RP_beam2Card      data/LHCB2IR5_v6.500.tfs // beam optics file, beam 2
     964RP_IP_name        IP5     // tag for IP in Hector ; 'IP1' for ATLAS
    963965
    964966# In case FROG event display allowed
     
    967969\end{verbatim}
    968970\end{quote}
    969 In general, energies, momenta and masses are expressed in GeV ,GeV$/c$, Gev$/c^2$ respectively, and  magnetic fields in T.
     971In general, energies, momenta and masses are expressed in GeV, GeV$/c$, Gev$/c^2$ respectively, and  magnetic fields in T.
    970972Geometrical extension are often referred in terms of pseudorapidity $\eta$, as the detectors are supposed to be symmetric in $\phi$.
    971973 
     
    12361238\end{itemize}
    12371239
    1238  
     1240\subsection{LHCO file format}
     1241 The \texttt{*lhco} file format is a text-\textsc{ascii} data format briefly discussed here. An exhaustive description is provided on \href{http://v1.jthaler.net/olympicswiki}{http://v1.jthaler.net/olympicswiki}. This section is based on this webpage.
     1242Only final high-level objects are available in the \texttt{lhco} format, and their properties are arranged in columns. Each row corresponds to an object in the event and all events are written after each other. Comment-lines starts with a hash \texttt{\#} symbol.
     1243
     1244\begin{verbatim}
     1245  #  typ   eta     phi     pt     jmas    ntrk    btag   had/em    dum1   dum2
     1246  0          57     0
     1247  1   0   1.392  -2.269  19.981   0.000   0.000   0.000   4.605   0.000  0.000
     1248  2   3   1.052   2.599  29.796   3.698  -1.000   0.000   0.320   0.000  0.000
     1249  3   4   1.542  -2.070  84.308  41.761   7.000   0.000   1.000   0.000  0.000
     1250  4   4   1.039   0.856  58.992  34.941   1.000   0.000   1.118   0.000  0.000
     1251  5   4   1.052   2.599  29.796   3.698   0.000   0.000   0.320   0.000  0.000
     1252  6   4   0.431  -2.190  22.631   3.861   0.000   0.000   1.000   0.000  0.000
     1253  7   6   0.000   0.845  62.574   0.000   0.000   0.000   0.000   0.000  0.000
     1254\end{verbatim}
     1255Each row in an event starts with a unique number (i.e. in first column).
     1256Row \texttt{0} contains the event number (here: \texttt{57}) and some trigger information (here: \texttt{0}. This very particular trigger encoding is not implemeted in \textsc{Delphes}.).
     1257Subsequent rows list the reconstructed high-level objects.
     1258Each row is organised in columns, which details the object kinematics as well as more specific informations, such as isolation criterias or $b$-tagging.
     1259
     1260\paragraph{1st column (\texttt{\#})}
     1261The first column is the line number in the event. Each event starts with a 0 and contains as many lines as needed to list all high-level objects.
     1262
     1263\paragraph{2nd column (\texttt{typ})}
     1264The second column gives the object identification code, or \textit{type}.
     1265The different object types are:\\
     1266\begin{tabular}{ll}
     1267  \texttt{0}& for a photon ($\gamma$)\\
     1268  \texttt{1}& for an electron ($e^\pm$)\\
     1269  \texttt{2}& for a muon ($\mu^\pm$)\\
     1270  \texttt{3}& for a hadronically-decaying tau ($\tau$-jet)\\
     1271  \texttt{4}& for a jet\\
     1272  \texttt{6}& for a missing transverse energy ($E_T^\textrm{miss}$)\\
     1273\end{tabular}\\
     1274Object type \texttt{5} is not defined.
     1275An event always ends with the row corresponding to the missing transverse energy (type \texttt{6}).
     1276
     1277\paragraph{3rd (\texttt{eta}) and 4th (\texttt{phi}) columns}
     1278The third and forth columns gives the object pseudorapidity $\eta$ and azimuth $\phi$. This latter quantity is expressed in radians, ranging from $-\pi$ to $\pi$.
     1279
     1280\paragraph{5th (\texttt{pt}) and 6th (\texttt{jmass}) columns}
     1281The fifth column provides the object transverse momentum ($p_T$ in GeV$/c$) or energy ($E_T$ in GeV), while the invariant mass ($M$ in GeV/$c^2$) is in the sixth column.
     1282
     1283\paragraph{7th column (\texttt{ntrk})}
     1284The seventh column reports the total number of tracks associated to the objects. This is \texttt{0} for photons, \texttt{$\pm$ 1} for charged leptons including taus (where the sign reports the lepton measured charge) and a positive number (\texttt{$\geq$ 0}) for jets.
     1285
     1286\paragraph{8th column (\texttt{btag})}   
     1287The eighth column tells whether a jet is tagged as a $b$-jet (\texttt{1}) or not (\texttt{0}).
     1288This is always \texttt{0} for electrons, photons and missing transverse energy.
     1289For muons, the closest jet in searched for, in terms of $\Delta R$. The integer-part of the quoted number is the row-number (column 1) of this jet.
     1290
     1291\paragraph{9th column (\texttt{had/em})}
     1292For jets, electrons and photons, the ninth column is the ration between hadronic and electromagnetic energies in the calorimetric towers associated to the object. This is always \texttt{0} for missing transverse energy.
     1293For muons, this number (\texttt{aaa.bb}) reports two values related to the muon isolation (section \ref{sec:isolation}). The integer part (\texttt{aaa}) is transverse momentum sum $P_T$ (in GeV/$c$) and the fractional part (\texttt{bb}) is the energy ratio $\rho_\mu$.
     1294
     1295
     1296\paragraph{10th and 11th columns (\texttt{dum1} and \texttt{dum2})}
     1297The last two columns are currently not used.
     1298
     1299\paragraph{Warning}
     1300Inherently to the data format itself, the \texttt{*lhco} output contains only a fraction of the available data. Moreover, dealing with text file may have various drawbacks, such as the output file size and the time needed for its creation. Whenever possible, working on the \texttt{*root} output file should be prefered.
     1301
    12391302\end{document}
    1240 
    1241 %[25] ATLAS Collaboration, Detector and Physics Performance Technical Design
    1242 %     Report, Vols. 1 and 2, CERN–LHCC–99–14 and CERN–LHCC–99–15.
    1243 %[26] CMS Collaboration, CMS Physics Technical Design Report, CERN/LHCC 2006–001.
    1244 %[27] A. Djouadi, J. Lykken, K. Monig, Y. Okada, M. J. Oreglia and S. Yamashita,
    1245 %     International Linear Collider Reference Design Report Volume 2: PHYSICS
    1246 %     AT THE ILC, arXiv:0709.1893 [hep-ph].
    1247 
    1248 % personnes qui pourraient être intéressées:
    1249 % Alice, Benjamin
    1250 % auteurs de arXiv:0801.3359
Note: See TracChangeset for help on using the changeset viewer.