Newer
Older
Presentations / SnowMass / 2020 / LFV / mchrzasz.tex
@Marcin Chrzaszcz Marcin Chrzaszcz on 27 Sep 2020 26 KB snowmass slides
\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}

\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{\TeV}{\mathrm{TeV}}
\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 mil	
\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}
\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}}
\def\fixme{FIXME}



\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace}
\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace}

\author{ {Marcin Chrzaszcz} (IFJ PAN)}
\institute{UZH}
\title[LFV and LUV at FCCee]{LFV and LUV at FCCee}


\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.75\textwidth}
			\flushright \bfseries \huge {Lepton Flavor and Universality Violation at FCCee}
		\end{column}
                \begin{column}{0.02\textwidth}
                  {~}
                  \end{column}
                \begin{column}{0.23\textwidth}
                 % \hspace*{-1.cm}
                  \vspace*{-3mm}
                  \includegraphics[width=0.7\textwidth]{fcc}
                  \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 Chrzaszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}}          
                                                                                                                                                               
\end{column}                                                                                                                                                   
\begin{column}{0.53\textwidth}                                                                                                                                 
%\includegraphics[height=1.3cm]{cern}{~}{~}                                                                                                                    
~~~~\includegraphics[height=1.1cm]{ifj.png}                                                                                                                    
\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}{Snowmass, 28$^{th}$ September 2020}
\end{center}
\end{frame}
}


{\vspace{5.4cm}
\usebackgroundtemplate{\includegraphics[width=0.98\paperwidth]{FCC.jpg}}%
\begin{frame}\frametitle{FCC}



\end{frame}
}

{\vspace{5.4cm}
\usebackgroundtemplate{\includegraphics[width=0.98\paperwidth]{FCC2.jpg}}%
\begin{frame}\frametitle{FCC}



\end{frame}
}
{
\usebackgroundtemplate{\includegraphics[width=0.98\paperwidth]{physics.jpg}}%
\begin{frame}\frametitle{FCCee Physics}


\end{frame}
}





\begin{frame}\frametitle{The European Strategy}

\begin{columns}

\column{0.6\textwidth}
\begin{block}{~}
\begin{center}

\includegraphics[width=0.99\textwidth]{images/strategy3.png}\\
\includegraphics[width=0.99\textwidth]{images/strategy2.png}

\end{center}
\end{block}

\column{0.4\textwidth}

\begin{center}
\includegraphics[width=0.95\textwidth]{images/strategy.png}
\end{center}
\end{columns}


\end{frame}



\begin{frame}\frametitle{Lepton Flavour/Number Violation}                                                              
\begin{small}                                                                                                          
 Lepton Flavour Violation(LFV):                                                                                        
\end{small}                                                                                                            
                                                                                                                       
                                                                                                                       
\begin{footnotesize}                                                                                                   
                                                                                                                       
After $\Pmuon$ was discovered it was natural to think of it as an excited $\Pelectron$.                                
\begin{columns}                                                                                                        
\column{3in}                                                                                                           
\begin{itemize}                                                                                                        
\item Expected: $B(\mu\to\Pe\gamma) \approx  10^{-4}$                                                                  
\item Unless another $\Pnu$, in intermediate vector boson loop, cancels.                                               
\end{itemize}                                                                                                          
                                                                                                                       
\column{2in}                                                                                                           
{~}\includegraphics[width=0.98\textwidth]{rabi.png}                                                                    
                                                                                                                       
\end{columns}                                                                                                          
\begin{columns}                                                                                                        
\column{0.5in}                                                                                                         
{~}                                                                                                                    
\column{3in}                                                                                                           
\begin{block}{I.I.Rabi:}                                                                                               
"Who ordered that?"                                                                                                    
\end{block}                                                                                                            
\column{0.3in}{~}                                                                                                      
\column{2in}                                                                                                           
{~}\includegraphics[scale=0.08]{II_Rabi.jpg}                                                                           
                                                                                                                       
\end{columns}                                                                                                          
                                                                                                                       
                                                                                                                       
\begin{itemize}                                                                                                        
\item Up to this day charged LFV is being searched for in various decay modes.                                         
\item LFV was already found in neutrino sector (oscillations).                                                         
\end{itemize}                                                                                                          
\end{footnotesize}                                                                                                     
                                                                                                                       
                                                                                                                       
\begin{footnotesize}                                                                                                   
                                                                                                                       
\begin{columns}                                                                                                        
\column{3.5in}                                                                                                         
\begin{small}                                                                                                          
 Lepton Number Violation (LNV)                                                                                         
\end{small}                                                                                                            
                                                                                                                       
\begin{itemize}                                                                                                        
\item Even with LFV, lepton number can be a conserved quantity.                                                        
\item Many NP models predict it violation(Majorana neutrinos)                                                          
\item Searched in so called Neutrinoless double $\beta$ decays.                                                        
\end{itemize}             


\column{1.5in}                                                                                                         
\includegraphics[width=0.8\textwidth]{Double_beta_decay_feynman.png}                                                   
                                                                                                                       
\end{columns}                                                                                                          
                                                                                                                       
\end{footnotesize}                                                                                                     
%Double_beta_decay_feynman.png                                                                                         
                                                                                                                       
  % \textref{M.Chrz\k{a}szcz 2014}                                                                                     
\end{frame}                                                                                                            
              


                                                                                                                       
\begin{frame}\frametitle{Lepton Universality}                                                                          
\ARROW What is Lepton Universality?                                                                                    
\begin{center}                                                                                                         
\includegraphics[width=0.95\textwidth]{images/LUV.png}                                                                 
\end{center}                                                                                                           
\pause                                                                                                                 
\ARROW Or mathematically speaking:                                                                                     
\begin{equation}                                                                                                       
\mathcal{L}_f=\bar{f} i D_{\mu}\gamma^{\mu}f,~~f=l^i_L \nonumber                                                       
\end{equation}                                                                                                         
\begin{equation}                                                                                                       
D_{\mu}=\partial_{\mu} + i \frac{{\color{red}{g}}}{2} \sigma_j W_{\mu}^j \nonumber                                     
\end{equation}                                                                                                         
                                                                                                                       
\ARROW Basic property of SM!                                                                                           
\end{frame}                                                                                                            
            




                                                                                                                       
\begin{frame}\frametitle{Lepton Universality Violation}                                                                          



\begin{columns}

\column{0.5\textwidth}
\ARROW Charge currents:\\
$R(\PDstar) = \frac{\Br (\PB \to \PDstar \tau \nu )}{\Br(\PB \to \PDstar \mu \nu)}  $
{~}\\


\includegraphics[width=0.7\textwidth]{rdrds_spring2019.png}                                                            


\ARROW Discrepancy reduced to $3.1~\sigma$.\\                                                                          
\ARROW Theoretical uncertainties are still  negligible.\\                                                              




\column{0.5\textwidth}

\ARROW FC Neutral currents:\\

$R_{\PK/\PKstar} = \frac{\Br(\PB \to \PK/\PKstar \mu \mu)}{\Br(\PB \to \PK/\PKstar e e)}$\\{~}\\
\only<1>{
\includegraphics[angle=-90,width=0.65\textwidth]{images/RK2019.pdf}\\                                                  


\begin{align*}                                                                                                         
 R_K = 0.846^{+0.060}_{-0.054}  ({\rm stat.}) ^{+0.016}_{-0.014}({\rm syst})
\end{align*} 

\ARROW $2.5~\sigma$ deviation from SM.
}
\only<2>{

\includegraphics[width=0.65\textwidth]{images/Fig10a.pdf}\\                                                  

\begin{align*}                                                                                                         
R_{\PKstar}^{\rm low~q^2} = 0.66^{+0.11}_{-0.07}  ({\rm stat.}) \pm 0.03({\rm syst})\\
R_{\PKstar}^{\rm mid~q^2} = 0.69^{+0.11}_{-0.07}  ({\rm stat.}) \pm 0.05({\rm syst})
\end{align*}  


}
\end{columns}

\end{frame}                                                                                                            
            
\begin{frame}\frametitle{Expected data}
\begin{columns}
\column{0.5\textwidth}
\includegraphics[width=0.95\textwidth]{images/lumi2.png}\\                                                  

\ARROW Huge luminosity compared to other projects. \\
\ARROW Especially in the ''lower'' energy spectrum.\\


\column{0.5\textwidth}

\begin{exampleblock}{Amount of Bosons produced}
\ARROWR $\PZ$: $5 \times 10^{12}$ \\
\ARROWR $\PW\PW:$ $10^{8}$\\
\ARROWR $\PZ\PH$: $10^{6}$\\
\ARROWR $\Ptop\APtop$: $10^{6}$
\end{exampleblock}

\includegraphics[width=0.95\textwidth]{images/lumi.png}\\                                                  



\end{columns}
\end{frame}

\begin{frame}\frametitle{LFV at $\PZ$}
\ARROW Testing anomalous couplings of the $\PZ$ boson:
\begin{itemize}
\item $\PZ \to \ell \ell^{\prime}$
\end{itemize} 
\includegraphics[width=0.95\textwidth]{images/pdg.png}\\                                                  

\begin{columns}
\column{0.5\textwidth}
\ARROW Currently the measurements are in range $10^{-5} - 10^{-6}$, dominated by LEP and ATLAS experiments.

\column{0.5\textwidth}
\ARROW With $5\times 10^{12}$ $\PZ$ decays the FCC is expected to probe region of $\mathcal{O}(10^{-9})$.


\end{columns}
\end{frame}

\begin{frame}\frametitle{LFV at $\PZ$, RHN}
\ARROW Huge amount of $\PZ$ means also huge amount of neutrinos!\\
\ARROW Can test the Right Handed Neutrino Model:
\begin{itemize}
\item $\PZ \to \nu_{R} \bar{\nu}$
\item $\nu_R \to \nu \PZ^{\ast}$, $\PZ^{\ast} \to \nu\bar{\nu}/ \ell \bar{\ell}/q\bar{q}$
\item $\nu_R \to \ell \PW^{\ast}$, $\PW^{\ast} \to \nu \ell/q\bar{q}^{\prime}$
\end{itemize}
\begin{columns}
\column{0.35\textwidth}
\ARROW Possible to probe the mass of RHN in range $\left[0.5,80\right]~\rm GeV/c^2$\\
Credit to M. Drewers


\column{0.6\textwidth}
\includegraphics[width=0.95\textwidth]{images/summary.png}\\                                                  

\end{columns}



\end{frame}




\begin{frame}\frametitle{LFV with heavy flavours}

\ARROW The $\PZ$ runs is also a Flavour factory:
\begin{center}
\includegraphics[width=0.95\textwidth]{images/HFP.png}
\end{center}
\begin{columns}
\column{0.45\textwidth}
\begin{alertblock}{$\tau \to \ell \gamma$}
\ARROW Sensitivity $2\times 10^{-9}$.\\
\ARROW Compatible with Belle II.\\
\ARROW Background dominated.
\end{alertblock}


\column{0.5\textwidth}
\begin{exampleblock}{$\tau \to \ell \ell \ell$}
\ARROWR Sensitivity $1 \times 10^{-10}$.\\
\ARROWR Factor of 2 better then Belle II.\\
\ARROWR Background free.
\end{exampleblock}




\end{columns}


\end{frame}



\begin{frame}\frametitle{Lepton Universality with heavy flavors}

\begin{alertblock}{~}
\ARROW LU is essentially a test of coupling constant of charge currents.\\
\ARROW The easiest is to measure: $\frac{g_{\mu}}{g_{e}}$.\\
\ARROW This can be obtained using partial width: $\tau \to \mu \nu \nu$ and $\tau \to e \nu \nu$. Known to $0.14~\%$ precision. \\
\end{alertblock}


\begin{exampleblock}{~}
\ARROWR The ratios $\frac{g_{\tau}}{g_{e}}$ and $\frac{g_{\tau}}{g_{\mu}}$ require the measurements:
\begin{itemize}
\item $\tau \to \mu \nu \nu$ or $\tau \to e \nu \nu$.
\item $\mu \to e \nu \nu$.
\end{itemize}
\end{exampleblock}
\ARROW FCCee aims to improve these measurements with an order of magnitude!!!



\end{frame}



\begin{frame}\frametitle{Lepton Universality with heavy flavors}
\begin{columns}

\column{0.5\textwidth}
\ARROW FCCee can shade the light on the LUV anomalies.\\
\ARROW We expect over 1000 events of $\PB \to \PKstar \tau\tau$.\\
\ARROWR Allows to measure the angular observables, but also to test LUV:
\begin{align*}
R_{\PKstar}^{\tau/\ell}=\frac{\Br(\PB \to \PK/\PKstar \tau \tau)}{\Br(\PB \to \PK/\PKstar \ell \ell)}
\end{align*}
\ARROW 
\column{0.5\textwidth}
\includegraphics[width=0.95\textwidth]{images/kstartautau.png}

\end{columns}
\ARROW Can achieve precision of $5\%$ for $R_{\PKstar}^{\tau/\ell}$.\\
\ARROW Allows to measure the LUV in angular observables.\\
\ARROW More of the $b \to s$ transitions with $\tau$ leptons will have similar sensitivities!

\end{frame}













\begin{frame}\frametitle{Conclusions}

\ARROW FCCee after the recent European Strategy Update the FCC is progressing towards TDR.\\
\ARROW Thanks to the Tera $\PZ$ run the FCCee is electroweak and flavor factory.\\
\ARROW Measurements of LFV and LUV parameters will complement other B-factories ($b \to s$ transitions), and in most cases be the most precise measurements to date.\\
\ARROW Check out the FCC:
\begin{columns}
\column{0.5\textwidth}
\ARROW Visit our web page and sign up for updates:\\
\href{https://fcc-ee.web.cern.ch/}{\url{https://fcc-ee.web.cern.ch/}}
\column{0.5\textwidth}
\begin{exampleblock}{Referneces}
\ARROWR FCC Physics Opportunities, CERN-ACC-2018-0056\\
\ARROWR 	FCC-ee: The Lepton Collide, CERN-ACC-2018-0057\\
\ARROWR And others: 1906.02693, 1809.01830, 1506.00918  
\end{exampleblock}

\end{columns}


\end{frame}







\backupbegin

\begin{frame}\frametitle{Backup}
\topline

\end{frame}

\backupend

\end{document}