main.tex 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. % rubber: module pdftex
  2. \documentclass[english,aspectratio=43,9pt]{beamer}
  3. \usepackage{graphicx}
  4. \usepackage{amssymb}
  5. \usepackage{booktabs}
  6. \usepackage{siunitx}
  7. \usepackage{subcaption}
  8. \usepackage{marvosym}
  9. \usepackage{verbatim}
  10. \newcommand{\pb}{\si{\pico\barn}}%
  11. \newcommand{\fb}{\si{\femto\barn}}%
  12. \newcommand{\invfb}{\si{\per\femto\barn}}
  13. \newcommand{\GeV}{\si{\giga\electronvolt}}
  14. \hypersetup{colorlinks=true,urlcolor=blue}
  15. \usetheme[]{bjeldbak}
  16. \begin{document}
  17. \title[e Reco. Validation]{Offline Electron Seeding Validation - Update}
  18. \author[C. Fangmeier]{\textbf{Caleb Fangmeier} \\ Ilya Kravchenko, Greg Snow}
  19. \institute[UNL]{University of Nebraska \-- Lincoln}
  20. \date{August 28, 2017}
  21. \titlegraphic{%
  22. \begin{figure}
  23. \includegraphics[width=1in]{CMSlogo.png}\hspace{0.75in}\includegraphics[width=1in]{nebraska-n.png}
  24. \end{figure}
  25. }
  26. \begin{frame}[noframenumbering,plain]
  27. \titlepage%
  28. \end{frame}
  29. \begin{frame}{Introduction}
  30. \begin{itemize}
  31. \item Our goal is to study \textbf{seeding} for the \textbf{offline} Gsf tracking with the \textbf{new pixel detector}.
  32. \item \href{https://indico.cern.ch/event/616443/contributions/2669480/attachments/1496854/2329372/main.pdf}{Previous talk} gave introduction/motivation to approach
  33. \item Since Then,
  34. \begin{itemize}
  35. \item Migrated Code from \texttt{8\_1\_0} to \texttt{9\_0\_2}
  36. \item Regenerated \texttt{trackingNtuple}s for dataset \\
  37. {\tiny \vspace{0.05in}\hspace{-0.2in}\texttt{/DYJetsToLL\_M-50\_TuneCUETP8M1\_13TeV-madgraphMLM-pythia8 \\
  38. \vspace{-0.05in}\hspace{-0.2in}/PhaseISpring17DR-FlatPU28to62HcalNZS\_90X\_upgrade2017\_realistic\_v20-v1/GEN-SIM-RAW}}
  39. \item Calculated $\Delta \phi_{1,2}$/$\Delta z_{1,2}$ for distances between extrapolated SC and reconstructed pixel hit
  40. \item In previous talk, gave distributions of the above for distances between
  41. \end{itemize}
  42. \end{itemize}
  43. \end{frame}
  44. \begin{frame}{First matched hit resolutions (\texttt{Simhit} \-- \texttt{RecHit})}
  45. \begin{figure}
  46. \includegraphics[height=3in]{figures/live/first_hits::rs:DY2LL@output_902results_root.png}
  47. \end{figure}
  48. \end{frame}
  49. \begin{frame}{First matched hit resolutions (SC Extrapolation)}
  50. \begin{figure}
  51. \includegraphics[height=3in]{figures/live/sc_extrapolation_first::rs:DY2LL@output_902results_root.png}
  52. \end{figure}
  53. \end{frame}
  54. \begin{frame}{second matched hit resolutions (\texttt{Simhit} \-- \texttt{RecHit})}
  55. \begin{figure}
  56. \includegraphics[height=3in]{figures/live/second_hits::rs:DY2LL@output_902results_root.png}
  57. \end{figure}
  58. \end{frame}
  59. \begin{frame}{Second matched hit resolutions (SC Extrapolation)}
  60. \begin{figure}
  61. \includegraphics[height=3in]{figures/live/sc_extrapolation_second::rs:DY2LL@output_902results_root.png}
  62. \end{figure}
  63. \end{frame}
  64. \begin{frame}{Outlook}
  65. \begin{itemize}
  66. \item Investigate spikes in $\Delta \phi_{1}$/$\Delta z_{1}$ distributions
  67. \item Add cross-references between SC info and matched seeds/hits to ntuple
  68. \item Suggestions from experts?
  69. \end{itemize}
  70. \end{frame}
  71. \end{document}