Newer
Older
Presentations / Magnet_Stations / 31_05_2017_Elba / mchrzasz.tex
@Marcin Chrzaszcz Marcin Chrzaszcz on 20 May 2019 18 KB update
  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. \usefonttheme{professionalfonts}
  23. \usepackage[no-math]{fontspec}
  24. \defaultfontfeatures{Mapping=tex-text} % This seems to be important for mapping glyphs properly
  25.  
  26. \setmainfont{Gillius ADF} % Beamer ignores "main font" in favor of sans font
  27. \setsansfont{Gillius ADF} % This is the font that beamer will use by default
  28. % \setmainfont{Gill Sans Light} % Prettier, but harder to read
  29.  
  30. \setbeamerfont{title}{family=\fontspec{Gillius ADF}}
  31.  
  32. \input t1augie.fd
  33.  
  34. %\newcommand{\handwriting}{\fontspec{augie}} % From Emerald City, free font
  35. %\newcommand{\handwriting}{\usefont{T1}{fau}{m}{n}} % From Emerald City, free font
  36. % \newcommand{\handwriting}{} % If you prefer no special handwriting font or don't have augie
  37.  
  38. %% Gill Sans doesn't look very nice when boldfaced
  39. %% This is a hack to use Helvetica instead
  40. %% Usage: \textbf{\forbold some stuff}
  41. %\newcommand{\forbold}{\fontspec{Arial}}
  42.  
  43. \usepackage{graphicx}
  44. \usepackage[export]{adjustbox}
  45.  
  46. \usepackage{amsmath}
  47. \usepackage{amsfonts}
  48. \usepackage{amssymb}
  49. \usepackage{bm}
  50. \usepackage{colortbl}
  51. \usepackage{mathrsfs} % For Weinberg-esque letters
  52. \usepackage{cancel} % For "SUSY-breaking" symbol
  53. \usepackage{slashed} % for slashed characters in math mode
  54. \usepackage{bbm} % for \mathbbm{1} (unit matrix)
  55. \usepackage{amsthm} % For theorem environment
  56. \usepackage{multirow} % For multi row cells in table
  57. \usepackage{arydshln} % For dashed lines in arrays and tables
  58. \usepackage{siunitx}
  59. \usepackage{xhfill}
  60. \usepackage{grffile}
  61. \usepackage{textpos}
  62. \usepackage{subfigure}
  63. \usepackage{tikz}
  64.  
  65. %\usepackage{hepparticles}
  66. \usepackage[italic]{hepparticles}
  67.  
  68. \usepackage{hepnicenames}
  69.  
  70. % Drawing a line
  71. \tikzstyle{lw} = [line width=20pt]
  72. \newcommand{\topline}{%
  73. \tikz[remember picture,overlay] {%
  74. \draw[crimsonred] ([yshift=-23.5pt]current page.north west)
  75. -- ([yshift=-23.5pt,xshift=\paperwidth]current page.north west);}}
  76.  
  77.  
  78.  
  79. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
  80. \usepackage{tikzfeynman} % For Feynman diagrams
  81. \usetikzlibrary{arrows,shapes}
  82. \usetikzlibrary{trees}
  83. \usetikzlibrary{matrix,arrows} % For commutative diagram
  84. % http://www.felixl.de/commu.pdf
  85. \usetikzlibrary{positioning} % For "above of=" commands
  86. \usetikzlibrary{calc,through} % For coordinates
  87. \usetikzlibrary{decorations.pathreplacing} % For curly braces
  88. % http://www.math.ucla.edu/~getreuer/tikz.html
  89. \usepackage{pgffor} % For repeating patterns
  90.  
  91. \usetikzlibrary{decorations.pathmorphing} % For Feynman Diagrams
  92. \usetikzlibrary{decorations.markings}
  93. \tikzset{
  94. % >=stealth', %% Uncomment for more conventional arrows
  95. vector/.style={decorate, decoration={snake}, draw},
  96. provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw},
  97. antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw},
  98. fermion/.style={draw=gray, postaction={decorate},
  99. decoration={markings,mark=at position .55 with {\arrow[draw=gray]{>}}}},
  100. fermionbar/.style={draw=gray, postaction={decorate},
  101. decoration={markings,mark=at position .55 with {\arrow[draw=gray]{<}}}},
  102. fermionnoarrow/.style={draw=gray},
  103. gluon/.style={decorate, draw=black,
  104. decoration={coil,amplitude=4pt, segment length=5pt}},
  105. scalar/.style={dashed,draw=black, postaction={decorate},
  106. decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}},
  107. scalarbar/.style={dashed,draw=black, postaction={decorate},
  108. decoration={markings,mark=at position .55 with {\arrow[draw=black]{<}}}},
  109. scalarnoarrow/.style={dashed,draw=black},
  110. electron/.style={draw=black, postaction={decorate},
  111. decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}},
  112. bigvector/.style={decorate, decoration={snake,amplitude=4pt}, draw},
  113. }
  114.  
  115. % TIKZ - for block diagrams,
  116. % from http://www.texample.net/tikz/examples/control-system-principles/
  117. % \usetikzlibrary{shapes,arrows}
  118. \tikzstyle{block} = [draw, rectangle,
  119. minimum height=3em, minimum width=6em]
  120.  
  121.  
  122.  
  123.  
  124. \usetikzlibrary{backgrounds}
  125. \usetikzlibrary{mindmap,trees} % For mind map
  126. \newcommand{\degree}{\ensuremath{^\circ}}
  127. \newcommand{\E}{\mathrm{E}}
  128. \newcommand{\TeV}{\mathrm{TeV}}
  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 mil
  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.  
  146. \def\Put(#1,#2)#3{\leavevmode\makebox(0,0){\put(#1,#2){#3}}}
  147.  
  148. \usepackage{gmp}
  149. \usepackage[final]{feynmp-auto}
  150.  
  151. \usepackage[backend=bibtex,style=numeric-comp,firstinits=true]{biblatex}
  152. \bibliography{bib}
  153. \setbeamertemplate{bibliography item}[text]
  154.  
  155. \makeatletter\let\frametextheight\beamer@frametextheight\makeatother
  156.  
  157. % suppress frame numbering for backup slides
  158. % you always need the appendix for this!
  159. \newcommand{\backupbegin}{
  160. \newcounter{framenumberappendix}
  161. \setcounter{framenumberappendix}{\value{framenumber}}
  162. }
  163. \newcommand{\backupend}{
  164. \addtocounter{framenumberappendix}{-\value{framenumber}}
  165. \addtocounter{framenumber}{\value{framenumberappendix}}
  166. }
  167.  
  168.  
  169. \definecolor{links}{HTML}{2A1B81}
  170. %\hypersetup{colorlinks,linkcolor=,urlcolor=links}
  171.  
  172. % For shapo's formulas:
  173. \def\lsi{\raise0.3ex\hbox{$<$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
  174. \def\gsi{\raise0.3ex\hbox{$>$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
  175. \newcommand{\lsim}{\mathop{\lsi}}
  176. \newcommand{\gsim}{\mathop{\gsi}}
  177. \newcommand{\wt}{\widetilde}
  178. %\newcommand{\ol}{\overline}
  179. \newcommand{\Tr}{\rm{Tr}}
  180. \newcommand{\tr}{\rm{tr}}
  181. \newcommand{\eqn}[1]{&\hspace{-0.7em}#1\hspace{-0.7em}&}
  182. \newcommand{\vev}[1]{\rm{$\langle #1 \rangle$}}
  183. \newcommand{\abs}[1]{\rm{$\left| #1 \right|$}}
  184. \newcommand{\eV}{\rm{eV}}
  185. \newcommand{\keV}{\rm{keV}}
  186. \newcommand{\GeV}{\rm{GeV}}
  187. \newcommand{\im}{\rm{Im}}
  188. \newcommand{\disp}{\displaystyle}
  189. \def\be{\begin{equation}}
  190. \def\ee{\end{equation}}
  191. \def\ba{\begin{eqnarray}}
  192. \def\ea{\end{eqnarray}}
  193. \def\d{\partial}
  194. \def\l{\left(}
  195. \def\r{\right)}
  196. \def\la{\langle}
  197. \def\ra{\rangle}
  198. \def\e{{\rm e}}
  199. \def\Br{{\rm Br}}
  200. \def\fixme{FIXME}
  201.  
  202.  
  203.  
  204. \def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace}
  205. \def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace}
  206.  
  207. \author{ {Marcin Chrzaszcz} (Universit\"{a}t Z\"{u}rich)}
  208. \institute{UZH}
  209. \title[Magnet Stations for LHCb]{Magnet Stations for LHCb}
  210.  
  211.  
  212. \begin{document}
  213. \tikzstyle{every picture}+=[remember picture]
  214.  
  215. {
  216. \setbeamertemplate{sidebar right}{\llap{\includegraphics[width=\paperwidth,height=\paperheight]{bubble2}}}
  217. \begin{frame}[c]%{\phantom{title page}}
  218. \begin{center}
  219. \begin{center}
  220. \begin{columns}
  221. \begin{column}{0.75\textwidth}
  222. \flushright \bfseries \Huge {Magnet Stations\\ for LHCb}
  223. \end{column}
  224. \begin{column}{0.02\textwidth}
  225. {~}
  226. \end{column}
  227. \begin{column}{0.23\textwidth}
  228. % \hspace*{-1.cm}
  229. \vspace*{-3mm}
  230. \includegraphics[width=0.6\textwidth]{lhcb-logo}
  231. \end{column}
  232.  
  233. \end{columns}
  234. \end{center}
  235. \quad
  236. \vspace{3em}
  237. \begin{columns}
  238. \begin{column}{0.99\textwidth}
  239. \center \vspace{-1.8em} {M. Bettler$^1$, P. Billoir$^2$, M. Chrzaszcz$^3$,\\ C. Da Silva$^4$, M. Martinelli$^5$\\~\\
  240. $^1$ CERN, $^2$ CNRS, $^3$ UZH, $^4$ LANL,$^5$ EPFL}
  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.  
  252. \textcolor{normal text.fg!50!Comment}{TTFU meeting, Elba, May 30, 2017}
  253. \end{center}
  254. \end{frame}
  255. }
  256.  
  257. \begin{frame}\frametitle{Outline}
  258.  
  259. \ARROW Introduction\\
  260. \ARROW We will review the effect of an improved tracking for specific channels:
  261. \begin{itemize}
  262. \item Prompt Charm decays
  263. %\item $\PD \to 5 \pi$
  264. \item $R(\Lambda_c^{\ast})$
  265. \item $R(\PDstar)$
  266. \item Multibody $\PB$ decays
  267. \item $\Sigma_b$.
  268. \item $\PB^{\ast}$.
  269. \item Gluon PDF.
  270. \item Spectroscopy.
  271. \item More stuff added during this workshop.
  272. \end{itemize}
  273. \ARROW Outlook
  274.  
  275.  
  276. \end{frame}
  277.  
  278.  
  279. \begin{frame}\frametitle{The idea}
  280. \begin{center}
  281. \includegraphics[width=0.65\textwidth]{images/mag.png}
  282. \end{center}
  283. \ARROW Tracks with hits in the vertex locator and the TT/UT and not in the Tstations: UPSTREAM tracks.\\
  284. \ARROW Those are bend outside of the T-stations acceptance by the magnetic field because of their low-momentum.\\
  285. \ARROW The reduced amount of field between the VELO and the TT, means that their momentum is computed with a large uncertainty.
  286. $\Delta p/p = 20-25\%$ current, $\Delta p/p = 15-20\%$ upgrade
  287. \end{frame}
  288.  
  289. \begin{frame}\frametitle{Proposal}
  290. \only<1>{
  291. \ARROW Original idea comes from Sheldon Stone, Paolo Gandini, Liming Zhang: \href{https://indico.cern.ch/event/327376/contributions/1713479/}{{\color{blue}[Tuesday meeting Sept 2nd 2014]}}\\
  292. \begin{center}
  293. \includegraphics[width=0.65\textwidth]{images/stations.png}
  294. \end{center}
  295. \ARROW It is outside the LHCb acceptancen!! No $X_0$ added.\\
  296. \ARROW No need to have a high resolution. $\mathcal{O}(1\rm mm)$ should be enough.\\
  297. \ARROW See Maurizio slides for details.
  298. }
  299. \only<2>{
  300.  
  301. \begin{center}
  302. \includegraphics[width=0.75\textwidth]{images/sheldon.png}
  303. \end{center}
  304.  
  305. }
  306.  
  307. \end{frame}
  308.  
  309. \iffalse
  310.  
  311. \begin{frame}\frametitle{Where our tracks are?}
  312. \begin{columns}
  313. \column{0.1in}
  314. {~}\\
  315. \column{3in}
  316. \ARROW The upstream tracks have rather poor momentum resolution: $\frac{\Delta p}{p} \sim 15\%$. \\
  317. \ARROW The particles die after short and sad (for physics) life in the magnet yoke. \\
  318. \ARROW If one put chambers in the magnet stations, one could record the particles before they death.\\
  319. \ARROW This will not increase the material budget of the rest of the detector.\\
  320. \begin{center}
  321. \includegraphics[width=0.7\textwidth]{images/joke.png}
  322. \end{center}
  323.  
  324.  
  325. \column{2in}
  326. \includegraphics[width=0.95\textwidth]{images/sketch.png}\\
  327. \includegraphics[width=0.95\textwidth]{images/magnet.png}
  328.  
  329.  
  330.  
  331. \end{columns}
  332. \end{frame}
  333.  
  334.  
  335. \begin{frame}\frametitle{Physics interest}
  336. \begin{small}
  337. \begin{columns}
  338. \column{0.1in}
  339. {~}\\
  340. \column{3in}
  341. \ARROW We have enormous amount of channels where we have slow particles:
  342. \begin{itemize}
  343. \item $\PDstar \to \PD \pi$.
  344. \item $\Lambda_c(2595, 2625) \to \Lambda_c \pi \pi$.
  345. \item All the $\PB^{\ast \ast}$ decays! $\leftarrowtail$ huge community interests!!!
  346. \item As well other states: $\Sigma_b \to \Lambda_b \pi$.
  347. \item Little is known about the excited $\PBs$ states as well.
  348.  
  349. \end{itemize}
  350.  
  351.  
  352. \column{2in}
  353. \includegraphics[width=0.95\textwidth]{images/charmS.png}\\
  354.  
  355.  
  356.  
  357. \end{columns}
  358. \end{small}
  359. \end{frame}
  360.  
  361.  
  362. \fi
  363.  
  364. \begin{frame}\frametitle{The study}
  365.  
  366. \begin{columns}
  367. \column{0.4\textwidth}
  368. \ARROW Take the Gauss \texttt{v50r0} for upgrade.\\
  369. \ARROW Simulate the particle gun.\\
  370. \ARROW Decays particles with \texttt{EvtGen}.\\
  371. \ARROW Put for now a plates in the Magnet (and beyond) and see where the particles hit them.\\
  372. \ARROW $\nu=7.6$.
  373.  
  374. \column{0.6\textwidth}
  375. \includegraphics[width=0.95\textwidth]{images/mag3.png}
  376. \end{columns}
  377.  
  378.  
  379. \end{frame}
  380.  
  381.  
  382.  
  383.  
  384. \begin{frame}\frametitle{Prompt charm decays}
  385.  
  386. \ARROW Study the prompt production: $\PDstar \to \PD (\pi \PK) \pi_{\rm slow}$.
  387. \begin{columns}
  388. \column{0.6\textwidth}
  389. \ARROW The study is based on two type of cases:
  390. \begin{small}
  391. \begin{itemize}
  392. \item Slow $\pi$ hits UT + FT and $K$, $\pi$ in UT + FT
  393. \item Slow $\pi$ hits UT + MS and $K$, $\pi$ in UT + FT
  394. \end{itemize}
  395. \ARROW The gain in terms of statistics:\\
  396. \begin{align*}
  397. { \rm gain} = 20.7\%
  398. \end{align*}
  399.  
  400. \end{small}
  401.  
  402. \column{0.4\textwidth}
  403. \includegraphics[angle=-90,width=0.95\textwidth]{{images/z_Dstar}.pdf}\\
  404. \includegraphics[angle=-90,width=0.95\textwidth]{{images/yz_Dstar}.pdf}
  405.  
  406. \end{columns}
  407.  
  408.  
  409.  
  410.  
  411. \end{frame}
  412.  
  413.  
  414.  
  415. \begin{frame}\frametitle{$\Lambda_b \to \Lambda_c^{\ast} \tau \nu$}
  416.  
  417. \ARROW Study the LUV in: $\Lambda_b \to \Lambda_c^{\ast} \tau \nu$
  418. \begin{columns}
  419. \column{0.6\textwidth}
  420. \ARROW The study is based on two type of cases:
  421. \begin{small}
  422. \begin{itemize}
  423. \item Two slow $\pi$ hits UT + FT and p, $K$, $\pi$ in UT + FT
  424. \item One slow $\pi$ hits UT + MS(FT) and p, $K$, $\pi$ in UT + FT
  425. \item Two slow $\pi$ hits UT + MS and p, $K$, $\pi$ in UT + FT
  426. \end{itemize}
  427. \end{small}
  428.  
  429. \ARROW The gain in terms of statistics:\\
  430. \begin{align*}
  431. { \rm gain} = 60.0\%
  432. \end{align*}
  433.  
  434.  
  435. \column{0.4\textwidth}
  436. \includegraphics[angle=-90,width=0.95\textwidth]{{images/z_Lcstar}.pdf}\\
  437. \includegraphics[angle=-90,width=0.95\textwidth]{{images/yz_Lcstar}.pdf}
  438.  
  439. \end{columns}
  440.  
  441.  
  442.  
  443. \end{frame}
  444.  
  445.  
  446.  
  447. \begin{frame}\frametitle{$\PB \to \PDstar \tau \nu$}
  448.  
  449. \ARROW Study the LUV in: $\PB \to \PDstar \tau \nu$
  450. \begin{columns}
  451. \column{0.6\textwidth}
  452. \ARROW The study is based on two type of cases:
  453. \begin{small}
  454. \begin{itemize}
  455. \item Slow $\pi$ hits UT + FT and $K$, $\pi$ in UT + FT
  456. \item Slow $\pi$ hits UT + MS and $K$, $\pi$ in UT + FT
  457. \end{itemize}
  458. \end{small}
  459. \ARROW The gain in terms of statistics:\\
  460. \begin{align*}
  461. { \rm gain} = 26.0\%
  462. \end{align*}
  463.  
  464.  
  465. \column{0.4\textwidth}
  466. \includegraphics[angle=-90,width=0.95\textwidth]{{images/z_DstarB}.pdf}\\
  467. \includegraphics[angle=-90,width=0.95\textwidth]{{images/yz_DstarB}.pdf}
  468.  
  469. \end{columns}
  470.  
  471.  
  472.  
  473. \end{frame}
  474.  
  475.  
  476.  
  477. \begin{frame}\frametitle{$\PB \to n \PK$}
  478.  
  479. \ARROW Study the multi body decays: $\PB \to n \PK$:
  480. \begin{center}
  481. \includegraphics[angle=-90,width=0.75\textwidth]{images/nk.pdf}
  482. \end{center}
  483. \ARROW Clearly a threshold effect, the less PHSP you have the more you gain.
  484.  
  485.  
  486. \end{frame}
  487.  
  488.  
  489.  
  490. \iffalse
  491. \begin{frame}\frametitle{$\PD \to 5 \PK$}
  492.  
  493. \begin{columns}
  494. \column{0.6\textwidth}
  495. \ARROW Similar is expected to $\PD \PD$ searches.
  496. \ARROW The study is based on two type of cases:
  497. \begin{small}
  498. \begin{itemize}
  499. \item Slow $\pi$ hits UT + FT and $K$, $\pi$ in UT + FT
  500. \item Slow $\pi$ hits UT + MS and $K$, $\pi$ in UT + FT
  501. \end{itemize}
  502. \end{small}
  503. \ARROW The gain in terms of statistics:\\
  504. \begin{align*}
  505. { \rm gain} = 26.0\%
  506. \end{align*}
  507.  
  508.  
  509. \column{0.4\textwidth}
  510. \includegraphics[angle=-90,width=0.95\textwidth]{{images/z_DstarB}.pdf}\\
  511. \includegraphics[angle=-90,width=0.95\textwidth]{{images/yz_DstarB}.pdf}
  512.  
  513. \end{columns}
  514.  
  515.  
  516.  
  517. \end{frame}
  518. \fi
  519.  
  520. \begin{frame}\frametitle{$\Sigma_b \to \Lambda_b \pi$}
  521.  
  522. \begin{columns}
  523. \column{0.6\textwidth}
  524. \ARROW The study is based on two type of cases:
  525. \begin{small}
  526. \begin{itemize}
  527. \item Slow $\pi$ hits UT + FT and $\Lambda_c$, $D_s$ in UT + FT
  528. \item Slow $\pi$ hits UT + MS and $\Lambda_c$, $D_s$ in UT + FT
  529. \end{itemize}
  530. \end{small}
  531. \ARROW The gain in terms of statistics:\\
  532. \begin{align*}
  533. { \rm gain} = 29.0\%
  534. \end{align*}
  535.  
  536.  
  537. \column{0.4\textwidth}
  538. \includegraphics[angle=-90,width=0.95\textwidth]{{images/z_DstarB}.pdf}\\
  539. \includegraphics[angle=-90,width=0.95\textwidth]{{images/yz_DstarB}.pdf}
  540.  
  541. \end{columns}
  542.  
  543.  
  544.  
  545. \end{frame}
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552. \begin{frame}\frametitle{Gluon PDF}
  553.  
  554. \begin{center}
  555. \includegraphics[width=0.9\textwidth]{images/gluon.png}
  556. \end{center}
  557. \ARROW The Gluon PDF saturates the low momentum transfer and fractional momentum.
  558.  
  559. \end{frame}
  560.  
  561. \begin{frame}\frametitle{Gluon PDF}
  562.  
  563. \begin{center}
  564. \includegraphics[width=0.9\textwidth]{images/gluon22.png}
  565. \end{center}
  566.  
  567.  
  568. \end{frame}
  569.  
  570. \begin{frame}\frametitle{Gluon PDF efficiency}
  571.  
  572. \ARROW If one looks at the efficiency for the low tracks, one finds where is the improvement:
  573.  
  574. \begin{center}
  575. \includegraphics[width=0.9\textwidth]{images/pdf.png}
  576. \end{center}
  577.  
  578. \ARROW For more details see \href{https://indico.cern.ch/event/557554/contributions/2247267/attachments/1423140/2181806/gluon_saturation_seminar.pdf}{{\color{blue}Cesar Luiz da Silva; Tuesday Presentation}}
  579.  
  580.  
  581. \end{frame}
  582.  
  583.  
  584. \begin{frame}\frametitle{Spectroscopy}
  585.  
  586. \begin{center}
  587. \includegraphics[width=0.9\textwidth]{images/spec.png}
  588. \end{center}
  589.  
  590.  
  591. \end{frame}
  592.  
  593. \begin{frame}\frametitle{Idea from this workshop: $\PB \to \tau \tau$}
  594.  
  595. \ARROW LHCb has recently measured: $\PB_{s/d} \to \tau \tau$~\href{https://arxiv.org/abs/1703.02508}{\color{blue}arXiv::1703.02508}\\
  596.  
  597. \begin{columns}
  598.  
  599. \column{0.6\textwidth}
  600. \includegraphics[width=0.95\textwidth]{images/bstautau.pdf}
  601.  
  602.  
  603. \column{0.4\textwidth}
  604.  
  605. \includegraphics[width=0.95\textwidth]{images/Bstautau2.png}
  606.  
  607. \end{columns}
  608.  
  609. \ARROW As a multibody decay it will probably have non-negligable gain from MS.\\
  610. \ARROW From preliminary studies $\mathcal{O}(24)\%$ gain.
  611.  
  612.  
  613. \end{frame}
  614.  
  615.  
  616. \begin{frame}\frametitle{Soft bomb events}
  617.  
  618. \ARROW All credits to Zoltan Ligeti.\\
  619. \ARROW Based on paper:\href{https://arxiv.org/pdf/1612.00850.pdf?fname=cm&font=TypeI}{\color{blue}arXiv::1612.00850}
  620.  
  621. \includegraphics[width=0.99\textwidth]{images/bomb.png}
  622.  
  623. \ARROW The paper gives a lot of information how to select such events $\color{blue}\rightarrow$ Need new MC study.
  624.  
  625. \end{frame}
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632. \begin{frame}\frametitle{Outlook}
  633.  
  634. \ARROW The physics program of magnet stations is enormous.\\
  635. \ARROW For many channels, the MS are improving the efficiencies from ~$20-30\% (R(D^{\ast}))$ to $60\%$.\\
  636. \ARROW For other, such as the study of Gluon saturation, the MS are enabling the measurement.\\
  637. \ARROW MS help when little PHSP is available.\\
  638. \ARROW We are extending the studies for more and more decays in the future.
  639.  
  640.  
  641.  
  642. \end{frame}
  643.  
  644.  
  645.  
  646. \begin{frame}\frametitle{Since Guy started...}
  647. \begin{columns}
  648.  
  649. \column{0.5\textwidth}
  650. ''The extent of your consciousness is limited only by your ability to love''\\
  651. \includegraphics[width=0.9\textwidth]{images/nap.png}
  652.  
  653.  
  654.  
  655. \column{0.5\textwidth}
  656. \pause
  657. ''The extent of your ACCEPTANCE is limited only by your MAGNET STATIONS''\\
  658. \includegraphics[width=0.9\textwidth]{images/nap2.png}
  659.  
  660.  
  661.  
  662. \end{columns}
  663.  
  664. \end{frame}
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671. \backupbegin
  672.  
  673. \begin{frame}\frametitle{Backup}
  674. \topline
  675.  
  676. \end{frame}
  677.  
  678. \backupend
  679.  
  680. \end{document}