Newer
Older
Presentations / Zurich_group / Mountain_hut_2015 / QEE / mchrzasz.tex
@mchrzasz mchrzasz on 26 Aug 2015 14 KB addede Katharina comments
  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. \usepackage[lf]{berenis}
  18. \usepackage[LY1]{fontenc}
  19. \usepackage[utf8]{inputenc}
  20.  
  21. \usepackage{emerald}
  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{\Var}{\mathrm{Var}}
  129. \newcommand{\Cov}{\mathrm{Cov}}
  130. \newcommand\Ts{\rule{0pt}{2.6ex}} % Top strut
  131. \newcommand\Bs{\rule[-1.2ex]{0pt}{0pt}} % Bottom strut
  132.  
  133. \graphicspath{{images/}} % Put all images in this directory. Avoids clutter.
  134.  
  135. % SOME COMMANDS THAT I FIND HANDY
  136. % \renewcommand{\tilde}{\widetilde} % dinky tildes look silly, dosn't work with fontspec
  137. \newcommand{\comment}[1]{\textcolor{comment}{\footnotesize{#1}\normalsize}} % comment mild
  138. \newcommand{\Comment}[1]{\textcolor{Comment}{\footnotesize{#1}\normalsize}} % comment bold
  139. \newcommand{\COMMENT}[1]{\textcolor{COMMENT}{\footnotesize{#1}\normalsize}} % comment crazy bold
  140. \newcommand{\Alert}[1]{\textcolor{Alert}{#1}} % louder alert
  141. \newcommand{\ALERT}[1]{\textcolor{ALERT}{#1}} % loudest alert
  142. %% "\alert" is already a beamer pre-defined
  143. \newcommand*{\Scale}[2][4]{\scalebox{#1}{$#2$}}%
  144.  
  145. \def\Put(#1,#2)#3{\leavevmode\makebox(0,0){\put(#1,#2){#3}}}
  146.  
  147. \usepackage{gmp}
  148. \usepackage[final]{feynmp-auto}
  149.  
  150. \usepackage[backend=bibtex,style=numeric-comp,firstinits=true]{biblatex}
  151. \bibliography{bib}
  152. \setbeamertemplate{bibliography item}[text]
  153.  
  154. \makeatletter\let\frametextheight\beamer@frametextheight\makeatother
  155.  
  156. % suppress frame numbering for backup slides
  157. % you always need the appendix for this!
  158. \newcommand{\backupbegin}{
  159. \newcounter{framenumberappendix}
  160. \setcounter{framenumberappendix}{\value{framenumber}}
  161. }
  162. \newcommand{\backupend}{
  163. \addtocounter{framenumberappendix}{-\value{framenumber}}
  164. \addtocounter{framenumber}{\value{framenumberappendix}}
  165. }
  166.  
  167.  
  168. \definecolor{links}{HTML}{2A1B81}
  169. %\hypersetup{colorlinks,linkcolor=,urlcolor=links}
  170.  
  171. % For shapo's formulas:
  172. \def\lsi{\raise0.3ex\hbox{$<$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
  173. \def\gsi{\raise0.3ex\hbox{$>$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
  174. \newcommand{\lsim}{\mathop{\lsi}}
  175. \newcommand{\gsim}{\mathop{\gsi}}
  176. \newcommand{\wt}{\widetilde}
  177. %\newcommand{\ol}{\overline}
  178. \newcommand{\Tr}{\rm{Tr}}
  179. \newcommand{\tr}{\rm{tr}}
  180. \newcommand{\eqn}[1]{&\hspace{-0.7em}#1\hspace{-0.7em}&}
  181. \newcommand{\vev}[1]{\rm{$\langle #1 \rangle$}}
  182. \newcommand{\abs}[1]{\rm{$\left| #1 \right|$}}
  183. \newcommand{\eV}{\rm{eV}}
  184. \newcommand{\keV}{\rm{keV}}
  185. \newcommand{\TeV}{\rm{TeV}}
  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.  
  201.  
  202.  
  203. \author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)}
  204. \institute{UZH}
  205. \title[Electroweak Run2 prospects]{Electroweak Run2 prospects}
  206. \date{1-2 September 2015}
  207.  
  208.  
  209. \begin{document}
  210. \tikzstyle{every picture}+=[remember picture]
  211.  
  212. {
  213. \setbeamertemplate{sidebar right}{\llap{\includegraphics[width=\paperwidth,height=\paperheight]{bubble2}}}
  214. \begin{frame}[c]%{\phantom{title page}}
  215. \begin{center}
  216. \begin{center}
  217. \begin{columns}
  218. \begin{column}{0.75\textwidth}
  219. \flushright\fontspec{Trebuchet MS}\bfseries \Huge {Electroweak\\ Run2 prospects}
  220. \end{column}
  221. \begin{column}{0.02\textwidth}
  222. {~}
  223. \end{column}
  224. \begin{column}{0.23\textwidth}
  225. % \hspace*{-1.cm}
  226. \vspace*{-3mm}
  227. \includegraphics[width=0.6\textwidth]{lhcb-logo}
  228. \end{column}
  229. \end{columns}
  230. \end{center}
  231. \quad
  232. \vspace{3em}
  233. \begin{columns}
  234. \begin{column}{0.44\textwidth}
  235. \flushright \vspace{-1.8em} {\fontspec{Trebuchet MS} \Large Marcin Chrząszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}}
  236.  
  237. \end{column}
  238. \begin{column}{0.53\textwidth}
  239. \includegraphics[height=1.3cm]{uzh-transp}
  240. \end{column}
  241. \end{columns}
  242.  
  243. \vspace{1em}
  244. % \footnotesize\textcolor{gray}{With N. Serra, B. Storaci\\Thanks to the theory support from M. Shaposhnikov, D. Gorbunov}\normalsize\\
  245. \vspace{0.5em}
  246.  
  247. \textcolor{normal text.fg!50!Comment}{Zurich meeting, Churwalden\\September 1-2, 2015}
  248. \end{center}
  249. \end{frame}
  250. }
  251.  
  252.  
  253. \begin{frame}\frametitle{Higher energy!}
  254. \begin{columns}
  255. \column{0.1\textwidth}
  256. {~}
  257. \column{0.5\textwidth}
  258. $7~\TeV$
  259. \column{0.4\textwidth}
  260. $14~\TeV$
  261. \end{columns}
  262.  
  263.  
  264. \includegraphics[width=0.95\textwidth]{images/Q_x.png}
  265.  
  266. \begin{itemize}
  267. \item LHCb cover a very unique region of the phase space that is not accessible for any other experiments.
  268. \item One could measure in this regime:
  269. \begin{itemize}
  270. \item $\PW$, $\PZ$ cross section.
  271. \item Drell-Yan cross section.
  272. \end{itemize}
  273. \item These measurements would strongly constrain the PDF in the fits.
  274. \end{itemize}
  275.  
  276.  
  277. \end{frame}
  278. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  279. \begin{frame}\frametitle{Cross section}
  280. $\Rrightarrow$ Higher energy $\Rightarrow$ Higher cross section:
  281. \includegraphics[width=0.95\textwidth]{images/xsection.png}
  282.  
  283. $\Rrightarrow$ In contrast to RD the EW measurements should start much sooner as they are not statistically dominated!
  284.  
  285.  
  286. \end{frame}
  287.  
  288. \begin{frame}\frametitle{What could we do?}
  289.  
  290. $\Rrightarrow$ For starters we should start by measurement of $\PZ$ cross section (already ongoing in the group).\\
  291. $\Rightarrow$ Relativity simple, you don't need much data.\\
  292. $\Rightarrow$ Important for MC tuning.\\
  293. $\Rrightarrow$ More interesting: Tripple Gauge Boson Couplings:\\{~}\\
  294. \begin{columns}
  295.  
  296. \column{3in}
  297. \begin{itemize}
  298. \item Clear SM prediction.
  299. \item Sensitive to anomalous couplings!
  300. \item ATLAS observed a small but consistent deviation in this measurement.
  301. \end{itemize}
  302.  
  303. \column{2in}
  304. \includegraphics[width=0.9\textwidth]{{images/DibosonGeneric.eps}.jpg}
  305.  
  306. \end{columns}
  307.  
  308.  
  309. \end{frame}
  310.  
  311. \begin{frame}\frametitle{Drell-Yan}
  312. \begin{columns}
  313. \column{0.05\textwidth}
  314.  
  315.  
  316. \column{0.45\textwidth}
  317. \begin{itemize}
  318. \item Very clean theoretical prediction!
  319. \item Effectively you are probing the proton PDF.
  320. \item Remember that the theory error for all the Higgs calculations comes from PDFs.
  321. \item One could improve really the PDFs thanks to special kinematic region of LHCb.
  322. \item We could reach lower $x$ region of $10^{-6}$, trigger is there! Background needs to be understood.
  323. \end{itemize}
  324.  
  325. \column{0.5\textwidth}
  326. \includegraphics[width=0.9\textwidth]{{images/450px-Drell-Yan.svg}.png}\\
  327. \includegraphics[angle=-90,width=0.9\textwidth]{{images/13000_14000_y_bin_2_4.5}.pdf}
  328.  
  329. \end{columns}
  330.  
  331.  
  332. \end{frame}
  333.  
  334. \begin{frame}\frametitle{Central Exclusive Production}
  335. \begin{columns}
  336. \column{0.05\textwidth}
  337.  
  338.  
  339. \column{0.65\textwidth}
  340. \begin{itemize}
  341. \item Super clean theoretically.
  342. \item Signature: protons interact and go to the beam pipe undetected, in the detector you are left with couple of particles.
  343. \item Probing PDF and also thanks to DPE we have a link to Higgs Physics.
  344. \item Getting sensitive to saturation effects?
  345. \end{itemize}
  346.  
  347. \column{0.3\textwidth}
  348. \includegraphics[width=0.6\textwidth]{{images/2gamma}.png}\\
  349. \includegraphics[width=0.6\textwidth]{{images/gammapomeron}.png}\\
  350. \includegraphics[width=0.6\textwidth]{{images/2pomeron}.png}\\
  351. \end{columns}
  352.  
  353.  
  354. \end{frame}
  355.  
  356. \begin{frame}\frametitle{Central Exclusive Production- detector upgrade}
  357. \begin{itemize}
  358. \item For Run2 LHCb installed:HeRSCheL: High Rapidity Shower Counters
  359. \item They cover $5<\eta<8$.
  360. \item Rejecting the main background for CEP.
  361. \item Allows to measure $p_T^2$ distribution for inelastic events.
  362. \item Dedicated \texttt{L0} trigger for CEP.
  363. \end{itemize}
  364.  
  365.  
  366. \includegraphics[width=0.9\textwidth]{{images/upgrade}.png}\\
  367.  
  368. \end{frame}
  369.  
  370. \begin{frame}\frametitle{Ion-Ion run}
  371. \begin{columns}
  372. \column{0.03\textwidth}
  373. {~}
  374. \column{0.7\textwidth}
  375. \begin{itemize}
  376. \item Tests of all QGP effects:
  377. \begin{itemize}
  378. \item Colour screening.
  379. \item Melting states.
  380. \item Jet quenching.
  381. \item $\PJpsi$ suppression.
  382. \item Elliptic flow.
  383. \end{itemize}
  384. \item Cold and hot matter effects.
  385. \item SMOG.
  386. \item etc.
  387. \end{itemize}
  388.  
  389. \column{0.27\textwidth}
  390. \includegraphics[width=0.95\textwidth]{images/melt.png}\\
  391.  
  392. \end{columns}
  393. \includegraphics[width=0.85\textwidth]{images/smog.png}
  394. \end{frame}
  395.  
  396.  
  397.  
  398. \begin{frame}\frametitle{CP-odd Higgs}
  399. \includegraphics[width=0.95\textwidth]{images/diagrams.png}
  400. \begin{itemize}
  401. \item Competitive with ATLAS and CMS
  402. \item We have excellent resolution.
  403. \item Can probe mass around the $\Upsilon$s region.
  404. \end{itemize}
  405.  
  406.  
  407. \end{frame}
  408. \begin{frame}\frametitle{top physics}
  409. \begin{itemize}
  410. \item Katharina already presented our recent measurement of top measurement in the forward region.
  411. \item with Run2 data ($5~\rm fb^{-1}$):
  412. \begin{itemize}
  413. \item $[\Plepton, \Pbeauty]$: expect $\sim$ $8300~\Ptop \APtop$ , $5000~\Ptop$-channel, $600~\Pstrange$ -channel, and $180~\PW \Ptop$.
  414. \item $[ \Plepton, \Plepton , \Pbeauty, \Pbeauty]$: expect $\sim$ $530~\Ptop \APtop$.
  415. \end{itemize}
  416. \end{itemize}
  417.  
  418.  
  419. \end{frame}
  420.  
  421. \begin{frame}\frametitle{How about some precision?}
  422.  
  423. \begin{columns}
  424. \column{0.05\textwidth}
  425. {~}
  426.  
  427. \column{0.5\textwidth}
  428. \begin{itemize}
  429. \item One can measure the $A_{FB}$ in the $\PZ \to \Pmu \Pmu$ decays:
  430. \begin{align*}
  431. A_{FB}=\dfrac{\sigma(\cos \theta >0) - \sigma(\cos \theta <0) }{\sigma(\cos \theta >0) + \sigma(\cos \theta <0) }
  432. \end{align*}
  433. \item This is dependent on the vector and axial couplings $\Rightarrow$ $\sin \theta_W^{eff}$.
  434. \item Since LEP time there is a small tension in this measurement.
  435. \item With full Run2 data and some smart ideas we might be close to LEP!
  436. \item ATLAS and CMS will not not be able to compete.
  437. \end{itemize}
  438.  
  439. \column{0.45\textwidth}
  440. \includegraphics[width=0.95\textwidth]{images/AFB_11.png}\\
  441. \includegraphics[width=0.95\textwidth]{images/chi2.png}
  442. \end{columns}
  443.  
  444. \end{frame}
  445.  
  446.  
  447. \begin{frame}\frametitle{Summary}
  448. \begin{itemize}
  449. \item Reach Run2 program in QEE WG measurements:
  450. \begin{enumerate}
  451. \item Drell-Yan
  452. \item Ion-Ion physics
  453. \item Cross section measurements
  454. \item Triple Gauge Couplings
  455. \item top physics
  456. \item CEP
  457. \item $\sin \theta_W^{eff}$
  458. \end{enumerate}
  459. \end{itemize}
  460.  
  461.  
  462.  
  463. \end{frame}
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470. \backupbegin
  471. \begin{frame}\frametitle{Backup}
  472.  
  473.  
  474. \end{frame}
  475.  
  476. \backupend
  477.  
  478. \end{document}