Newer
Older
Presentations / SUSY_2015 / LongLive / mchrzasz.tex
@mchrzasz mchrzasz on 28 Aug 2015 21 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 heavy long-lived particles at LHCb]{Searches for heavy long-lived particles at LHCb}
  210. \date{25 September 2014}
  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 heavy long-lived 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. \iffalse
  258. \section[Outline]{}
  259. \begin{frame}
  260. %\tableofcontents
  261. %FIXME!
  262. \begin{enumerate}
  263. \item Rare $\PB$ decays:
  264. \begin{itemize}
  265. \item $\PB^+ \to \PK^+ \Ppi^- \Ppi^+ \Pphoton$
  266. \item $\PBs/\PBzero \to \mu^- \mu^+$.
  267. \item $\PBzero \to \PKstar \Pmuon \APmuon$.
  268. \end{itemize}
  269.  
  270. \end{enumerate}
  271.  
  272. \end{frame}
  273. \fi
  274.  
  275. %-------------------------------------------------------------------
  276. % Introduction
  277. %-------------------------------------------------------------------
  278. %
  279. % Set the background for the rest of the slides.
  280. % Insert infoline
  281. %\setbeamertemplate{background}
  282. % {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}}
  283. %\setbeamertemplate{footline}[bunsentheme]
  284.  
  285.  
  286.  
  287. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  288. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  289.  
  290. %\setbeamertemplate{background}
  291. % {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}}
  292. %\setbeamertemplate{footline}[bunsentheme]
  293. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  294. %\section{LHCb detector}
  295.  
  296. %\begin{frame}\frametitle{LHCb detector}
  297. %\begin{columns}
  298. %\column{3.in}
  299. %\begin{center}
  300. %\includegraphics[width=0.98\textwidth]{det.jpg}
  301. %\end{center}
  302.  
  303. %\column{2.0in}
  304. %\begin{footnotesize}
  305.  
  306.  
  307. % LHCb is a forward spectrometer:
  308. % \begin{itemize}
  309. % \item Excellent vertex resolution.
  310. % \item Efficient trigger.
  311. % \item High acceptance for $\Ptau$ and $\PB$.
  312. % \item Great Particle ID
  313. % \end{itemize}
  314.  
  315.  
  316.  
  317. %\end{footnotesize}
  318. %\end{columns}
  319.  
  320. %\end{frame}
  321.  
  322. \section{Introduction}
  323.  
  324. \begin{frame}\frametitle{Why long-lived particles?}
  325. \begin{columns}
  326. \column{3in}
  327. \begin{itemize}
  328. \item We all know here that the SM is incomplete.
  329. \item Unfortunately we do no know what is the scale of NP.
  330. \item NP still can come from the Higgs sector $\Rightarrow$ not all properties are yet constrained.
  331. \item There is a long list of theoretical models that predict the existence
  332. of new particles that couple to the SM sector by mixing with the
  333. Higgs.
  334. \end{itemize}
  335.  
  336. \column{2in}
  337. \includegraphics[width=0.9\textwidth]{susy/NP_couplings.png}
  338.  
  339.  
  340. \end{columns}
  341. \begin{itemize}
  342.  
  343. \item Inflaton, axion-like, dark matter mediator models also predict the
  344. new boson to be light.
  345. \item SUSY models also can have stable long living particles like $\Psquark$, $\Pslepton$.
  346. \end{itemize}
  347.  
  348.  
  349. \end{frame}
  350.  
  351. \begin{frame}
  352. \only<1>{\frametitle{LHCb detector - tracking}
  353. \begin{columns}
  354. \column{3in}
  355. \includegraphics[width=0.9\textwidth]{susy/1050px-Lhcbview.jpg}
  356.  
  357. \column{2in}
  358. \includegraphics[width=0.95\textwidth]{susy/sketch.png}
  359. \end{columns}
  360. \begin{itemize}
  361. \item Excellent Impact Parameter (IP) resolution ($20~\rm \mu m$).\\
  362. $\Rightarrow$ Identify secondary vertices from heavy flavour decays
  363. \item Proper time resolution $\sim~40~\rm fs$.\\
  364. $\Rightarrow$ Good separation of primary and secondary vertices.
  365. \item Excellent momentum ($\delta p/p \sim 0.4 - 0.6\%$) and inv. mass resolution.\\
  366. $\Rightarrow$ Low combinatorial background.
  367.  
  368. \end{itemize}
  369.  
  370.  
  371. }
  372.  
  373. \only<2>{\frametitle{LHCb detector - particle identification}
  374. \begin{columns}
  375. \column{3in}
  376. \includegraphics[width=0.9\textwidth]{susy/1050px-Lhcbview.jpg}
  377.  
  378. \column{2in}
  379. \includegraphics[width=0.95\textwidth]{susy/cher.png}
  380. \end{columns}
  381. \begin{itemize}
  382. \item Excellent Muon identification $\epsilon_{\mu \to \mu} \sim 97\%$, $\epsilon_{\pi \to \mu} \sim 1-3\%$
  383. \item Good $\PK-\Ppi$ separation via RICH detectors, $\epsilon_{\PK \to \PK} \sim 95\%$, $\epsilon_{\Ppi \to \PK} \sim 5\%$.\\
  384. $\Rightarrow$ Reject peaking backgrounds.
  385. \item High trigger efficiencies, low momentum thresholds.
  386. Muons: $p_T > 1.76 \GeV$ at L0, $p_T > 1.0 \GeV$ at HLT1,\\
  387. $B \to \PJpsi X $: Trigger $\sim 90\%$.
  388.  
  389. \end{itemize}
  390.  
  391.  
  392. }
  393.  
  394.  
  395. \end{frame}
  396.  
  397.  
  398. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  399. \begin{frame}\frametitle{Data taken by LHCb}
  400. \includegraphics[width=0.9\textwidth]{susy/data.png}
  401.  
  402. \begin{itemize}
  403. \item In 2011 and 2012 LHCb has gathered $3~{\rm{fb^{-1}}}$ of $pp$ collisions.
  404. \end{itemize}
  405.  
  406. \end{frame}
  407.  
  408.  
  409. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  410. \begin{frame}\frametitle{$\PB \to \PKstar \chi(\mu\mu)$ search}
  411. \begin{itemize}
  412. \item Search for displaced di-muon vertex coming form $\PB$ meson.
  413. \end{itemize}
  414. \begin{columns}
  415. \column{2.5in}
  416. \begin{Large}
  417. $\PBzero \to \PKstar \chi( \Pmuon \APmuon)$
  418. \end{Large}
  419. \column{2.5in}
  420. \includegraphics[width=0.9\textwidth]{susy/inflaton.png}
  421. \end{columns}
  422. \begin{itemize}
  423. \item If $\chi$ mixes with the Higgs and it is light:
  424. \begin{itemize}
  425. \item $\Gamma(\PK \to \Ppi \chi) \propto m_t^4 \lambda^5$
  426. \item $\Gamma(\PD \to \Ppi \chi) \propto m_b^4 \lambda^5$
  427. \item $\Gamma(\PB \to \PK \chi) \propto m_t^4 \lambda^2$
  428. \end{itemize}
  429. \item In addition; $\PKstar \to \PK^+ \Ppi^-$ helps in vertex reconstruction.
  430. \item High $\mathcal{B}(\chi \to \Pmuon \APmuon)$.
  431. \end{itemize}
  432.  
  433. \end{frame}
  434.  
  435. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  436. \begin{frame}\frametitle{$\PB \to \PKstar \chi(\mu\mu)$ motivation}
  437. Discussed models:
  438. \begin{enumerate}
  439. \item \textbf{Inflaton:} \href{http://arxiv.org/abs/1403.4638}{{\color{blue}{Phys.Lett. B736 (2014) 494}}}
  440. \begin{itemize}
  441. \item $\tau_{\chi} = 10^{-8} - 10^{-10}~s$
  442. \item $m_{\chi} ~\mathcal{O}(1~\GeV)$
  443. \item $\mathcal{B}(\PB \to \PK \chi)~\sim 10^{-6}$
  444. \item effective couplings to SM particles:
  445. \begin{itemize}
  446. \item $g_Y\frac{m_f}{v_{EW}},~g_Y=\sin \theta$
  447. \end{itemize}
  448. \end{itemize}
  449. \item \textbf{Axion portal:} \href{http://arxiv.org/abs/0911.5355}{{\color{blue}{Phys.Rev.D81:034001,2010}}}
  450. \begin{itemize}
  451. \item Prompt decay.
  452. \item Large allowed masses.
  453. \item Axion decay constant: $f_{\chi} \sim 1-3~\TeV$
  454. \begin{itemize}
  455. \item Coupling $\propto \frac{m_f}{f_{\chi}}$.
  456. \end{itemize}
  457. \end{itemize}
  458. \end{enumerate}
  459.  
  460. All those particles have width much smaller than resolution of LHCb detector.
  461.  
  462.  
  463. \end{frame}
  464.  
  465. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  466. \begin{frame}\frametitle{Signal properties}
  467. $\Rrightarrow$ Depending on the coupling of the hidden sector we can identify two lifetime regimes:\\{~}
  468.  
  469. \begin{columns}
  470. \column{0.1in}
  471. {~}
  472. \column{2.5in}
  473. \textbf{Long lifetime} ($>0.2~{\rm{ps}}$)
  474. \begin{itemize}
  475. \item Inflaton \href{http://arxiv.org/abs/0912.0390v2}{{\color{blue}{JHEP 1005:010}}}
  476. \item Displaced vertex.
  477. \item Almost background free.
  478. \item Lower reconstruction efficiency.
  479. \end{itemize}
  480.  
  481. \column{2.5in}
  482. \textbf{Short lifetime} ($\leq0.2~{\rm{ps}}$)
  483. \begin{itemize}
  484. \item Dark matter mediator \href{http://arxiv.org/abs/1310.6752}{{\color{blue}{ Phys. Lett. B727 }}}
  485. \item Axion \href{http://arxiv.org/abs/0911.5355}{{\color{blue}{Phys.Rev.D81}}}
  486. \item Prompt decay.
  487. \item Contaminated via SM decay.
  488. \end{itemize}
  489.  
  490. \end{columns}
  491. \begin{columns}
  492. \column{0.1in}
  493. {~}
  494.  
  495. \column{2.5in}
  496. \includegraphics[width=0.95\textwidth]{susy/displaced.png}
  497.  
  498. \column{2.5in}
  499. \includegraphics[width=0.95\textwidth]{susy/prompt.png}
  500.  
  501. \end{columns}
  502.  
  503. \end{frame}
  504.  
  505.  
  506. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  507. \begin{frame}\frametitle{Selection}
  508. \begin{itemize}
  509. \item Trigger on muons.
  510. \item Multivariate selection: ${\rm{\mu BDT}}$ \href{http://arxiv.org/abs/1305.7248}{JINST 8(2013)}
  511. \begin{itemize}
  512. \item ${\rm{\mu BDT}}$ ensures flat efficiency in lifetime of $\chi$.
  513. \end{itemize}
  514. \item Optimized on Punzi figure-of-merit:
  515. \begin{align*}
  516. P_a = \dfrac{S}{\frac{5}{2}+\sqrt{B}},
  517. \end{align*}
  518. with $S$ and $B$ are signal and background yields.
  519. \item Factorize lifetime into two components: $\mathcal{L}=\mathcal{L}^{{\rm{prompt}}} \bigotimes \mathcal{L}^{{\rm{displaced}}}$
  520. \begin{itemize}
  521. \item Prompt: $\tau < 3\sigma_{\tau}$\\
  522. $\mapsto$ SM background of $\PBzero \to \PKstar \Pmuon \APmuon$
  523. \item Displeased: $\tau > 3\sigma_{\tau}$\\
  524. $\mapsto$ Almost background free.
  525. \end{itemize}
  526. \end{itemize}
  527.  
  528.  
  529.  
  530. \end{frame}
  531.  
  532.  
  533. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  534. \begin{frame}\frametitle{Search strategy}
  535. \begin{columns}
  536.  
  537. \column{0.05in}
  538. {~}
  539. \column{3.4in}
  540. \begin{itemize}
  541. \item $\PBzero$ mass constrained.
  542. \item Di-muon mass resolution $\sigma_m =1 -7~\MeV$.
  543. \item Scan $m_{{\rm test}}$ in steps of $0.5~\sigma_m$.
  544. \begin{itemize}
  545. \item {\color{orange}{Wide resonances}} can't affect the search.
  546. \item {\color{turtlegreen}{Narrows resonances}} we veto.
  547. \end{itemize}
  548. \item Calculations performed in each $m_{test}$ window.
  549. \end{itemize}
  550. \column{1.6in}
  551. \includegraphics[width=0.9\textwidth]{susy/williams.png}
  552. \end{columns}
  553.  
  554.  
  555. \end{frame}
  556.  
  557.  
  558. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  559. \begin{frame}\frametitle{Results}
  560.  
  561. \includegraphics[width=0.95\textwidth]{susy/results.png}
  562.  
  563. $\Rrightarrow$ Grey regions correspond to vetoed regions where narrow resonances are expected.\\
  564. $\Rrightarrow$ Largest deviation seen in $m_{\chi}=253~\MeV$.\\
  565. $\rightarrowtail$ Not statistically significant: local p-value $=0.2$.\\
  566.  
  567. $\Rrightarrow$ \href{http://arxiv.org/abs/1508.04094}{\color{blue}{LHCb-PAPER-2015-036}} submited to PRL.
  568.  
  569. \end{frame}
  570.  
  571. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  572. \begin{frame}\frametitle{Branching fraction exclusion limit}
  573.  
  574. \includegraphics[width=0.95\textwidth]{susy/limit.png}
  575.  
  576. $\Rrightarrow$ No deviations from background only hypothesis is observed.
  577. \begin{itemize}
  578. \item We set a $95\%$ CL upper limit as function of mass and lifetime of the new particle (in the LHCb accessible range).
  579. \item Lower lifetimes have better limit due to higher reconstruction efficiency.
  580. \end{itemize}
  581.  
  582.  
  583. \end{frame}
  584.  
  585. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  586. \begin{frame}\frametitle{Benchmark models}
  587.  
  588.  
  589.  
  590. $\Rrightarrow$ Interpretation of the results in two specific models:\\{~}\\
  591.  
  592. \includegraphics[width=1.05\textwidth]{susy/benchmarks.png}
  593. \end{frame}
  594.  
  595.  
  596. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  597. \begin{frame}\frametitle{Long living charged particles like $\PStau$}
  598.  
  599. $\Rrightarrow$ Long living particles can also be produced in the PV. \\
  600. \begin{itemize}
  601. \item This kind of particles would be produce in relatively low velocities and could be identified by their time -of-flight, $dE/dx$ or in Cherenkov detectors.
  602. \end{itemize}
  603. $\Rrightarrow$ LHCb performed a search for long living $\PStau$ particles.\\
  604. $\Rrightarrow$ $\PStau^+ \PStau^-$ produced by Drell-Yan process. \\
  605.  
  606. \end{frame}
  607.  
  608. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  609. \begin{frame}\frametitle{$\PStau$ analysis strategy}
  610. $\Rrightarrow$ Search performed $\PStau$ in mass range of $124-309~\GeV$.\\
  611. $\Rrightarrow$ After the loose preselection to reduce normal Drell-Yan production.
  612.  
  613. \includegraphics[width=1.05\textwidth]{susy/stau.png}
  614.  
  615. $\Rrightarrow$ After the preselection an Neural Net is trained based on Cherenkov detectors to calculate to further suppress the remaining background.
  616.  
  617. \end{frame}
  618.  
  619. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  620. \begin{frame}\frametitle{$\PStau$ results}
  621. \begin{itemize}
  622. \item No significant signal yield has been observed.
  623. \item $95~\%$ upper limit has been set.
  624. \end{itemize}
  625. \includegraphics[width=0.8\textwidth]{susy/sps7.png}
  626. \end{frame}
  627.  
  628.  
  629.  
  630. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  631. \begin{frame}\frametitle{Hidden valley searches}
  632. \begin{itemize}
  633. \item A possible extensions of the SM are models where the new particles have a small couplings to the SM particles.
  634. \item Such models are:
  635. \begin{itemize}
  636. \item Lightest SUSY
  637. \item B/LNV
  638. \item Gravity mediated SUSY
  639. \item Hidden Valleys
  640. \end{itemize}
  641. \item LHCb have performed a search for $\pi_{\nu}$ particles that are pair produced from Higgs like SM particle.
  642. \item They have a long lifetime and decay to pair of jets.
  643. \end{itemize}
  644. \end{frame}
  645.  
  646.  
  647. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  648. \begin{frame}\frametitle{Analysis strategy}
  649. \begin{itemize}
  650. \item Efficient trigger for long living particles.
  651. \item Reconstruction of two jets.
  652. \item MVA used for vertex search.
  653. %\item Remove interactions with material.
  654.  
  655. \item Search performed in different regions of displaced vertexes ($R_{xy}$).
  656. \begin{itemize}
  657. \item $0.4< R_{xy}<4\rm ~mm$, removes heavy flavour and material interaction backgrounds.
  658. \end{itemize}
  659. \end{itemize}
  660. \begin{columns}
  661.  
  662.  
  663.  
  664. \column{0.5\textwidth}
  665. \includegraphics[angle=-90,width=1.\textwidth]{images/Fig1a.pdf}
  666.  
  667. \column{0.5\textwidth}
  668. \includegraphics[angle=-90,width=1.\textwidth]{images/Fig1b.pdf}
  669.  
  670. \end{columns}
  671.  
  672.  
  673. \end{frame}
  674.  
  675. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  676. \begin{frame}\frametitle{Di-jet distribution}
  677.  
  678. \includegraphics[width=0.8\textwidth]{dijet.png}
  679.  
  680. \begin{itemize}
  681. \item {\color{turtlegreen}{Signal component fit result}}, {\color{cyan}{Background component}}
  682. \end{itemize}
  683. \end{frame}
  684.  
  685. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  686. \begin{frame}\frametitle{Results}
  687. \includegraphics[width=0.85\textwidth]{images/Fig4.pdf}
  688.  
  689.  
  690. \end{frame}
  691. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  692. \begin{frame}\frametitle{Conclusion}
  693. \begin{itemize}
  694. \item A search for a dark boson in the decay channel\\ $\PBzero \to \PKstar \Pmuon \APmuon$ has been presented.
  695. \begin{itemize}
  696. \item No deviations from SM observed.
  697.  
  698. \end{itemize}
  699. \item Results are the most constraining exclusion limit on the process.
  700. \item LHCb is suited for search for long lived particles.
  701. \item Stay tuned, more searches like this are on they way.
  702.  
  703. \end{itemize}
  704.  
  705.  
  706.  
  707. \end{frame}
  708.  
  709.  
  710. \backupbegin
  711.  
  712. \begin{frame}\frametitle{Backup}
  713. \topline
  714.  
  715. \end{frame}
  716.  
  717. \backupend
  718.  
  719. \end{document}