Newer
Older
Presentations / Kstmumu / Marseille / mchrzasz.tex
@mchrzasz mchrzasz on 8 Oct 2015 21 KB updated everything
\documentclass[11 pt,xcolor={dvipsnames,svgnames,x11names,table}]{beamer}

\usepackage[english]{babel} 
\usepackage{polski}         


\usetheme[
	bullet=circle,		% Other option: square
	bigpagenumber,		% circled page number on lower right
	topline=true,			% colored bar at the top of the frame 
	shadow=false,			% Shading for beamer blocks
	watermark=BG_lower,	% png file for the watermark
	]{Flip}

%\logo{\kern+1.em\includegraphics[height=1cm]{SHiP-3_LightCharcoal}}
                            

\usepackage[lf]{berenis}
\usepackage[LY1]{fontenc}
\usepackage[utf8]{inputenc}

\usepackage{emerald}
\usefonttheme{professionalfonts}
\usepackage[no-math]{fontspec}		
\defaultfontfeatures{Mapping=tex-text}	% This seems to be important for mapping glyphs properly

\setmainfont{Gillius ADF}			% Beamer ignores "main font" in favor of sans font
\setsansfont{Gillius ADF}			% This is the font that beamer will use by default
% \setmainfont{Gill Sans Light}		% Prettier, but harder to read

\setbeamerfont{title}{family=\fontspec{Gillius ADF}}

\input t1augie.fd

%\newcommand{\handwriting}{\fontspec{augie}} % From Emerald City, free font
%\newcommand{\handwriting}{\usefont{T1}{fau}{m}{n}} % From Emerald City, free font
% \newcommand{\handwriting}{}	% If you prefer no special handwriting font or don't have augie

%% Gill Sans doesn't look very nice when boldfaced
%% This is a hack to use Helvetica instead
%% Usage: \textbf{\forbold some stuff}
%\newcommand{\forbold}{\fontspec{Arial}}

\usepackage{graphicx}
\usepackage[export]{adjustbox}

\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{bm}
\usepackage{colortbl}
\usepackage{mathrsfs} 			% For Weinberg-esque letters
\usepackage{cancel}				% For "SUSY-breaking" symbol
\usepackage{slashed}            % for slashed characters in math mode
\usepackage{bbm}                % for \mathbbm{1} (unit matrix)
\usepackage{amsthm}				% For theorem environment
\usepackage{multirow}			% For multi row cells in table
\usepackage{arydshln} 			% For dashed lines in arrays and tables
\usepackage{siunitx}
\usepackage{xhfill}
\usepackage{grffile}
\usepackage{textpos}
\usepackage{subfigure}
\usepackage{tikz}

%\usepackage{hepparticles}    
\usepackage[italic]{hepparticles}     

\usepackage{hepnicenames} 

% Drawing a line
\tikzstyle{lw} = [line width=20pt]
\newcommand{\topline}{%
  \tikz[remember picture,overlay] {%
    \draw[crimsonred] ([yshift=-23.5pt]current page.north west)
             -- ([yshift=-23.5pt,xshift=\paperwidth]current page.north west);}}



% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\usepackage{tikzfeynman}		% For Feynman diagrams
\usetikzlibrary{arrows,shapes}
\usetikzlibrary{trees}
\usetikzlibrary{matrix,arrows} 				% For commutative diagram
% http://www.felixl.de/commu.pdf
\usetikzlibrary{positioning}				% For "above of=" commands
\usetikzlibrary{calc,through}				% For coordinates
\usetikzlibrary{decorations.pathreplacing}  % For curly braces
% http://www.math.ucla.edu/~getreuer/tikz.html
\usepackage{pgffor}							% For repeating patterns

\usetikzlibrary{decorations.pathmorphing}	% For Feynman Diagrams
\usetikzlibrary{decorations.markings}
\tikzset{
	% >=stealth', %%  Uncomment for more conventional arrows
	vector/.style={decorate, decoration={snake}, draw},
	provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw},
	antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw},
	fermion/.style={draw=gray, postaction={decorate},
		decoration={markings,mark=at position .55 with {\arrow[draw=gray]{>}}}},
	fermionbar/.style={draw=gray, postaction={decorate},
		decoration={markings,mark=at position .55 with {\arrow[draw=gray]{<}}}},
	fermionnoarrow/.style={draw=gray},
	gluon/.style={decorate, draw=black,
		decoration={coil,amplitude=4pt, segment length=5pt}},
	scalar/.style={dashed,draw=black, postaction={decorate},
		decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}},
	scalarbar/.style={dashed,draw=black, postaction={decorate},
		decoration={markings,mark=at position .55 with {\arrow[draw=black]{<}}}},
	scalarnoarrow/.style={dashed,draw=black},
	electron/.style={draw=black, postaction={decorate},
		decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}},
	bigvector/.style={decorate, decoration={snake,amplitude=4pt}, draw},
}

% TIKZ - for block diagrams, 
% from http://www.texample.net/tikz/examples/control-system-principles/
% \usetikzlibrary{shapes,arrows}
\tikzstyle{block} = [draw, rectangle, 
minimum height=3em, minimum width=6em]




\usetikzlibrary{backgrounds}
\usetikzlibrary{mindmap,trees}	% For mind map
\newcommand{\degree}{\ensuremath{^\circ}}
\newcommand{\E}{\mathrm{E}}
\newcommand{\Var}{\mathrm{Var}}
\newcommand{\Cov}{\mathrm{Cov}}
\newcommand\Ts{\rule{0pt}{2.6ex}}       % Top strut
\newcommand\Bs{\rule[-1.2ex]{0pt}{0pt}} % Bottom strut

\graphicspath{{images/}}	% Put all images in this directory. Avoids clutter.

% SOME COMMANDS THAT I FIND HANDY
% \renewcommand{\tilde}{\widetilde} % dinky tildes look silly, dosn't work with fontspec
\newcommand{\comment}[1]{\textcolor{comment}{\footnotesize{#1}\normalsize}} % comment mild
\newcommand{\Comment}[1]{\textcolor{Comment}{\footnotesize{#1}\normalsize}} % comment bold
\newcommand{\COMMENT}[1]{\textcolor{COMMENT}{\footnotesize{#1}\normalsize}} % comment crazy bold
\newcommand{\Alert}[1]{\textcolor{Alert}{#1}} % louder alert
\newcommand{\ALERT}[1]{\textcolor{ALERT}{#1}} % loudest alert
%% "\alert" is already a beamer pre-defined
\newcommand*{\Scale}[2][4]{\scalebox{#1}{$#2$}}%

\def\Put(#1,#2)#3{\leavevmode\makebox(0,0){\put(#1,#2){#3}}}

\usepackage{gmp}
\usepackage[final]{feynmp-auto}

\usepackage[backend=bibtex,style=numeric-comp,firstinits=true]{biblatex}
\bibliography{bib}
\setbeamertemplate{bibliography item}[text]

\makeatletter\let\frametextheight\beamer@frametextheight\makeatother

% suppress frame numbering for backup slides
% you always need the appendix for this!
\newcommand{\backupbegin}{
	\newcounter{framenumberappendix}
	\setcounter{framenumberappendix}{\value{framenumber}}
}
\newcommand{\backupend}{
	\addtocounter{framenumberappendix}{-\value{framenumber}}
	\addtocounter{framenumber}{\value{framenumberappendix}} 
}


\definecolor{links}{HTML}{2A1B81}
%\hypersetup{colorlinks,linkcolor=,urlcolor=links}

% For shapo's formulas:
\def\lsi{\raise0.3ex\hbox{$<$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
\def\gsi{\raise0.3ex\hbox{$>$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
\newcommand{\lsim}{\mathop{\lsi}}
\newcommand{\gsim}{\mathop{\gsi}}
\newcommand{\wt}{\widetilde}
%\newcommand{\ol}{\overline}
\newcommand{\Tr}{\rm{Tr}}
\newcommand{\tr}{\rm{tr}}
\newcommand{\eqn}[1]{&\hspace{-0.7em}#1\hspace{-0.7em}&}
\newcommand{\vev}[1]{\rm{$\langle #1 \rangle$}}
\newcommand{\abs}[1]{\rm{$\left| #1 \right|$}}
\newcommand{\eV}{\rm{eV}}
\newcommand{\keV}{\rm{keV}}
\newcommand{\GeV}{\rm{GeV}}
\newcommand{\im}{\rm{Im}}
\newcommand{\disp}{\displaystyle}
%% Shortcuts %%                                             
\newcommand{\aver}[1]{\langle #1 \rangle}                   
\newcommand{\dual}[1]{\tilde{#1}}                           
\newcommand{\est}[1]{\widehat{#1}}                          
\newcommand{\ie}{\textit{i.e.}}                             
\newcommand{\nuvec}{\vec{\nu}}                              
\newcommand{\order}[1]{\mathcal{O}\left({#1}\right)}        
\newcommand{\refapp}[1]{app.~(\ref{app:#1})}                
\newcommand{\refeq}[1]{eq.~(\ref{eq:#1})}                   
\newcommand{\reffig}[1]{fig.~(\ref{fig:#1})}                
\newcommand{\refsec}[1]{sec.~(\ref{sec:#1})}                
\newcommand{\reftab}[1]{tab.~(\ref{tab:#1})}                
\newcommand{\rmdx}[1]{\mbox{d} #1 \,} % differential        
\newcommand{\subd}{_{\text{d}}}                             
\newcommand{\subt}{_{\text{t}}}                             
\newcommand{\thvec}{\vec{\vartheta}}                        
\let\oldtheta\theta                                         
\renewcommand{\theta}{\vartheta}                            
\let\eps\varepsilon                                         
\newcommand{\vecest}[1]{\widehat{\vec{#1}}}                 
\newcommand{\wwhat}[1]{\widehat{\widehat{#1}}}              
\newcommand{\xd}{x\subd}                                    
\newcommand{\xt}{x\subt}                                    
\newcommand{\Ekernel}{E(\xd|\xt)}                           
\newcommand{\pdf}{p.d.f.{~}}   
\newcommand{\fixme}{  {\color{red}{FIXME!}} }

\def\be{\begin{equation}}
\def\ee{\end{equation}}
\def\ba{\begin{eqnarray}}
\def\ea{\end{eqnarray}}
\def\d{\partial}
\def\l{\left(}
\def\r{\right)}
\def\la{\langle}
\def\ra{\rangle}
\def\e{{\rm e}}
\def\Br{{\rm Br}}



\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)}
\institute{UZH}
\title[Extracting angular observables with Method of Moments]{Extracting angular observables with Method of Moments}
\date{5-7 October 2015}


\begin{document}
\tikzstyle{every picture}+=[remember picture]

{
\setbeamertemplate{sidebar right}{\llap{\includegraphics[width=\paperwidth,height=\paperheight]{bubble2}}}
\begin{frame}[c]%{\phantom{title page}} 
\begin{center}
\begin{center}
	\begin{columns}
		\begin{column}{0.9\textwidth}
			\flushright\fontspec{Trebuchet MS}\bfseries \Huge {Extracting angular observables with Method of Moments}
		\end{column}
		\begin{column}{0.2\textwidth}
		  %\includegraphics[width=\textwidth]{SHiP-2}
		\end{column}
	\end{columns}
\end{center}
	\quad
	\vspace{3em}
\begin{columns}
\begin{column}{0.44\textwidth}
\flushright \vspace{-1.8em} {\fontspec{Trebuchet MS} \Large Marcin ChrzÄ…szcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}}

\end{column}
\begin{column}{0.53\textwidth}
\includegraphics[height=1.3cm]{uzh-transp}
\end{column}
\end{columns}

\vspace{1em}
%		\footnotesize\textcolor{gray}{With N. Serra, B. Storaci\\Thanks to the theory support from M. Shaposhnikov, D. Gorbunov}\normalsize\\
\vspace{0.5em}
	\textcolor{normal text.fg!50!Comment}{In collaboration with F.Beaujean, D.van Dyk, N.Serra \\Novel aspects of $\Pbeauty \to \Pstrange$ transitions,\\ Marseille, October 5-7, 2015}
\end{center}
\end{frame}
}


\section{Motivation}
\begin{frame}\frametitle{Motivation}

Likelihood(LL) fits even though widely used suffer from couple of draw backs:
\begin{enumerate}
\item In case of small number events LL fits suffer from convergence problems. This behaviour is well known and was observed several times in toys for $\PB \to \PKstar \Pmu \Pmu$.
\item LL can exhibit a bias when underlying physics model is not well known, incomplete or mismodeled.
\item The LL have problems converging when parameters of the \pdf are close to their physical boundaries.%, so-called ''boundary problem''
\item Accessing uncertainty in LL fits sometimes requires application of computationally expensive Feldman-Cousins method.
\end{enumerate}



\end{frame}



\begin{frame}\frametitle{Method of Moments}
\begin{columns}
\column{0.05in}{~}
\column{2.2in}
\begin{center} MoM addresses the above problems:\end{center}

\column{2.in}
\only<3>{
\begin{center} Drawback:\end{center}
}
\end{columns}



\begin{columns}
\column{0.05in}{~}
\column{2.2in}
\only<1>{
%\begin{center} MoM solves the above problems:\end{center}
\begin{exampleblock}{Advantages of MoM}
  \begin{itemize}
  \item Probability distribution function rapidity converges towards the Gaussian distribution. 
  \item MoM gives an unbias result even with small data sample.
  \item Insensitive to large class of remodelling of physics models.
  \item Is completely insensitive to boundary problems.
  \end{itemize}
\end{exampleblock}
}
\only<2,3>{
%\begin{center} MoM solves the above problems:\end{center}
\begin{exampleblock}{Advantages of MoM}
  \begin{itemize}
  \item "For each observable, the mean value can be determined independently from all other observables.
  \item Uncertainly follows perfectly $1/\sqrt{N}$ scaling, where N is number of signal events.
  \end{itemize}
\end{exampleblock}
}
\column{2.in}
\only<3>{

%\begin{center} Drawback:\end{center}
\begin{alertblock}{Advantages of MoM}
  \begin{itemize}
  \item Estimated uncertainty in MoM is larger then the ones from LL.
  \end{itemize}
\end{alertblock}
}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Method of Moments}
\begin{frame}\frametitle{Introduction to MoM}
Let us a define a probability density function \pdf of a decay:
\begin{align}
 P(\nuvec, \thvec) \equiv \sum_i S_i(\nuvec) \times f_i(\thvec)
\end{align}
Let's assume further that there exist a dual basis: $\lbrace f_i(\thvec) \rbrace$, $\{\dual{f}_i(\thvec)\}$ that the orthogonality relation is valid:
\begin{equation}                                                                                                                                                                                                                              
    \label{eq:def-ortho-rel}                                                                                                                                                                                                                  
    \int_\Omega \rmdx{\vec{\theta}} \dual{f}_i(\thvec) f_j(\thvec)  = \delta_{ij}                                                                                                                                                             
\end{equation}    
Since we want to use MoM to extract angular observables it's normal to work with Legendre polynomials. In this case we can find self-dual basis: 
\begin{equation}
\forall_i \dual{f}_i = f_i~,
\end{equation}

just by applying the ansatz: $\dual{f}_i=\sum_i a_{ij} f_j$.

\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{frame}\frametitle{Determination of angular observables}
Thanks to the orthonormality relation Eq.~\ref{eq:def-ortho-rel} one can calculate the $S_i(\nuvec)$ just by doing the integration:
\begin{align}
S_i(\nuvec)=\int_\Omega d \thvec  P(\nuvec, \thvec) \dual{f}_i(\thvec) 
\end{align}
\pause
We also need to integrate out the $\nuvec$ dependence:
\begin{align}\label{eq:canonical}
\langle S_i \rangle= \int_\Theta d \nuvec  \int_\Omega d \thvec P(\nuvec, \thvec) \dual{f}_i(\thvec) 
\end{align}
\pause
MoM is basically performing integration in~Eq.~\ref{eq:canonical} using MC method:
\begin{align*}
E[S_i] \to \widehat{E[S_i]}=\dfrac{1}{N}\sum_{k=1}^{N} \dual{f}(x_k)
\end{align*}

\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{frame}\frametitle{Uncertainty estimation}
MoM provides also a very fast and easy way of estimating the statistical uncertainty:
\begin{align}
\sigma (S_i)= \sqrt{\dfrac{1}{N-1}\sum_{k=1}^N ( \dual{f}_i(x_k) - \widehat{S_i} )^2   } 
\end{align}
and the covariance:
\begin{equation}
\mathrm{Cov}  [S_i, S_j]=\dfrac{1}{N-1} \sum_{k=1}^N [ \widehat{S_i} - \dual{f}_i(x_k) ][ \widehat{S_j} - \dual{f}_j(x_k) ]
\end{equation}
%\pause
%Thanks to the CLT both equations are satisfied.



\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Systematic uncertainties}


%\placelogofalse

\begin{frame}\frametitle{Partial Waves mismodeling}
\begin{columns}
\column{3in}
\only<1>
{

\begin{itemize}
\item Let us consider a decay of $\PB \to P_1 P_2 \Pmuon \APmuon$.
\item In terms of angular \pdf is expressed in terms of partial-wave expansion.
\item For $\PB \to \PK \Ppi \Pmuon \APmuon$ system, S,P,D waves have been studied. 
\end{itemize}

}
\only<2>
{
\begin{itemize}
\item One can write the \pdf separating the hadronic system:
\end{itemize}
\begin{align}
P(\cos \theta_1, & \cos \theta_2, \theta_3)  =  \\  &\quad \nonumber \sum _i S_i(\nuvec, \cos \theta_2) f_i (\cos \theta_1, \theta_3)
\end{align}

}

\column{2in}
\includegraphics[width=0.9\textwidth]{images/fig-topology.pdf}
\end{columns}
\only<1>{
\begin{itemize}
\item The muon system of this kind of decays has a fixed angular dependence in terms of $\theta_1$ (lepton helicity angle) and $\theta_3$ (azimuthal angle).
\item The hadron system can have arbitrary large angular momentum.
\end{itemize}
}

\only<2>{

\begin{itemize}
\item $S_i(\nuvec, \cos \theta_2)$ can be further expend in terms of Legendre polynomials $p_l^{\vert m  \vert }(\cos \theta_2)$:
\end{itemize}
\begin{align}
S_i(\nuvec, \cos \theta_2) = \sum_{l=0}^{\inf} S_{k,l}(\nuvec ) p_l^{\vert m \vert}(\cos \theta_2)
\end{align}

\begin{small}


\begin{itemize}
\item Experimentally the $ S_{k,l}$ are easily accessible, but there is a theoretical difficulty as one would need to sum over infinite number of partial waves.
\end{itemize}\end{small}
}
\end{frame}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{frame}\frametitle{Detector effects}
\begin{columns}

\column{2.5in}
\begin{itemize}
\item Since our detectors are not a perfect devices the angular distribution observed by them are not the distributions that the physics model creates.
\end{itemize}
\column{2.5in}
\includegraphics[width=0.7\textwidth, angle=-90]{images/Fig2b.pdf}
\end{columns}
\pause
\begin{itemize}
\item To take into account the acceptance effects one needs to simulate the a large sample of MC events.\\
\item Try to figure out the efficiency function.
\item Number of possibilities.
\item Then you can just weight events:
\end{itemize}
\begin{align*}
\widehat{E[S_i]}=\dfrac{1}{\sum_{k=1}^N w_k}\sum_{k=1}^{N} w_k \dual{f}(x_k),~w_k=\dfrac{1}{\epsilon(x_k)}
\end{align*}




\end{frame}

\begin{frame}\frametitle{Unfolding matrix}
\only<1>{
In general one can write the distribution of events after the detector effects:
\begin{align}
P^{\rm{Det}}(x_d) = N \int \int dx_t~ P^{\rm{Phys}}(x_t) E(x_d \vert x_t),
\end{align}
where $N^{-1}=\int \int d x_t~ dx_d~  P^{\rm{Phys}}(x_t) E(x_d \vert x_t)$ and $E(x_d \vert x_t)$ denotes the efficiency $\epsilon(x_t)$ and resolution of the detector $ R(x_d\vert x_t)$:
\begin{align}
E(x_d \vert x_t) = \epsilon(x_t) R(x_d\vert x_t)
\end{align}
%\pause
One can define the raw moments:
\begin{align}
Q_i^{(m)} = \int \int d x_t~ dx_d~\dual{f}_i(x_d) P^{(m)}(x_t) E(x_d \vert x_t)
\end{align}
\begin{align}
    M_{ij} = \begin{cases}                                                                                                                                   
        2 Q_i^{(0)}                          & j = 0\,,\\                                                                                                    
        2\left(Q_i^{(j)} - Q_i^{(0)}\right)  & j \neq 0\,,\\                                                                                                 
    \end{cases}                                                        
\end{align}
Once we measured the moments $Q$ in data we can invert Eq. 11 and get the $\vec{S}$: $\widehat{\vec{S}}=M^{-1} \widehat{\vec{Q}}.$





}
\end{frame}


\section{Toy Studies}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{frame}\frametitle{Toy Validation}
\begin{columns}
\column{2.5in}
\begin{itemize}
\item All the statistics properties of MoM have been tested in numbers of TOY MC.
\item As long as you have~$\sim 30$ events your pulls are perfectly gaussian.
\item Uncertainty scales with $\frac{\alpha}{\sqrt{n}}$, $\alpha = \mathcal{O}(1)$.
\item Never observed any boundary problems.
\end{itemize}

\column{2.5in}
\includegraphics[width=0.85\textwidth]{images/pull-Q2_5_6_S5_200.png}\\
\includegraphics[angle =-90, width=0.85\textwidth]{images/Q2_1_2_S5.pdf}

\end{columns}




\end{frame}

\begin{frame}\frametitle{Correlation of MoM with Likelihood}
{
\begin{columns}
\column{2.5in}
\begin{itemize}
\item MoM is highly correlated with LL.
\item Despite the correlation there can be difference of the order of statistical error.
\end{itemize}

\column{2.5in}
\includegraphics[angle=-90,width=0.85\textwidth]{images/S3_scat.pdf}\\


\end{columns}
}

\begin{columns}
\column{2.5in}
\includegraphics[angle=-90,width=0.85\textwidth]{images/S5_scat.pdf}

\column{2.5in}

\includegraphics[angle=-90,width=0.85\textwidth]{images/S7_scat.pdf}

\end{columns}
\end{frame}

\section{Conclusions}

\begin{frame}\frametitle{Conclusions}
\begin{enumerate}
\item  MoM viable alternative to LL fits.
\item Allows LHCb to go smaller $q^2$ bins (get ready for $1~\GeV^2$ soon!).
\item Alternative method of extracting the detector effects.
\item Method is universally applicable, as long as an orthonormal
     basis for the \pdf exists.
\end{enumerate}

\end{frame}

\begin{frame}

\begin{Huge}
BACKUP
\end{Huge}

\end{frame}           
           
           
           
      \begin{frame}\frametitle{LHCb detector}                             
\begin{columns}                                                     
\column{3.in}                                                       
\begin{center}                                                      
\includegraphics[width=0.98\textwidth]{det.jpg}                     
\end{center}                                                        
                                                                    
\column{2.0in}                                                      
\begin{footnotesize}                                                
                                                                    
                                                                    
      LHCb is a forward spectrometer:                               
                \begin{itemize}                                     
                \item Excellent vertex resolution.                  
                \item Efficient trigger.                            
                \item High acceptance for $\Ptau$ and $\PB$.        
                \item Great Particle ID                             
                \end{itemize}                                       
                                                                    
                                                                    
                                                                    
\end{footnotesize}                                                  
\end{columns}                                                       
                                                                    
\end{frame}                                                         
     
           
           

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\backupbegin   

\begin{frame}\frametitle{Backup}

\end{frame}

\backupend			

\end{document}