Browse Source

Updates to intro presentation

Caleb Fangmeier 7 years ago
parent
commit
b3d963e9fe

BIN
docs/presentations/2017_07_17/diagrams/Gsf_Seeding1.png


BIN
docs/presentations/2017_07_17/diagrams/Gsf_Seeding2.png


BIN
docs/presentations/2017_07_17/diagrams/Gsf_Seeding3.png


BIN
docs/presentations/2017_07_17/diagrams/TrackingNtuple.png


BIN
docs/presentations/2017_07_17/diagrams/TrackingNtuple_traversal.png


BIN
docs/presentations/2017_07_17/diagrams/window1.png


BIN
docs/presentations/2017_07_17/diagrams/window2.png


BIN
docs/presentations/2017_07_17/main.pdf


+ 54 - 6
docs/presentations/2017_07_17/main.tex

@@ -47,21 +47,61 @@
 \begin{frame}{Introduction}
   \begin{itemize}
     \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}.
-    \item Source dataset: \\ \small \texttt{/DYJetsToLL\_M-50\_TuneCUETP8M1\_13TeV-madgraphMLM-pythia8/\\ PhaseIFall16DR-FlatPU28to62HcalNZSRAW\_81X\_upgrade2017\_realistic\_v26-v1/\\ GEN-SIM-RAW}
+    \item Source dataset: \\ {\scriptsize \texttt{/DYJetsToLL\_M-50\_TuneCUETP8M1\_13TeV-madgraphMLM-pythia8/\\ PhaseIFall16DR-FlatPU28to62HcalNZSRAW\_81X\_upgrade2017\_realistic\_v26-v1/\\ GEN-SIM-RAW}}
     \item Using Release \texttt{CMSSW\_8\_1\_0}
     \item Figures in this talk use 31790 events (could be re-run with more)
   \end{itemize}
 \end{frame}
 
-\begin{frame}{Electron Seeding}
-  TODO: Say a few words about the steps in electron seeding
+\begin{frame}{Gsf Electron Seeding}
+  \begin{columns}
+  \begin{column}{0.75\textwidth}
+    \begin{figure}
+      \includegraphics[width=\textwidth]{diagrams/Gsf_Seeding1.png}
+    \end{figure}
+  \end{column}
+  \begin{column}{0.25\textwidth}
+    \begin{figure}
+      \hspace{-1in}
+      \vspace{-1in}
+      \includegraphics[width=1.8\textwidth]{diagrams/window1.png}
+    \end{figure}
+  \end{column}
+  \end{columns}
+  \vfill
+  \footnotesize{Windows from \url{https://indico.cern.ch/event/611042/contributions/2464057/attachments/1406271/2148742/ElectronTracking30112016.pdf}}
+\end{frame}
+
+\begin{frame}{Gsf Electron Seeding}
+  \begin{columns}
+  \begin{column}{0.66\textwidth}
+    \begin{figure}
+      \includegraphics[width=\textwidth]{diagrams/Gsf_Seeding2.png}
+    \end{figure}
+  \end{column}
+  \begin{column}{0.33\textwidth}
+    \begin{figure}
+      \hspace{-0.75in}
+      \vspace{1in}
+      \includegraphics[width=1.5\textwidth]{diagrams/window2.png}
+    \end{figure}
+  \end{column}
+  \end{columns}
+\end{frame}
+
+\begin{frame}{Gsf Electron Seeding}
+  \begin{center}
+    \begin{figure}
+      \includegraphics[width=\textwidth]{diagrams/Gsf_Seeding3.png}
+    \end{figure}
+  \end{center}
 \end{frame}
 
 \begin{frame}{TrackingNtuple}
   The \texttt{TrackingNtuple} format contains (among others) the below crosslinked collections
   \begin{center}
     \begin{figure}
-      \includegraphics[width=\textwidth]{figures/TrackingNtuple.png}
+      \includegraphics[width=\textwidth]{diagrams/TrackingNtuple.png}
     \end{figure}
   \end{center}
 \end{frame}
@@ -77,8 +117,8 @@ To find residuals for calculating resolutions, require a pair containing 1
         \item It is the 1st/2nd hit in the \texttt{Seed}.
         \item It is matched to at least one \texttt{SimHit}.
       \end{itemize}
-    \item For each \texttt{RecHit}(\textbf{B}) passing the above, take the first matched
-      \texttt{SimHit}(\textbf{A}).
+    \item For each \texttt{RecHit} (\textbf{B}) passing the above, take the first matched
+      \texttt{SimHit} (\textbf{A}).
     \item Now look through all \texttt{SimHits} associated with
       \texttt{SimTracks} associated with the original \texttt{Track}. If
       \textbf{A} exists in this set. Make a pair of \texttt{SimHit} \textbf{A}
@@ -87,6 +127,14 @@ To find residuals for calculating resolutions, require a pair containing 1
   \end{enumerate}
 \end{frame}
 
+\begin{frame}{Finding \texttt{SimHit}/\texttt{RecHit} Pairs}
+  \begin{center}
+    \begin{figure}
+      \includegraphics[width=\textwidth]{diagrams/TrackingNtuple_traversal.png}
+    \end{figure}
+  \end{center}
+\end{frame}
+
 \begin{frame}{BPIX Hit 1 Resolution}
     \begin{figure}
       \centering

BIN
figures/TrackingNtuple.png