Newer
Older
Presentations / Epiphany2013 / Epiphany2013.tex
@mchrzasz mchrzasz on 9 Jan 2013 27 KB first commit
  1. % This program can be redistributed and/or modified under the terms
  2. % of the GNU Public License, version 3.
  3. %
  4. % Seth Brown, Ph.D.
  5. % sethbrown@drbunsen.org
  6. %
  7. % Compiled with XeLaTeX
  8. % Dependencies:
  9. % Fontin Sans font (http://www.exljbris.com/fontinsans.html)
  10. %
  11. \documentclass{beamer}
  12. \usepackage{pgf}
  13. \usepackage{times}
  14. \usepackage[T1]{fontenc}
  15. %\usepackage[mathscr]{eucal}
  16. %\usepackage{mathptmx}
  17. %\usepackage{mathrsfs}
  18. \usepackage{hyperref}
  19. \usepackage{color}
  20.  
  21. % \usepackage{pgfpagfes}
  22. % \setbeameroption{show notes on second screen}
  23. %\pgfpagesuselayout{4 on 1}[a4paper,border shrink=5mm,landscape]
  24. \usepackage{xcolor}
  25. %\usepackage[dvipsnames]{xcolor}
  26. %\usepackage{amsfonts}
  27. %\usepackage{amsmath}
  28. % \usepackage[amssymb]{SIunits}
  29. %\usepackage{natbib}
  30. %\usepackage{amssymb}
  31. \usepackage{hepparticles}
  32. \usepackage{hepnicenames}
  33. \usepackage{hepunits}
  34. \usepackage{tikz}
  35. \usepackage[polish]{babel}
  36. %%\usepackage{lmodern}
  37. %\usepackage{feynmp}
  38. % suppress navigation bar
  39. \beamertemplatenavigationsymbolsempty
  40. \usepackage[mathscr]{eucal}
  41. \usepackage{mathrsfs}
  42. \mode<presentation>
  43. {
  44. \usetheme{bunsen}
  45. \setbeamercovered{transparent}
  46. \setbeamertemplate{items}[circle]
  47. }
  48.  
  49. % set fonts
  50. \usepackage{amsfonts}
  51. \usepackage{amsmath}
  52. \usepackage{verbatim}
  53.  
  54. \usetikzlibrary{arrows}
  55. \usetikzlibrary{shapes}
  56.  
  57. %\usepackage{gfsartemisia-euler}
  58. %\usepackage[T1]{fontenc}
  59. \setbeamerfont{frametitle}{size=\LARGE,series=\bfseries}
  60. \tikzstyle{decision} = [diamond, draw, fill=gray!20,
  61. text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt]
  62. \tikzstyle{block} = [rectangle, draw, fill=blue!10,
  63. text width=5em, text centered, rounded corners, minimum height=2em]
  64. \tikzstyle{line} = [draw, -latex']
  65. \tikzstyle{cloud} = [draw, ellipse,fill=red!10, node distance=3cm,
  66. minimum height=2em]
  67.  
  68. \tikzstyle{every picture}+=[remember picture]
  69.  
  70.  
  71. \renewcommand{\PKs}{{\HepParticle{K}{S}{}\xspace}}
  72. % color definitions
  73. \usepackage{color}
  74. \definecolor{uipoppy}{RGB}{225, 64, 5}
  75. \definecolor{uipaleblue}{RGB}{96,123,139}
  76. \definecolor{uiblack}{RGB}{0, 0, 0}
  77.  
  78. % caption styling
  79. %\DeclareCaptionFont{uiblack}{\color{uiblack}}
  80. %\DeclareCaptionFont{uipoppy}{\color{uipoppy}}
  81. %\captionsetup{labelfont={uipoppy},textfont=uiblack}
  82.  
  83. % see the macros.tex file for definitions
  84. \include{macros }
  85.  
  86. % title slide definition
  87. \title{Rare decays @ LHCb}
  88. %\subtitle{a bias report}
  89. \author{Marcin Chrz\k{a}szcz}
  90. \institute[Institute of Nuclear Physics]
  91. {
  92. Institute of Nuclear Physics,
  93. \newline Polish Academy of Science,
  94. \newline on behalf of LHCb collaboration
  95. }
  96.  
  97.  
  98. \date{$7^{th}$ January 2013}
  99.  
  100. %--------------------------------------------------------------------
  101. % Introduction
  102. %--------------------------------------------------------------------
  103.  
  104. \begin{document}
  105.  
  106.  
  107.  
  108. \setbeamertemplate{background}
  109. {\includegraphics[width=\paperwidth,height=\paperheight]{frontpage_bg_mine}}
  110. \setbeamertemplate{footline}[default]
  111.  
  112. \begin{frame}
  113. \vspace{1.1cm}
  114. \begin{columns}
  115. \column{2.75in}
  116. \titlepage
  117.  
  118. \begin{center}
  119. \includegraphics[height=1.0cm,keepaspectratio ]{pic/ifj.png}
  120. \hspace{1cm}
  121. \includegraphics[height=1.0cm]{pic/LHCb_logo.jpg}
  122. \hspace{1cm}
  123. \includegraphics[height=2.0cm]{pic/epi.jpg}
  124. \end{center}
  125. \vspace{10cm}
  126. \column{2.0in}
  127. \end{columns}
  128. \end{frame}
  129.  
  130. %--------------------------------------------------------------------
  131. % OUTLINE
  132. %--------------------------------------------------------------------
  133.  
  134.  
  135.  
  136.  
  137. \section[Outline]{}
  138. \begin{frame}
  139. \tableofcontents
  140. \end{frame}
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148. %-------------------------------------------------------------------
  149. % Introduction
  150. %-------------------------------------------------------------------
  151. %
  152. % Set the background for the rest of the slides.
  153. % Insert infoline
  154. \setbeamertemplate{background}
  155. {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}}
  156. \setbeamertemplate{footline}[bunsentheme]
  157.  
  158.  
  159.  
  160. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  161. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  162.  
  163. \setbeamertemplate{background}
  164. {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}}
  165. \setbeamertemplate{footline}[bunsentheme]
  166. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%2>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  167.  
  168. \section{Overwiew of LHCbs rare decays}
  169. \begin{frame}
  170. \only<1>{
  171. \frametitle{LHCbs rare decays}
  172.  
  173.  
  174. {~}
  175. \begin{block}{}
  176. \circled{1} Lepton Flavour Lepton/Byron Number Violating $\PB$, $\Ptau$ decays.\\
  177. \circled{2} Precision tests of Higgs penguins. \\
  178. \hspace{2cm} \begin{itemize} \item Purely leptonic $\PB$, $\PD$, $\PK$ decays. \end{itemize}
  179. \circled{3} Radiative decays. \\
  180. \hspace{2cm} \begin{itemize} \item CP asymmetry in $\PB^0 \to \PK^\ast \Pphoton$ \end{itemize}
  181. \circled{4} New Vector or Axial couplings in EW Penguins \\
  182. \hspace{2cm} \begin{itemize}
  183. \item Angular analysis and CP asymmetry in $b \to s \mu \mu$ transitions.
  184. \item Isospin asymetry in $b \to s \mu \mu$ transitions.
  185. \item First observation of $b \to d \mu \mu$ transition.
  186. \end{itemize}
  187. \end{block}
  188.  
  189. }
  190. \only<2>{
  191. \frametitle{Discussed decays}
  192.  
  193.  
  194. {~}
  195. \begin{block}{}
  196. \circled{1} \textcolor{green}{Lepton Flavour Lepton/Baryon Number Violating $\PB$, $\Ptau$ decays.}\\
  197. \circled{2} \textcolor{green}{Precision tests of Higgs penguins. }\\
  198. \hspace{2cm} \begin{itemize} \item \textcolor{green}{Purely leptonic $\PB$, $\PD$, $\PK$ decays. }\end{itemize}
  199. \circled{3} \textcolor{red}{Radiative decays. }\\
  200. \hspace{2cm} \begin{itemize} \item \textcolor{red}{CP asymmetry in $\PB^0 \to \PK^\ast \Pphoton$} \end{itemize}
  201. \circled{4} \textcolor{red}{ New Vector or Axial couplings in EW Penguins }\\
  202. \hspace{2cm} \begin{itemize}
  203. \item \textcolor{red}{Angular analysis and CP asymmetry in $b \to s \mu \mu$ transitions.}
  204. \item \textcolor{red}{Isospin asymmetry in $b \to s \mu \mu$ transitions.}
  205. \item \textcolor{red}{First observation of $b \to d \mu \mu$ transition.}
  206. \end{itemize}
  207. % }
  208. \end{block}
  209.  
  210. }
  211.  
  212. \end{frame}
  213.  
  214.  
  215.  
  216.  
  217. \section{Lepton Number Violation}
  218. \subsection{$\PB^{-} \to h^{+} \mu^{-} \mu^{-} $}
  219. \begin{frame}%[t]
  220. \frametitle{$\PB^{-} \to h^{+} \mu^{-} \mu^{-} $}%$\PBminus\to h^{+}\ell^{-}\ell^{-}$}
  221. \only<1>{
  222. \Large{$\PBminus\to h^{+}\Plepton^{-}\Plepton^{-}$}
  223. }
  224. \only<2>{
  225. \begin{columns}\begin{column}{.5\textwidth}
  226. on-shell neutrino
  227. \includegraphics[width=\textwidth]{pic/B-Majorana2.pdf}
  228. \end{column}
  229. {\begin{column}{.45\textwidth}
  230. virtual neutrino
  231.  
  232. \includegraphics[width=\textwidth]{pic/B-Majorana1.pdf}
  233. \end{column}
  234. }
  235. \end{columns}
  236. \begin{columns}
  237. \begin{column}{.5\textwidth}
  238. \begin{itemize}
  239. \item resonant production in accessible mass range
  240. \item rates depend on Majorana neutrino--lepton coupling $|V_{\mu 4}|$
  241. \newline {\footnotesize{(e.g.\ \href{http://arxiv.org/abs/0901.3589}{arXiv:0901.3589)}}}
  242. \item $m_4 = m_{\Plepton^{-},\Ppiplus}$
  243. \end{itemize}
  244. \end{column}
  245. {
  246. \begin{column}{.5\textwidth}
  247. \begin{exampleblock}{Special for $\PB$ decays}
  248. %\begin{itemize}
  249. Diagram without mass restriction
  250. Cabbibo favoured for $\PB\to\PD$
  251. Analogous to double $\beta$ decay.
  252. %\end{itemize}
  253. \end{exampleblock}
  254. \end{column}
  255. }
  256. \end{columns}
  257. }
  258. \textref{M.Chrz\k{a}szcz 2013}
  259. \end{frame}
  260.  
  261. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  262.  
  263.  
  264. \begin{frame}
  265. \frametitle{Implications on Majorana mass}
  266. \begin{exampleblock}{mass spectrum}
  267. Determine limit as function of $h^{+}\Pmuon$ mass
  268. \end{exampleblock}
  269. {\begin{center}
  270. $\PBminus\to\Ppiplus\Pmuon\Pmuon\quad\quad\quad\PBminus\to\PDs^{+}\Pmuon\Pmuon$
  271.  
  272. {~}
  273.  
  274. \includegraphics[width=.82\textwidth]{./UpperTwoBody}\end{center}}
  275.  
  276. \begin{columns}
  277. \begin{column}{6.5cm}
  278. \end{column}
  279. \begin{column}{1.2cm}
  280. %\includegraphics[width=\textwidth]{pic/LHCb_logo.jpg}
  281. \end{column}
  282. \begin{column}{4cm}
  283. \hspace{.4cm}
  284.  
  285.  
  286. {\footnotesize{\href{http://prd.aps.org/abstract/PRD/v85/i11/e112004}{\texttt{Phys. Rev.D85 (2012) 112004 }}}}
  287.  
  288. \end{column}
  289. \end{columns}
  290.  
  291. \textref{M.Chrz\k{a}szcz 2013}
  292. \end{frame}
  293.  
  294. \subsection{$\PBminus\to\PDzero\Ppiplus\Pmuon\Pmuon$}
  295. %\section{LNV in $\PBminus\to h^{0} h^{\prime+}\Plepton^{-}\Plepton^{-}$} %LHCb
  296. \begin{frame}{$\PBminus\to\PDzero \Ppiplus\Pmuon\Pmuon$}
  297. \begin{columns}\begin{column}{.5\textwidth}
  298. \includegraphics[width=\textwidth]{./B-Majorana3}
  299. \end{column}
  300. \end{columns}
  301. \begin{itemize}
  302. \item Four body $\PB$ decay complementary to three body decay\newline{\footnotesize{ (\href{http://arxiv.org/abs/1108.6009}{\texttt{arXiv:1108.6009}})}}
  303. %\item Constraints predict $\mathcal{B}(\PB\to\PD\ell\ell)<10^{-6}$
  304. \item $m_4=m(\Ppiplus\Pmuon)$
  305. \item[+] enhanced by $\PW$ couplings
  306. \item[-] smaller mass range accessible ($\unit{260}{\MeV}<m_4<\unit{3.3}{\GeV}$)
  307. \item first performed at LHCb
  308. \end{itemize}
  309. \textref{M.Chrz\k{a}szcz 2013}
  310. \end{frame}
  311.  
  312.  
  313. \begin{frame}
  314. \frametitle{$\PBminus\to\PDzero \Ppiplus\Pmuon\Pmuon$}
  315. \begin{columns}
  316. \column{2.5in}
  317. \includegraphics[scale=0.27]{./UpperThreeBody}
  318. \newline \includegraphics[scale=0.27]{./MassFitD0}
  319. \column{2.5in}
  320. \includegraphics[scale=0.28]{vmu4mod.pdf}
  321. \hspace{.1\textwidth} $\mathcal{B}(\PBminus\to\PDzero\Ppiplus\Pmuon\Pmuon)<1.5\times 10^{-6}$ @$95\,\%$ CL \footnote{LHCb, CERN-PH-EP-2012-006, \\ \href{http://arxiv.org/abs/1201.5600}{\texttt{arXiv:1201.5600}}}
  322. \end{columns}
  323.  
  324.  
  325.  
  326. \textref{M.Chrz\k{a}szcz 2013}
  327. \end{frame}
  328. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% johan %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  329.  
  330. \begin{frame}
  331. \frametitle{Summary on LNV in $\PB$ decays}
  332. \vspace{0.5cm}
  333. \begin{columns}
  334. \begin{column}{.65\textwidth}
  335. \begin{footnotesize}
  336. \begin{tabular}{lclr}
  337. channel & limit & & \\\hline
  338. $\mathcal{B}(\PBminus\to\Ppi^{+}\Pelectron\Pelectron) $ & $<2.3\times 10^{-8}$ & @$90\,\%$ CL &\includegraphics[height=.25cm]{babar}\footnote{BaBar,\href{http://link.aps.org/doi/10.1103/PhysRevD.85.071103}{Phys.\ Rev.\ D \textbf{85}, 071103} (2012)\label{babarB}}\\
  339. $\mathcal{B}(\PBminus\to\PK^{+}\Pelectron\Pelectron) $ & $<3.0\times 10^{-8}$ & @$90\,\%$ CL &\includegraphics[height=.25cm]{babar}\footnotesize{$^{\text{\ref{babarB}}}$}\\
  340. $\mathcal{B}(\PBminus\to\PK^{*+}\Pelectron\Pelectron) $ & $<2.8\times 10^{-6}$ & @$90\,\%$ CL & \includegraphics[height=.25cm]{cleo}\footnote{CLEO, \href{http://link.aps.org/doi/10.1103/PhysRevD.65.111102}{Phys.\ Rev.\ D \textbf{65}, 111102} (2002)\label{cleolnv}}\\
  341. $\mathcal{B}(\PBminus\to\Prho^{+}\Pelectron\Pelectron) $ & $<2.6\times 10^{-6}$ & @$90\,\%$ CL & \includegraphics[height=.25cm]{cleo}\footnotesize{$^{\text{\ref{cleolnv}}}$}\\
  342. $\mathcal{B}(\PBminus\to\PD^{+}\Pelectron\Pelectron) $ & $<2.6\times 10^{-6}$ & @$90\,\%$ CL & \includegraphics[height=.25cm]{belle2-logo}\footnote{Belle, \href{http://link.aps.org/doi/10.1103/PhysRevD.84.071106}{Phys.\ Rev.\ D \textbf{84}, 071106(R)}, (2011)\label{bellelnv}}\\
  343. $\mathcal{B}(\PBminus\to\PD^{+}\Pelectron\Pmuon) $ & $<1.8\times 10^{-6}$ & @$90\,\%$ CL & \includegraphics[height=.25cm]{belle2-logo}\footnotesize{$^{\text{\ref{bellelnv}}}$}\\
  344. $\mathcal{B}(\PBminus\to\Ppi^{+}\Pmuon\Pmuon)$ & $<1.3\times 10^{-8}$ & @$95\,\%$ CL & \includegraphics[height=.25cm]{pic/LHCb_logo.jpg}\footnote{LHCb, CERN-PH-EP-2012-006, \href{http://arxiv.org/abs/1201.5600}{\texttt{arXiv:1201.5600}} (2012)\label{xxxxx}} \\
  345. $\mathcal{B}(\PBminus\to\PK^{+}\Pmuon\Pmuon) $ & $<5.4\times 10^{-7}$ & @$95\,\%$ CL &\includegraphics[height=.25cm]{pic/LHCb_logo.jpg}\footnote{LHCb, \href{http://link.aps.org/doi/10.1103/PhysRevLett.108.101601}{Phys.\ Rev.\ Lett.\ 108 101601} (2012)} \\
  346. %$\mathcal{B}(\PBminus\to\PK^{*+}\Pmuon\Pmuon) $ & $<4.4\times 10^{-6}$ & @$90\,\%$ CL & \includegraphics[height=.25cm]{cleo}\footnotesize{$^{\text{\ref{cleolnv}}}$}\\
  347. %$\mathcal{B}(\PBminus\to\Prho^{+}\Pmuon\Pmuon) $ & $<5.0\times 10^{-6}$ & @$90\,\%$ CL & \footnotesize{$^{\text{\ref{cleolnv}}}$}\\
  348. $\mathcal{B}(\PBminus\to\PD^{+}\Pmuon\Pmuon) $ & $<6.9\times 10^{-7}$ & @$95\,\%$ CL & \includegraphics[height=.25cm]{pic/LHCb_logo.jpg}\footnotesize{$^{\text{\ref{xxxxx}}}$}\\
  349. $\mathcal{B}(\PBminus\to\PD^{*+}\Pmuon\Pmuon)$ & $<2.4\times 10^{-6}$ & @$95\,\%$ CL & \includegraphics[height=.25cm]{pic/LHCb_logo.jpg}\footnotesize{$^{\text{\ref{xxxxx}}}$}\\
  350. $\mathcal{B}(\PBminus\to\PDs^{+}\Pmuon\Pmuon)$ & $<5.8\times 10^{-7}$ & @$95\,\%$ CL & \includegraphics[height=.25cm]{pic/LHCb_logo.jpg}\footnotesize{$^{\text{\ref{xxxxx}}}$}\\
  351. $\mathcal{B}(\PBminus\to\PDzero\Ppiminus\Pmuon\Pmuon)$ & $<1.5\times 10^{-6}$ & @$95\,\%$ CL & \includegraphics[height=.25cm]{pic/LHCb_logo.jpg}\footnotesize{$^{\text{\ref{xxxxx}}}$}\\
  352. \hline
  353. \end{tabular} %pic/LHCb_logo.jpg
  354. \end{footnotesize}
  355. \end{column}
  356. \end{columns}
  357. \textref{M.Chrz\k{a}szcz 2013}
  358. \end{frame}
  359.  
  360.  
  361. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  362.  
  363. %\section{Lepton Flavour Violation}
  364. \section{$\tau$ decays}
  365. \begin{frame}\frametitle{$\tau$ decays}
  366. \begin{center}
  367. %{\Huge{$\tau$ decays}}
  368.  
  369. {~}
  370. \begin{block}{}
  371. \circled{1} $\Ptauon\to\Pmuon\Pmuon\APmuon$ \\
  372. \circled{2} $\Ptauon\to\APproton\Pmuon\APmuon$, $\Ptauon\to\Pproton\Pmuon\Pmuon$
  373. \end{block}
  374.  
  375. \end{center}
  376. \textref{M.Chrz\k{a}szcz 2013}
  377. \end{frame}
  378. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  379.  
  380.  
  381.  
  382. \subsection{$\Ptauon\to\Pmuon\Pmuon\APmuon$}
  383. \begin{frame}\frametitle{Curent status}
  384.  
  385.  
  386. \frametitle{LFV in $\Ptauon$ sector}%$\PBminus\to h^{+}\ell^{-}\ell^{-}$}
  387. \only<1>{
  388. \begin{columns}
  389. \column{3.5in}
  390. \begin{center} \Large{$\Ptau \to \mu \mu \mu$} \end{center}
  391. \includegraphics[scale=0.3]{pic/tau23mu.png}
  392. \column{1.3in}
  393. \includegraphics[height=2.8in]{pic/nu_mixing.png}
  394. \end{columns}
  395. }
  396. \only<2>{
  397.  
  398.  
  399.  
  400. \begin{center}
  401. \begin{block}{}
  402. \circled{1} In SM small $\mathcal{B}( \Ptauon\to\Pmuon\Pmuon\APmuon ) \sim 10^{-50} $ \\
  403. \circled{2} NP can enhance $\mathcal{B}$. \\
  404. \circled{3} Nature still hides $\Ptauon\to\Pmuon\Pmuon\APmuon$ from us.\\
  405. \circled{4} Current limits:
  406. \begin{center}
  407. \begin{tabular}{| l | l |}
  408. \hline Experiment & $90\%$ CL limit \\
  409. \hline
  410. \hline BaBar & $3.3 \times 10^{-8}$ \\
  411. \hline Belle & $2.1 \times 10^{-8}$ \\
  412. \hline
  413. \end{tabular}
  414. \end{center}
  415. \circled{5} Can a hadron collider change the picture? \\
  416. \end{block}
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424. \end{center}
  425. }
  426. \textref{M.Chrz\k{a}szcz 2013}
  427. \end{frame}
  428.  
  429. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  430.  
  431.  
  432. \begin{frame}
  433. \frametitle{Strategy}
  434. \begin{columns}
  435. \begin{column}{.5\textwidth}
  436. \begin{itemize}
  437. \item Loose cut based selection
  438. \item Classification in 3D space:
  439. \begin{itemize}
  440. \item invariant mass
  441. \item decay topology\newline (multivariate)
  442. \item particle identification\newline (multivariate)
  443. \end{itemize}
  444. \item Classifier trained on simulation
  445. \item Calibration with control channel
  446. \item Normalization with $\PDs \to \phi(\mu \mu) \pi$
  447. \item CLs method to extract the result
  448. \end{itemize}
  449. \end{column}
  450. \begin{column}{.5\textwidth}
  451.  
  452. \begin{block}{Signal \& Calibration \& Background channel}
  453. \includegraphics[width=.7\textwidth]{topos}
  454. \newline
  455. \includegraphics[width=.7\textwidth]{topob2.png}
  456. \end{block}
  457. \end{column}
  458. \end{columns}
  459. \textref{M.Chrz\k{a}szcz 2013}
  460. \end{frame}
  461.  
  462. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  463.  
  464.  
  465.  
  466. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  467. % \underbrace{•}
  468.  
  469. \begin{frame}
  470. \frametitle{Signal likelihoods}
  471. \begin{columns}
  472. \begin{column}{.8\textwidth}
  473. \begin{block}{combined signal distribution}
  474. \begin{itemize}
  475. \item events distributed over 25 likelihood bins
  476. \item background estimate from mass sidebands
  477.  
  478. \end{itemize}
  479. \end{block}
  480. Signal efficiency in 3-BODY BDT vs PID BDT plane.
  481. \end{column}
  482. \begin{column}{.2\textwidth}
  483.  
  484.  
  485.  
  486. \end{column}
  487.  
  488. \end{columns}
  489. \begin{columns}
  490. \begin{column}{.65\textwidth}
  491. %\only<1>{\includegraphics[width=\textwidth]{./2d-data2.pdf}}
  492. \only{\includegraphics[width=\textwidth]{./2d-data2_both.pdf}}
  493. \end{column}
  494. \begin{column}{.35\textwidth}
  495. \begin{itemize}
  496. \item \textcolor{red}{11\,\% signal efficiency}
  497. \item \textcolor{blue}{21\,\% signal efficiency}
  498. \item for illustration:\newline high likelihood range shown
  499. \end{itemize}
  500. \end{column}
  501. \end{columns}
  502. \textref{M.Chrz\k{a}szcz 2013}
  503.  
  504. \end{frame}
  505.  
  506.  
  507. \begin{frame}
  508. \frametitle{Observed events}
  509. \begin{columns}
  510. \begin{column}{.5\textwidth}
  511. %four best bins
  512.  
  513. \includegraphics[width=.98\textwidth]{./Fig4a_1stbin3.pdf}
  514. \end{column}
  515. \begin{column}{.5\textwidth}
  516. %four best bins
  517.  
  518. \includegraphics[width=.98\textwidth]{./Fig4b_2ndbin3.pdf}
  519. \end{column}
  520.  
  521. \end{columns}
  522. \begin{columns}
  523. \begin{column}{.37\textwidth}
  524. 11\,\% of the signal
  525.  
  526. 0.03\,\% of the background
  527. \end{column}
  528. \begin{column}{.13\textwidth}
  529. \includegraphics[width=\textwidth]{./2d-data2_1st}
  530. \end{column}
  531. \begin{column}{.37\textwidth}
  532. 21\,\% of the signal
  533.  
  534. 0.14\,\% of the background
  535. \end{column}
  536. \begin{column}{.13\textwidth}
  537. \includegraphics[width=\textwidth]{./2d-data2_2nd}
  538. \end{column}
  539. \end{columns}
  540. %\end{column}
  541. %\begin{column}{.5\textwidth}
  542. %%next four best bins
  543. %\includegraphics[width=.98\textwidth]{./Fig4b_2ndbin.pdf}
  544. %\begin{columns}
  545. %\begin{column}{.9\textwidth}
  546. %21\,\% of the signal
  547. %
  548. %0.14\,\% of the background
  549. %\end{column}
  550. %\begin{column}{.1\textwidth}
  551. %\includegraphics[width=\textwidth]{./2d-data2_2nd}
  552. %\end{column}
  553. %\end{columns}
  554. %\end{column}
  555. %\end{columns}
  556.  
  557. {~}
  558.  
  559.  
  560. \begin{columns}
  561. \begin{column}{.65\textwidth}
  562. \begin{description}
  563. \item[\textcolor{red}{red dashed}] combinatorial background
  564. \item[\textcolor{green}{green}] $\PDs^{+}\to\Peta(\Pmuon\APmuon\Pphoton)\APmuon\Pnum$
  565. \item[\textcolor{blue}{blue}] combined background
  566. \end{description}
  567. \end{column}
  568.  
  569. \begin{column}{.35\textwidth}
  570. \includegraphics[width=.26\textwidth]{pic/LHCb_logo.jpg}
  571. \hspace{.5em}$\unit{1}{\reciprocal\femtobarn}$
  572.  
  573. \texttt{LHCb-CONF-}\texttt{2012-015}
  574.  
  575. \end{column}
  576. \end{columns}
  577. %no excess observed
  578. \textref{M.Chrz\k{a}szcz 2013}
  579. \end{frame}
  580.  
  581. \begin{frame}
  582. \frametitle{Extracted upper limit}
  583. \begin{columns}\begin{column}{.8\textwidth}
  584.  
  585. \vspace{1.0cm}
  586.  
  587. \begin{tabular}{|l|l|l|l|}
  588. \hline
  589. & \text{observed} & \text{expected} & \text{CL} \\
  590. \hline
  591. $\mathcal{B}(\Ptau\to\Pmu\Pmu\Pmu)$ & $6.3\times 10 ^{-8}$ & $8.2\times 10^{-8}$ & $90\%$\\
  592. & $ 7.8\times 10 ^{-8}$ & $9.9\times 10^{-8}$ & $95\%$ \\
  593. \hline
  594. \end{tabular}
  595.  
  596.  
  597.  
  598. \end{column}
  599. \begin{column}{.2\textwidth}
  600. \includegraphics[width=.46\textwidth]{pic/LHCb_logo.jpg}
  601. \hspace{.5em}$\unit{1}{\reciprocal\femtobarn}$
  602.  
  603. \texttt{LHCb-CONF-} \texttt{2012-015}
  604. \end{column}
  605. \end{columns}
  606. \begin{columns}
  607. \begin{column}{.65\textwidth}
  608. \includegraphics[width=\textwidth]{./Fig5_withbkg3.pdf}
  609. \end{column}
  610. \begin{column}{.04\textwidth}
  611.  
  612. \end{column}
  613. \begin{column}{.35\textwidth}
  614.  
  615.  
  616. \end{column}
  617. \end{columns}
  618. \textref{M.Chrz\k{a}szcz 2013}
  619. \end{frame}
  620. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  621. % tau2pmumu
  622.  
  623.  
  624. \subsection{$\Ptauon\to\APproton\Pmuon\APmuon$, $\Ptauon\to\Pproton\Pmuon\Pmuon$}
  625. \begin{frame}\frametitle{Curent status}
  626.  
  627.  
  628. \frametitle{LNV \& BNV in $\Ptauon$ sector}%$\PBminus\to h^{+}\ell^{-}\ell^{-}$}
  629. \only<1>{
  630. \Large{$\Ptauon\to\APproton\Pmuon\APmuon$}
  631. \newline \Large{$\Ptauon\to\Pproton\Pmuon\Pmuon$}
  632. }
  633. \only<2>{
  634. \begin{block}
  635. \circled{1} Search for baryon number violation processes so far unsuccessful, but must have occurred in the early universe \\
  636. \circled{2} Decay fall into $\vert B -L \vert =0$ category, which is predicted by many NP models.\\
  637. \circled{3} Similar decays $\Ptauon \to \Lambda h^{-}$, previous studied in $\mathcal{B}$ factories. \\
  638. \circled{4} Two possible decay and new physics modes: $\Ptauon\to\APproton\Pmuon\APmuon$, $\Ptauon\to\Pproton\Pmuon\Pmuon$. \\
  639. \circled{5} Analysis adopted from $\Ptauon\to\Pmuon\Pmuon\APmuon$ \\
  640. \end{block}
  641. }
  642.  
  643. \textref{M.Chrz\k{a}szcz 2013}
  644. \end{frame}
  645.  
  646.  
  647.  
  648.  
  649. \begin{frame}\frametitle{Limits on \textcolor{green}{$\Ptauon\to\APproton\Pmuon\APmuon$} and \textcolor{red}{$\Ptauon\to\Pproton\Pmuon\Pmuon$}}
  650. \begin{center}
  651. \colorbox{green}{\includegraphics[scale=0.22]{OS_banan_un}}
  652. \colorbox{red}{\includegraphics[scale=0.22]{SS_banan_un}}
  653. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  654.  
  655. \begin{tabular}{|l|l|l|}
  656. \hline
  657. CL & \text{Observed} & \text{Expected} \\
  658. \hline
  659. \hline
  660. $90\%$ & \textcolor{green}{$3.4 \times 10^{-7}$} \textcolor{red}{ $4.6 \times 10^{-7}$} & \textcolor{green}{$4.7 \times 10^{-7}$} \textcolor{red}{ $5.4 \times 10^{-7}$} \\
  661. \hline
  662. $95\%$ & \textcolor{green}{$4.5 \times 10^{-7}$} \textcolor{red}{ $6.0 \times 10^{-7}$} & \textcolor{green}{$5.9 \times 10^{-7}$} \textcolor{red}{ $6.9 \times 10^{-7}$} \\
  663. \hline
  664. \end{tabular}
  665.  
  666.  
  667. \end{center}
  668. \Large First time measured!!
  669.  
  670. \textref{M.Chrz\k{a}szcz 2013}
  671. \end{frame}
  672.  
  673. \section{Higgs Penguins}
  674. \begin{frame}\frametitle{Purelly leptonic decay}
  675. \begin{center}
  676. \includegraphics[scale=0.25]{pic/higgs.png}
  677.  
  678. \end{center}
  679. \textref{M.Chrz\k{a}szcz 2013}
  680. \end{frame}
  681.  
  682.  
  683. \subsection{$\PKshort \to \Pmu \Pmu$}
  684. \begin{frame}\frametitle{$\PKshort \to \Pmu \Pmu$}
  685. \begin{columns}
  686. \column{3.12in}
  687. \begin{small}
  688. \begin{itemize}
  689. \item $\mathcal{B}(\PKshort \to \Pmu \Pmu)_{SM} = (5.0 \pm 1.5) \times 10^{-12}$
  690. \item Good mass resolution enables to separate $\PKshort \to \Ppi \Ppi$ MisID peak.
  691. \item Previous limit $\mathcal{B} < 3.2 \times 10^{-7}$ , PLB44 (1973) 217.
  692. \item BDT used, trained and callibrated on data.
  693. \item Background estimated from upper side bands.
  694. \item Normalization $\PKshort \to \Ppi \Ppi$. \\
  695. \item New LIMIT: $\mathcal{B} < 9 \times 10^{-9}$
  696.  
  697.  
  698. \includegraphics[scale=0.165]{pic/ks3.png}
  699.  
  700. \end{itemize}
  701. \end{small}
  702. \column{2.in}
  703. \begin{center}
  704. \includegraphics[scale=0.2]{pic/LHCb_logo.jpg}
  705. \hspace{.5em}$\unit{1}{\reciprocal\femtobarn}$ \\
  706. \texttt{arXiv} \texttt{:1209.4029}
  707. \end{center}
  708.  
  709. \includegraphics[scale=0.16]{pic/ks.png} \\
  710. \includegraphics[scale=0.17]{pic/ks2.png}
  711. \end{columns}
  712. \textref{M.Chrz\k{a}szcz 2013}
  713. \end{frame}
  714.  
  715. \subsection{$\PDzero \to \Pmu \Pmu$}
  716. \begin{frame}\frametitle{$\PDzero \to \Pmu \Pmu$}
  717. \begin{columns}
  718. \column{3.in}
  719. \begin{itemize}
  720. \item BDT used, Good separation between c and b decays.
  721. \item Background estimated from upper side bands.
  722. \item Normalization $\PDzero \to \Ppi \Ppi$, CLs method for the limit. \\
  723. \item 2D fit to $m(\PDzero)$ and $m(\PDzero^\ast -\PDzero)$
  724. \item Limit: $1.3 \times 10^{-8}$ \@ 90\% CL.
  725. \end{itemize}
  726.  
  727. \column{2.in}
  728. \begin{center}
  729. \includegraphics[scale=0.2]{pic/LHCb_logo.jpg}
  730. \hspace{.5em}$\unit{0.9}{\reciprocal\femtobarn}$ \\
  731. \texttt{LHCb-CONF} \texttt{-2012-005} \\
  732. \end{center}
  733. \includegraphics[scale=0.45]{pic/d0.png} \\
  734. \includegraphics[scale=0.32]{pic/d01.png}
  735. \end{columns}
  736. \textref{M.Chrz\k{a}szcz 2013}
  737. \end{frame}
  738.  
  739.  
  740. \subsection{$\PBs \to \mu \mu$, $\PBzero \to \mu \mu$}
  741. \begin{frame}\frametitle{A 25 year journey}
  742. \only<1>{
  743.  
  744. \includegraphics[scale=0.29]{pic/25.png}
  745.  
  746.  
  747. }
  748. \textref{M.Chrz\k{a}szcz 2013}
  749. \end{frame}
  750.  
  751. \begin{frame}\frametitle{Datasets}
  752. \only<1>{
  753. \begin{columns}
  754. \column{2.6in}
  755. \begin{enumerate}
  756. \item Analyses done using 2011 and 2012 data.
  757. \begin{itemize}
  758. \item 2011: $1.0 fb^{-1}$ at $\textit{7 TeV}$
  759. \item 2012: $1.1 fb^{-1}$ at $\textit{8 TeV}$
  760. \end{itemize}
  761. \item Previous analyses done with 2011 data only.
  762. \item Published PRL108(2012)231801
  763. \item Results:
  764. \begin{itemize}
  765. \item $\mathcal{B}(\PBs \to \mu \mu) = 4.9 \times 10^{-9}$
  766. \item $\mathcal{B}(\PBzero \to \mu \mu) = 1.0 \times 10^{-10}$
  767.  
  768. \end{itemize}
  769. \item New analysis implements improvements.
  770. \end{enumerate}
  771. \column{2.6in}
  772. \includegraphics[scale=0.25]{pic/lumi.png} \\
  773. %\includegraphics[scale=0.25]{pic/bjpsik.png}
  774.  
  775. \end{columns}
  776. }
  777. \textref{M.Chrz\k{a}szcz 2013}
  778. \end{frame}
  779. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  790.  
  791. \begin{frame}\frametitle{Analysis I}
  792. \only<1>{
  793. \begin{columns}
  794. \column{2.6in}
  795. \begin{enumerate}
  796. \item Selection
  797. \begin{itemize}
  798. \item Loose selection, for reducing data size.
  799. \item Similar for control channels.
  800. \end{itemize}
  801. \item Normalization
  802. \begin{itemize}
  803. \item Makes result more stable.
  804. \item Channels: $B \to j / \psi K$ and $B \to h h$
  805. \end{itemize}
  806. \item Signal likelihoods
  807. \begin{itemize}
  808. \item Same as for 2011 analysis.
  809. \end{itemize}
  810. \item Invariant mass resolutions:
  811. \begin{itemize}
  812. \item $\sigma(\PBs \to \mu \mu) = 25.04 \pm 0.4$
  813. \item $\sigma(\PBzero \to \mu \mu) = 24.63 \pm 0.38$
  814. \item comparable to 2011.
  815. \end{itemize}
  816.  
  817. \end{enumerate}
  818.  
  819. \column{2.6in}
  820.  
  821. \includegraphics[scale=0.25]{pic/bjpsik.png}
  822. \begin{itemize}
  823. \item Callibration channel \& yield.
  824. \item Main bck $bb \to \mu \mu \gamma$
  825. \item Number of expected bck extrapolated from sidebands.
  826. \item Improved description of peaking background.
  827. \end{itemize}
  828.  
  829.  
  830. \end{columns}
  831. }
  832. \textref{M.Chrz\k{a}szcz 2013}
  833. \end{frame}
  834. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  835.  
  836. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  837.  
  838. \begin{frame}\frametitle{Peaking background}
  839. \only<1>{
  840. \begin{columns}
  841. \column{2.6in}
  842. \begin{enumerate}
  843. \item Improvement of combinatorial background interpolation by inclusion of exclusive decays in the fit.
  844. \begin{itemize}
  845. \item Only $\PBs \to h h$ in the mass window (same as 2011).
  846. \item Mass shapes different from exponential
  847. \begin{itemize}
  848. \item $\PB^0 \to \pi \mu \nu$
  849. \item $\PB^{+} \to \pi^{+} \mu \mu$, $\PB^{0} \to \pi^{0} \mu \mu$
  850. \end{itemize}
  851. \item Negligible contribution to signal window.
  852. \end{itemize}
  853. \item Exclusive backgrounds parameters used in fit as priors.
  854. \begin{itemize}
  855. \item Mass shape from MC
  856. \item Normalized to $B^{+} \to J / \psi K^{+} $
  857. \end{itemize}
  858.  
  859.  
  860. \end{enumerate}
  861.  
  862. \column{2.6in}
  863.  
  864. \includegraphics[scale=0.25]{pic/bs2mumu_bck.png}
  865.  
  866.  
  867.  
  868. \end{columns}
  869. }
  870. \textref{M.Chrz\k{a}szcz 2013}
  871. \end{frame}
  872.  
  873.  
  874.  
  875.  
  876.  
  877. \begin{frame}\frametitle{Results}
  878. \only<1>{
  879. \begin{columns}
  880. \column{2.6in}
  881. \begin{itemize}
  882.  
  883. \item RESULT:\\
  884. \textcolor{green}{$\mathcal{B}(\PBs \to \mu \mu) = 3.2 ^{+1.5} _{-1.2} \times 10^{-9}$}
  885. \textcolor{green}{$\mathcal{B}(\PBzero \to \mu \mu) < 9.4 \times 10^{-10}$} \\
  886. SM predictions:
  887. \textcolor{red}{$\mathcal{B}(\PBs \to \mu \mu) = 3.54 \pm 0.3 \times 10^{-9}$} \\
  888. Buras, Isidori: arXiv:1208.0934 \\
  889. \textcolor{red}{$\mathcal{B}(\PBzero \to \mu \mu) = 0.1 \pm 0.01 \times 10^{-9}$} \\
  890. Buras, Isidori: arXiv:1012.1447 \\
  891. \item $3.5 \sigma$ significance.
  892. \item Double sided limit \@ 95\% CL.\\
  893. $1.1 \times 10^{-9} < \mathcal{B}(\PBs \to \mu \mu) < 6.4 \times 10^{-9}$
  894. \item FIRST EVIDENCE OF SIGNAL
  895. \end{itemize}
  896.  
  897.  
  898.  
  899. \column{2.6in}
  900. \begin{center}
  901. \includegraphics[scale=0.2]{pic/LHCb_logo.jpg}
  902. \hspace{.5em}$\unit{2.1}{\reciprocal\femtobarn}$ \\
  903. \texttt{arXiv} \texttt{:1211.2674}
  904.  
  905.  
  906.  
  907.  
  908. \includegraphics[scale=0.21]{pic/bs2mumu.png} \\
  909. \includegraphics[scale=0.14]{pic/ban.png} \\
  910. \end{center}
  911. \end{columns}
  912.  
  913.  
  914. }
  915. \textref{M.Chrz\k{a}szcz 2013}
  916. \end{frame}
  917.  
  918. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  919.  
  920.  
  921. \begin{frame}\frametitle{Summary}
  922.  
  923.  
  924. {~}
  925. \begin{block}{}
  926. \circled{1} Worlds best limits for $\PBzero \to \mu \mu$, $\PDzero \to \mu \mu$, $\PKshort \to \mu \mu$ \\
  927. \circled{2} Strongest constrains Majorana neutrino coupling. \\
  928. \circled{3} First searches for LFV in hadron coliders. \\
  929. \circled{4} First search for $\mathcal{B}(\tau \to \Pproton \mu \mu)$ . \\
  930. \circled{5} First Evidence of $\PBs \to \mu \mu$, after 25 years of search. \\
  931. \circled{5} Stay tuned for new results! \\
  932.  
  933.  
  934. \end{block}
  935. \begin{center} \center Thank you for your attention. \end{center}
  936. \vspace{1.1cm}
  937. \begin{small} Work partially funded by the Polish Ministry of Science and Higher Education under the "Diamond Grant" \end{small}
  938. %\center \Large Thank you for attention.
  939. \textref{M.Chrz\k{a}szcz 2013}
  940. \end{frame}
  941.  
  942. \begin{frame}
  943.  
  944.  
  945. \center \Huge{Backup Slides}
  946.  
  947.  
  948. %\center \Large Thank you for attention.
  949. \textref{M.Chrz\k{a}szcz 2013}
  950. \end{frame}
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958. \end{document}