\documentclass[hyperref=pdftex, presentation]{beamer}
% Replacing 'presentation' with 'handout' in the above line
% will produce 4 slides per page.
% The hyperref option makes it possible to include hyperlinks.

\mode<presentation> {
\usetheme{Boadilla}
\setbeamercovered{transparent}
}

\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{times}
\usepackage[T1]{fontenc}

\mode<handout>{
\usepackage{pgfpages}
\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm]
\setbeamercolor{background canvas}{bg=black!10} }

\setbeamertemplate{footline}
{
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author
	in head/foot}%
	\usebeamerfont{author in head/ foot}\insertshortauthor%&\approx& (\insertshorti
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title
	in head/foot}%
	\usebeamerfont{title in head/foot}\insertshorttitle
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in
	head/foot}%
	\usebeamerfont{date in head/foot}\insertshortdate\hspace*{2em}
	\insertframenumber / \inserttotalframenumber\hspace*{2ex}
\end{beamercolorbox}}%
\vskip0pt%
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\title{Simulation production}
	%\titlegraphic{\includegraphics[width=0.3\textwidth]{coffee_cup_1}}
	%\titlegraphic{\includegraphics[height=0.4\textheight]{coffee_cup_1}}
	%\subtitle{Is a ``fun'' talk in Beamer possible?}

\author{Sho Uemura}
%\institute{SLAC}
\date[April 25, 2013]

\begin{document}

\begin{frame}
	\titlepage
\end{frame}

\begin{frame}{Simulation stages}
	\begin{itemize}
		\item ``merged'' stdhep (beam bunches): /nfs/slac/g/hps2/hps\_data/stdhep/merged
		\item SLIC output (LCIO): /nfs/slac/g/hps2/hps\_data/lcio
		\item Readout (LCIO, can be converted to EVIO): /nfs/slac/g/hps2/hps\_data/readout
		\item Recon (LCIO and DST): /nfs/slac/g/hps2/hps\_data/recon
	\end{itemize}
\end{frame}

\begin{frame}{Simulation samples}
	\begin{itemize}
		\item Beam background
			\begin{itemize}
				\item EGS5, MadGraph tridents, no preselection
				\item No preselection, just run beam through the detector and trigger
			\end{itemize}
		\item A'
			\begin{itemize}
				\item A' tridents with beam background pileup
				\item A' ``trigger candidate'' every 500 beam bunches
			\end{itemize}
		\item Tridents
			\begin{itemize}
				\item Trigger-enhanced MadGraph tridents with beam background pileup
				\item Trident ``trigger candidate'' every 500 beam bunches
			\end{itemize}
	\end{itemize}
\end{frame}

\begin{frame}{Simulation amounts}
	\begin{itemize}
		\item Beam background
			\begin{itemize}
				\item 1 million triggers per beam energy?
				\item We currently have $\approx$2000 per beam energy (0.1 s of beam)
			\end{itemize}
		\item A'
			\begin{itemize}
				\item 100 million triggers per mass and beam energy
				\item We currently have up to $\approx$20000 ($1\times 10^5$ unfiltered candidates)
			\end{itemize}
		\item Tridents
			\begin{itemize}
				\item 10\% of the number of trident triggers we expect in data?
				\item We don't really know how many that is; let's guess 20\% of triggers are tridents
				\item This is the only sample that doesn't actually exist yet (need to filter tridents)
			\end{itemize}
	\end{itemize}
\end{frame}

\begin{frame}{Readout and recon collections}
	\begin{itemize}
		\item Readout has hits, plus MC truth information:
			\begin{itemize}
				\item SLIC collections (MCParticles, SimTrackerHits, SimCalorimeterHits) from ``trigger candidate''
					\begin{itemize}
						\item Not usable for beam background
					\end{itemize}
				\item Readout timestamps (used to sync trigger, SVT hits and ECal hits)
				\item RawTrackerHits are linked to SimTrackerHits
					\begin{itemize}
						\item In progress
					\end{itemize}
			\end{itemize}
		\item Recon has truth information, plus:
			\begin{itemize}
				\item ECal hits: ECalCalHits
				\item ECal clusters: EcalClusters
				\item SVT clusters: StripClusterer\_SiTrackerHitStrip1D
				\item SVT stereo hits: RotatedHelicalTrackHits
				\item SVT tracks: MatchedTracks
				\item ReconstructedParticles
			\end{itemize}
	\end{itemize}
\end{frame}

\end{document}

