Sfoglia il codice sorgente

adds August 28 presentation (preliminary)

Caleb Fangmeier 7 anni fa
parent
commit
2a23a9f87e

BIN
docs/presentations/2017_08_28/16x9_seal03.jpg


BIN
docs/presentations/2017_08_28/CMSlogo.png


+ 63 - 0
docs/presentations/2017_08_28/beamerthemebjeldbak.sty

@@ -0,0 +1,63 @@
+% Insipired by Cameron Bracken's theme originally posted
+% here: http://cameron.bracken.bz/beamer-template
+% January 2009
+
+% Modifications done by Martin Bjeldbak Madsen
+% June 2014
+\mode<presentation>
+
+\RequirePackage{tgpagella}
+
+% \DeclareOptionBeamer{titlepage}{\PassOptionsToPackage{titlepage=#1}{beamertheme-Inner}}
+% \ProcessOptionsBeamer
+
+\useoutertheme[subsection=false,shadow]{miniframes}
+\useinnertheme{default}
+\usefonttheme{serif}
+
+\setbeamertemplate{footline} % show slide number on all slides but the first
+{%
+  \ifnum\c@framenumber=1
+  \else
+    \begin{beamercolorbox}[wd=0.95\paperwidth,right,dp=2ex]{page number}
+      \insertframenumber/\inserttotalframenumber%
+    \end{beamercolorbox}
+  \fi%
+  \begin{beamercolorbox}[colsep=1.25pt]{lower separation line foot}
+  \end{beamercolorbox}
+}
+
+% \ifnum\c@framenumber=1
+\usebackgroundtemplate{\includegraphics[width=1.3\paperwidth]{16x9_seal03.jpg}}
+% \else
+% \fi%
+
+% Display a slide before the current section with overview inf
+% \AtBeginSection[]
+% {%
+%    \begin{frame}
+%        \frametitle{Overview}
+%        \tableofcontents[currentsection,hideothersubsections]
+%    \end{frame}
+% }
+
+\setbeamerfont{title like}{shape=\scshape}
+\setbeamerfont{frametitle}{shape=\scshape}
+\setbeamerfont{section in head/foot}{shape=\scshape,size=\tiny}
+
+\setbeamertemplate{navigation symbols}{} % hide bottom nav buttons
+\setbeamercovered{transparent} % don't hide strip-teased bullet points
+
+% \definecolor{barcolor}{HTML}{77C4D3} % teal
+\definecolor{barcolor}{HTML}{DD0000} % teal
+\setbeamercolor{lower separation line head}{bg=barcolor}
+\setbeamercolor{lower separation line foot}{bg=barcolor}
+\setbeamercolor{normal text}{fg=black,bg=white}
+\setbeamercolor{alerted text}{fg=red}
+\setbeamercolor{example text}{fg=black}
+\setbeamercolor{structure}{fg=black}
+
+\setbeamercolor{palette tertiary}{fg=black,bg=black!10}
+\setbeamercolor{palette quaternary}{fg=black,bg=black!10}
+
+\mode<all>

+ 1 - 0
docs/presentations/2017_08_28/figures/live

@@ -0,0 +1 @@
+../../../../analysis/output/figures

BIN
docs/presentations/2017_08_28/main.pdf


+ 87 - 0
docs/presentations/2017_08_28/main.tex

@@ -0,0 +1,87 @@
+
+% rubber: module pdftex
+
+\documentclass[english,aspectratio=43,9pt]{beamer}
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{booktabs}
+\usepackage{siunitx}
+\usepackage{subcaption}
+\usepackage{marvosym}
+\usepackage{verbatim}
+
+\newcommand{\pb}{\si{\pico\barn}}%
+\newcommand{\fb}{\si{\femto\barn}}%
+\newcommand{\invfb}{\si{\per\femto\barn}}
+\newcommand{\GeV}{\si{\giga\electronvolt}}
+
+\hypersetup{colorlinks=true,urlcolor=blue}
+
+\usetheme[]{bjeldbak}
+
+\begin{document}
+
+\title[e Reco. Validation]{Offline Electron Seeding Validation - Update}
+\author[C. Fangmeier]{\textbf{Caleb Fangmeier} \\ Ilya Kravchenko,  Greg Snow}
+\institute[UNL]{University of Nebraska \-- Lincoln}
+\date{August 28, 2017}
+
+\titlegraphic{%
+\begin{figure}
+  \includegraphics[width=1in]{CMSlogo.png}\hspace{0.75in}\includegraphics[width=1in]{nebraska-n.png}
+\end{figure}
+}
+
+\begin{frame}[noframenumbering,plain]
+  \titlepage%
+\end{frame}
+
+\begin{frame}{Introduction}
+  \begin{itemize}
+    \item Our goal is to study \textbf{seeding} for the \textbf{offline} Gsf tracking with the \textbf{new pixel detector}.
+    \item \href{https://indico.cern.ch/event/616443/contributions/2669480/attachments/1496854/2329372/main.pdf}{Previous talk} gave introduction/motivation to approach
+    \item Since Then,
+    \begin{itemize}
+        \item Migrated Code from \texttt{8\_1\_0} to \texttt{9\_0\_2}
+        \item Regenerated \texttt{trackingNtuple}s for dataset \\
+          {\tiny \vspace{0.05in}\hspace{-0.2in}\texttt{/DYJetsToLL\_M-50\_TuneCUETP8M1\_13TeV-madgraphMLM-pythia8 \\
+              \vspace{-0.05in}\hspace{-0.2in}/PhaseISpring17DR-FlatPU28to62HcalNZS\_90X\_upgrade2017\_realistic\_v20-v1/GEN-SIM-RAW}}
+        \item Calculated $\Delta \phi_{1,2}$/$\Delta z_{1,2}$ for distances between extrapolated SC and reconstructed pixel hit
+        \item In previous talk, gave distributions of the above for distances between
+    \end{itemize}
+  \end{itemize}
+\end{frame}
+
+\begin{frame}{First matched hit resolutions (\texttt{Simhit} \-- \texttt{RecHit})}
+    \begin{figure}
+      \includegraphics[height=3in]{figures/live/first_hits::rs:DY2LL@output_902results_root.png}
+    \end{figure}
+\end{frame}
+
+\begin{frame}{First matched hit resolutions (SC Extrapolation)}
+    \begin{figure}
+      \includegraphics[height=3in]{figures/live/sc_extrapolation_first::rs:DY2LL@output_902results_root.png}
+    \end{figure}
+\end{frame}
+
+\begin{frame}{second matched hit resolutions (\texttt{Simhit} \-- \texttt{RecHit})}
+    \begin{figure}
+      \includegraphics[height=3in]{figures/live/second_hits::rs:DY2LL@output_902results_root.png}
+    \end{figure}
+\end{frame}
+
+\begin{frame}{Second matched hit resolutions (SC Extrapolation)}
+    \begin{figure}
+      \includegraphics[height=3in]{figures/live/sc_extrapolation_second::rs:DY2LL@output_902results_root.png}
+    \end{figure}
+\end{frame}
+
+\begin{frame}{Outlook}
+  \begin{itemize}
+    \item Investigate spikes in $\Delta \phi_{1}$/$\Delta z_{1}$ distributions
+    \item Add cross-references between SC info and matched seeds/hits to ntuple
+    \item Suggestions from experts?
+  \end{itemize}
+\end{frame}
+
+\end{document}

BIN
docs/presentations/2017_08_28/nebraska-n.png