main.tex 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. % rubber: module pdftex
  2. \documentclass[english,aspectratio=43,8pt]{beamer}
  3. \usepackage{graphicx}
  4. \usepackage{amssymb}
  5. \usepackage{booktabs}
  6. \usepackage{siunitx}
  7. \usepackage{subcaption}
  8. \usepackage{marvosym}
  9. \usepackage{verbatim}
  10. \usepackage[normalem]{ulem} % Needed for /sout
  11. \newcommand{\pb}{\si{\pico\barn}}%
  12. \newcommand{\fb}{\si{\femto\barn}}%
  13. \newcommand{\invfb}{\si{\per\femto\barn}}
  14. \newcommand{\GeV}{\si{\giga\electronvolt}}
  15. \hypersetup{colorlinks=true,urlcolor=blue}
  16. \usetheme[]{bjeldbak}
  17. \newcommand{\backupbegin}{%
  18. \newcounter{finalframe}
  19. \setcounter{finalframe}{\value{framenumber}}
  20. }
  21. \newcommand{\backupend}{%
  22. \setcounter{framenumber}{\value{finalframe}}
  23. }
  24. \begin{document}
  25. \title[$e$ Seeding Validation]{Offline Electron Seeding Validation \-- Update}
  26. \author[C. Fangmeier]{\textbf{Caleb Fangmeier} \\ Ilya Kravchenko, Greg Snow}
  27. \institute[UNL]{University of Nebraska \-- Lincoln}
  28. \date{EGamma Reco/Comm/HLT Meeting | March 16, 2018}
  29. \titlegraphic{%
  30. \begin{figure}
  31. \includegraphics[width=1in]{CMSlogo.png}\hspace{0.75in}\includegraphics[width=1in]{nebraska-n.png}
  32. \end{figure}
  33. }
  34. \begin{frame}[plain]
  35. \titlepage%
  36. \end{frame}
  37. \begin{frame}{Introduction}
  38. \begin{itemize}
  39. \item Our goal is to study \textbf{seeding} for the \textbf{offline} GSF tracking with the \textbf{new pixel detector}.
  40. \item Specifically, we want to optimize the new pixel-matching scheme from HLT for use in off-line reconstruction.
  41. \item This Talk:
  42. \begin{itemize}
  43. \item Show corrected performance comparisons between old and new seeding
  44. \item Show reduction in number of seeds not resulting in GSF tracks
  45. \end{itemize}
  46. \item Additional plots are available here \url{https://eg.fangmeier.tech/seeding\_studies\_2018\_03\_08\_17/output/}
  47. \end{itemize}
  48. \end{frame}
  49. \begin{frame}{N-Hit Electron Seeding}
  50. \begin{columns}
  51. \begin{column}{0.5\textwidth}
  52. {\small
  53. \begin{enumerate}
  54. \item Using the beam spot, the SC position, and SC energy, propagate a path through the pixels.
  55. \item Require the first hit to be within a $\delta\phi$ and $\delta z$ window. ($\delta\phi$ and $\delta R$ for FPIX)
  56. \item $\delta z$ window for first hit is huge as SC and beam spot positions give very little information about $z$.
  57. \item Forget the SC position, and propagate a new track based on the vertex and first hit positions, and the SC energy.
  58. \item Progress one-by-one through the remaining hits in the seed and require each one fit within a specified window around the track.
  59. \item Quit when all hits are matched, or a hit falls outside the window. No skipping is allowed.
  60. \end{enumerate}
  61. }
  62. \end{column}
  63. \begin{column}{0.5\textwidth}
  64. \begin{figure}
  65. \includegraphics[width=0.9\textwidth]{../common/diagrams/seeding_step2.png}
  66. \end{figure}
  67. \begin{figure}
  68. \includegraphics[width=0.9\textwidth]{../common/diagrams/seeding_step3.png}
  69. \end{figure}
  70. \end{column}
  71. \end{columns}
  72. \end{frame}
  73. \begin{frame}{Previous status-quo}
  74. \begin{columns}
  75. \begin{column}{0.45\textwidth}
  76. {\small
  77. \begin{itemize}
  78. \item In a previous presentation\footnotemark, I showed efficiency vs. purity for
  79. \begin{itemize}
  80. \item Old pair-match seeding (\texttt{ElectronSeedProducer})
  81. \item New triplet+ seeding (\texttt{ElectronNHitSeedProducer}) for several choices of matching windows.
  82. \end{itemize}
  83. \item Old seeding produced far fewer fake (non-truth matched) seeds at similar efficiency.
  84. \item Unclear why. Perhaps not optimal matching windows?
  85. \end{itemize}
  86. }
  87. \end{column}
  88. \begin{column}{0.6\textwidth}
  89. \begin{figure}
  90. \includegraphics[width=0.9\textwidth]{../common/figures/tracking_roc_curves_linear_plus_old.png}
  91. \end{figure}
  92. \end{column}
  93. \end{columns}
  94. \footnotetext[1]{\tiny \url{https://indico.cern.ch/event/697074/contributions/2898322/attachments/1602057/2540261/main.pdf}}
  95. \end{frame}
  96. \begin{frame}{$H/E$ Requirement on Super-Clusters}
  97. \begin{columns}
  98. \begin{column}{0.45\textwidth}
  99. {\small
  100. \begin{itemize}
  101. \item Investigating the cause of this revealed that the old seeding had applied a $H/E<0.15$ cut on super-clusters.
  102. \item After applying this same cut on the new seeds, the performance gap becomes negligible.
  103. \item The \textbf{narrow} working point of the new seeding uses HLT window sizes(see backup).
  104. \item Performance of the old seeding can be closely matched with the \textbf{wide} matching windows.
  105. \end{itemize}
  106. }
  107. \end{column}
  108. \begin{column}{0.6\textwidth}
  109. \begin{figure}
  110. \includegraphics[width=0.9\textwidth]{../common/figures/tracking_roc_curves_linear_plus_old_hoe.png}
  111. \end{figure}
  112. \end{column}
  113. \end{columns}
  114. \end{frame}
  115. \begin{frame}{Kinematic Distributions}
  116. \begin{columns}
  117. \begin{column}{0.5\textwidth}
  118. \begin{figure}
  119. \includegraphics[width=\textwidth]{../common/figures/tracking_efficiency_hoe.png}
  120. \end{figure}
  121. \centering{Tracking Efficiency}
  122. \end{column}
  123. \begin{column}{0.5\textwidth}
  124. \begin{figure}
  125. \includegraphics[width=\textwidth]{../common/figures/tracking_purity_hoe.png}
  126. \end{figure}
  127. \centering{Tracking Purity}
  128. \end{column}
  129. \end{columns}
  130. \end{frame}
  131. \begin{frame}{Seed Counts}
  132. \begin{columns}
  133. \begin{column}{0.45\textwidth}
  134. {\small
  135. \begin{itemize}
  136. \item The amount of electron seeds is dramatically reduced by the new matching scheme.
  137. \item Part of the motivation for use in HLT.
  138. \item Factor of $\approx 4$ reduction comparing to the \texttt{wide} working point
  139. \end{itemize}
  140. }
  141. \end{column}
  142. \begin{column}{0.65\textwidth}
  143. \begin{figure}
  144. \includegraphics[width=\textwidth]{../common/figures/n_seeds.png}
  145. \end{figure}
  146. \end{column}
  147. \end{columns}
  148. \end{frame}
  149. \begin{frame}{Outlook}
  150. % \vspace{0.4in}
  151. \begin{itemize}
  152. \item \texttt{NHit} seeding can match (and perhaps even slightly improve upon) the old pair-match seeding.
  153. \item It can do this while producing far fewer candidate seeds.
  154. \end{itemize}
  155. \hrule
  156. \begin{itemize}
  157. \item Next Steps:
  158. \begin{itemize}
  159. \item Verify performance is still acceptable in high fake environments ($t\bar{t}$ for example)
  160. \item Settle on an ``optimal enough'' set of windows
  161. \item Decide on which CMSSW release to target and begin preparing (private branch/merge request/etc.)
  162. \end{itemize}
  163. \item Other Thoughts
  164. \begin{itemize}
  165. \item What are expert's opinions on continued window optimization? (Likely some small gains still to be had)
  166. \item Are there other ideas for cross-checks to be done before proceeding further?
  167. \end{itemize}
  168. \end{itemize}
  169. % \vspace{1.5in}
  170. \end{frame}
  171. \appendix
  172. \backupbegin
  173. \begin{frame}
  174. \begin{center}
  175. {\Huge BACKUP}
  176. \end{center}
  177. \end{frame}
  178. \begin{frame}{Definitions}
  179. \begin{itemize}
  180. \item \textbf{Sim-Track \--} A track from a simulated electron originating from the luminous region of CMS (beam-spot +- 5$\sigma$)
  181. \item \textbf{ECAL-Driven Seed \--} A seed created via a matching procedure between Super-Clusters and General Tracking Seeds (Either from \texttt{ElectronSeedProducer} or \texttt{ElectronNHitSeedProducer})
  182. \item \textbf{GSF Track \--} A track from GSF-Tracking resulting from an \textbf{ECAL-Driven Seed}
  183. \item \textbf{Seeding Efficiency \--} The fraction of \textbf{Sim-Tracks} that have a matching \textbf{ECAL-Driven Seed} (based on simhit-rechit linkage)
  184. \item \textbf{GSF Tracking Efficiency \--} The fraction of \textbf{Sim-Tracks} that have a matching \textbf{GSF Track} (again, based on simhit-rechit linkage)
  185. \item \textbf{ECAL-Driven Seed Purity \--} The fraction of \textbf{ECAL-Driven Seeds} that have a matching \textbf{Sim-Track}
  186. \item \textbf{GSF Tracking Purity \--} The fraction of \textbf{GSF Tracks} that have a matching \textbf{Sim-Track}
  187. \end{itemize}
  188. \end{frame}
  189. \begin{frame}{Matching Window Parameters}
  190. \begin{table}[]
  191. \centering
  192. \begin{tabular}{@{}llrrrr@{}}
  193. \toprule
  194. & & \textbf{extra-narrow} & \textbf{narrow(HLT)} & \textbf{wide} & \textbf{extra-wide} \\ \midrule
  195. Hit 1 & dPhiMaxHighEt & \textbf{0.025} & \textbf{0.05} & \textbf{0.1} & \textbf{0.15} \\
  196. & dPhiMaxHighEtThres & 20.0 & 20.0 & 20.0 & 20.0 \\
  197. & dPhiMaxLowEtGrad & -0.002 & -0.002 & -0.002 & -0.002 \\
  198. & dRzMaxHighEt & 9999.0 & 9999.0 & 9999.0 & 9999.0 \\
  199. & dRzMaxHighEtThres & 0.0 & 0.0 & 0.0 & 0.0 \\
  200. & dRzMaxLowEtGrad & 0.0 & 0.0 & 0.0 & 0.0 \\ \midrule
  201. Hit 2 & dPhiMaxHighEt & \textbf{0.0015} & \textbf{0.003} & \textbf{0.006} & \textbf{0.009} \\
  202. & dPhiMaxHighEtThres & 0.0 & 0.0 & 0.0 & 0.0 \\
  203. & dPhiMaxLowEtGrad & 0.0 & 0.0 & 0.0 & 0.0 \\
  204. & dRzMaxHighEt & \textbf{0.025} & \textbf{0.05} & \textbf{0.1} & \textbf{0.15} \\
  205. & dRzMaxHighEtThres & 30.0 & 30.0 & 30.0 & 30.0 \\
  206. & dRzMaxLowEtGrad & -0.002 & -0.002 & -0.002 & -0.002 \\ \midrule
  207. Hit 3+ & dPhiMaxHighEt & \textbf{0.0015} & \textbf{0.003} & \textbf{0.006} & \textbf{0.009} \\
  208. & dPhiMaxHighEtThres & 0.0 & 0.0 & 0.0 & 0.0 \\
  209. & dPhiMaxLowEtGrad & 0.0 & 0.0 & 0.0 & 0.0 \\
  210. & dRzMaxHighEt & \textbf{0.025} & \textbf{0.05} & \textbf{0.1} & \textbf{0.15} \\
  211. & dRzMaxHighEtThres & 30.0 & 30.0 & 30.0 & 30.0 \\
  212. & dRzMaxLowEtGrad & -0.002 & -0.002 & -0.002 & -0.002 \\ \bottomrule
  213. \end{tabular}
  214. \end{table}
  215. \centering
  216. \texttt{NHit} Seeding window parameters. Bold designates modified values.
  217. \end{frame}
  218. \backupend
  219. \end{document}