main.tex 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. % rubber: module pdftex
  2. \documentclass[english,aspectratio=169]{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. \usetheme[]{bjeldbak}
  15. \begin{document}
  16. \title[e Reco. Validation]{Offline Electron Reconstruction Validation}
  17. \author[C. Fangmeier]{\textbf{Caleb Fangmeier}\\ Ilya Kravchenko}
  18. \institute[UNL]{University of Nebraska \-- Lincoln}
  19. \date{July 17, 2017}
  20. \titlegraphic{%
  21. \begin{figure}
  22. \includegraphics[width=1in]{CMSlogo.png}\hspace{0.75in}\includegraphics[width=1in]{nebraska-n.png}
  23. \end{figure}
  24. }
  25. \begin{frame}[noframenumbering,plain]
  26. \titlepage%
  27. \end{frame}
  28. \begin{frame}{Introduction}
  29. \begin{itemize}
  30. \item Ongoing studies\footnote{\url{https://indico.cern.ch/event/613833/contributions/2646392/attachments/1486134/2307836/EGMHLT_PixelMatching_Jun30.pdf}} in HLT examine the resolution of RecHits used in GSF Tracking
  31. \item In those studies, the resolution is computed by measuring the distance between the RecHits and the extrapolated paths from ECAL super-clusters (SCs).
  32. \item For offline reconstruction, we compute residuals by comparing the position of RecHits and associated SimHits.
  33. \item Knowing these resolutions is important in choosing the size of search windows in the k
  34. \end{itemize}
  35. \end{frame}
  36. \begin{frame}{Introduction}
  37. \begin{itemize}
  38. \item We use Rafael Lopes de Sa's analysis setup\footnote{\url{https://github.com/rafaellopesdesa/cmssw/tree/ValidationGsfTracks81X}} that is derived from the standard offline tracking reconstruction tool TrackingNtuple from Validation/RecoTrack.
  39. \item Source dataset: \\ \small \texttt{/DYJetsToLL\_M-50\_TuneCUETP8M1\_13TeV-madgraphMLM-pythia8/\\ PhaseIFall16DR-FlatPU28to62HcalNZSRAW\_81X\_upgrade2017\_realistic\_v26-v1/\\ GEN-SIM-RAW}
  40. \item Using Release \texttt{CMSSW\_8\_1\_0}
  41. \item Figures in this talk use 10829 events (could be re-run with more)
  42. \end{itemize}
  43. \end{frame}
  44. \begin{frame}{Preliminary Results}
  45. \begin{columns}
  46. \begin{column}{0.49\textwidth}
  47. \begin{figure}
  48. \includegraphics[height=3.8cm]{figures/dphi_matched_hits_from_B1.png}
  49. \end{figure}
  50. \end{column}
  51. \begin{column}{0.49\textwidth}
  52. \begin{figure}
  53. \includegraphics[height=3.8cm]{figures/dphi_matched_hits_from_B2.png}
  54. \end{figure}
  55. \end{column}
  56. \end{columns}
  57. \hrule \vspace{.2cm}
  58. $\Delta \phi$ betwen RecHits and SimHits for innermost hits in seeds where that hit is in BPIX Layer 1/2.
  59. \end{frame}
  60. \begin{frame}{Preliminary Results}
  61. \begin{columns}
  62. \begin{column}{0.49\textwidth}
  63. \begin{figure}
  64. \includegraphics[height=3.8cm]{figures/dz_matched_hits_from_B1.png}
  65. \end{figure}
  66. \end{column}
  67. \begin{column}{0.49\textwidth}
  68. \begin{figure}
  69. \includegraphics[height=3.8cm]{figures/dz_matched_hits_from_B2.png}
  70. \end{figure}
  71. \end{column}
  72. \end{columns}
  73. \hrule \vspace{.2cm}
  74. $\Delta z$ betwen RecHits and SimHits for innermost hits in seeds where that hit is in BPIX Layer 1/2.
  75. \end{frame}
  76. \begin{frame}{Conclusions}
  77. \begin{itemize}
  78. \item Code for this analysis is here: \\ \small \begin{center}\url{https://git.fangmeier.tech/caleb/EGamma_ElectronTrackingValidation}\end{center}
  79. \item What specific figures/measurements are of interest to experts?
  80. \end{itemize}
  81. \end{frame}
  82. \end{document}