\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{Mock data status}

\author{Sho Uemura}
%\institute{SLAC}
\date[March 12, 2014]

\begin{document}

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

\begin{frame}{Production status}
	\begin{itemize}
		\item Generating beam background (main CPU expense) now; this will take about a month
			\begin{itemize}
				\item Plan is for everything else to be ready and tested by then
			\end{itemize}
		\item Working on trident background and signal
		\item Readout simulation and recon ready for testing
		\item Scripts, parameters, data locations: \url{https://confluence.slac.stanford.edu/display/hpsg/Finding+Monte+Carlo+data+at+JLab}
		\item Expect small samples next week; full data sets by May
	\end{itemize}
\end{frame}

\begin{frame}{Obligatory review slide}
	\begin{itemize}
		\item MC production steps: primary generators, SLIC detector simulation, readout simulation, recon/DST
		\item Output of this process is two kinds of events: unbiased background (1 minute) and trident triggers (1 week)
		\item Input is two kinds of primary events: beam background and preselected ``trigger tridents''
			\begin{itemize}
				\item 1 unbiased background trigger = 8 ms (1/13 kHz) beam background
				\item 1 trident trigger: 1 trigger trident + 500 ns beam background
			\end{itemize}
	\end{itemize}
\end{frame}

\begin{frame}{What you'll get}
	\begin{itemize}
		\item Reconstructed LCIO (contains raw data) and ROOT DST for three mock samples: one vertexing signal, one bump-hunt signal, one no-signal
			\begin{itemize}
				\item 1 week of 2.2 GeV beam each; same beam background for all samples
			\end{itemize}
		\item The same files, plus truth information in the recon LCIO file, plus SLIC output (hits in detectors, before readout simulation), for test datasets:
			\begin{itemize}
				\item Background triggers: 1 million triggers
				\item Small MC samples: A', radiative tridents, BH tridents
			\end{itemize}
	\end{itemize}
\end{frame}

\begin{frame}{What you won't get}
	\begin{itemize}
		\item Detector geometry is final, no more changes
			\begin{itemize}
				\item Details: \url{https://confluence.slac.stanford.edu/display/hpsg/Detector+Geometry+Overview}
			\end{itemize}
		\item No nonuniform magnetic field
		\item You can use this data for detector studies, but since most detector studies will need much less data, it's easy to make any needed changes later --- getting this out the door takes priority over putting in all the truth information, detector effects, etc.
	\end{itemize}
\end{frame}

\begin{frame}{What you'll get if you ask}
	\begin{itemize}
		\item Still time to change readout/trigger sim
			\begin{itemize}
				\item Trigger parameters could be retuned
				\item Detector readout simulations may be improved
			\end{itemize}
		\item EVIO conversion is easy if someone's going to use it
	\end{itemize}
\end{frame}

\begin{frame}{What I need}
	\begin{itemize}
		\item Data quality monitor
			\begin{itemize}
				\item In this context: make sure the reconstruction is working
			\end{itemize}
		\item Some basic review from detector groups: is there anything I need that I don't have? is there anything you need that I can add?
	\end{itemize}
\end{frame}

\end{document}

