main.tex 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. % rubber: module pdftex
  2. \documentclass[english,aspectratio=43]{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, Greg Snow}
  18. \institute[UNL]{University of Nebraska \-- Lincoln}
  19. \date{July 21, 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 Our goal is to study \textbf{seeding} for the \textbf{offline} gsf tracking with the \textbf{new pixel detector}.
  31. \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.
  32. \item In those studies, the resolution is computed by measuring the distance between the \textbf{RecHits} and the extrapolated paths from ECAL \textbf{super-clusters} (SCs).
  33. \item For \textbf{offline} reconstruction, we compute residuals by comparing the position of \textbf{RecHits} and associated \textbf{SimHits}.
  34. \item Knowing these resolutions is important in choosing the size of search windows in the hit matching algorithm used in electron reconstruction.
  35. \end{itemize}
  36. \end{frame}
  37. \begin{frame}{Introduction}
  38. \begin{itemize}
  39. \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 \texttt{TrackingNtuple} from \texttt{Validation/RecoTrack}.
  40. \item Source dataset: \\ \small \texttt{/DYJetsToLL\_M-50\_TuneCUETP8M1\_13TeV-madgraphMLM-pythia8/\\ PhaseIFall16DR-FlatPU28to62HcalNZSRAW\_81X\_upgrade2017\_realistic\_v26-v1/\\ GEN-SIM-RAW}
  41. \item Using Release \texttt{CMSSW\_8\_1\_0}
  42. \item Figures in this talk use 31790 events (could be re-run with more)
  43. \end{itemize}
  44. \end{frame}
  45. \begin{frame}{Electron Seeding}
  46. TODO: Say a few words about the steps in electron seeding
  47. \end{frame}
  48. \begin{frame}{TrackingNtuple}
  49. The \texttt{TrackingNtuple} format contains (among others) the below crosslinked collections
  50. \begin{center}
  51. \begin{figure}
  52. \includegraphics[width=\textwidth]{figures/TrackingNtuple.png}
  53. \end{figure}
  54. \end{center}
  55. \end{frame}
  56. \begin{frame}{Finding \texttt{SimHit}/\texttt{RecHit} Pairs}
  57. To find residuals for calculating resolutions, require a pair containing 1
  58. \texttt{RecHit} and 1 \texttt{SimHit}. Procedure is as follows:
  59. \begin{enumerate}
  60. \item For each \texttt{Track}, get it's \texttt{Seed} (unique)
  61. \item For each \texttt{RecHit} in the \texttt{Seed}, require
  62. \begin{itemize}
  63. \item It is in the specified subdetector (e.g. BPIX Layer 1)
  64. \item It is the 1st/2nd hit in the \texttt{Seed}.
  65. \item It is matched to at least one \texttt{SimHit}.
  66. \end{itemize}
  67. \item For each \texttt{RecHit}(\textbf{B}) passing the above, take the first matched
  68. \texttt{SimHit}(\textbf{A}).
  69. \item Now look through all \texttt{SimHits} associated with
  70. \texttt{SimTracks} associated with the original \texttt{Track}. If
  71. \textbf{A} exists in this set. Make a pair of \texttt{SimHit} \textbf{A}
  72. and \texttt{RecHit} \textbf{B}.
  73. \item Go back to 1.
  74. \end{enumerate}
  75. \end{frame}
  76. \begin{frame}{BPIX Hit 1 Resolution}
  77. \begin{figure}
  78. \centering
  79. \includegraphics[height=0.8\textheight]{figures/first_hits.png}
  80. \end{figure}
  81. \end{frame}
  82. \begin{frame}{BPIX Hit 1 Resolution vs. $\eta$}
  83. \begin{figure}
  84. \centering
  85. \includegraphics[height=0.8\textheight]{figures/first_hits_v_eta.png}
  86. \end{figure}
  87. \end{frame}
  88. \begin{frame}{BPIX Hit 2 Resolution}
  89. \begin{figure}
  90. \centering
  91. \includegraphics[height=0.8\textheight]{figures/second_hits.png}
  92. \end{figure}
  93. \end{frame}
  94. \begin{frame}{BPIX Hit 2 Resolution vs. $\eta$}
  95. \begin{figure}
  96. \centering
  97. \includegraphics[height=0.8\textheight]{figures/second_hits_v_eta.png}
  98. \end{figure}
  99. \end{frame}
  100. \begin{frame}{Resolution dependence on even/odd ladder number}
  101. \begin{figure}
  102. \centering
  103. \includegraphics[height=0.8\textheight]{figures/delta_phi_z_v_ladder.png}
  104. \end{figure}
  105. \end{frame}
  106. \begin{frame}{Conclusions}
  107. \begin{itemize}
  108. \item Analysis machinery for offline electron reco studies with MC truth is in place.
  109. \item Preliminary plots of $\Delta\phi_{1/2}$ and $\Delta z_{1/2}$ for BPIX
  110. Layers 1/2 are shown.
  111. \item Code for this analysis is here: \\ \footnotesize
  112. \begin{center}\url{git.fangmeier.tech/caleb/EGamma\_ElectronTrackingValidation}\end{center}
  113. \item next to come
  114. \begin{itemize}
  115. \item run on larger event samples (\texttt{trackingNtuples} are generated, just need to use)
  116. \item include FPIX
  117. \item investigate reasons for rec hit inefficiencies
  118. \item introduce triplet-based pixel matching for the seeds and repeat the studies
  119. \end{itemize}
  120. % \item What specific figures/measurements are of interest to experts?
  121. \end{itemize}
  122. \end{frame}
  123. \end{document}