main.tex 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. \documentclass[english,aspectratio=43,8pt]{beamer}
  2. \usepackage{graphicx}
  3. \usepackage{amssymb}
  4. \usepackage{booktabs}
  5. \usepackage{siunitx}
  6. \usepackage{subcaption}
  7. \usepackage{marvosym}
  8. \usepackage{verbatim}
  9. \usepackage[normalem]{ulem} % Needed for /sout
  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[]{Adding Tau Leptons to TTTT X-Section Measurement}
  18. \author[C. Fangmeier]{\textbf{Caleb Fangmeier}}
  19. \institute[UNL]{University of Nebraska \-- Lincoln}
  20. \date{TTTT Working Meeting | January 25, 2018}
  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}[plain]
  27. \titlepage
  28. %
  29. \end{frame}
  30. \begin{frame}{Introduction}
  31. \begin{itemize}
  32. \item \textbf{Goal:} Investigate how the TTTT cross-section measurement could be improved by adding taus to the lepton selection.
  33. \item To avoid the work of modifying the existing analysis looper to include taus, a simple ``mock''\footnote{\url{https://github.com/cfangmeier/FTAnalysis/tree/tau_studies/studies/tau}} analysis was implemented from scratch which attempts to replicate the main features of the real analysis.
  34. \item Runs on same \texttt{CMS4} nTuples as existing analysis.
  35. \item some text
  36. \end{itemize}
  37. \end{frame}
  38. \begin{frame}{Mock Analysis 2016 Yields}
  39. \begin{columns}
  40. \begin{column}{0.4\textwidth}
  41. \begin{itemize}
  42. \item Attempt to replicate AN yields with mock analysis using only electrons and muons
  43. \item Generally overestimate yield (wrt analysis note)by 30-50\%
  44. \item But shapes tend to match, so go ahead and add taus to make a comparison.
  45. \end{itemize}
  46. \end{column}
  47. \begin{column}{0.59\textwidth}
  48. \includegraphics[width=\textwidth]{figures/Yield_Ignoring_Taus.png}
  49. \end{column}
  50. \end{columns}
  51. \end{frame}
  52. \begin{frame}{Tau Selection}
  53. \begin{itemize}
  54. \item Taus to be considered in the SS pair must pass the following requirements
  55. \begin{itemize}
  56. \item Pass the ID: \texttt{byTightIsolationMVArun2v1DBdR03oldDMwLT}
  57. \item Have $P_{T}>20$GeV
  58. \item Isolated ($dR>0.4$) from any electrons or muons that pass their respective selection criteria
  59. \end{itemize}
  60. \item Generator-Level taus used in truth-matching must:
  61. \begin{itemize}
  62. \item Be flagged as prompt (ie. \texttt{tas::genps\_fromHardProcessDecayed()==1})
  63. \item Decay hadronically ($\tau^\pm \rightarrow\pi^\pm \{\pi_0\}$, $\tau^\pm \rightarrow\pi^\pm\pi^\pm\pi^\mp\{\pi_0\}$)
  64. \end{itemize}
  65. \item A reconstructed tau is considered truth-matched if it is within $dR<0.3$ of a generator-level tau
  66. \item Otherwise taus are treated exactly the same as electrons and muons in the SS-pair construction/Z-Veto/Jet-Cleaning.
  67. \end{itemize}
  68. \end{frame}
  69. \begin{frame}{Yields/Truth Matching}
  70. \begin{columns}
  71. \begin{column}{0.5\textwidth}
  72. \includegraphics[width=\textwidth]{figures/Yield_For_events_with_0_Tau.png}
  73. \end{column}
  74. \begin{column}{0.5\textwidth}
  75. \includegraphics[width=\textwidth]{figures/Yield_For_events_with_1_Tau.png}
  76. \end{column}
  77. \end{columns}
  78. \begin{itemize}
  79. \item Above figures show yields when when there are zero selected taus(left) or one selected tau(right).
  80. \item Orange Lines show yields when the tau is required to be truth-matched.
  81. \end{itemize}
  82. \end{frame}
  83. \begin{frame}{Cross-Checking Truth Matching}
  84. \begin{columns}
  85. \begin{column}{0.4\textwidth}
  86. \begin{itemize}
  87. \item Previous slide indicates $\approx30-40$\% of taus are fakes.
  88. \item Figure shows the yields for events in any SR broken down by \# of generator-level taus and \# of selected taus.
  89. \item The figure on the right corroborates the previous slide; In TTTT, for example, only about 40\% of events with 1 selected tau have 1 or more real taus.
  90. \end{itemize}
  91. \end{column}
  92. \begin{column}{0.6\textwidth}
  93. \includegraphics[width=\textwidth]{figures/Generated_tau_vs_Selected_tau.png}
  94. \end{column}
  95. \end{columns}
  96. \end{frame}
  97. \begin{frame}{Results with Expanded Binning}
  98. \begin{columns}
  99. \begin{column}{0.5\textwidth}
  100. \includegraphics[width=\textwidth]{figures/Yield_For_events_with_0_Tau_NewSR.png}
  101. \end{column}
  102. \begin{column}{0.5\textwidth}
  103. \includegraphics[width=\textwidth]{figures/Yield_For_events_with_1_Tau_NewSR.png}
  104. \end{column}
  105. \end{columns}
  106. \begin{itemize}
  107. \item Ongoing investigation of more fine binning\footnote{\url{https://github.com/cfangmeier/FTAnalysis/blob/tau\_studies/studies/tau/Yield.C#L261}}.
  108. \end{itemize}
  109. \end{frame}
  110. \begin{frame}{Conclusions}
  111. some text
  112. \end{frame}
  113. \end{document}