Changeset 338 in svn
- Timestamp:
- Mar 12, 2009, 3:40:24 PM (16 years ago)
- Location:
- trunk/paper
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/paper/notes.tex
r328 r338 811 811 \end{verbatim} 812 812 \end{quote} 813 Due to the large number of external utilities, the number of printed lines during the compilation can be high. The user should not pay attention to possible warning messages . When compilation is completed, the following message is printed:813 Due to the large number of external utilities, the number of printed lines during the compilation can be high. The user should not pay attention to possible warning messages, which are due to the external packages used by \textsc{Delphes}. When compilation is completed, the following message is printed: 814 814 \begin{quote} 815 815 \begin{verbatim} … … 834 834 835 835 \begin{enumerate} 836 837 836 \item{\bf The detector card } 838 839 837 It contains all pieces of information needed to run \textsc{Delphes}: 840 838 \begin{itemize} 841 839 \item detector parameters, including calorimeter and tracking coverage and resolutions, transverse energy thresholds for object reconstruction and jet algorithm parameters. 842 \item six flags ({\verb FLAG_bfield }, {\verb FLAG_vfd }, {\verb FLAG_RP }, {\verb FLAG_trigger }, {\verb FLAG_frog } and {\verb FLAG_lhco }), should be set in order to configure the magnetic field propagation, the very forward detectors simulation, the use of very forward taggers, the trigger selection, the preparation for \textsc{Frog} display and the creation of an output file in *.lhcotext format (respectively).840 \item six flags ({\verb FLAG_bfield }, {\verb FLAG_vfd }, {\verb FLAG_RP }, {\verb FLAG_trigger }, {\verb FLAG_frog } and {\verb FLAG_lhco }), should be set in order to configure the magnetic field propagation, the very forward detectors simulation, the use of very forward taggers, the trigger selection, the preparation for \textsc{Frog} display and the creation of an output file in \texttt{*.lhco} text format (respectively). 843 841 \end{itemize} 844 842 … … 876 874 TRACK_ptmin 0.9 // minimal pT 877 875 TRACK_eff 90 // efficiency associated to the tracking (%) 878 879 880 876 \end{verbatim} 881 877 \end{quote} … … 927 923 // 6 for anti-kt algorithm 928 924 JET_seed 1.0 // minimum seed to start jet reconstruction, in GeV 929 925 \end{verbatim} 926 \end{quote} 927 928 \begin{quote} 929 \begin{verbatim} 930 930 # Tagging definition 931 931 BTAG_b 40 // b-tag efficiency (%) … … 1040 1040 {\bf GEN \textsc{tree}} & &\\ 1041 1041 ~~~Particle & generator particles from \textsc{hepevt} & {\verb GenParticle }\\ 1042 \multicolumn{3}{l}{}\\ 1042 1043 {\bf Trigger } & &\\ 1043 1044 ~~~TrigResult & Acceptance of different trigger-bits & {\verb TRootTrigger }\\ 1044 \end{tabular} 1045 \end{quote} 1046 \begin{quote} 1047 \begin{tabular}{lll} 1048 1045 \multicolumn{3}{l}{}\\ 1049 1046 {\bf Analysis \textsc{tree}} & & \\ 1050 1047 ~~~Tracks & Collection of tracks & {\verb TRootTracks }\\ … … 1092 1089 \texttt{~~~float Z; }&\texttt{ // particle vertex position (z component, in mm) }\\ 1093 1090 \texttt{~~~float M; }&\texttt{ // particle mass in GeV$/c^2$}\\ 1094 &\\ 1091 \end{tabular} 1092 \end{quote} 1093 \begin{quote} 1094 \begin{tabular}{ll} 1095 1095 \multicolumn{2}{l}{\textbf{Additional leaves in \texttt{Electron} and \texttt{Muon} branches}} \\ 1096 1096 \texttt{~~~int Charge } &\texttt{ // particle Charge }\\ … … 1100 1100 \texttt{~~~float EHoverEE }&\texttt{ // hadronic energy over electromagnetic energy }\\ 1101 1101 \texttt{~~~float EtRatio } &\texttt{ // calo Et in NxN-tower grid around the muon over the muon Et }\\ 1102 & \\ 1102 \end{tabular} 1103 \end{quote} 1104 \begin{quote} 1105 \begin{tabular}{ll} 1103 1106 \multicolumn{2}{l}{\textbf{Additional leaf in the \texttt{Jet} branch}} \\ 1104 1107 \texttt{~~~bool Btag } &\texttt{ // stores the result of the b-tagging }\\ 1105 1108 \texttt{~~~int NTracks }&\texttt{ // number of tracks associated to the jet }\\ 1106 1109 \texttt{~~~float EHoverEE }&\texttt{ // hadronic energy over electromagnetic energy }\\ 1107 & \\ 1110 \end{tabular} 1111 \end{quote} 1112 \begin{quote} 1113 \begin{tabular}{ll} 1108 1114 \multicolumn{2}{l}{\textbf{Additional leaves in the \texttt{ZDChits} branch}}\\ 1109 1115 \texttt{~~~float T } &\texttt{ // time of flight in s }\\ 1110 \texttt{~~~int side }&\texttt{ // -1 or +1 } \\1116 \texttt{~~~int side }&\texttt{ // -1 or +1 } 1111 1117 \end{tabular} 1112 1118 \end{quote} … … 1124 1130 \texttt{~~~float Pz } &\texttt{ // track momentum vector (x component) in GeV$/c$ }\\ 1125 1131 \texttt{~~~float Charge } &\texttt{ // track charge }\\ 1126 & \\ 1132 \end{tabular} 1133 \end{quote} 1134 \begin{quote} 1135 \begin{tabular}{ll} 1127 1136 \multicolumn{2}{l}{\textbf{Leaves in the \texttt{CaloTower} branch}}\\ 1128 1137 \texttt{~~~float Eta } &\texttt{ // pseudorapidity of the tower }\\
Note:
See TracChangeset
for help on using the changeset viewer.