Fork me on GitHub

Changeset 338 in svn for trunk/paper/notes.tex


Ignore:
Timestamp:
Mar 12, 2009, 3:40:24 PM (16 years ago)
Author:
Xavier Rouby
Message:

typos corrected in Manual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/paper/notes.tex

    r328 r338  
    811811\end{verbatim}
    812812\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:
     813Due 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:
    814814\begin{quote}
    815815\begin{verbatim}
     
    834834 
    835835\begin{enumerate}
    836  
    837836\item{\bf The detector card }
    838 
    839837It contains all pieces of information needed to run \textsc{Delphes}:
    840838\begin{itemize}
    841839 \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 *.lhco text 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).
    843841 \end{itemize}
    844842 
     
    876874TRACK_ptmin       0.9      // minimal pT
    877875TRACK_eff          90      // efficiency associated to the tracking (%)
    878 
    879 
    880876\end{verbatim}
    881877\end{quote}
     
    927923                        // 6 for anti-kt algorithm
    928924JET_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}
    930930# Tagging definition
    931931BTAG_b           40      // b-tag efficiency (%)
     
    10401040{\bf GEN \textsc{tree}} & &\\
    10411041~~~Particle & generator particles from \textsc{hepevt}     & {\verb GenParticle }\\
     1042\multicolumn{3}{l}{}\\
    10421043{\bf Trigger  } & &\\
    10431044~~~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}{}\\
    10491046{\bf Analysis \textsc{tree}} & & \\
    10501047~~~Tracks     & Collection of tracks                       & {\verb TRootTracks }\\
     
    10921089   \texttt{~~~float Z;      }&\texttt{ // particle vertex position (z component, in mm) }\\
    10931090   \texttt{~~~float M;      }&\texttt{ // particle mass in GeV$/c^2$}\\
    1094 &\\
     1091\end{tabular}
     1092\end{quote}
     1093\begin{quote}
     1094\begin{tabular}{ll}
    10951095\multicolumn{2}{l}{\textbf{Additional leaves in \texttt{Electron} and \texttt{Muon} branches}} \\
    10961096   \texttt{~~~int Charge }    &\texttt{ // particle Charge }\\
     
    11001100   \texttt{~~~float EHoverEE }&\texttt{ // hadronic energy over electromagnetic energy }\\
    11011101   \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}
    11031106\multicolumn{2}{l}{\textbf{Additional leaf in the \texttt{Jet} branch}}  \\
    11041107   \texttt{~~~bool Btag }  &\texttt{ // stores the result of the b-tagging }\\
    11051108   \texttt{~~~int NTracks }&\texttt{ // number of tracks associated to the jet }\\
    11061109   \texttt{~~~float EHoverEE }&\texttt{ // hadronic energy over electromagnetic energy }\\
    1107 & \\
     1110\end{tabular}
     1111\end{quote}
     1112\begin{quote}
     1113\begin{tabular}{ll}
    11081114\multicolumn{2}{l}{\textbf{Additional leaves in the \texttt{ZDChits} branch}}\\
    11091115   \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 }
    11111117\end{tabular}
    11121118\end{quote}
     
    11241130    \texttt{~~~float Pz }      &\texttt{ // track momentum vector (x component) in GeV$/c$ }\\
    11251131    \texttt{~~~float Charge }  &\texttt{ // track charge }\\
    1126 & \\
     1132\end{tabular}
     1133\end{quote}
     1134\begin{quote}
     1135\begin{tabular}{ll}
    11271136\multicolumn{2}{l}{\textbf{Leaves in the \texttt{CaloTower} branch}}\\
    11281137    \texttt{~~~float Eta }     &\texttt{ // pseudorapidity of the tower }\\
Note: See TracChangeset for help on using the changeset viewer.