\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}

\author{Sho Uemura}
%\institute{SLAC}
\date[September 19, 2013]

\begin{document}

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

\begin{frame}{Moving to JLab}
	\begin{itemize}
		\item Nice staging system (no NFS bottlenecks)
		\item No Internet on batch systems or build systems
			\begin{itemize}
				\item ilcinstall very difficult to install
				\item How will we get conditions?
			\end{itemize}
	\end{itemize}
\end{frame}

\begin{frame}{Simulation infrastructure}
	\begin{itemize}
		\item General-purpose software, compiled to run on batch: /u/group/hps/hps\_soft
			\begin{itemize}
				\item SLIC (ilcinstall)
				\item hps-java.jar
				\item hps-detectors
				\item C++ stdhep utilities
				\item EGS5 distribution
			\end{itemize}
		\item Anything specific to MC production: /u/group/hps/production/mc
			\begin{itemize}
				\item Auger scripts
				\item Auger logs
				\item EGS5 scripts
				\item Data quality summaries
				\item MadGraph source trees
			\end{itemize}
	\end{itemize}
\end{frame}

\begin{frame}{Data}
	\begin{itemize}
		\item In terms of production stages:
			\begin{itemize}
				\item EGS5 beam background (StdHep), MadGraph tridents (LHE): no beam spot, beam in +z direction
					\begin{itemize}
						\item /mss/hallb/hps/production/stdhep, /mss/hallb/hps/production/lhe
					\end{itemize}
				\item SLIC output (LCIO)
					\begin{itemize}
						\item /mss/hallb/hps/production/slic
					\end{itemize}
				\item Still need readout (LCIO) and recon (LCIO, ROOT), but those are easier
			\end{itemize}
		\item In terms of MC samples:
			\begin{itemize}
				\item Beam background with tridents
				\item Prompt A' (with background)
				\item Still need detached A', tridents
			\end{itemize}
		\item Tool versions in filenames, run parameters in path: slic/ap-beam-tri/1pt1/100apv2-egsv1-triv2\_m1s0d4\_48.slcio
	\end{itemize}
\end{frame}

\begin{frame}{Detector geometry/SLIC}
	\begin{itemize}
		\item HPS-Proposal2014-v4 replaces tessellated ECal flange with G4 primitives; x10-20 speedup over v3
		\item Norman/Jeremy adding 3D fieldmap to SLIC, still testing
		\item v4 detector seems to eliminate an old SLIC crash (material in tracking volume but outside field) but adds a new one (something to do with geometry), will investigate
		\item Any more changes to dead material, detectors?
			\begin{itemize}
				\item Muon?
				\item Alignment-friendly SVT?
			\end{itemize}
	\end{itemize}
\end{frame}

\end{document}

