main.tex 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. \newcommand\SmallFont{\fontsize{6}{7.2}\selectfont}
  17. \begin{document}
  18. \title[EGM Recom. August 2017]{EGM Recommendations, August 2017}
  19. \author[C. Fangmeier]{\textbf{Caleb Fangmeier} \\ Georgios Krintiras \\ Till Arndt}
  20. % \institute[UNL]{University of Nebraska \-- Lincoln}
  21. \date{August 8, 2017}
  22. \titlegraphic{%
  23. \begin{figure}
  24. \vspace{-0.5cm}
  25. \includegraphics[width=0.75in]{CMSlogo.png} \\
  26. \vspace{0.3cm}
  27. \includegraphics[width=0.75in]{nebraska-n.png}\hspace{0.25in}
  28. \includegraphics[width=0.75in]{UCLlogo.png}\hspace{0.25in}
  29. \includegraphics[width=0.75in]{DESYlogo.png}
  30. \end{figure}
  31. }
  32. \begin{frame}[plain]
  33. \titlepage%
  34. \end{frame}
  35. \begin{frame}{Introduction}
  36. \begin{itemize}
  37. \item EGM issues recommendations for
  38. \begin{itemize}
  39. \item Energy Calculation (Regression)
  40. \item Energy scale factors and smearing for MC
  41. \item Identification, both cut-based and MVA
  42. \item Efficiency scale factors
  43. \end{itemize}
  44. \item For 2016 Data, ``Ultimate'' recommendations are available.
  45. \item For 2017 Data, there are initial recommendations \alert{but many have not yet converged.}
  46. \item As this is just a 10 min talk, I'll mostly just be pointing to various talks/TWikis with more information.
  47. \end{itemize}
  48. \end{frame}
  49. \begin{frame}{Energy Regression, \& MC Energy Scale Correction \& Smearing}
  50. \begin{itemize}
  51. \item Latest recommendation for 2016 data is still the Moriond 2017 recommendation. (See TWiki)
  52. \item Still unavailable for 2017 data, stay tuned for announcements.
  53. \item In mean time, recommendation for 2017 data is to use electrons and photons from standard collections.
  54. \item \url{twiki.cern.ch/twiki/bin/viewauth/CMS/EGMRegression}
  55. \item \url{twiki.cern.ch/twiki/bin/viewauth/CMS/EGMSmearer}
  56. \end{itemize}
  57. \end{frame}
  58. \begin{frame}{Electron Identification \-- Cut Based}
  59. \begin{columns} \begin{column}{0.5\textwidth}
  60. \begin{itemize}
  61. \item Four available working points
  62. \begin{itemize}
  63. \item Veto (eff. $\sim 95\%$)
  64. \item Loose (eff. $\sim 90\%$)
  65. \item Medium (eff. $\sim 80\%$)
  66. \item Tight (eff. $\sim 70\%$)
  67. \end{itemize}
  68. \item The 80X-tuned ID is recommended for 2016 data.
  69. \item For now, the same holds for 2017 data. New IDs will be tuned when more data is available. (expected by late fall)
  70. \item See Ilya's \href{https://indico.cern.ch/event/647765/contributions/2632811/attachments/1480145/2294932/talk_egmIDs_on_90X.pdf}{talk} for more information on 2016 IDs with 2017 MC.
  71. \item {\footnotesize \url{twiki.cern.ch/twiki/bin/view/CMS/CutBasedElectronIdentificationRun2}}
  72. \end{itemize}
  73. \end{column} \begin{column}{0.5\textwidth}
  74. \begin{figure}
  75. \vspace{-.5in}
  76. \includegraphics[width=\textwidth]{figures/electron_cuts.png}
  77. \end{figure}
  78. \end{column} \end{columns}
  79. \end{frame}
  80. \begin{frame}{Electron Identification \-- MVA}
  81. \begin{itemize}
  82. \item For most analyses, the ``General Purpose MVA'' is recommended.
  83. \item There is also a more specialized ``HZZ MVA'' developed for the ICHEP 2016 HZZ result specialized for running at very high efficiencies. ($\sim 98\%$)
  84. \item Two specified working points
  85. \begin{itemize}
  86. \item WP80 (eff. $\sim 80\%$)
  87. \item WP90 (eff. $\sim 90\%$)
  88. \end{itemize}
  89. \item Tested on 2017 MC samples and shows reasonable performance,
  90. \item However, stated WP efficiencies tend to be shifted along the ROC curve.
  91. \item {\footnotesize \url{twiki.cern.ch/twiki/bin/view/CMS/MultivariateElectronIdentificationRun2}}
  92. \end{itemize}
  93. \begin{figure}
  94. \includegraphics[width=0.75\textwidth]{figures/MVA_performance.png}
  95. \end{figure}
  96. \end{frame}
  97. \begin{frame}{Electron Identification \-- HEEP (high energy)}
  98. \begin{itemize}
  99. \item Specialized ID for very high energy ($\sim 1$TeV) electrons.
  100. \item As of August 1, HEEP V70 is the recommended version
  101. \item Implemented in the VID (versioned identification) Framework. See TWiki for instructions on usage/integration.
  102. \item \url{twiki.cern.ch/twiki/bin/view/CMS/HEEPElectronIdentificationRun2}
  103. \end{itemize}
  104. \end{frame}
  105. \begin{frame}{Photon Identification}
  106. \begin{itemize}
  107. \item Recommendations are similar to electrons.
  108. \item See relevant TWiki pages for details.
  109. \begin{itemize}
  110. \item \url{twiki.cern.ch/twiki/bin/view/CMS/CutBasedPhotonIdentificationRun2}
  111. \item \url{twiki.cern.ch/twiki/bin/view/CMS/MultivariatePhotonIdentificationRun2}
  112. \end{itemize}
  113. \end{itemize}
  114. \vspace{0.8in}
  115. \centering
  116. \alert{Starting in \texttt{9\_2\_2}, all 2016 IDs (for electrons \emph{and} photons) are in CMSSW (no private branch merges!)}
  117. \end{frame}
  118. \begin{frame}{Efficiency and Scale Factors}
  119. \begin{itemize}
  120. \item Available for 2016 data for all mentioned IDs.
  121. \item Moriond 2017 recommendations are most current for 2016 data.
  122. \item For 2017 data, scale factors will likely be different. EGM will publish updated numbers shortly after 2017 IDs are finalized.
  123. \item Instructions: \url{twiki.cern.ch/twiki/bin/viewauth/CMS/EgammaIDRecipesRun2} \\ Under \textbf{Electron/Photon efficiencies and scale factors}
  124. \item More Details: \url{twiki.cern.ch/twiki/bin/view/CMS/ElectronScaleFactorsRun2}
  125. \end{itemize}
  126. \end{frame}
  127. \begin{frame}{Summary}
  128. \begin{itemize}
  129. \item For now, keep using 2016 recipes and constants (fully in CMSSW since \texttt{9\_2\_2}).
  130. \item \emph{Be mindful that oddities are possible since these have not been exercised on real data so far}.
  131. \item New recommendations are expected late fall once sufficient data for Z calibrations are collected
  132. \item Any questions can be directed new contact Caleb Fangmeier \url{caleb@fangmeier.tech}.
  133. \end{itemize}
  134. \end{frame}
  135. \end{document}