Changeset 327 in svn
- Timestamp:
- Mar 12, 2009, 1:36:39 AM (16 years ago)
- Location:
- trunk/paper
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/paper/notes.tex
r326 r327 318 318 319 319 \subsubsection*{Charged lepton isolation} 320 \label{sec:isolation} 320 321 321 322 To 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. … … 853 854 # Energy resolution for electron/photon 854 855 # \sigma/E = C + N/E + S/\sqrt{E}, E in GeV 855 ELG_Scen 0.05 856 ELG_Ncen 0.25 857 ELG_Ccen 0.005 858 ELG_Sfwd 2.084 859 ELG_Nfwd 0.0 860 ELG_Cfwd 0.107 856 ELG_Scen 0.05 // S term for central ECAL 857 ELG_Ncen 0.25 // N term for central ECAL 858 ELG_Ccen 0.005 // C term for central ECAL 859 ELG_Sfwd 2.084 // S term for FCAL 860 ELG_Nfwd 0.0 // N term for FCAL 861 ELG_Cfwd 0.107 // C term for FCAL 861 862 862 863 # Energy resolution for hadrons in ecal/hcal/hf … … 870 871 871 872 # Muon smearing 872 MU_SmearPt 0.01 // transverse momentum Pt in GeV/c873 MU_SmearPt 0.01 // transverse momentum Pt in GeV/c 873 874 874 875 # Tracking efficiencies 875 876 TRACK_ptmin 0.9 // minimal pT 876 TRACK_eff 100 // efficiency associated to the tracking (%)877 TRACK_eff 90 // efficiency associated to the tracking (%) 877 878 878 879 … … 911 912 912 913 # Charged lepton isolation. Pt and Et in GeV 913 ISOL_PT 2.0 914 ISOL_Cone 0.5 915 ISOL_Calo_ET 2.0 //minimal tower transverse energyfor isolation criteria. 1E99 means "off"916 ISOL_Calo_Cone 0.4 917 ISOL_Calo_Grid 3 914 ISOL_PT 2.0 //minimal pt of tracks for isolation criteria 915 ISOL_Cone 0.5 //Cone for isolation criteria 916 ISOL_Calo_ET 2.0 //minimal tower E_T for isolation criteria. 1E99 means "off" 917 ISOL_Calo_Cone 0.4 //Cone for calorimetric isolation 918 ISOL_Calo_Grid 3 //Grid size (N x N) for calorimetric isolation 918 919 919 920 # General jet variable 920 JET_coneradius 0.7 921 JET_jetalgo 1 922 923 924 925 926 927 JET_seed 1.0 921 JET_coneradius 0.7 // generic jet radius 922 JET_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 928 JET_seed 1.0 // minimum seed to start jet reconstruction, in GeV 928 929 929 930 # Tagging definition … … 933 934 934 935 # FLAGS 935 FLAG_bfield 1 936 FLAG_vfd 1 937 FLAG_RP 1 938 FLAG_trigger 1 939 FLAG_frog 1 940 FLAG_lhco 1 936 FLAG_bfield 1 //1 to run the bfield propagation else 0 937 FLAG_vfd 1 //1 to run the very forward detectors else 0 938 FLAG_RP 1 //1 to run the very forward detectors else 0 939 FLAG_trigger 1 //1 to run the trigger selection else 0 940 FLAG_frog 1 //1 to run the FROG event display 941 FLAG_lhco 1 //1 to run the LHCO 941 942 942 943 # In case BField propagation allowed … … 949 950 # Very forward detector extension, in pseudorapidity 950 951 # if allowed 951 VFD_min_calo_vfd 5.2 952 VFD_min_calo_vfd 5.2 // very forward calorimeter (if any) like CASTOR 952 953 VFD_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 954 VFD_min_zdc 8.3 // Zero-Degree neutral Calorimeter 955 VFD_s_zdc 140 // distance of the ZDC, from the IP, in [m] 956 957 #Hector parameters 958 RP_220_s 220 // distance of the RP to the IP, in meters 959 RP_220_x 0.002 // distance of the RP to the beam, in meters 960 RP_420_s 420 // distance of the RP to the IP, in meters 961 RP_420_x 0.004 // distance of the RP to the beam, in meters 962 RP_beam1Card data/LHCB1IR5_v6.500.tfs // beam optics file, beam 1 963 RP_beam2Card data/LHCB2IR5_v6.500.tfs // beam optics file, beam 2 964 RP_IP_name IP5 // tag for IP in Hector ; 'IP1' for ATLAS 963 965 964 966 # In case FROG event display allowed … … 967 969 \end{verbatim} 968 970 \end{quote} 969 In general, energies, momenta and masses are expressed in GeV ,GeV$/c$, Gev$/c^2$ respectively, and magnetic fields in T.971 In general, energies, momenta and masses are expressed in GeV, GeV$/c$, Gev$/c^2$ respectively, and magnetic fields in T. 970 972 Geometrical extension are often referred in terms of pseudorapidity $\eta$, as the detectors are supposed to be symmetric in $\phi$. 971 973 … … 1236 1238 \end{itemize} 1237 1239 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. 1242 Only 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} 1255 Each row in an event starts with a unique number (i.e. in first column). 1256 Row \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}.). 1257 Subsequent rows list the reconstructed high-level objects. 1258 Each 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{\#})} 1261 The 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})} 1264 The second column gives the object identification code, or \textit{type}. 1265 The 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}\\ 1274 Object type \texttt{5} is not defined. 1275 An 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} 1278 The 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} 1281 The 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})} 1284 The 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})} 1287 The eighth column tells whether a jet is tagged as a $b$-jet (\texttt{1}) or not (\texttt{0}). 1288 This is always \texttt{0} for electrons, photons and missing transverse energy. 1289 For 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})} 1292 For 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. 1293 For 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})} 1297 The last two columns are currently not used. 1298 1299 \paragraph{Warning} 1300 Inherently 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 1239 1302 \end{document} 1240 1241 %[25] ATLAS Collaboration, Detector and Physics Performance Technical Design1242 % 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: PHYSICS1246 % AT THE ILC, arXiv:0709.1893 [hep-ph].1247 1248 % personnes qui pourraient être intéressées:1249 % Alice, Benjamin1250 % auteurs de arXiv:0801.3359
Note:
See TracChangeset
for help on using the changeset viewer.