Newer
Older
Presentations / SUSY_2015 / LongLive_light / mchrzasz.tex
@mchrzasz mchrzasz on 28 Aug 2015 27 KB added light long living
  1. \documentclass[11 pt,xcolor={dvipsnames,svgnames,x11names,table}]{beamer}
  2.  
  3. \usepackage[english]{babel}
  4. \usepackage{polski}
  5.  
  6.  
  7. \usetheme[
  8. bullet=circle, % Other option: square
  9. bigpagenumber, % circled page number on lower right
  10. topline=true, % colored bar at the top of the frame
  11. shadow=false, % Shading for beamer blocks
  12. watermark=BG_lower, % png file for the watermark
  13. ]{Flip}
  14.  
  15. %\logo{\kern+1.em\includegraphics[height=1cm]{SHiP-3_LightCharcoal}}
  16.  
  17.  
  18. \usepackage[lf]{berenis}
  19. \usepackage[LY1]{fontenc}
  20. \usepackage[utf8]{inputenc}
  21.  
  22. \usepackage{emerald}
  23. \usefonttheme{professionalfonts}
  24. \usepackage[no-math]{fontspec}
  25. \defaultfontfeatures{Mapping=tex-text} % This seems to be important for mapping glyphs properly
  26.  
  27. \setmainfont{Gillius ADF} % Beamer ignores "main font" in favor of sans font
  28. \setsansfont{Gillius ADF} % This is the font that beamer will use by default
  29. % \setmainfont{Gill Sans Light} % Prettier, but harder to read
  30.  
  31. \setbeamerfont{title}{family=\fontspec{Gillius ADF}}
  32.  
  33. \input t1augie.fd
  34.  
  35. %\newcommand{\handwriting}{\fontspec{augie}} % From Emerald City, free font
  36. %\newcommand{\handwriting}{\usefont{T1}{fau}{m}{n}} % From Emerald City, free font
  37. % \newcommand{\handwriting}{} % If you prefer no special handwriting font or don't have augie
  38.  
  39. %% Gill Sans doesn't look very nice when boldfaced
  40. %% This is a hack to use Helvetica instead
  41. %% Usage: \textbf{\forbold some stuff}
  42. %\newcommand{\forbold}{\fontspec{Arial}}
  43.  
  44. \usepackage{graphicx}
  45. \usepackage[export]{adjustbox}
  46.  
  47. \usepackage{amsmath}
  48. \usepackage{amsfonts}
  49. \usepackage{amssymb}
  50. \usepackage{bm}
  51. \usepackage{colortbl}
  52. \usepackage{mathrsfs} % For Weinberg-esque letters
  53. \usepackage{cancel} % For "SUSY-breaking" symbol
  54. \usepackage{slashed} % for slashed characters in math mode
  55. \usepackage{bbm} % for \mathbbm{1} (unit matrix)
  56. \usepackage{amsthm} % For theorem environment
  57. \usepackage{multirow} % For multi row cells in table
  58. \usepackage{arydshln} % For dashed lines in arrays and tables
  59. \usepackage{siunitx}
  60. \usepackage{xhfill}
  61. \usepackage{grffile}
  62. \usepackage{textpos}
  63. \usepackage{subfigure}
  64. \usepackage{tikz}
  65.  
  66. %\usepackage{hepparticles}
  67. \usepackage[italic]{hepparticles}
  68.  
  69. \usepackage{hepnicenames}
  70.  
  71. % Drawing a line
  72. \tikzstyle{lw} = [line width=20pt]
  73. \newcommand{\topline}{%
  74. \tikz[remember picture,overlay] {%
  75. \draw[crimsonred] ([yshift=-23.5pt]current page.north west)
  76. -- ([yshift=-23.5pt,xshift=\paperwidth]current page.north west);}}
  77.  
  78.  
  79.  
  80. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
  81. \usepackage{tikzfeynman} % For Feynman diagrams
  82. \usetikzlibrary{arrows,shapes}
  83. \usetikzlibrary{trees}
  84. \usetikzlibrary{matrix,arrows} % For commutative diagram
  85. % http://www.felixl.de/commu.pdf
  86. \usetikzlibrary{positioning} % For "above of=" commands
  87. \usetikzlibrary{calc,through} % For coordinates
  88. \usetikzlibrary{decorations.pathreplacing} % For curly braces
  89. % http://www.math.ucla.edu/~getreuer/tikz.html
  90. \usepackage{pgffor} % For repeating patterns
  91.  
  92. \usetikzlibrary{decorations.pathmorphing} % For Feynman Diagrams
  93. \usetikzlibrary{decorations.markings}
  94. \tikzset{
  95. % >=stealth', %% Uncomment for more conventional arrows
  96. vector/.style={decorate, decoration={snake}, draw},
  97. provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw},
  98. antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw},
  99. fermion/.style={draw=gray, postaction={decorate},
  100. decoration={markings,mark=at position .55 with {\arrow[draw=gray]{>}}}},
  101. fermionbar/.style={draw=gray, postaction={decorate},
  102. decoration={markings,mark=at position .55 with {\arrow[draw=gray]{<}}}},
  103. fermionnoarrow/.style={draw=gray},
  104. gluon/.style={decorate, draw=black,
  105. decoration={coil,amplitude=4pt, segment length=5pt}},
  106. scalar/.style={dashed,draw=black, postaction={decorate},
  107. decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}},
  108. scalarbar/.style={dashed,draw=black, postaction={decorate},
  109. decoration={markings,mark=at position .55 with {\arrow[draw=black]{<}}}},
  110. scalarnoarrow/.style={dashed,draw=black},
  111. electron/.style={draw=black, postaction={decorate},
  112. decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}},
  113. bigvector/.style={decorate, decoration={snake,amplitude=4pt}, draw},
  114. }
  115.  
  116. % TIKZ - for block diagrams,
  117. % from http://www.texample.net/tikz/examples/control-system-principles/
  118. % \usetikzlibrary{shapes,arrows}
  119. \tikzstyle{block} = [draw, rectangle,
  120. minimum height=3em, minimum width=6em]
  121.  
  122.  
  123.  
  124.  
  125. \usetikzlibrary{backgrounds}
  126. \usetikzlibrary{mindmap,trees} % For mind map
  127. \newcommand{\degree}{\ensuremath{^\circ}}
  128. \newcommand{\E}{\mathrm{E}}
  129. \newcommand{\Var}{\mathrm{Var}}
  130. \newcommand{\Cov}{\mathrm{Cov}}
  131. \newcommand\Ts{\rule{0pt}{2.6ex}} % Top strut
  132. \newcommand\Bs{\rule[-1.2ex]{0pt}{0pt}} % Bottom strut
  133.  
  134. \graphicspath{{images/}} % Put all images in this directory. Avoids clutter.
  135.  
  136. % SOME COMMANDS THAT I FIND HANDY
  137. % \renewcommand{\tilde}{\widetilde} % dinky tildes look silly, dosn't work with fontspec
  138. \newcommand{\comment}[1]{\textcolor{comment}{\footnotesize{#1}\normalsize}} % comment mild
  139. \newcommand{\Comment}[1]{\textcolor{Comment}{\footnotesize{#1}\normalsize}} % comment bold
  140. \newcommand{\COMMENT}[1]{\textcolor{COMMENT}{\footnotesize{#1}\normalsize}} % comment crazy bold
  141. \newcommand{\Alert}[1]{\textcolor{Alert}{#1}} % louder alert
  142. \newcommand{\ALERT}[1]{\textcolor{ALERT}{#1}} % loudest alert
  143. %% "\alert" is already a beamer pre-defined
  144. \newcommand*{\Scale}[2][4]{\scalebox{#1}{$#2$}}%
  145. \newcommand{\thetal}{\theta_l}
  146. \newcommand{\thetak}{\theta_k}
  147.  
  148. \def\Put(#1,#2)#3{\leavevmode\makebox(0,0){\put(#1,#2){#3}}}
  149.  
  150. \usepackage{gmp}
  151. \usepackage[final]{feynmp-auto}
  152.  
  153. \usepackage[backend=bibtex,style=numeric-comp,firstinits=true]{biblatex}
  154. \bibliography{bib}
  155. \setbeamertemplate{bibliography item}[text]
  156.  
  157. \makeatletter\let\frametextheight\beamer@frametextheight\makeatother
  158.  
  159. % suppress frame numbering for backup slides
  160. % you always need the appendix for this!
  161. \newcommand{\backupbegin}{
  162. \newcounter{framenumberappendix}
  163. \setcounter{framenumberappendix}{\value{framenumber}}
  164. }
  165. \newcommand{\backupend}{
  166. \addtocounter{framenumberappendix}{-\value{framenumber}}
  167. \addtocounter{framenumber}{\value{framenumberappendix}}
  168. }
  169.  
  170.  
  171. \definecolor{links}{HTML}{2A1B81}
  172. %\hypersetup{colorlinks,linkcolor=,urlcolor=links}
  173.  
  174. % For shapo's formulas:
  175. \def\lsi{\raise0.3ex\hbox{$<$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
  176. \def\gsi{\raise0.3ex\hbox{$>$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
  177. \newcommand{\lsim}{\mathop{\lsi}}
  178. \newcommand{\gsim}{\mathop{\gsi}}
  179. \newcommand{\wt}{\widetilde}
  180. %\newcommand{\ol}{\overline}
  181. \newcommand{\Tr}{\rm{Tr}}
  182. \newcommand{\tr}{\rm{tr}}
  183. \newcommand{\eqn}[1]{&\hspace{-0.7em}#1\hspace{-0.7em}&}
  184. \newcommand{\vev}[1]{\rm{$\langle #1 \rangle$}}
  185. \newcommand{\abs}[1]{\rm{$\left| #1 \right|$}}
  186. \newcommand{\eV}{\rm{eV}}
  187. \newcommand{\keV}{\rm{keV}}
  188. \newcommand{\GeV}{\rm{GeV}}
  189. \newcommand{\MeV}{\rm{MeV}}
  190. \newcommand{\TeV}{\rm{TeV}}
  191. \newcommand{\im}{\rm{Im}}
  192. \newcommand{\disp}{\displaystyle}
  193. \def\be{\begin{equation}}
  194. \def\ee{\end{equation}}
  195. \def\ba{\begin{eqnarray}}
  196. \def\ea{\end{eqnarray}}
  197. \def\d{\partial}
  198. \def\l{\left(}
  199. \def\r{\right)}
  200. \def\la{\langle}
  201. \def\ra{\rangle}
  202. \def\e{{\rm e}}
  203. \def\Br{{\rm Br}}
  204.  
  205.  
  206.  
  207. \author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)}
  208. \institute{UZH}
  209. \title[Searches for long-lived light particles at LHCb]{Searches for long-lived light particles at LHCb}
  210. \date{25 September 2015}
  211.  
  212.  
  213. \begin{document}
  214. \tikzstyle{every picture}+=[remember picture]
  215.  
  216. {
  217. \setbeamertemplate{sidebar right}{\llap{\includegraphics[width=\paperwidth,height=\paperheight]{bubble2}}}
  218. \begin{frame}[c]%{\phantom{title page}}
  219. \begin{center}
  220. \begin{center}
  221. \begin{columns}
  222. \begin{column}{0.75\textwidth}
  223. \flushright\fontspec{Trebuchet MS}\bfseries \LARGE {Searches for long-lived light particles at LHCb}
  224. \end{column}
  225. \begin{column}{0.02\textwidth}
  226. {~}
  227. \end{column}
  228. \begin{column}{0.23\textwidth}
  229. % \hspace*{-1.cm}
  230. \vspace*{-3mm}
  231. \includegraphics[width=0.6\textwidth]{lhcb-logo}
  232. \end{column}
  233.  
  234. \end{columns}
  235. \end{center}
  236. \quad
  237. \vspace{3em}
  238. \begin{columns}
  239. \begin{column}{0.44\textwidth}
  240. \flushright \vspace{-1.8em} {\fontspec{Trebuchet MS} \Large Marcin Chrząszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}}
  241.  
  242. \end{column}
  243. \begin{column}{0.53\textwidth}
  244. \includegraphics[height=1.3cm]{uzh-transp}
  245. \end{column}
  246. \end{columns}
  247.  
  248. \vspace{1em}
  249. % \footnotesize\textcolor{gray}{With N. Serra, B. Storaci\\Thanks to the theory support from M. Shaposhnikov, D. Gorbunov}\normalsize\\
  250. \vspace{0.5em}
  251. \textcolor{normal text.fg!50!Comment}{SUSY 2015, Tahoe City, 23-29 August, 2015}
  252.  
  253. \end{center}
  254. \end{frame}
  255. }
  256.  
  257.  
  258. %-------------------------------------------------------------------
  259. % Introduction
  260. %-------------------------------------------------------------------
  261. %
  262. % Set the background for the rest of the slides.
  263. % Insert infoline
  264. %\setbeamertemplate{background}
  265. % {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}}
  266. %\setbeamertemplate{footline}[bunsentheme]
  267.  
  268.  
  269.  
  270. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  271. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  272.  
  273. %\setbeamertemplate{background}
  274. % {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}}
  275. %\setbeamertemplate{footline}[bunsentheme]
  276. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  277. %\section{LHCb detector}
  278.  
  279. %\begin{frame}\frametitle{LHCb detector}
  280. %\begin{columns}
  281. %\column{3.in}
  282. %\begin{center}
  283. %\includegraphics[width=0.98\textwidth]{det.jpg}
  284. %\end{center}
  285.  
  286. %\column{2.0in}
  287. %\begin{footnotesize}
  288.  
  289.  
  290. % LHCb is a forward spectrometer:
  291. % \begin{itemize}
  292. % \item Excellent vertex resolution.
  293. % \item Efficient trigger.
  294. % \item High acceptance for $\Ptau$ and $\PB$.
  295. % \item Great Particle ID
  296. % \end{itemize}
  297.  
  298.  
  299.  
  300. %\end{footnotesize}
  301. %\end{columns}
  302.  
  303. %\end{frame}
  304.  
  305. \section{Introduction}
  306.  
  307. \begin{frame}\frametitle{Why long-lived particles?}
  308. \begin{columns}
  309. \column{3in}
  310. \begin{itemize}
  311. \item We all know here that the SM is incomplete.
  312. \item Unfortunately we do no know what is the scale of NP.
  313. \item NP still can come from the Higgs sector $\Rightarrow$ not all properties are yet constrained.
  314. \item There is a long list of theoretical models that predict the existence
  315. of new particles that couple to the SM sector by mixing with the
  316. Higgs.
  317. \end{itemize}
  318.  
  319. \column{2in}
  320. \includegraphics[width=0.9\textwidth]{susy/NP_couplings.png}
  321.  
  322.  
  323. \end{columns}
  324. \begin{itemize}
  325.  
  326. \item Inflaton, axion-like, dark matter mediator models also predict the
  327. new boson to be light.
  328. \item SUSY models also can have stable long living particles like $\Psquark$, $\Pslepton$.
  329. \end{itemize}
  330.  
  331.  
  332. \end{frame}
  333.  
  334. \begin{frame}
  335. \only<1>{\frametitle{LHCb detector - tracking}
  336. \begin{columns}
  337. \column{3in}
  338. \includegraphics[width=0.9\textwidth]{susy/1050px-Lhcbview.jpg}
  339.  
  340. \column{2in}
  341. \includegraphics[width=0.95\textwidth]{susy/sketch.png}
  342. \end{columns}
  343. \begin{itemize}
  344. \item Excellent Impact Parameter (IP) resolution ($20~\rm \mu m$).\\
  345. $\Rightarrow$ Identify secondary vertices from heavy flavour decays
  346. \item Proper time resolution $\sim~40~\rm fs$.\\
  347. $\Rightarrow$ Good separation of primary and secondary vertices.
  348. \item Excellent momentum ($\delta p/p \sim 0.4 - 0.6\%$) and inv. mass resolution.\\
  349. $\Rightarrow$ Low combinatorial background.
  350.  
  351. \end{itemize}
  352.  
  353.  
  354. }
  355.  
  356. \only<2>{\frametitle{LHCb detector - particle identification}
  357. \begin{columns}
  358. \column{3in}
  359. \includegraphics[width=0.9\textwidth]{susy/1050px-Lhcbview.jpg}
  360.  
  361. \column{2in}
  362. \includegraphics[width=0.95\textwidth]{susy/cher.png}
  363. \end{columns}
  364. \begin{itemize}
  365. \item Excellent Muon identification $\epsilon_{\mu \to \mu} \sim 97\%$, $\epsilon_{\pi \to \mu} \sim 1-3\%$
  366. \item Good $\PK-\Ppi$ separation via RICH detectors, $\epsilon_{\PK \to \PK} \sim 95\%$, $\epsilon_{\Ppi \to \PK} \sim 5\%$.\\
  367. $\Rightarrow$ Reject peaking backgrounds.
  368. \item High trigger efficiencies, low momentum thresholds.
  369. Muons: $p_T > 1.76 \GeV$ at L0, $p_T > 1.0 \GeV$ at HLT1,\\
  370. $B \to \PJpsi X $: Trigger $\sim 90\%$.
  371.  
  372. \end{itemize}
  373.  
  374.  
  375. }
  376.  
  377.  
  378. \end{frame}
  379.  
  380.  
  381. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  382. \begin{frame}\frametitle{Data taken by LHCb}
  383. \includegraphics[width=0.9\textwidth]{susy/data.png}
  384.  
  385. \begin{itemize}
  386. \item In 2011 and 2012 LHCb has gathered $3~{\rm{fb^{-1}}}$ of $pp$ collisions.
  387. \end{itemize}
  388.  
  389. \end{frame}
  390.  
  391.  
  392.  
  393. \section{Lepton Flavour Violation}
  394. \begin{frame}\frametitle{Lepton Flavour/Number Violation}
  395. \begin{small}
  396. Lepton Flavour Violation(LFV):
  397. \end{small}
  398.  
  399.  
  400. \begin{footnotesize}
  401.  
  402. After $\Pmuon$ was discovered it was natural to think of it as an excited $\Pelectron$.
  403. \begin{columns}
  404. \column{3in}
  405. \begin{itemize}
  406. \item Expected: $B(\mu\to\Pe\gamma) \approx 10^{-4}$
  407. \item Unless another $\Pnu$, in intermediate vector boson loop, cancels.
  408. \end{itemize}
  409.  
  410. \column{2in}
  411. {~}\includegraphics[width=0.98\textwidth]{rabi.png}
  412.  
  413. \end{columns}
  414. \begin{columns}
  415. \column{0.5in}
  416. {~}
  417. \column{3in}
  418. \begin{block}{I.I.Rabi:}
  419. "Who ordered that?"
  420. \end{block}
  421. \column{0.3in}{~}
  422. \column{2in}
  423. {~}\includegraphics[scale=0.08]{II_Rabi.jpg}
  424.  
  425. \end{columns}
  426.  
  427.  
  428. \begin{itemize}
  429. \item Up to this day charged LFV is being searched for in various decay modes.
  430. \item LFV was already found in neutrino sector (oscillations).
  431. \end{itemize}
  432. \end{footnotesize}
  433.  
  434.  
  435. \begin{footnotesize}
  436.  
  437. \begin{columns}
  438. \column{3.5in}
  439. \begin{small}
  440. Lepton Number Violation (LNV)
  441. \end{small}
  442.  
  443. \begin{itemize}
  444. \item Even with LFV, lepton number can be a conserved quantity.
  445. \item Many NP models predict it violation(Majorana neutrinos)
  446. \item Searched in so called Neutrinoless double $\beta$ decays.
  447. \end{itemize}
  448.  
  449. \column{1.5in}
  450. \includegraphics[width=0.8\textwidth]{Double_beta_decay_feynman.png}
  451.  
  452. \end{columns}
  453.  
  454. \end{footnotesize}
  455. %Double_beta_decay_feynman.png
  456.  
  457. % \textref{M.Chrz\k{a}szcz 2014}
  458. \end{frame}
  459.  
  460.  
  461. % \section{Lepton Number Violation}
  462. \section{ $\PB$ decays}
  463. \subsection{$\PBminus\to h^{+}\Plepton^{-}\Plepton^{-}$}
  464. \begin{frame}%[t]
  465. \frametitle{LNV in bottom decays}%$\PBminus\to h^{+}\ell^{-}\ell^{-}$}
  466.  
  467. \only<1>{
  468. \begin{columns}\begin{column}{.5\textwidth}
  469. on-shell neutrino
  470.  
  471. \includegraphics[width=\textwidth]{pic/B-Majorana2.pdf}
  472. \end{column}
  473. {\begin{column}{.45\textwidth}
  474. virtual neutrino
  475.  
  476. \includegraphics[width=\textwidth]{pic/B-Majorana1.pdf}
  477. \end{column}
  478. }
  479. \end{columns}
  480. \begin{columns}
  481. \begin{column}{.5\textwidth}
  482. \begin{itemize}
  483. \item resonant production in accessible mass range
  484. \item rates depend on Majorana neutrino--lepton coupling $|V_{\mu 4}|$
  485. \newline {\footnotesize{(e.g.\ \href{http://arxiv.org/abs/0901.3589}{arXiv:0901.3589)}}}
  486. \item $m_4 = m_{\Plepton^{-},\Ppiplus}$
  487. \item $m_{\mu} + m_{\pi} < m_4 < m_{\PB} - m_{\mu}$
  488. \end{itemize}
  489. \end{column}
  490. {
  491. \begin{column}{.5\textwidth}
  492. \begin{exampleblock}{~}
  493. %\begin{itemize}
  494. Diagram without mass restriction
  495. Cabbibo favoured for $\PB\to\PD$
  496. Analogous to double $\beta$ decay.
  497. %\end{itemize}
  498. \end{exampleblock}
  499. \end{column}
  500. }
  501. \end{columns}
  502. }
  503. % \textref{M.Chrz\k{a}szcz 2014}
  504. \end{frame}
  505.  
  506. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  507.  
  508.  
  509. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  510.  
  511. \begin{frame}[t]
  512. \frametitle{Virtual Majorana neutrinos}
  513.  
  514.  
  515. \begin{columns}
  516. \only<1>{
  517. \begin{column}{.78\textwidth}
  518. \begin{block}{}
  519. %\begin{itemize}
  520. $\PBminus\to\PDplus\Pmuon\Pmuon\quad\quad\quad\quad\quad\quad\PBminus\to\PD^{*+}\Pmuon\Pmuon$
  521. %\end{itemize}
  522. \includegraphics[width=\textwidth]{pic/MassFitDp_.pdf}
  523. \end{block}
  524. \end{column}
  525. }
  526.  
  527.  
  528. \end{columns}
  529. \only<1>{{
  530. {~}
  531.  
  532. \begin{columns}
  533. \column{2.5in}
  534. $\quad\mathcal{B}(\PBminus\to\PDplus\Pmuon\Pmuon)<6.9\times 10^{-7}$
  535. \column{2.5in}
  536.  
  537. $\mathcal{B}(\PBminus\to\PD^{*+}\Pmuon\Pmuon)<2.4\times 10^{-6}$
  538.  
  539. \end{columns}
  540. }}
  541.  
  542.  
  543. {@ 95\,\% CL}\hspace{.35\textwidth}
  544. {@ 95\,\% CL}
  545. \\ Based on $0.41~\rm fb^{-1}${~}$7~\TeV$ data.
  546.  
  547. {~}
  548.  
  549. \begin{columns}
  550. \begin{column}{6.5cm}
  551. \end{column}
  552. \begin{column}{1.5cm}
  553. %\includegraphics[width=\textwidth]{pic/LHCb_logo.jpg}
  554. \end{column}
  555. \begin{column}{4cm}
  556. \hspace{.4cm}
  557.  
  558. {\footnotesize{\href{http://prd.aps.org/abstract/PRD/v85/i11/e112004}{\texttt{Phys. Rev.D85 (2012) 112004 }}}}
  559.  
  560. \end{column}
  561. \end{columns}
  562.  
  563. %LHCb, arXiv:1201.5600
  564. %\includegraphics[width=.5\textwidth]{UpperAll}
  565. % \textref{M.Chrz\k{a}szcz 2014}
  566. \end{frame}
  567.  
  568. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  569.  
  570. \begin{frame}[t]
  571. \frametitle{On-shell Majorana neutrinos}
  572. \begin{itemize}
  573. \item $\PBminus \to \Ppiplus \Pmuon \Pmuon$ searched with full data set${~}3~\rm fb^{-1}$.
  574. \item Cut based analysis.
  575. \item Normalization channel $\PBplus \to \PJpsi(\mu\mu)\PKplus$.
  576. \item Searches performed for two scenarios:
  577. \begin{itemize}
  578. \item Short life-time neutrinos: $\tau_4 <1ps$
  579. \item Long life-time neutrinos: $\tau_4 \in (1,1000) ps$
  580. \end{itemize}
  581. \end{itemize}
  582. \begin{columns}
  583.  
  584. \only<1>{
  585. \includegraphics[width=\textwidth]{Figure2.png}
  586. }
  587.  
  588. \end{columns}
  589.  
  590.  
  591. \begin{columns}
  592. \begin{column}{8.5cm}
  593.  
  594. \includegraphics[width=\textwidth]{Figure3.png}
  595.  
  596. \end{column}
  597. \begin{column}{.5cm}
  598. %\includegraphics[width=\textwidth]{pic/LHCb_logo.jpg}
  599. \end{column}
  600.  
  601. \begin{column}{4cm}
  602. \hspace{.4cm}
  603.  
  604.  
  605. {\footnotesize{\href{http://journals.aps.org/prl/abstract/10.1103/PhysRevLett.112.131802}{\texttt{Phys. Rev. Lett. 112, 131802 }}}}
  606.  
  607. \end{column}
  608. \end{columns}
  609.  
  610.  
  611. % \textref{M.Chrz\k{a}szcz 2014}
  612. \end{frame}
  613.  
  614.  
  615.  
  616. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  617.  
  618. \begin{frame}[t]
  619. \frametitle{On-shell Majorana neutrinos}
  620. {~}\\
  621. \begin{columns}
  622. \column{2.5in}
  623. \includegraphics[width=\textwidth]{Figure5.png}\\
  624. \includegraphics[width=\textwidth]{Figure6.png}\\
  625.  
  626.  
  627. \column{2.5in}
  628. \begin{small}
  629. \begin{itemize}
  630. \item In absence of signal UL. were set.
  631. \item $Br(\PBminus \to \Ppiplus \Pmuon \Pmuon)$ in range $10^{-9}$.
  632. \item Limits also set for the coupling $| V_{\mu 4} |^2$
  633. \end{itemize}
  634. {~}{~}$Br(\PBminus \to \Ppiplus \Pmuon \Pmuon) = \dfrac{G_f^4 f_B^2f_{\pi}^2}{128\pi\hbar } \tau_B m_B^5 |V_{ub}V_{ud}|^2|V_{\mu4}|^4(1- \dfrac{m_4^2}{m_B^2})\dfrac{m_4}{\Gamma_{N_4}}$
  635. \end{small}
  636. \end{columns}
  637. % \textref{M.Chrz\k{a}szcz 2014}
  638. \end{frame}
  639.  
  640.  
  641. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% johan %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  642.  
  643. \begin{frame}
  644. \frametitle{Summary on LNV in $\color{white} \textbf{B}$ decays}
  645. \vspace{0.5cm}
  646. \begin{columns}
  647. \begin{column}{.65\textwidth}
  648. \begin{footnotesize}
  649. \begin{tabular}{lclr}
  650. channel & limit & & \\\hline
  651. $\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}}\\
  652. $\mathcal{B}(\PBminus\to\PK^{+}\Pelectron\Pelectron) $ & $<3.0\times 10^{-8}$ & @$90\,\%$ CL &\includegraphics[height=.25cm]{babar}\footnotesize{$^{\text{\ref{babarB}}}$}\\
  653. $\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}}\\
  654. $\mathcal{B}(\PBminus\to\Prho^{+}\Pelectron\Pelectron) $ & $<2.6\times 10^{-6}$ & @$90\,\%$ CL & \includegraphics[height=.25cm]{cleo}\footnotesize{$^{\text{\ref{cleolnv}}}$}\\
  655. $\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}}\\
  656. $\mathcal{B}(\PBminus\to\PD^{+}\Pelectron\Pmuon) $ & $<1.8\times 10^{-6}$ & @$90\,\%$ CL & \includegraphics[height=.25cm]{belle2-logo}\footnotesize{$^{\text{\ref{bellelnv}}}$}\\
  657. %$\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}} \\
  658.  
  659. $\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)} \\
  660. %$\mathcal{B}(\PBminus\to\PK^{*+}\Pmuon\Pmuon) $ & $<4.4\times 10^{-6}$ & @$90\,\%$ CL & \includegraphics[height=.25cm]{cleo}\footnotesize{$^{\text{\ref{cleolnv}}}$}\\
  661. %$\mathcal{B}(\PBminus\to\Prho^{+}\Pmuon\Pmuon) $ & $<5.0\times 10^{-6}$ & @$90\,\%$ CL & \footnotesize{$^{\text{\ref{cleolnv}}}$}\\
  662. $\mathcal{B}(\PBminus\to\PD^{+}\Pmuon\Pmuon) $ & $<6.9\times 10^{-7}$ & @$95\,\%$ CL & \includegraphics[height=.25cm]{pic/LHCb_logo.jpg}\footnote{LHCb,Phys. Rev. Lett. (112) 131802 (2014)\label{xxxxx}} \\
  663. $\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}}}$}\\
  664. $\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}}}$}\\
  665. $\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}}}$}\\
  666. \hline
  667. \end{tabular} %pic/LHCb_logo.jpg
  668. \end{footnotesize}
  669. \end{column}
  670. \end{columns}
  671. %\textref{M.Chrz\k{a}szcz 2014}
  672. \end{frame}
  673.  
  674.  
  675.  
  676.  
  677. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  678. \begin{frame}\frametitle{$\PB \to \PKstar \chi(\mu\mu)$ search}
  679. \begin{itemize}
  680. \item Search for displaced di-muon vertex coming form $\PB$ meson.
  681. \end{itemize}
  682. \begin{columns}
  683. \column{2.5in}
  684. \begin{Large}
  685. $\PBzero \to \PKstar \chi( \Pmuon \APmuon)$
  686. \end{Large}
  687. \column{2.5in}
  688. \includegraphics[width=0.9\textwidth]{susy/inflaton.png}
  689. \end{columns}
  690. \begin{itemize}
  691. \item If $\chi$ mixes with the Higgs and it is light:
  692. \begin{itemize}
  693. \item $\Gamma(\PK \to \Ppi \chi) \propto m_t^4 \lambda^5$
  694. \item $\Gamma(\PD \to \Ppi \chi) \propto m_b^4 \lambda^5$
  695. \item $\Gamma(\PB \to \PK \chi) \propto m_t^4 \lambda^2$
  696. \end{itemize}
  697. \item In addition; $\PKstar \to \PK^+ \Ppi^-$ helps in vertex reconstruction.
  698. \item High $\mathcal{B}(\chi \to \Pmuon \APmuon)$.
  699. \end{itemize}
  700.  
  701. \end{frame}
  702.  
  703. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  704. \begin{frame}\frametitle{$\PB \to \PKstar \chi(\mu\mu)$ motivation}
  705. Discussed models:
  706. \begin{enumerate}
  707. \item \textbf{Inflaton:} \href{http://arxiv.org/abs/1403.4638}{{\color{blue}{Phys.Lett. B736 (2014) 494}}}
  708. \begin{itemize}
  709. \item $\tau_{\chi} = 10^{-8} - 10^{-10}~s$
  710. \item $m_{\chi} ~\mathcal{O}(1~\GeV)$
  711. \item $\mathcal{B}(\PB \to \PK \chi)~\sim 10^{-6}$
  712. \item effective couplings to SM particles:
  713. \begin{itemize}
  714. \item $g_Y\frac{m_f}{v_{EW}},~g_Y=\sin \theta$
  715. \end{itemize}
  716. \end{itemize}
  717. \item \textbf{Axion portal:} \href{http://arxiv.org/abs/0911.5355}{{\color{blue}{Phys.Rev.D81:034001,2010}}}
  718. \begin{itemize}
  719. \item Prompt decay.
  720. \item Large allowed masses.
  721. \item Axion decay constant: $f_{\chi} \sim 1-3~\TeV$
  722. \begin{itemize}
  723. \item Coupling $\propto \frac{m_f}{f_{\chi}}$.
  724. \end{itemize}
  725. \end{itemize}
  726. \end{enumerate}
  727.  
  728. All those particles have width much smaller than resolution of LHCb detector.
  729.  
  730.  
  731. \end{frame}
  732.  
  733. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  734. \begin{frame}\frametitle{Signal properties}
  735. $\Rrightarrow$ Depending on the coupling of the hidden sector we can identify two lifetime regimes:\\{~}
  736.  
  737. \begin{columns}
  738. \column{0.1in}
  739. {~}
  740. \column{2.5in}
  741. \textbf{Long lifetime} ($>0.2~{\rm{ps}}$)
  742. \begin{itemize}
  743. \item Inflaton \href{http://arxiv.org/abs/0912.0390v2}{{\color{blue}{JHEP 1005:010}}}
  744. \item Displaced vertex.
  745. \item Almost background free.
  746. \item Lower reconstruction efficiency.
  747. \end{itemize}
  748.  
  749. \column{2.5in}
  750. \textbf{Short lifetime} ($\leq0.2~{\rm{ps}}$)
  751. \begin{itemize}
  752. \item Dark matter mediator \href{http://arxiv.org/abs/1310.6752}{{\color{blue}{ Phys. Lett. B727 }}}
  753. \item Axion \href{http://arxiv.org/abs/0911.5355}{{\color{blue}{Phys.Rev.D81}}}
  754. \item Prompt decay.
  755. \item Contaminated via SM decay.
  756. \end{itemize}
  757.  
  758. \end{columns}
  759. \begin{columns}
  760. \column{0.1in}
  761. {~}
  762.  
  763. \column{2.5in}
  764. \includegraphics[width=0.95\textwidth]{susy/displaced.png}
  765.  
  766. \column{2.5in}
  767. \includegraphics[width=0.95\textwidth]{susy/prompt.png}
  768.  
  769. \end{columns}
  770.  
  771. \end{frame}
  772.  
  773.  
  774. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  775. \begin{frame}\frametitle{Selection}
  776. \begin{itemize}
  777. \item Trigger on muons.
  778. \item Multivariate selection: ${\rm{\mu BDT}}$ \href{http://arxiv.org/abs/1305.7248}{JINST 8(2013)}
  779. \begin{itemize}
  780. \item ${\rm{\mu BDT}}$ ensures flat efficiency in lifetime of $\chi$.
  781. \end{itemize}
  782. \item Optimized on Punzi figure-of-merit:
  783. \begin{align*}
  784. P_a = \dfrac{S}{\frac{5}{2}+\sqrt{B}},
  785. \end{align*}
  786. with $S$ and $B$ are signal and background yields.
  787. \item Factorize lifetime into two components: $\mathcal{L}=\mathcal{L}^{{\rm{prompt}}} \bigotimes \mathcal{L}^{{\rm{displaced}}}$
  788. \begin{itemize}
  789. \item Prompt: $\tau < 3\sigma_{\tau}$\\
  790. $\mapsto$ SM background of $\PBzero \to \PKstar \Pmuon \APmuon$
  791. \item Displeased: $\tau > 3\sigma_{\tau}$\\
  792. $\mapsto$ Almost background free.
  793. \end{itemize}
  794. \end{itemize}
  795.  
  796.  
  797.  
  798. \end{frame}
  799.  
  800.  
  801. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  802. \begin{frame}\frametitle{Search strategy}
  803. \begin{columns}
  804.  
  805. \column{0.05in}
  806. {~}
  807. \column{3.4in}
  808. \begin{itemize}
  809. \item $\PBzero$ mass constrained.
  810. \item Di-muon mass resolution $\sigma_m =1 -7~\MeV$.
  811. \item Scan $m_{{\rm test}}$ in steps of $0.5~\sigma_m$.
  812. \begin{itemize}
  813. \item {\color{orange}{Wide resonances}} can't affect the search.
  814. \item {\color{turtlegreen}{Narrows resonances}} we veto.
  815. \end{itemize}
  816. \item Calculations performed in each $m_{test}$ window.
  817. \end{itemize}
  818. \column{1.6in}
  819. \includegraphics[width=0.9\textwidth]{susy/williams.png}
  820. \end{columns}
  821.  
  822.  
  823. \end{frame}
  824.  
  825.  
  826. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  827. \begin{frame}\frametitle{Results}
  828.  
  829. \includegraphics[width=0.95\textwidth]{susy/results.png}
  830.  
  831. $\Rrightarrow$ Grey regions correspond to vetoed regions where narrow resonances are expected.\\
  832. $\Rrightarrow$ Largest deviation seen in $m_{\chi}=253~\MeV$.\\
  833. $\rightarrowtail$ Not statistically significant: local p-value $=0.2$.\\
  834.  
  835. $\Rrightarrow$ \href{http://arxiv.org/abs/1508.04094}{\color{blue}{LHCb-PAPER-2015-036}} submited to PRL.
  836.  
  837. \end{frame}
  838.  
  839. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  840. \begin{frame}\frametitle{Branching fraction exclusion limit}
  841.  
  842. \includegraphics[width=0.95\textwidth]{susy/limit.png}
  843.  
  844. $\Rrightarrow$ No deviations from background only hypothesis is observed.
  845. \begin{itemize}
  846. \item We set a $95\%$ CL upper limit as function of mass and lifetime of the new particle (in the LHCb accessible range).
  847. \item Lower lifetimes have better limit due to higher reconstruction efficiency.
  848. \end{itemize}
  849.  
  850.  
  851. \end{frame}
  852.  
  853. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  854. \begin{frame}\frametitle{Benchmark models}
  855.  
  856.  
  857.  
  858. $\Rrightarrow$ Interpretation of the results in two specific models:\\{~}\\
  859.  
  860. \includegraphics[width=1.05\textwidth]{susy/benchmarks.png}
  861. \end{frame}
  862.  
  863.  
  864. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  865. \begin{frame}\frametitle{Conclusion}
  866. \begin{itemize}
  867. \item A search for a dark boson in the decay channel\\ $\PBzero \to \PKstar \Pmuon \APmuon$ has been presented.
  868. \begin{itemize}
  869. \item No deviations from SM observed.
  870.  
  871. \end{itemize}
  872. \item Results are the most constraining exclusion limit on the process.
  873. \item LHCb is suited for search for long lived particles.
  874. \item Stay tuned, more searches like this are on they way.
  875.  
  876. \end{itemize}
  877.  
  878.  
  879.  
  880. \end{frame}
  881.  
  882.  
  883. \backupbegin
  884.  
  885. \begin{frame}\frametitle{Backup}
  886. \topline
  887.  
  888. \end{frame}
  889.  
  890. \backupend
  891.  
  892. \end{document}