Newer
Older
Presentations / Gambit / 07_05_2019 / mchrzasz.tex
@Marcin Chrzaszcz Marcin Chrzaszcz on 6 Aug 2019 26 KB large 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 (CERN)}
  208. \institute{UZH}
  209. \title[FlavBit update]{FlavBit update}
  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.15\textwidth}
  222. {~}
  223. \end{column}
  224. \begin{column}{0.02\textwidth}
  225. {~}
  226. \end{column}
  227. \begin{column}{0.73\textwidth}
  228. \bfseries \Huge {FlavBit update}
  229. \end{column}
  230. \begin{column}{0.02\textwidth}
  231. {~}
  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{-2.8em} {Florian Bernlochner\\ Jihyun Bhom\\ Marcin Chrzaszcz\\ Nazila Mahmoudi\\ Pat Scott}
  241.  
  242. %\flushright \vspace{-2.8em} { Marcin Chrzaszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}}
  243.  
  244.  
  245. \end{column}
  246. \begin{column}{0.53\textwidth}
  247. \hspace{2.0cm}
  248. \includegraphics[height=1.6cm]{cern}{~}
  249. \includegraphics[height=1.6cm]{ifj.png} \\{~}{~}{~}
  250. \includegraphics[height=0.8cm]{imperial.png}
  251.  
  252. \end{column}
  253. \end{columns}
  254.  
  255. \vspace{1em}
  256. \vspace{1.4cm}
  257.  
  258. \textcolor{normal text.fg!50!Comment}{Gambit collaboration meeting, June 6, 2019}
  259. \end{center}
  260. \end{frame}
  261. }
  262.  
  263.  
  264.  
  265.  
  266.  
  267. \begin{frame}\frametitle{FlavBit: the past}
  268.  
  269. \begin{center}
  270.  
  271. \begin{columns}
  272. \column{0.5\textwidth}
  273. \ARROW Theory predictions calculated via SuperIso v2.3.\\
  274. \ARROW Theoretical errors hard-coded and scaled if needed.\\
  275.  
  276. \column{0.5\textwidth}
  277. \ARROW Experimental results are stored in YAML files and read by \texttt{Flav\_reader}.\\
  278. \ARROW The class also store theoretical errors.\\
  279. \ARROW Errors were symmetrized and other nasty assumptions were made.
  280.  
  281.  
  282. \end{columns}
  283.  
  284. \begin{exampleblock}{Future}
  285. Each of the elements of the code is there and we just need to put them together inside Gambit.
  286. \end{exampleblock}
  287.  
  288.  
  289. \end{center}
  290. \end{frame}
  291.  
  292.  
  293.  
  294.  
  295.  
  296. \begin{frame}\frametitle{FlavBit: present and future}
  297.  
  298. \begin{center}
  299.  
  300. \begin{columns}
  301. \column{0.5\textwidth}
  302. \ARROW Theory predictions calculated via SuperIso v3+.\\
  303. \ARROW Program can calculate theoretical errors for each scanning point.\\
  304.  
  305. \column{0.5\textwidth}
  306. \ARROW Experimental results are stored in YAML files and read by external program called \texttt{HEPLike}.\\
  307. \ARROW Very nice features included.
  308.  
  309. \end{columns}
  310.  
  311. \end{center}
  312. \end{frame}
  313.  
  314.  
  315.  
  316.  
  317. \iffalse
  318.  
  319.  
  320.  
  321.  
  322. \begin{frame}\frametitle{HEP results}
  323. \ARROW How do we publish results?
  324. \begin{columns}
  325. \column{0.35\textwidth}
  326. \includegraphics[width=0.95\textwidth]{images/arxiv.png}\\
  327. \pause
  328. \begin{align*}
  329. R_K=0.846^{+0.060 +0.016}_{-0.054 - 0.014}
  330. \end{align*}
  331.  
  332. \pause
  333. \column{0.65\textwidth}
  334. \begin{center}
  335. \includegraphics[angle=-90,width=0.5\textwidth]{images/FigS8.pdf}\\
  336. \pause
  337. \includegraphics[width=0.75\textwidth]{images/hepdata.png}
  338. \end{center}
  339.  
  340.  
  341. \end{columns}
  342.  
  343.  
  344. \end{frame}
  345.  
  346.  
  347.  
  348.  
  349.  
  350. \begin{frame}\frametitle{HEP results}
  351. \ARROW How are the results used?
  352. \begin{columns}
  353. \column{0.5\textwidth}
  354.  
  355. \ARROWR Correlations are neglected
  356. \includegraphics[width=0.75\textwidth]{{images/Table_12}.pdf}
  357.  
  358.  
  359. \ARROWR Non Linear effects are forgotten
  360. \includegraphics[angle=-90,width=0.75\textwidth]{{images/example}.pdf}
  361.  
  362.  
  363.  
  364. \column{0.5\textwidth}
  365.  
  366. \ARROWR Errors are being symmetrized
  367. \includegraphics[angle=-90,width=0.75\textwidth]{{images/Fig62aS}.pdf}
  368.  
  369. {~}\\{~}\\
  370. \end{columns}
  371.  
  372.  
  373. \end{frame}
  374.  
  375.  
  376. \begin{frame}\frametitle{HEP results}
  377. \ARROW How are the results used?\\{~}\\
  378.  
  379. \ARROWR Interpreting Upper limits [HLFAV, 90\% UL]:
  380. \begin{align*}
  381. \mathcal{B} (\tau \to \mu \mu e) < 9.9 \times 10^{-9}
  382. \end{align*}
  383. \ARROW People interpret this assuming it's a gaussian centered around $0$ and width $\frac{9.9\times 10^{-9}}{1.64} $.\\
  384. \ARROW Usually a full p-value scan is published:
  385. \begin{columns}
  386. \column{0.5\textwidth}
  387. \includegraphics[width=0.75\textwidth]{{images/180}.png}
  388.  
  389. \column{0.5\textwidth}
  390. \includegraphics[width=0.75\textwidth]{{images/dupa}.png}
  391.  
  392.  
  393. \end{columns}
  394. \ARROW The examples go on and on...
  395.  
  396.  
  397. \end{frame}
  398.  
  399.  
  400.  
  401.  
  402.  
  403. \begin{frame}\frametitle{The idea}
  404. \ARROW The theory and experimental community need to work together about proper interpretation.
  405. \pause
  406. \begin{center}
  407. \includegraphics[width=0.95\textwidth]{{images/kim}.jpg}
  408. \end{center}
  409.  
  410.  
  411.  
  412.  
  413.  
  414. \end{frame}
  415.  
  416. \fi
  417.  
  418. \begin{frame}\frametitle{HEPLike}
  419.  
  420. \ARROW High Energy Physics Likelihood (HEPLike).
  421. \begin{itemize}
  422. \item Open source software.
  423. \item With separate database of measurements.
  424. \item Statistics library.
  425. \item Can be interfaced with existing codes.
  426. \end{itemize}
  427. \ARROW It constructs the experimental likelihoods for you!\\
  428. \ARROW Does work with both the $\chi^2$ and (log-)likelihood fits.\\
  429. \ARROW Useful utilities for creating citations and database search.
  430. \end{frame}
  431.  
  432.  
  433. \begin{frame}\frametitle{HEPLike}
  434.  
  435. \ARROW The are couple of measurement types:
  436. \begin{itemize}
  437. \item Upper limits,
  438. \item Single measurement with symmetric uncertainty,
  439. \item Single measurement with asymmetric uncertainty,
  440. \item Multiple measurements with symmetric uncertainty,
  441. \item Multiple measurements with asymmetric uncertainty,
  442. \item One dimensional likelihood function,
  443. \item n-dimensional likelihood function.
  444. \end{itemize}
  445.  
  446. \begin{alertblock}{Bonus}
  447. In addition we provide a way for the future that the experiments can publish the dataset.
  448. \end{alertblock}
  449.  
  450. \end{frame}
  451.  
  452.  
  453. \begin{frame}\frametitle{HEPLike - code structure}
  454.  
  455. \begin{center}
  456. \includegraphics[width=0.99\textwidth]{images/diagram.png}
  457.  
  458. \end{center}
  459.  
  460.  
  461.  
  462. \end{frame}
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469. \begin{frame}\frametitle{Measurement encoding, \texttt{Hl\_Data}}
  470.  
  471. \ARROW Measurements are stored in \texttt{YAML} file:
  472. \includegraphics[width=0.9\textwidth]{images/yaml.png} \\
  473. \includegraphics[width=0.9\textwidth]{images/yaml2.png}
  474.  
  475.  
  476. \end{frame}
  477.  
  478.  
  479.  
  480.  
  481. \begin{frame}\frametitle{Upper limits, \texttt{HL\_Limit}}
  482.  
  483. \ARROW Example of published p-value scans:\\
  484. \begin{columns}
  485.  
  486. \column{0.4\textwidth}
  487.  
  488. \includegraphics[angle=-90,width=0.95\textwidth]{images/Bs2tautau.pdf}
  489.  
  490. \column{0.6\textwidth}
  491. \ARROW Information coded as:
  492. \includegraphics[width=0.95\textwidth]{images/yaml3.png}
  493.  
  494. \end{columns}
  495.  
  496.  
  497.  
  498. \end{frame}
  499.  
  500.  
  501.  
  502. \begin{frame}\frametitle{Upper limits, \texttt{HL\_Limit}}
  503.  
  504. \begin{equation}
  505. pdf(x) = \frac{1}{2^{1/2} \Gamma(1/2)} x^{1/2 -1} e ^{-x/2},
  506. \end{equation}
  507. which had the cumulative distribution function defined as:
  508. \begin{equation}
  509. cdf(x)=\frac{1}{\Gamma(1/2) } \gamma(1/2,x/2).
  510. \end{equation}
  511. In the above equations the $\Gamma(x)$ and $\gamma(k,x)$ correspond to Gamma and incomplete gamma functions.
  512. By revering the $cdf(x)$ one can obtain the $\chi^2$ value:
  513. \begin{equation}
  514. \chi^2=cdf^{-1}(1-p),
  515. \end{equation}
  516. and if needed the log-likelihood:
  517. \begin{equation}
  518. -\log(\mathcal{L})= \frac{1}{2}\chi^2, \label{eq:wilks}
  519. \end{equation}
  520. \end{frame}
  521.  
  522.  
  523.  
  524.  
  525. \begin{frame}\frametitle{Single measurement, symmetric error, \texttt{HL\_Gaussian}}
  526.  
  527. \ARROW Well this is as simple as:
  528. \begin{center}
  529. \includegraphics[width=0.6\textwidth]{images/yaml4.png}
  530. \end{center}
  531. \ARROW The $\chi^2$ is simple:
  532. \begin{equation}
  533. \chi^2 = \frac{(x_{obs}-x)^{2}}{ \sigma_{stat}^{2}+ \sigma_{syst}^{2} },
  534. \end{equation}
  535.  
  536. \ARROW Wilks theorem can be used to translate to (log-)likelihood.
  537.  
  538. \end{frame}
  539.  
  540.  
  541.  
  542. \begin{frame}\frametitle{Single measurement, symmetric error, \texttt{HL\_Gaussian}}
  543.  
  544. \ARROW Well this is as simple as:
  545. \begin{center}
  546. \includegraphics[width=0.6\textwidth]{images/yaml4.png}
  547. \end{center}
  548. \ARROW The $\chi^2$ is simple:
  549. \begin{equation}
  550. \chi^2 = \frac{(x_{obs}-x)^{2}}{ \sigma_{stat}^{2}+ \sigma_{syst}^{2} },
  551. \end{equation}
  552.  
  553. \ARROW Wilks theorem can be used to translate to (log-)likelihood.
  554.  
  555. \end{frame}
  556.  
  557.  
  558.  
  559.  
  560. \begin{frame}\frametitle{Multiple measurement, symmetric error, \texttt{HL\_nDimGaussian}}
  561.  
  562. \ARROW You need to pass two arguments:
  563. \begin{center}
  564. \includegraphics[width=0.6\textwidth]{images/yaml5.png}
  565. \end{center}
  566. \ARROW From this one constructs the covariance matrix, and evaluates the $\chi^2$:
  567. \begin{align}
  568. \chi^2 = V^{T} {\rm Cov}^{-1} V,\label{eq:chi2ndim}
  569. \end{align}
  570.  
  571. \end{frame}
  572.  
  573.  
  574. \begin{frame}\frametitle{Measurement, asymmetric error, \texttt{HL\_BifurGaussian}, \texttt{HL\_ndimBifurGaussian}}
  575.  
  576. \ARROW You need to pass two arguments:
  577. \begin{center}
  578. \includegraphics[width=0.6\textwidth]{images/yaml6.png}
  579. \end{center}
  580.  
  581. \ARROW We choose to interpret this as Bifurcated Gaussian:
  582.  
  583. \begin{align}
  584. {\rm Cov}_{i,j}=
  585. \begin{cases}
  586. {\rm Corr}_{i,j}~\sigma^{i}_+ \sigma^{j}_+, & \text{if } x^i \geq x^i_{obs} \text{ and } x^j \geq x^j_{obs} \\
  587. {\rm Corr}_{i,j}~\sigma^{i}_+ \sigma^{j}_-, & \text{if } x^i \geq x^i_{obs} \text{ and } x^j < x^j_{obs} \\
  588. {\rm Corr}_{i,j}~\sigma^{i}_- \sigma^{j}_+, & \text{if } x^i < x^i_{obs} \text{ and } x^j \geq x^j_{obs} \\
  589. {\rm Corr}_{i,j}~\sigma^{i}_- \sigma^{j}_-, & \text{if } x^i < x^i_{obs} \text{ and } x^j < x^j_{obs} \\
  590. \end{cases}
  591. \end{align}
  592.  
  593. \end{frame}
  594.  
  595.  
  596.  
  597.  
  598. \begin{frame}\frametitle{Likelihoods, \texttt{HL\_ProfLikelihood}, \texttt{HL\_nDimLikelihood}}
  599. \ARROW Here we add just the location of \texttt{ROOT} object.\\
  600. \begin{columns}
  601. \column{0.7\textwidth}
  602. \begin{center}
  603. \includegraphics[width=0.9\textwidth]{images/yaml7.png}\\
  604. \includegraphics[width=0.9\textwidth]{images/yaml8.png}
  605. \end{center}
  606.  
  607. \ARROW This is the best way to publish results!!!\\
  608. \ARROW The problem is in what way one should publish the higher dim likelihoods?
  609.  
  610. \column{0.3\textwidth}
  611. \includegraphics[angle=-90,width=0.95\textwidth]{images/Fig2-S.pdf}\\
  612. \includegraphics[angle=-90,width=0.95\textwidth]{images/Fig21.pdf}
  613. \end{columns}
  614. \end{frame}
  615.  
  616.  
  617.  
  618.  
  619.  
  620. \begin{frame}\frametitle{Publishing data \texttt{HL\_ExpData}}
  621. \ARROW The \texttt{YAML} entry:
  622.  
  623. \includegraphics[width=0.5\textwidth]{images/yaml9.png}\\
  624. \ARROW Set the PDF you want to fit:\\ \texttt{double (*fun)(vector<double> par , vector<double> point)}\\
  625. \ARROW The program will evaluate the (log-)likelihood on the whole dataset for given parameters.\\
  626. \ARROW You only need a scanning tools and you are done.
  627. \end{frame}
  628.  
  629.  
  630. \begin{frame}\frametitle{Useful functions}
  631.  
  632.  
  633. \ARROW Search for measurement you need:
  634. \begin{center}
  635. \includegraphics[width=0.9\textwidth]{images/example.png}
  636. \end{center}
  637.  
  638.  
  639. \ARROW Create citation file:
  640. \begin{center}
  641. \includegraphics[width=0.9\textwidth]{images/example2.png}
  642. \end{center}
  643.  
  644. \end{frame}
  645.  
  646.  
  647. \begin{frame}\frametitle{Other things in the pipeline, a bit lost but need to reactivated}
  648.  
  649. \ARROW Backending \texttt{flavio}.\\
  650. \ARROW Backending \texttt{EOS}.\\
  651.  
  652.  
  653. \end{frame}
  654.  
  655.  
  656.  
  657.  
  658. \iffalse
  659. \begin{frame}\frametitle{Check it out}
  660.  
  661. \ARROW The HEPLike code:\\
  662. \url{https://github.com/mchrzasz/HEPLike}
  663. \ARROW The HEPLike database:\\
  664. \url{https://github.com/mchrzasz/HEPLikeData}
  665. \begin{alertblock}{}
  666. Don't be shy! Give it a spin. Feedback is welcomed.
  667. \end{alertblock}
  668. \pause
  669. \begin{exampleblock}{}
  670. \begin{center}
  671. Thank you for your attention
  672.  
  673. \end{center}
  674. \end{exampleblock}
  675. \end{frame}
  676. \fi
  677.  
  678. \backupbegin
  679.  
  680. \begin{frame}\frametitle{Backup}
  681. \topline
  682.  
  683. \end{frame}
  684.  
  685. \backupend
  686.  
  687. \end{document}