diff --git a/KIT_2018/Makefile b/KIT_2018/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/KIT_2018/Makefile @@ -0,0 +1,9 @@ +all: mchrzasz.pdf + +mchrzasz.pdf: mchrzasz.tex + xelatex mchrzasz.tex +# bibtex mchrzasz + xelatex mchrzasz.tex +# xelatex mchrzasz.tex +clean: + rm *.aux *.bbl *.blg *.log *.out *.pdf *.sh *.xml *.snm *.toc *.nav diff --git a/KIT_2018/beamercolorthemeFlip.sty b/KIT_2018/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/KIT_2018/beamercolorthemeFlip.sty @@ -0,0 +1,179 @@ +% Color style file for the BEAMER FLIP THEME +% Copyright 2012 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. + + + +\mode +\newif\ifbeamer@Flip@dark +\beamer@Flip@darkfalse +\DeclareOptionBeamer{dark}{\beamer@Flip@darktrue} +\ProcessOptionsBeamer + + +% These are a few colors that I like. + +\definecolor{crimsonred}{RGB}{153,0,0} % Neurtal red, good for dark or light bg +\definecolor{darkcharcoal}{RGB}{25,25,25} % Darker gray +\definecolor{charcoal}{RGB}{51,51,51} % Darker gray +\definecolor{ash}{RGB}{100,100,100} % medium gray +\definecolor{paleblue}{RGB}{0,102,102} % More of an `ocean' color +\definecolor{turtlegreen}{RGB}{51,153,0} % A more neutral green +\definecolor{paleale}{RGB}{204,204,102} % Only for dark BG +\definecolor{lager}{RGB}{140,110,10} % Use instead of pale ale for white BG +\definecolor{regal}{RGB}{90,0,120} % A more neutral purple +\definecolor{jeans}{RGB}{20,30,150} % A more neutral blue + + +% Define some "invariant colors" so that a color that doen't work with a +% light/dark background will automatically be substituted with one that does. +% These will be rewritten in beamercolorthemeFlipDark + +\ifbeamer@Flip@dark + \definecolor{FlipSand}{RGB}{204,204,102} % paleale, Only for dark BG + \definecolor{FlipGreen}{RGB}{0,255,0} % Neon-like green, only for dark BG +\else + \definecolor{FlipSand}{RGB}{140,110,10} % lager, Only for light BG + \definecolor{FlipGreen}{RGB}{51,153,0} % turtlegreen, works for both +\fi + +%% Future revision: It would be nice to define these in terms of the palette. + + +\ifbeamer@Flip@dark + \setbeamercolor{normal text}{fg=white, bg=black} + \setbeamercolor{structure}{fg=gray, bg=black} % fg controls bullets + \setbeamercolor*{footerlike}{fg=white,bg=black} % Controls the footerline +\else + % Default to black on white + \setbeamercolor*{footerlike}{fg=white,bg=charcoal} % for charcoal footer + \setbeamercolor{structure}{fg=charcoal, bg=white} % fg controls bullets + % \setbeamercolor{normal text}{fg=white, bg=black} +\fi + + + + + +% These defined colors can be used in \textcolor{colorname}{text in that color}. + +% Colors for Keynote background: DARK +\definecolor{keynotebottom}{rgb}{0.32,0.3,0.38} +\definecolor{keynotemiddle}{rgb}{0.08,0.08,0.16} +\definecolor{keynotetop}{rgb}{0,0,0} +%%% Example of usage: +%% \setbeamertemplate{background canvas}[vertical shading] +%% [bottom=keynotebottom, middle=keynotemiddle, top=keynotetop] + + + + +% ALERT AND COMMENT COLORS (just copies of the above colors) +% (I don't know how ot do this more elegantly) +\ifbeamer@Flip@dark + \definecolor{ALERT}{RGB}{153,0,0} % crimsonred + \definecolor{Alert}{RGB}{51,153,0} % turtlegreen + \definecolor{alert}{RGB}{204,204,102} % paleale + \definecolor{charcoal}{RGB}{51,51,51} % charcoal + \definecolor{comment}{RGB}{80,80,80} % light charcoal + \definecolor{Comment}{RGB}{100,100,100} % ash + \definecolor{COMMENT}{RGB}{80,20,120} % regal +\else +% \definecolor{ALERT}{RGB}{153,0,0} % crimsonred + \definecolor{ALERT}{RGB}{28,134,238} % DodgerBlue2 +% \definecolor{Alert}{RGB}{51,153,0} % turtlegreen + \definecolor{Alert}{RGB}{255,127,36} % chocolate1 +% \definecolor{alert}{RGB}{140,110,10} % lager + \definecolor{alert}{RGB}{0,205,102} % SpringGreen3 + \definecolor{charcoal}{RGB}{80,80,80} % light charcoal + \definecolor{comment}{RGB}{51,51,51} % charcoal + \definecolor{Comment}{RGB}{100,100,100} % ash + \definecolor{COMMENT}{RGB}{80,20,120} % regal +\fi + + +% \definecolor{crimsonred}{RGB}{153,0,0} % Neurtal red, good for dark or light bg +% \definecolor{charcoal}{RGB}{51,51,51} % Darker gray +% \definecolor{ash}{RGB}{100,100,100} % medium gray +% \definecolor{paleblue}{RGB}{0,102,102} % More of an `ocean' color +% \definecolor{turtlegreen}{RGB}{51,153,0} % A more neutral green +% \definecolor{paleale}{RGB}{204,204,102} % Only for dark BG +% \definecolor{lager}{RGB}{140,110,10} % Use instead of pale ale for white BG +% \definecolor{regal}{RGB}{90,0,120} % A more neutral purple +% \definecolor{jeans}{RGB}{20,30,150} % A more neutral blue + + +% A few useful colors +\setbeamercolor{alerted text}{fg=alert} + +%% I would like ot use these colors, but there seems to be a bug in Beamer +%% where the footnote color infects the normal text color +%% See: http://tex.stackexchange.com/questions/8264/beamer-changing-the-footnote-color-also-changes-the-normal-text-color/8268#8268 + +% \setbeamercolor{footnote}{parent=normal text, fg=FlipSand} +% \setbeamercolor{footnote mark}{parent=normal text, fg=FlipSand} + +% Blocks +\setbeamercolor{block title}{fg=gray!30!white,bg=charcoal} +\setbeamercolor{block body}{parent=normal text,bg=gray, fg=white} + +\setbeamercolor{block title example}{fg=turtlegreen!30!white,bg=turtlegreen!40!black} +\setbeamercolor{block body example}{parent=normal text,bg=turtlegreen, fg=white} +% +\setbeamercolor{block title alerted}{fg=crimsonred!30!white,bg=crimsonred!40!black} +\setbeamercolor{block body alerted}{parent=normal text,bg=crimsonred, fg=white} + + + +% These "setbeamercolor" commands are more standardized. + + +%% From the Beamer User Guide: +% Outer themes base the color of navigational elements and, possibly, also of other elements, on the +% four palette colors. The “primary” palette should be used for the most important navigational elements, +% which are usually the ones that change most often and hence require the most attention by the audience. +% The “secondary” and “tertiary” are less important, the “quaternary” one is least important. +% By default, the palette colors do not have a background and the foreground ranges from structure.fg to black. +% For the sidebar, there is an extra set of palette colors, see palette sidebar primary. + +\setbeamercolor*{palette primary}{fg=crimsonred,bg=charcoal} +\setbeamercolor*{palette secondary}{fg=paleale,bg=lager} +\setbeamercolor*{palette tertiary}{fg=turtlegreen,bg=jeans} +\setbeamercolor*{palette quaternary}{fg=paleblue,bg=regal} + +% \setbeamercolor*{palette primary}{fg=crimsonred,bg=white} +% \setbeamercolor*{palette secondary}{fg=charcoal,bg=white} +% \setbeamercolor*{palette tertiary}{fg=paleblue,bg=white} +% \setbeamercolor*{palette quaternary}{fg=turtlegreen,bg=white} + + + +%% These are some structures that I define for use in the outer theme. + +\setbeamercolor*{crimsontown}{fg=paleblue,bg=crimsonred} +\setbeamercolor*{bluetown}{fg=white,bg=DodgerBlue2} +%\setbeamercolor*{titlelike}{fg=crimsonred} +\setbeamercolor*{titlelike}{fg=DodgerBlue2} +\setbeamercolor*{topbarlike}{fg=white, bg=charcoal} + + + + + +%% Some old definitions that I might want to get back to +% +% \setbeamercolor*{frametitle}{bg=white,fg=charcoal} +% \setbeamercolor*{part title}{bg=white,fg=charcoal} +% \setbeamercolor*{item}{fg=charcoal, bg=white} +% +% \setbeamercolor*{separation line}{} +% \setbeamercolor*{fine separation line}{} + + + + + +\mode + diff --git a/KIT_2018/beamerinnerthemeFlip.sty b/KIT_2018/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/KIT_2018/beamerinnerthemeFlip.sty @@ -0,0 +1,95 @@ +% Inner style file for the BEAMER FLIP THEME +% Copyright 2010 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% Based on: beamerinnerthemeFlip by Marco Barisione + +\mode + +% % Use alternative title page style. +% \DeclareOptionBeamer{alternativetitlepage}[true]{\def\beamer@Flip@alternativetitlepage{#1}} + +% Logo to use in the alternative title page. +% \def\beamer@Flip@titlepagelogo{} +% \DeclareOptionBeamer{titlepagelogo}{\def\beamer@Flip@titlepagelogo{#1}} + +% Bullet shape. +\DeclareOptionBeamer{bullet}{\def\beamer@Flip@bullet{#1}} +\DeclareOptionBeamer{shadow}[true]{\def\beamer@themerounded@shadow{#1}} +\ExecuteOptionsBeamer{shadow=false} + + +% \ExecuteOptionsBeamer{alternativetitlepage=false,bullet=square} +\ProcessOptionsBeamer + + + +% Margins. +\newlength{\beamer@Flip@normalmargin} +\setlength{\beamer@Flip@normalmargin}{.06\paperwidth} +\setbeamersize{text margin left=\beamer@Flip@normalmargin} +\setbeamersize{text margin right=\beamer@Flip@normalmargin} +\setlength\leftmargini{.6\beamer@Flip@normalmargin} +\setlength\leftmarginii{.6\beamer@Flip@normalmargin} +\setlength\leftmarginiii{.6\beamer@Flip@normalmargin} + +% Normal title page. +\defbeamertemplate*{title page normal}{Flip theme}[1][] +{ + \vbox{} + \vfill + \begin{centering} + \begin{beamercolorbox}[wd=\paperwidth,sep=8pt,center,#1]{title page header} + \usebeamerfont{title}\inserttitle\par% + \ifx\insertsubtitle\@empty% + \else% + \vskip0.25em% + {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}% + \fi% + \end{beamercolorbox}% + \vskip1em\par + \begin{beamercolorbox}[sep=8pt,center,#1]{author} + \usebeamerfont{author}\insertauthor + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{institute} + \usebeamerfont{institute}\insertinstitute + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{date} + \usebeamerfont{date}\insertdate + \end{beamercolorbox}\vskip0.5em + {\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par} + \end{centering} + \vfill +} + + +% Items. +\defbeamertemplate{itemize item}{squarealt}% +{\tiny\raise.5ex\hbox{\donotcoloroutermaths$\blacksquare$}} +\defbeamertemplate{itemize subitem}{squarealt}% +{\tiny\raise.4ex\hbox{\donotcoloroutermaths$\square$}} +\defbeamertemplate{itemize subsubitem}{squarealt}% +{\tiny\raise.3ex\hbox{\donotcoloroutermaths$\blacksquare$}} +% +\defbeamertemplate{itemize item}{circlealt}% +{\small\raise.2ex\hbox{\donotcoloroutermaths$\bullet$}} +\defbeamertemplate{itemize subitem}{circlealt}% +{\small\raise.1ex\hbox{\donotcoloroutermaths$\circ$}} +\defbeamertemplate{itemize subsubitem}{circlealt}% +{\scriptsize\raise.1ex\hbox{\donotcoloroutermaths$\bullet$}} +\setbeamertemplate{items}[circlealt] +% +\def\circletext{circle} +\ifx\beamer@Flip@bullet\circletext + \setbeamertemplate{items}[circlealt] +\else + \setbeamertemplate{items}[squarealt] +\fi + +\setbeamertemplate{blocks}[rounded][shadow=\beamer@themerounded@shadow] + + +\mode + diff --git a/KIT_2018/beamerouterthemeFlip.sty b/KIT_2018/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/KIT_2018/beamerouterthemeFlip.sty @@ -0,0 +1,189 @@ +% Outer style file for the BEAMER FLIP THEME 212 +% Copyright 2012 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% Based on: beamerouterthemesplit by Till Tantau + + +\mode + +% Watermark +\DeclareOptionBeamer{watermark}{\def\beamer@Flip@watermark{#1}} +\ExecuteOptionsBeamer{watermark=} % Default value is empty + + +\newif\ifbeamer@Flip@bigpagenumber +\beamer@Flip@bigpagenumberfalse +\DeclareOptionBeamer{bigpagenumber}{\beamer@Flip@bigpagenumbertrue} + + +\def\beamer@Flip@truetext{true} % Kludge for true/false so I can use ifx + +\DeclareOptionBeamer{topline}[true]{\def\beamer@Flip@topline{#1}} +\ExecuteOptionsBeamer{topline=false} % Default + + + +% \ExecuteOptionsBeamer{topline=} % Default value is empty + + +\ProcessOptionsBeamer + + +\usepackage{tikz} % For fancy decorations + + +% I should fix these up to be more robust against color changes +\setbeamercolor{section in head/foot}{parent=footerlike} +\setbeamercolor{subsection in head/foot}{parent=footerlike} +\setbeamercolor{author in head/foot}{parent=footerlike} +\setbeamercolor{title in head/foot}{parent=footerlike} + + +% \setbeamercolor{author in head/foot}{parent=section in head/foot} +% \setbeamercolor{title in head/foot}{parent=subsection in head/foot} + +%\setbeamercolor{topbar}{parent=crimsontown} +\setbeamercolor{topbar}{parent=bluetown} + + + + +\usesectionheadtemplate + {\hfill\insertsectionhead} + {\hfill\color{fg!50!bg}\insertsectionhead} + + +%%%%%%%%%%%%%%%%%% +% The footer bar % +%%%%%%%%%%%%%%%%%% + +\defbeamertemplate*{footline}{Flip theme} +{% + \leavevmode% +% OBSERVATION: the "%" symbols inside hbox are all very important here. +% The \hbox enviroment will insert spaces whenever there's whitespace +% Adding a % at the END of each line ensures that any hard returns aren't +% interpreted as white space. This allows the color boxes to be flush against +% one another. If a faint white line appears one could probably do something like +% hspace{-1px} and add an additional pixel-or-two wide beamercolorbox. + +\hbox{% +\begin{beamercolorbox}[wd=.4\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm, rightskip=.3cm plus1fil]{author in head/foot}% + \usebeamerfont{author in head/foot}\insertshortauthor \end{beamercolorbox}% +% +\begin{beamercolorbox}[wd=.6\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}% + \usebeamerfont{title in head/foot}{\textit \insertshorttitle}% + \hskip2ex plus1fill% + % \insertpagenumber\,/\,\insertpresentationendpage %% Want FRAME, not SLIDE number + \insertframenumber/\inserttotalframenumber + \end{beamercolorbox}% +}% + +% This is a complete kludge for the faint white line which appears +% between the beamer color boxes above. (It doesnt appear in presentation mode +% but sometimes looks funny when the pdfs are viewed in a window) +\begin{tikzpicture}[overlay] + \usebeamercolor[bg]{author in head/foot} + \draw[thick] (0,3.625ex) -- (\paperwidth,3.625ex); + \draw (.4\paperwidth,0) -- (.4\paperwidth,3.625ex); + \draw[thick] (0,0) -- (\paperwidth,0); +\end{tikzpicture} + + + +\ifbeamer@Flip@bigpagenumber + \begin{tikzpicture}[overlay] + \usebeamercolor[bg]{author in head/foot} + \draw[fill] (\paperwidth-5ex,3.625ex) circle (6ex); + \usebeamercolor[fg]{author in head/foot} + \draw[fill] (\paperwidth-5ex,3.625ex) circle (5ex); + \usebeamercolor[bg]{author in head/foot} + \node at (\paperwidth-5ex,4ex) {\small$^\text{\insertframenumber}/_\text{\inserttotalframenumber}$}; + \end{tikzpicture} +\fi +} + + + +\defbeamertemplate*{frametitle}{Flip theme}[1][left] +{ +% \ifbeamercolorempty[bg]{frametitle}{}{\nointerlineskip}% +\@tempdima=\textwidth% +\advance\@tempdima by\beamer@leftmargin% +\advance\@tempdima by\beamer@rightmargin% + +\vbox{}\vskip-3.5ex% +% +\begin{beamercolorbox}[sep=0.3cm,#1,wd=\the\@tempdima]{titlelike} + \usebeamerfont{frametitle}% + \vbox{}\vskip-1ex% + \if@tempswa\else\csname beamer@fte#1\endcsname\fi% + % \strut{\bf\insertframetitle}\strut\par% %% Include the \bf + \strut{\insertframetitle}\strut\par% + {% + \ifx\insertframesubtitle\@empty% + \else + {\usebeamerfont{framesubtitle} + \usebeamercolor[fg]{framesubtitle} + \insertframesubtitle\strut\par}% + \fi + }% + % + \vskip-1ex% + \if@tempswa\else\vskip-.3cm\fi% set inside beamercolorbox... evil here... +\end{beamercolorbox}% +%% + +% \def\beamer@fteright{\vskip0.35cm\advance\leftskip by 1.7cm\advance\rightskip by1.7cm} +} + + + + +% Sidebar right is important: anything placed here will be +% visible *behind* the main text. This is where to put any +% interesting watermarks. +% +% +\defbeamertemplate*{sidebar right}{Flip theme} +{ +% \llap{\includegraphics[width=50px]{footdecoration}} +% \llap{\includegraphics[width=\paperwidth,height=\paperheight]{upperleft_watermark_transp}} +% +% THIS WOULD BE A NICE WAY TO PUT THE PARTICLE BUBBLE CHAMBER BG +% ... make a png of the background with TRANSPARENT BG +% ... then put the image here (use \hfill to get it on the left) +% Now one can FURTHER apply a slight gradient in the BG +% +% +% % Top Line +\ifx\beamer@Flip@topline\beamer@Flip@truetext + \begin{tikzpicture}[overlay] + \usebeamercolor[fg]{titlelike} % alternately, topbarlike would be a good beamercolor +% \usebeamercolor[fg]{topbarlike} % alternately, topbarlike would be a good beamercolor + \draw[fill] (-\paperwidth,0) rectangle (0,-3pt); + \end{tikzpicture} +\fi +% +% + \vskip.2\beamer@leftmargin% + %\llap{\insertlogo\hskip.5\beamer@leftmargin}% + \llap{\insertlogo\hskip.08\beamer@leftmargin}% + \vfill% + \if \beamer@Flip@watermark\@empty + % This is kind of a kludge since if I put anything in here, I automatically get errors + % Somehow LaTeX wants to read the \else part! + \else% + \llap{\includegraphics[width=\paperwidth,height=\paperheight]{\beamer@Flip@watermark}} + \fi +} + + + +\mode +\endinput + + diff --git a/KIT_2018/beamerouterthemedecolines.sty b/KIT_2018/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/KIT_2018/beamerouterthemedecolines.sty @@ -0,0 +1,168 @@ +% Copyright 2007 by Marco Barisione +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. + +\mode + +% String used between the current page and the total page count. +\def\beamer@decolines@pageofpages{/} +\DeclareOptionBeamer{pageofpages}{\def\beamer@decolines@pageofpages{#1}} + +% Show a line below the frame title. +\DeclareOptionBeamer{titleline}[true]{\def\beamer@decolines@titleline{#1}} + +% Image used for the watermark. +\def\beamer@decolines@watermarkorig{} +\DeclareOptionBeamer{watermark}{\def\beamer@decolines@watermarkorig{#1}} + +% Height of the watermark. +\def\beamer@decolines@watermarkheight{100px} +\DeclareOptionBeamer{watermarkheight}{\def\beamer@decolines@watermarkheight{#1}} + +% The original image height is watermarkheightmult * watermarkheight. +\def\beamer@decolines@watermarkheightmult{1} +\DeclareOptionBeamer{watermarkheightmult}{\def\beamer@decolines@watermarkheightmult{#1}} + +\ExecuteOptionsBeamer{titleline=false} +\ProcessOptionsBeamer + +% Enable/disable the watermark. +\def\watermarkon{% + \def\beamer@decolines@watermark{\beamer@decolines@watermarkorig}% +} +\def\watermarkoff{\def\beamer@decolines@watermark{}} + +% Initially enable the watermark. +\watermarkon + +% Colors. +\setbeamercolor*{lineup}{parent=palette primary} +\setbeamercolor*{linemid}{parent=palette secondary} +\setbeamercolor*{linebottom}{parent=palette tertiary} +\setbeamercolor*{page header}{parent=titlelike} + +% Lengths +\newlength{\headerheight} +\setlength{\headerheight}{.045\paperheight} +\newlength{\beamer@decolines@lineup} +\setlength{\beamer@decolines@lineup}{.025\paperheight} +\newlength{\beamer@decolines@linemid} +\setlength{\beamer@decolines@linemid}{.015\paperheight} +\newlength{\beamer@decolines@linebottom} +\setlength{\beamer@decolines@linebottom}{.01\paperheight} + +% The height of the watermark part below the 3 bottom lines. +\newlength{\beamer@decolines@watermarkheightbottom} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@lineup} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@linemid} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@linebottom} + +% The height of the watermark part over the 3 bottom lines before shrinking. +\newlength{\beamer@decolines@watermarkheightupperorig} +\setlength{\beamer@decolines@watermarkheightupperorig}{\beamer@decolines@watermarkheight} +\addtolength{\beamer@decolines@watermarkheightupperorig}{-\beamer@decolines@watermarkheightbottom} +\multiply\beamer@decolines@watermarkheightupperorig by \beamer@decolines@watermarkheightmult + +% % Footer. +% \defbeamertemplate*{footline}{decolines theme} +% { +% \leavevmode% +% % Page number. +% \hbox{% +% \begin{beamercolorbox}[wd=.2\paperwidth,ht=0ex,dp=0ex,center]{}% +% \usebeamerfont{palette primary}\insertframenumber{} \beamer@decolines@pageofpages{} \inserttotalframenumber% +% \end{beamercolorbox}% +% \begin{beamercolorbox}[wd=.8\paperwidth,ht=0ex,dp=0ex]{}% +% \end{beamercolorbox}% +% } % +% % First line. +% \hbox{% +% \begin{beamercolorbox}[wd=.2\paperwidth,ht=\beamer@decolines@lineup,dp=0pt]{}% +% \end{beamercolorbox}% +% \begin{beamercolorbox}[wd=.8\paperwidth,ht=\beamer@decolines@lineup,dp=0pt]{lineup}% +% \end{beamercolorbox}% +% } % +% % Second line. +% \hbox{% +% \begin{beamercolorbox}[wd=\paperwidth,ht=\beamer@decolines@linemid,dp=0pt]{linemid}% +% \end{beamercolorbox}% +% } % +% % Third line. +% \hbox{% +% \begin{beamercolorbox}[wd=.1\paperwidth,ht=\beamer@decolines@linebottom,dp=0pt]{}% +% \end{beamercolorbox}% +% \begin{beamercolorbox}[wd=.9\paperwidth,ht=\beamer@decolines@linebottom,dp=0pt]{linebottom}% +% \end{beamercolorbox}% +% }% +% % This seems to fix some alignment problems with the watermark. It has to be +% % always applied if you do not want to see the footer moving up and down when +% % moving from a page with watermark to a page without or vice versa. +% \vskip-.5px% +% % Watermark. +% \if\beamer@decolines@watermark\@empty\else% +% \vskip-\beamer@decolines@watermarkheightbottom% +% \llap{\includegraphics[height=\beamer@decolines@watermarkheightbottom,clip=true,% +% trim=0pt 0pt 0pt \beamer@decolines@watermarkheightupperorig]{\beamer@decolines@watermark}\hskip-\paperwidth}% +% \fi% +% } + +\defbeamertemplate*{headline}{decolines theme} +{ + \leavevmode% + \hbox{% + \begin{beamercolorbox}[wd=\paperwidth,ht=\headerheight,dp=0pt]{page header}% + \end{beamercolorbox}% + } % + \vskip0pt% +} + +\defbeamertemplate*{frametitle}{decolines theme}[1][left] +{ + \ifbeamercolorempty[bg]{frametitle}{}{\nointerlineskip}% + \@tempdima=\textwidth% + \advance\@tempdima by\beamer@leftmargin% + \advance\@tempdima by\beamer@rightmargin% + \vbox{}\vskip-.5\beamer@leftmargin% + \begin{beamercolorbox}[sep=\beamer@leftmargin,#1,wd=\the\@tempdima]{} + \usebeamerfont{frametitle}\usebeamercolor[bg]{framesubtitle}% + \vbox{}\vskip0ex% + \if@tempswa\else\csname beamer@fte#1\endcsname\fi% + \strut\insertframetitle\strut\par% + {% + \ifx\insertframesubtitle\@empty% + \else% + {\usebeamerfont{framesubtitle}\usebeamercolor[bg]{framesubtitle}\insertframesubtitle\strut\par}% + \fi + }% + \vskip-1ex% + \if@tempswa\else\vskip-\beamer@leftmargin\fi + \end{beamercolorbox}% + \def\beamer@decolines@truetext{true}% + \ifx\beamer@decolines@titleline\beamer@decolines@truetext% + \vskip-.5\beamer@leftmargin% + \begin{beamercolorbox}[wd=\textwidth,ht=.1ex,dp=0ex]{linemid}% + \end{beamercolorbox}% + \fi +} + +% Frame title continuations, default +\defbeamertemplate*{frametitle continuation}{decolines theme}{(\insertcontinuationcount)} + + + +\defbeamertemplate*{sidebar right}{decolines theme} +{ + \vskip.1\beamer@leftmargin% + \llap{\insertlogo\hskip.5\beamer@leftmargin}% + \vfill% + \if\beamer@decolines@watermark\@empty\else% + \llap{\includegraphics[height=\beamer@decolines@watermarkheight]{\beamer@decolines@watermark}}% + \vskip-\beamer@decolines@watermarkheightbottom% + \fi +} + +\mode + diff --git a/KIT_2018/beamerthemeFlip.sty b/KIT_2018/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/KIT_2018/beamerthemeFlip.sty @@ -0,0 +1,59 @@ +% Main style file for the BEAMER FLIP THEME 2012 +% Copyright 2012 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% Comments: This is still a work in progress. +% A good way to present: http://www.cs.hmc.edu/~oneill/freesoftware/pdftokeynote.html + +% \usepackage{beamerthemesplit} +\mode + + +%% These are the options that are fed in through the driver file +%% Some of them get passed on to the other theme files +\DeclareOptionBeamer{bullet}{\PassOptionsToPackage{bullet=#1}{beamerinnerthemeFlip}} +\DeclareOptionBeamer{bigpagenumber}{\PassOptionsToPackage{bigpagenumber}{beamerouterthemeFlip}} +\DeclareOptionBeamer{topline}[true]{\PassOptionsToPackage{topline=#1}{beamerouterthemeFlip}} +\DeclareOptionBeamer{shadow}[false]{\PassOptionsToPackage{shadow=#1}{beamerinnerthemeFlip}} + +\DeclareOptionBeamer{watermark}{\PassOptionsToPackage{watermark=#1}{beamerouterthemeFlip}} + +\ProcessOptionsBeamer + +\useinnertheme{Flip} % Calls beamerinnerthemeFlip.sty +\useoutertheme{Flip} % Calls beamerouterthemeFlip.sty +\usecolortheme{Flip} % Calls beamercolorthemeFlip.sty + + + +%%%%%%%%%%%%%%%%%%%%%%%% +% Background Gradient % +%%%%%%%%%%%%%%%%%%%%%%%% + + +%% Usually I would leave this on +%% However, there seems to be problems with XeLaTeX +%% http://tex.stackexchange.com/questions/29497/xelatex-preventing-beamer-from-using-different-backgrounds +\setbeamertemplate{background canvas}[vertical shading][bottom=blue!.1, middle=white, top=white] + +%% HOWEVER: it seems to make it impossible to change this later on in the document + + +%% For a dark background: +% \setbeamertemplate{background canvas}[vertical shading][bottom=keynotebottom, middle=keynotemiddle, top=keynotetop] + + +%% An alternate way: \beamertemplateshadingbackground{blue!.1}{red!2} +%% In general: you want the gradient to be subtle! + + +%%%%%%%%%%%%%%%%%%%%%%% +% Navigation symbols % +%%%%%%%%%%%%%%%%%%%%%%% + +\setbeamertemplate{navigation symbols}{} % Turns off PDF navigation symbols + +\mode +\endinput \ No newline at end of file diff --git a/KIT_2018/distracted_ilissa-ocko-cartoon.jpg b/KIT_2018/distracted_ilissa-ocko-cartoon.jpg new file mode 100644 index 0000000..5f007b0 --- /dev/null +++ b/KIT_2018/distracted_ilissa-ocko-cartoon.jpg Binary files differ diff --git a/KIT_2018/images/1.png b/KIT_2018/images/1.png new file mode 100644 index 0000000..b1b3955 --- /dev/null +++ b/KIT_2018/images/1.png Binary files differ diff --git a/KIT_2018/images/10.png b/KIT_2018/images/10.png new file mode 100644 index 0000000..1fc5bd2 --- /dev/null +++ b/KIT_2018/images/10.png Binary files differ diff --git a/KIT_2018/images/1050px-Lhcbview.jpg b/KIT_2018/images/1050px-Lhcbview.jpg new file mode 100644 index 0000000..803f9ce --- /dev/null +++ b/KIT_2018/images/1050px-Lhcbview.jpg Binary files differ diff --git a/KIT_2018/images/11.png b/KIT_2018/images/11.png new file mode 100644 index 0000000..9441515 --- /dev/null +++ b/KIT_2018/images/11.png Binary files differ diff --git a/KIT_2018/images/12.png b/KIT_2018/images/12.png new file mode 100644 index 0000000..090484b --- /dev/null +++ b/KIT_2018/images/12.png Binary files differ diff --git a/KIT_2018/images/13.png b/KIT_2018/images/13.png new file mode 100644 index 0000000..d85085a --- /dev/null +++ b/KIT_2018/images/13.png Binary files differ diff --git a/KIT_2018/images/14.png b/KIT_2018/images/14.png new file mode 100644 index 0000000..82ae75a --- /dev/null +++ b/KIT_2018/images/14.png Binary files differ diff --git a/KIT_2018/images/15.png b/KIT_2018/images/15.png new file mode 100644 index 0000000..4929323 --- /dev/null +++ b/KIT_2018/images/15.png Binary files differ diff --git a/KIT_2018/images/2.png b/KIT_2018/images/2.png new file mode 100644 index 0000000..8b5e76f --- /dev/null +++ b/KIT_2018/images/2.png Binary files differ diff --git a/KIT_2018/images/2D.pdf b/KIT_2018/images/2D.pdf new file mode 100644 index 0000000..8b2fd28 --- /dev/null +++ b/KIT_2018/images/2D.pdf Binary files differ diff --git a/KIT_2018/images/3.png b/KIT_2018/images/3.png new file mode 100644 index 0000000..3cc39df --- /dev/null +++ b/KIT_2018/images/3.png Binary files differ diff --git a/KIT_2018/images/4.png b/KIT_2018/images/4.png new file mode 100644 index 0000000..e1efb6b --- /dev/null +++ b/KIT_2018/images/4.png Binary files differ diff --git a/KIT_2018/images/6.png b/KIT_2018/images/6.png new file mode 100644 index 0000000..566ccfe --- /dev/null +++ b/KIT_2018/images/6.png Binary files differ diff --git a/KIT_2018/images/604.jpg b/KIT_2018/images/604.jpg new file mode 100644 index 0000000..0f638e3 --- /dev/null +++ b/KIT_2018/images/604.jpg Binary files differ diff --git a/KIT_2018/images/7.png b/KIT_2018/images/7.png new file mode 100644 index 0000000..78a8bf9 --- /dev/null +++ b/KIT_2018/images/7.png Binary files differ diff --git a/KIT_2018/images/8.png b/KIT_2018/images/8.png new file mode 100644 index 0000000..05470be --- /dev/null +++ b/KIT_2018/images/8.png Binary files differ diff --git a/KIT_2018/images/9.png b/KIT_2018/images/9.png new file mode 100644 index 0000000..1c7899c --- /dev/null +++ b/KIT_2018/images/9.png Binary files differ diff --git a/KIT_2018/images/A3Pad.pdf b/KIT_2018/images/A3Pad.pdf new file mode 100644 index 0000000..a70e975 --- /dev/null +++ b/KIT_2018/images/A3Pad.pdf Binary files differ diff --git a/KIT_2018/images/A4Pad.pdf b/KIT_2018/images/A4Pad.pdf new file mode 100644 index 0000000..85fd70f --- /dev/null +++ b/KIT_2018/images/A4Pad.pdf Binary files differ diff --git a/KIT_2018/images/A5Pad.pdf b/KIT_2018/images/A5Pad.pdf new file mode 100644 index 0000000..a1b3489 --- /dev/null +++ b/KIT_2018/images/A5Pad.pdf Binary files differ diff --git a/KIT_2018/images/A6Pad.pdf b/KIT_2018/images/A6Pad.pdf new file mode 100644 index 0000000..5195c7d --- /dev/null +++ b/KIT_2018/images/A6Pad.pdf Binary files differ diff --git a/KIT_2018/images/A7Pad.pdf b/KIT_2018/images/A7Pad.pdf new file mode 100644 index 0000000..6758505 --- /dev/null +++ b/KIT_2018/images/A7Pad.pdf Binary files differ diff --git a/KIT_2018/images/A8Pad.pdf b/KIT_2018/images/A8Pad.pdf new file mode 100644 index 0000000..b9a6c97 --- /dev/null +++ b/KIT_2018/images/A8Pad.pdf Binary files differ diff --git a/KIT_2018/images/A9Pad.pdf b/KIT_2018/images/A9Pad.pdf new file mode 100644 index 0000000..49b91ac --- /dev/null +++ b/KIT_2018/images/A9Pad.pdf Binary files differ diff --git a/KIT_2018/images/AFBPad.pdf b/KIT_2018/images/AFBPad.pdf new file mode 100644 index 0000000..745b5b0 --- /dev/null +++ b/KIT_2018/images/AFBPad.pdf Binary files differ diff --git a/KIT_2018/images/AFB_Lb.png b/KIT_2018/images/AFB_Lb.png new file mode 100644 index 0000000..33ec0e2 --- /dev/null +++ b/KIT_2018/images/AFB_Lb.png Binary files differ diff --git a/KIT_2018/images/ATLAS.png b/KIT_2018/images/ATLAS.png new file mode 100644 index 0000000..127285b --- /dev/null +++ b/KIT_2018/images/ATLAS.png Binary files differ diff --git a/KIT_2018/images/Analyticq2.png b/KIT_2018/images/Analyticq2.png new file mode 100644 index 0000000..11b4c0e --- /dev/null +++ b/KIT_2018/images/Analyticq2.png Binary files differ diff --git a/KIT_2018/images/Analyticq22.png b/KIT_2018/images/Analyticq22.png new file mode 100644 index 0000000..8290776 --- /dev/null +++ b/KIT_2018/images/Analyticq22.png Binary files differ diff --git a/KIT_2018/images/Analyticz.png b/KIT_2018/images/Analyticz.png new file mode 100644 index 0000000..309f04e --- /dev/null +++ b/KIT_2018/images/Analyticz.png Binary files differ diff --git a/KIT_2018/images/B0_BsMassCut_Pwave_Rez.png b/KIT_2018/images/B0_BsMassCut_Pwave_Rez.png new file mode 100644 index 0000000..c9e4ed8 --- /dev/null +++ b/KIT_2018/images/B0_BsMassCut_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_BsMassCut_Pwave_fullq2.png b/KIT_2018/images/B0_BsMassCut_Pwave_fullq2.png new file mode 100644 index 0000000..356af2e --- /dev/null +++ b/KIT_2018/images/B0_BsMassCut_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_BsMassCut_SPDwave_Rez.png b/KIT_2018/images/B0_BsMassCut_SPDwave_Rez.png new file mode 100644 index 0000000..678d54d --- /dev/null +++ b/KIT_2018/images/B0_BsMassCut_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_BsMassCut_SPDwave_fullq2.png b/KIT_2018/images/B0_BsMassCut_SPDwave_fullq2.png new file mode 100644 index 0000000..72d2ca6 --- /dev/null +++ b/KIT_2018/images/B0_BsMassCut_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_BsMass_Pwave_Rez.png b/KIT_2018/images/B0_BsMass_Pwave_Rez.png new file mode 100644 index 0000000..2b97909 --- /dev/null +++ b/KIT_2018/images/B0_BsMass_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_BsMass_Pwave_fullq2.png b/KIT_2018/images/B0_BsMass_Pwave_fullq2.png new file mode 100644 index 0000000..746723b --- /dev/null +++ b/KIT_2018/images/B0_BsMass_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_BsMass_SPDwave_Rez.png b/KIT_2018/images/B0_BsMass_SPDwave_Rez.png new file mode 100644 index 0000000..b562aba --- /dev/null +++ b/KIT_2018/images/B0_BsMass_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_BsMass_SPDwave_fullq2.png b/KIT_2018/images/B0_BsMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70ca9b8 --- /dev/null +++ b/KIT_2018/images/B0_BsMass_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_BuToKMuMuMass_Pwave_Rez.png b/KIT_2018/images/B0_BuToKMuMuMass_Pwave_Rez.png new file mode 100644 index 0000000..3e38a6b --- /dev/null +++ b/KIT_2018/images/B0_BuToKMuMuMass_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_BuToKMuMuMass_Pwave_fullq2.png b/KIT_2018/images/B0_BuToKMuMuMass_Pwave_fullq2.png new file mode 100644 index 0000000..fbe689a --- /dev/null +++ b/KIT_2018/images/B0_BuToKMuMuMass_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_BuToKMuMuMass_SPDwave_Rez.png b/KIT_2018/images/B0_BuToKMuMuMass_SPDwave_Rez.png new file mode 100644 index 0000000..1c6c416 --- /dev/null +++ b/KIT_2018/images/B0_BuToKMuMuMass_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_BuToKMuMuMass_SPDwave_fullq2.png b/KIT_2018/images/B0_BuToKMuMuMass_SPDwave_fullq2.png new file mode 100644 index 0000000..49be5a6 --- /dev/null +++ b/KIT_2018/images/B0_BuToKMuMuMass_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_DIRA_OWNPV.png b/KIT_2018/images/B0_DIRA_OWNPV.png new file mode 100644 index 0000000..c6397a9 --- /dev/null +++ b/KIT_2018/images/B0_DIRA_OWNPV.png Binary files differ diff --git a/KIT_2018/images/B0_DIRA_OWNPVlog.png b/KIT_2018/images/B0_DIRA_OWNPVlog.png new file mode 100644 index 0000000..7efec12 --- /dev/null +++ b/KIT_2018/images/B0_DIRA_OWNPVlog.png Binary files differ diff --git a/KIT_2018/images/B0_ENDVERTEX_CHI2.png b/KIT_2018/images/B0_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..e32f3cc --- /dev/null +++ b/KIT_2018/images/B0_ENDVERTEX_CHI2.png Binary files differ diff --git a/KIT_2018/images/B0_ENDVERTEX_CHI2log.png b/KIT_2018/images/B0_ENDVERTEX_CHI2log.png new file mode 100644 index 0000000..85052b9 --- /dev/null +++ b/KIT_2018/images/B0_ENDVERTEX_CHI2log.png Binary files differ diff --git a/KIT_2018/images/B0_ENDVERTEX_CHI2w.png b/KIT_2018/images/B0_ENDVERTEX_CHI2w.png new file mode 100644 index 0000000..19d596c --- /dev/null +++ b/KIT_2018/images/B0_ENDVERTEX_CHI2w.png Binary files differ diff --git a/KIT_2018/images/B0_FDCHI2_OWNPV.png b/KIT_2018/images/B0_FDCHI2_OWNPV.png new file mode 100644 index 0000000..085e87f --- /dev/null +++ b/KIT_2018/images/B0_FDCHI2_OWNPV.png Binary files differ diff --git a/KIT_2018/images/B0_FDCHI2_OWNPVlog.png b/KIT_2018/images/B0_FDCHI2_OWNPVlog.png new file mode 100644 index 0000000..247136e --- /dev/null +++ b/KIT_2018/images/B0_FDCHI2_OWNPVlog.png Binary files differ diff --git a/KIT_2018/images/B0_FD_OWNPV.png b/KIT_2018/images/B0_FD_OWNPV.png new file mode 100644 index 0000000..b5440df --- /dev/null +++ b/KIT_2018/images/B0_FD_OWNPV.png Binary files differ diff --git a/KIT_2018/images/B0_FD_OWNPVlog.png b/KIT_2018/images/B0_FD_OWNPVlog.png new file mode 100644 index 0000000..d3237af --- /dev/null +++ b/KIT_2018/images/B0_FD_OWNPVlog.png Binary files differ diff --git a/KIT_2018/images/B0_IPCHI2_OWNPV.png b/KIT_2018/images/B0_IPCHI2_OWNPV.png new file mode 100644 index 0000000..2f1e168 --- /dev/null +++ b/KIT_2018/images/B0_IPCHI2_OWNPV.png Binary files differ diff --git a/KIT_2018/images/B0_IPCHI2_OWNPVlog.png b/KIT_2018/images/B0_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..453a010 --- /dev/null +++ b/KIT_2018/images/B0_IPCHI2_OWNPVlog.png Binary files differ diff --git a/KIT_2018/images/B0_IP_OWNPV.png b/KIT_2018/images/B0_IP_OWNPV.png new file mode 100644 index 0000000..41ee112 --- /dev/null +++ b/KIT_2018/images/B0_IP_OWNPV.png Binary files differ diff --git a/KIT_2018/images/B0_IP_OWNPVlog.png b/KIT_2018/images/B0_IP_OWNPVlog.png new file mode 100644 index 0000000..4834cba --- /dev/null +++ b/KIT_2018/images/B0_IP_OWNPVlog.png Binary files differ diff --git a/KIT_2018/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png b/KIT_2018/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png new file mode 100644 index 0000000..59f30ed --- /dev/null +++ b/KIT_2018/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png b/KIT_2018/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png new file mode 100644 index 0000000..08abb7f --- /dev/null +++ b/KIT_2018/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png b/KIT_2018/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png new file mode 100644 index 0000000..f2d9f49 --- /dev/null +++ b/KIT_2018/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png b/KIT_2018/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png new file mode 100644 index 0000000..00e9290 --- /dev/null +++ b/KIT_2018/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_LambdaB_M_pK2D_Pwave_Rez.png b/KIT_2018/images/B0_LambdaB_M_pK2D_Pwave_Rez.png new file mode 100644 index 0000000..e5597d5 --- /dev/null +++ b/KIT_2018/images/B0_LambdaB_M_pK2D_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png b/KIT_2018/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png new file mode 100644 index 0000000..03666c6 --- /dev/null +++ b/KIT_2018/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png b/KIT_2018/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png new file mode 100644 index 0000000..0d8a9e5 --- /dev/null +++ b/KIT_2018/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png b/KIT_2018/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png new file mode 100644 index 0000000..6745c2d --- /dev/null +++ b/KIT_2018/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_LambdaB_M_pK_Pwave_NonRez.png b/KIT_2018/images/B0_LambdaB_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..bd37781 --- /dev/null +++ b/KIT_2018/images/B0_LambdaB_M_pK_Pwave_NonRez.png Binary files differ diff --git a/KIT_2018/images/B0_LambdaB_M_pK_Pwave_Rez.png b/KIT_2018/images/B0_LambdaB_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..683bc19 --- /dev/null +++ b/KIT_2018/images/B0_LambdaB_M_pK_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_LambdaB_M_pK_Pwave_fullq2.png b/KIT_2018/images/B0_LambdaB_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..c4f09d8 --- /dev/null +++ b/KIT_2018/images/B0_LambdaB_M_pK_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_LambdaB_M_pK_SPDwave_Rez.png b/KIT_2018/images/B0_LambdaB_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..a02fd24 --- /dev/null +++ b/KIT_2018/images/B0_LambdaB_M_pK_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_LambdaB_M_pK_SPDwave_fullq2.png b/KIT_2018/images/B0_LambdaB_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..af70172 --- /dev/null +++ b/KIT_2018/images/B0_LambdaB_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_Lambda_M_pK_Pwave_NonRez.png b/KIT_2018/images/B0_Lambda_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..86f7444 --- /dev/null +++ b/KIT_2018/images/B0_Lambda_M_pK_Pwave_NonRez.png Binary files differ diff --git a/KIT_2018/images/B0_Lambda_M_pK_Pwave_Rez.png b/KIT_2018/images/B0_Lambda_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..a5bf50d --- /dev/null +++ b/KIT_2018/images/B0_Lambda_M_pK_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_Lambda_M_pK_Pwave_fullq2.png b/KIT_2018/images/B0_Lambda_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..a77fb83 --- /dev/null +++ b/KIT_2018/images/B0_Lambda_M_pK_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_Lambda_M_pK_SPDwave_Rez.png b/KIT_2018/images/B0_Lambda_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..d0c3697 --- /dev/null +++ b/KIT_2018/images/B0_Lambda_M_pK_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_Lambda_M_pK_SPDwave_fullq2.png b/KIT_2018/images/B0_Lambda_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..e8fe588 --- /dev/null +++ b/KIT_2018/images/B0_Lambda_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_PT.png b/KIT_2018/images/B0_PT.png new file mode 100644 index 0000000..db45d4b --- /dev/null +++ b/KIT_2018/images/B0_PT.png Binary files differ diff --git a/KIT_2018/images/B0_PTlog.png b/KIT_2018/images/B0_PTlog.png new file mode 100644 index 0000000..52f0157 --- /dev/null +++ b/KIT_2018/images/B0_PTlog.png Binary files differ diff --git a/KIT_2018/images/B0_PTw.png b/KIT_2018/images/B0_PTw.png new file mode 100644 index 0000000..297775d --- /dev/null +++ b/KIT_2018/images/B0_PTw.png Binary files differ diff --git a/KIT_2018/images/B0_jpsiAngSep_Pwave_Rez.png b/KIT_2018/images/B0_jpsiAngSep_Pwave_Rez.png new file mode 100644 index 0000000..d72b782 --- /dev/null +++ b/KIT_2018/images/B0_jpsiAngSep_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_jpsiAngSep_Pwave_fullq2.png b/KIT_2018/images/B0_jpsiAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..5fd4f53 --- /dev/null +++ b/KIT_2018/images/B0_jpsiAngSep_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_jpsiAngSep_SPDwave_Rez.png b/KIT_2018/images/B0_jpsiAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..0fb392d --- /dev/null +++ b/KIT_2018/images/B0_jpsiAngSep_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_jpsiAngSep_SPDwave_fullq2.png b/KIT_2018/images/B0_jpsiAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4d8bcae --- /dev/null +++ b/KIT_2018/images/B0_jpsiAngSep_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_kmuminAngSep_Pwave_Rez.png b/KIT_2018/images/B0_kmuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1323a96 --- /dev/null +++ b/KIT_2018/images/B0_kmuminAngSep_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_kmuminAngSep_Pwave_fullq2.png b/KIT_2018/images/B0_kmuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..1891bf9 --- /dev/null +++ b/KIT_2018/images/B0_kmuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_kmuminAngSep_SPDwave_Rez.png b/KIT_2018/images/B0_kmuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d60ad17 --- /dev/null +++ b/KIT_2018/images/B0_kmuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_kmuminAngSep_SPDwave_fullq2.png b/KIT_2018/images/B0_kmuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..c0df945 --- /dev/null +++ b/KIT_2018/images/B0_kmuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_kmuplusAngSep_Pwave_Rez.png b/KIT_2018/images/B0_kmuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e8a8f7 --- /dev/null +++ b/KIT_2018/images/B0_kmuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_kmuplusAngSep_Pwave_fullq2.png b/KIT_2018/images/B0_kmuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..ff36d63 --- /dev/null +++ b/KIT_2018/images/B0_kmuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_kmuplusAngSep_SPDwave_Rez.png b/KIT_2018/images/B0_kmuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..e7b46f2 --- /dev/null +++ b/KIT_2018/images/B0_kmuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_kmuplusAngSep_SPDwave_fullq2.png b/KIT_2018/images/B0_kmuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..bab6fe6 --- /dev/null +++ b/KIT_2018/images/B0_kmuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_kmuswapMass_Pwave_Rez.png b/KIT_2018/images/B0_kmuswapMass_Pwave_Rez.png new file mode 100644 index 0000000..6a50d79 --- /dev/null +++ b/KIT_2018/images/B0_kmuswapMass_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_kmuswapMass_Pwave_fullq2.png b/KIT_2018/images/B0_kmuswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..4784d6a --- /dev/null +++ b/KIT_2018/images/B0_kmuswapMass_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_kmuswapMass_SPDwave_Rez.png b/KIT_2018/images/B0_kmuswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..df1d500 --- /dev/null +++ b/KIT_2018/images/B0_kmuswapMass_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_kmuswapMass_SPDwave_fullq2.png b/KIT_2018/images/B0_kmuswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..a28543e --- /dev/null +++ b/KIT_2018/images/B0_kmuswapMass_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_kpiswapMass_Pwave_Rez.png b/KIT_2018/images/B0_kpiswapMass_Pwave_Rez.png new file mode 100644 index 0000000..59935f8 --- /dev/null +++ b/KIT_2018/images/B0_kpiswapMass_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_kpiswapMass_Pwave_fullq2.png b/KIT_2018/images/B0_kpiswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..871f485 --- /dev/null +++ b/KIT_2018/images/B0_kpiswapMass_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_kpiswapMass_SPDwave_Rez.png b/KIT_2018/images/B0_kpiswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..f7f7b73 --- /dev/null +++ b/KIT_2018/images/B0_kpiswapMass_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_kpiswapMass_SPDwave_fullq2.png b/KIT_2018/images/B0_kpiswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70618aa --- /dev/null +++ b/KIT_2018/images/B0_kpiswapMass_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_kstarAngSep_Pwave_Rez.png b/KIT_2018/images/B0_kstarAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e90ae0 --- /dev/null +++ b/KIT_2018/images/B0_kstarAngSep_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_kstarAngSep_Pwave_fullq2.png b/KIT_2018/images/B0_kstarAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..49d2d82 --- /dev/null +++ b/KIT_2018/images/B0_kstarAngSep_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_kstarAngSep_SPDwave_Rez.png b/KIT_2018/images/B0_kstarAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d99d8c5 --- /dev/null +++ b/KIT_2018/images/B0_kstarAngSep_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_kstarAngSep_SPDwave_fullq2.png b/KIT_2018/images/B0_kstarAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4913332 --- /dev/null +++ b/KIT_2018/images/B0_kstarAngSep_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_p.pdf b/KIT_2018/images/B0_p.pdf new file mode 100644 index 0000000..5685a10 --- /dev/null +++ b/KIT_2018/images/B0_p.pdf Binary files differ diff --git a/KIT_2018/images/B0_pimuminAngSep_Pwave_Rez.png b/KIT_2018/images/B0_pimuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..89e1b74 --- /dev/null +++ b/KIT_2018/images/B0_pimuminAngSep_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_pimuminAngSep_Pwave_fullq2.png b/KIT_2018/images/B0_pimuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..6b84c85 --- /dev/null +++ b/KIT_2018/images/B0_pimuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_pimuminAngSep_SPDwave_Rez.png b/KIT_2018/images/B0_pimuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..c1fbcb7 --- /dev/null +++ b/KIT_2018/images/B0_pimuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_pimuminAngSep_SPDwave_fullq2.png b/KIT_2018/images/B0_pimuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..ff7d39c --- /dev/null +++ b/KIT_2018/images/B0_pimuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_pimuplusAngSep_Pwave_Rez.png b/KIT_2018/images/B0_pimuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..da0d58f --- /dev/null +++ b/KIT_2018/images/B0_pimuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_pimuplusAngSep_Pwave_fullq2.png b/KIT_2018/images/B0_pimuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..a02b32b --- /dev/null +++ b/KIT_2018/images/B0_pimuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_pimuplusAngSep_SPDwave_Rez.png b/KIT_2018/images/B0_pimuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..29d4996 --- /dev/null +++ b/KIT_2018/images/B0_pimuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_pimuplusAngSep_SPDwave_fullq2.png b/KIT_2018/images/B0_pimuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4f0cd7e --- /dev/null +++ b/KIT_2018/images/B0_pimuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png b/KIT_2018/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png new file mode 100644 index 0000000..f830bdd --- /dev/null +++ b/KIT_2018/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png Binary files differ diff --git a/KIT_2018/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png b/KIT_2018/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png new file mode 100644 index 0000000..84f9dce --- /dev/null +++ b/KIT_2018/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png Binary files differ diff --git a/KIT_2018/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png b/KIT_2018/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png new file mode 100644 index 0000000..1a0a272 --- /dev/null +++ b/KIT_2018/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png Binary files differ diff --git a/KIT_2018/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png b/KIT_2018/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png new file mode 100644 index 0000000..dfe815c --- /dev/null +++ b/KIT_2018/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png Binary files differ diff --git a/KIT_2018/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png b/KIT_2018/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png new file mode 100644 index 0000000..32c38da --- /dev/null +++ b/KIT_2018/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png Binary files differ diff --git a/KIT_2018/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png b/KIT_2018/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png new file mode 100644 index 0000000..15dbc08 --- /dev/null +++ b/KIT_2018/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png Binary files differ diff --git a/KIT_2018/images/B0_swapMass2_Pwave_Rez.png b/KIT_2018/images/B0_swapMass2_Pwave_Rez.png new file mode 100644 index 0000000..fee86b2 --- /dev/null +++ b/KIT_2018/images/B0_swapMass2_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_swapMass2_Pwave_fullq2.png b/KIT_2018/images/B0_swapMass2_Pwave_fullq2.png new file mode 100644 index 0000000..590aec9 --- /dev/null +++ b/KIT_2018/images/B0_swapMass2_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_swapMass2_SPDwave_Rez.png b/KIT_2018/images/B0_swapMass2_SPDwave_Rez.png new file mode 100644 index 0000000..c5a053d --- /dev/null +++ b/KIT_2018/images/B0_swapMass2_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_swapMass2_SPDwave_fullq2.png b/KIT_2018/images/B0_swapMass2_SPDwave_fullq2.png new file mode 100644 index 0000000..472beaf --- /dev/null +++ b/KIT_2018/images/B0_swapMass2_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_swapMass_Pwave_Rez.png b/KIT_2018/images/B0_swapMass_Pwave_Rez.png new file mode 100644 index 0000000..924f4ac --- /dev/null +++ b/KIT_2018/images/B0_swapMass_Pwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_swapMass_Pwave_fullq2.png b/KIT_2018/images/B0_swapMass_Pwave_fullq2.png new file mode 100644 index 0000000..2b67b3d --- /dev/null +++ b/KIT_2018/images/B0_swapMass_Pwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/B0_swapMass_SPDwave_Rez.png b/KIT_2018/images/B0_swapMass_SPDwave_Rez.png new file mode 100644 index 0000000..0ecea47 --- /dev/null +++ b/KIT_2018/images/B0_swapMass_SPDwave_Rez.png Binary files differ diff --git a/KIT_2018/images/B0_swapMass_SPDwave_fullq2.png b/KIT_2018/images/B0_swapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..90b7821 --- /dev/null +++ b/KIT_2018/images/B0_swapMass_SPDwave_fullq2.png Binary files differ diff --git a/KIT_2018/images/BDT.png b/KIT_2018/images/BDT.png new file mode 100644 index 0000000..c39c321 --- /dev/null +++ b/KIT_2018/images/BDT.png Binary files differ diff --git a/KIT_2018/images/BDT_Eff_Comp.pdf b/KIT_2018/images/BDT_Eff_Comp.pdf new file mode 100644 index 0000000..8b69f9e --- /dev/null +++ b/KIT_2018/images/BDT_Eff_Comp.pdf Binary files differ diff --git a/KIT_2018/images/BG_both.png b/KIT_2018/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/KIT_2018/images/BG_both.png Binary files differ diff --git a/KIT_2018/images/BG_lower.png b/KIT_2018/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/KIT_2018/images/BG_lower.png Binary files differ diff --git a/KIT_2018/images/BG_upper.png b/KIT_2018/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/KIT_2018/images/BG_upper.png Binary files differ diff --git a/KIT_2018/images/BKGCAT10.pdf b/KIT_2018/images/BKGCAT10.pdf new file mode 100644 index 0000000..2371687 --- /dev/null +++ b/KIT_2018/images/BKGCAT10.pdf Binary files differ diff --git a/KIT_2018/images/BKGCAT40MCMatch.pdf b/KIT_2018/images/BKGCAT40MCMatch.pdf new file mode 100644 index 0000000..cf0e7a8 --- /dev/null +++ b/KIT_2018/images/BKGCAT40MCMatch.pdf Binary files differ diff --git a/KIT_2018/images/BKGCAT50MCMatch.pdf b/KIT_2018/images/BKGCAT50MCMatch.pdf new file mode 100644 index 0000000..a303f08 --- /dev/null +++ b/KIT_2018/images/BKGCAT50MCMatch.pdf Binary files differ diff --git a/KIT_2018/images/BKGCAT_mctruthmatched.pdf b/KIT_2018/images/BKGCAT_mctruthmatched.pdf new file mode 100644 index 0000000..4b91793 --- /dev/null +++ b/KIT_2018/images/BKGCAT_mctruthmatched.pdf Binary files differ diff --git a/KIT_2018/images/B_DiraCos.png b/KIT_2018/images/B_DiraCos.png new file mode 100644 index 0000000..67fb43b --- /dev/null +++ b/KIT_2018/images/B_DiraCos.png Binary files differ diff --git a/KIT_2018/images/B_ENDVERTEX_CHI2.png b/KIT_2018/images/B_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..fe897a1 --- /dev/null +++ b/KIT_2018/images/B_ENDVERTEX_CHI2.png Binary files differ diff --git a/KIT_2018/images/B_FDCHI2_OWNPV.png b/KIT_2018/images/B_FDCHI2_OWNPV.png new file mode 100644 index 0000000..f6f55c9 --- /dev/null +++ b/KIT_2018/images/B_FDCHI2_OWNPV.png Binary files differ diff --git a/KIT_2018/images/B_FD_OWNPV.png b/KIT_2018/images/B_FD_OWNPV.png new file mode 100644 index 0000000..24052b6 --- /dev/null +++ b/KIT_2018/images/B_FD_OWNPV.png Binary files differ diff --git a/KIT_2018/images/B_IPCHI2_OWNPV.png b/KIT_2018/images/B_IPCHI2_OWNPV.png new file mode 100644 index 0000000..d228b4b --- /dev/null +++ b/KIT_2018/images/B_IPCHI2_OWNPV.png Binary files differ diff --git a/KIT_2018/images/B_IP_OWNPV.png b/KIT_2018/images/B_IP_OWNPV.png new file mode 100644 index 0000000..b5d6a0e --- /dev/null +++ b/KIT_2018/images/B_IP_OWNPV.png Binary files differ diff --git a/KIT_2018/images/B_M.png b/KIT_2018/images/B_M.png new file mode 100644 index 0000000..a3b3649 --- /dev/null +++ b/KIT_2018/images/B_M.png Binary files differ diff --git a/KIT_2018/images/B_P.png b/KIT_2018/images/B_P.png new file mode 100644 index 0000000..c12cb08 --- /dev/null +++ b/KIT_2018/images/B_P.png Binary files differ diff --git a/KIT_2018/images/B_PT.png b/KIT_2018/images/B_PT.png new file mode 100644 index 0000000..1097473 --- /dev/null +++ b/KIT_2018/images/B_PT.png Binary files differ diff --git a/KIT_2018/images/Bsmumu.png b/KIT_2018/images/Bsmumu.png new file mode 100644 index 0000000..d66be1c --- /dev/null +++ b/KIT_2018/images/Bsmumu.png Binary files differ diff --git a/KIT_2018/images/C9.png b/KIT_2018/images/C9.png new file mode 100644 index 0000000..64fd3d2 --- /dev/null +++ b/KIT_2018/images/C9.png Binary files differ diff --git a/KIT_2018/images/C9C10-Fit35-Plot.jpeg b/KIT_2018/images/C9C10-Fit35-Plot.jpeg new file mode 100644 index 0000000..b1c97ca --- /dev/null +++ b/KIT_2018/images/C9C10-Fit35-Plot.jpeg Binary files differ diff --git a/KIT_2018/images/C9_S_P.png b/KIT_2018/images/C9_S_P.png new file mode 100644 index 0000000..4ac40d1 --- /dev/null +++ b/KIT_2018/images/C9_S_P.png Binary files differ diff --git a/KIT_2018/images/CKMmatrix.png b/KIT_2018/images/CKMmatrix.png new file mode 100644 index 0000000..bd080c8 --- /dev/null +++ b/KIT_2018/images/CKMmatrix.png Binary files differ diff --git a/KIT_2018/images/CMS.png b/KIT_2018/images/CMS.png new file mode 100644 index 0000000..060ef0f --- /dev/null +++ b/KIT_2018/images/CMS.png Binary files differ diff --git a/KIT_2018/images/CP.png b/KIT_2018/images/CP.png new file mode 100644 index 0000000..d83d917 --- /dev/null +++ b/KIT_2018/images/CP.png Binary files differ diff --git a/KIT_2018/images/CartoonCP.GIF b/KIT_2018/images/CartoonCP.GIF new file mode 100644 index 0000000..7ce9823 --- /dev/null +++ b/KIT_2018/images/CartoonCP.GIF Binary files differ diff --git a/KIT_2018/images/Chopping_Distrib.pdf b/KIT_2018/images/Chopping_Distrib.pdf new file mode 100644 index 0000000..d381d34 --- /dev/null +++ b/KIT_2018/images/Chopping_Distrib.pdf Binary files differ diff --git a/KIT_2018/images/Example1DPlot-python-1.eps b/KIT_2018/images/Example1DPlot-python-1.eps new file mode 100644 index 0000000..4d71385 --- /dev/null +++ b/KIT_2018/images/Example1DPlot-python-1.eps Binary files differ diff --git a/KIT_2018/images/Example1DPlot-python-1.pdf b/KIT_2018/images/Example1DPlot-python-1.pdf new file mode 100644 index 0000000..d826ffd --- /dev/null +++ b/KIT_2018/images/Example1DPlot-python-1.pdf Binary files differ diff --git a/KIT_2018/images/Example1DPlot-python-1_sim.pdf b/KIT_2018/images/Example1DPlot-python-1_sim.pdf new file mode 100644 index 0000000..63cbd27 --- /dev/null +++ b/KIT_2018/images/Example1DPlot-python-1_sim.pdf Binary files differ diff --git a/KIT_2018/images/FC_A30.pdf b/KIT_2018/images/FC_A30.pdf new file mode 100644 index 0000000..33c3391 --- /dev/null +++ b/KIT_2018/images/FC_A30.pdf Binary files differ diff --git a/KIT_2018/images/FC_A31.pdf b/KIT_2018/images/FC_A31.pdf new file mode 100644 index 0000000..a0edc0f --- /dev/null +++ b/KIT_2018/images/FC_A31.pdf Binary files differ diff --git a/KIT_2018/images/FC_A32.pdf b/KIT_2018/images/FC_A32.pdf new file mode 100644 index 0000000..a8bf66e --- /dev/null +++ b/KIT_2018/images/FC_A32.pdf Binary files differ diff --git a/KIT_2018/images/FC_A33.pdf b/KIT_2018/images/FC_A33.pdf new file mode 100644 index 0000000..04e324b --- /dev/null +++ b/KIT_2018/images/FC_A33.pdf Binary files differ diff --git a/KIT_2018/images/FC_A34.pdf b/KIT_2018/images/FC_A34.pdf new file mode 100644 index 0000000..2a1c979 --- /dev/null +++ b/KIT_2018/images/FC_A34.pdf Binary files differ diff --git a/KIT_2018/images/FC_A35.pdf b/KIT_2018/images/FC_A35.pdf new file mode 100644 index 0000000..249aeda --- /dev/null +++ b/KIT_2018/images/FC_A35.pdf Binary files differ diff --git a/KIT_2018/images/FC_A36.pdf b/KIT_2018/images/FC_A36.pdf new file mode 100644 index 0000000..1d2ee4c --- /dev/null +++ b/KIT_2018/images/FC_A36.pdf Binary files differ diff --git a/KIT_2018/images/FC_A37.pdf b/KIT_2018/images/FC_A37.pdf new file mode 100644 index 0000000..2c8349d --- /dev/null +++ b/KIT_2018/images/FC_A37.pdf Binary files differ diff --git a/KIT_2018/images/FC_A38.pdf b/KIT_2018/images/FC_A38.pdf new file mode 100644 index 0000000..2476e50 --- /dev/null +++ b/KIT_2018/images/FC_A38.pdf Binary files differ diff --git a/KIT_2018/images/FC_A39.pdf b/KIT_2018/images/FC_A39.pdf new file mode 100644 index 0000000..8e74d24 --- /dev/null +++ b/KIT_2018/images/FC_A39.pdf Binary files differ diff --git a/KIT_2018/images/FC_A40.pdf b/KIT_2018/images/FC_A40.pdf new file mode 100644 index 0000000..e0a2d50 --- /dev/null +++ b/KIT_2018/images/FC_A40.pdf Binary files differ diff --git a/KIT_2018/images/FC_A41.pdf b/KIT_2018/images/FC_A41.pdf new file mode 100644 index 0000000..c3edf56 --- /dev/null +++ b/KIT_2018/images/FC_A41.pdf Binary files differ diff --git a/KIT_2018/images/FC_A42.pdf b/KIT_2018/images/FC_A42.pdf new file mode 100644 index 0000000..5c175a9 --- /dev/null +++ b/KIT_2018/images/FC_A42.pdf Binary files differ diff --git a/KIT_2018/images/FC_A43.pdf b/KIT_2018/images/FC_A43.pdf new file mode 100644 index 0000000..c37fecc --- /dev/null +++ b/KIT_2018/images/FC_A43.pdf Binary files differ diff --git a/KIT_2018/images/FC_A44.pdf b/KIT_2018/images/FC_A44.pdf new file mode 100644 index 0000000..acd0bcf --- /dev/null +++ b/KIT_2018/images/FC_A44.pdf Binary files differ diff --git a/KIT_2018/images/FC_A45.pdf b/KIT_2018/images/FC_A45.pdf new file mode 100644 index 0000000..272959f --- /dev/null +++ b/KIT_2018/images/FC_A45.pdf Binary files differ diff --git a/KIT_2018/images/FC_A46.pdf b/KIT_2018/images/FC_A46.pdf new file mode 100644 index 0000000..73c85c2 --- /dev/null +++ b/KIT_2018/images/FC_A46.pdf Binary files differ diff --git a/KIT_2018/images/FC_A47.pdf b/KIT_2018/images/FC_A47.pdf new file mode 100644 index 0000000..96064a9 --- /dev/null +++ b/KIT_2018/images/FC_A47.pdf Binary files differ diff --git a/KIT_2018/images/FC_A48.pdf b/KIT_2018/images/FC_A48.pdf new file mode 100644 index 0000000..08e2763 --- /dev/null +++ b/KIT_2018/images/FC_A48.pdf Binary files differ diff --git a/KIT_2018/images/FC_A49.pdf b/KIT_2018/images/FC_A49.pdf new file mode 100644 index 0000000..404d139 --- /dev/null +++ b/KIT_2018/images/FC_A49.pdf Binary files differ diff --git a/KIT_2018/images/FC_A50.pdf b/KIT_2018/images/FC_A50.pdf new file mode 100644 index 0000000..1146e43 --- /dev/null +++ b/KIT_2018/images/FC_A50.pdf Binary files differ diff --git a/KIT_2018/images/FC_A51.pdf b/KIT_2018/images/FC_A51.pdf new file mode 100644 index 0000000..40dd2f0 --- /dev/null +++ b/KIT_2018/images/FC_A51.pdf Binary files differ diff --git a/KIT_2018/images/FC_A52.pdf b/KIT_2018/images/FC_A52.pdf new file mode 100644 index 0000000..b4c7c4a --- /dev/null +++ b/KIT_2018/images/FC_A52.pdf Binary files differ diff --git a/KIT_2018/images/FC_A53.pdf b/KIT_2018/images/FC_A53.pdf new file mode 100644 index 0000000..9219e9d --- /dev/null +++ b/KIT_2018/images/FC_A53.pdf Binary files differ diff --git a/KIT_2018/images/FC_A54.pdf b/KIT_2018/images/FC_A54.pdf new file mode 100644 index 0000000..aaa1bc5 --- /dev/null +++ b/KIT_2018/images/FC_A54.pdf Binary files differ diff --git a/KIT_2018/images/FC_A55.pdf b/KIT_2018/images/FC_A55.pdf new file mode 100644 index 0000000..a452cd5 --- /dev/null +++ b/KIT_2018/images/FC_A55.pdf Binary files differ diff --git a/KIT_2018/images/FC_A56.pdf b/KIT_2018/images/FC_A56.pdf new file mode 100644 index 0000000..6dd3a6b --- /dev/null +++ b/KIT_2018/images/FC_A56.pdf Binary files differ diff --git a/KIT_2018/images/FC_A57.pdf b/KIT_2018/images/FC_A57.pdf new file mode 100644 index 0000000..85bd286 --- /dev/null +++ b/KIT_2018/images/FC_A57.pdf Binary files differ diff --git a/KIT_2018/images/FC_A58.pdf b/KIT_2018/images/FC_A58.pdf new file mode 100644 index 0000000..45f9803 --- /dev/null +++ b/KIT_2018/images/FC_A58.pdf Binary files differ diff --git a/KIT_2018/images/FC_A59.pdf b/KIT_2018/images/FC_A59.pdf new file mode 100644 index 0000000..1a3195b --- /dev/null +++ b/KIT_2018/images/FC_A59.pdf Binary files differ diff --git a/KIT_2018/images/FC_A6s0.pdf b/KIT_2018/images/FC_A6s0.pdf new file mode 100644 index 0000000..29acf77 --- /dev/null +++ b/KIT_2018/images/FC_A6s0.pdf Binary files differ diff --git a/KIT_2018/images/FC_A6s1.pdf b/KIT_2018/images/FC_A6s1.pdf new file mode 100644 index 0000000..56fa0a5 --- /dev/null +++ b/KIT_2018/images/FC_A6s1.pdf Binary files differ diff --git a/KIT_2018/images/FC_A6s2.pdf b/KIT_2018/images/FC_A6s2.pdf new file mode 100644 index 0000000..3a901a4 --- /dev/null +++ b/KIT_2018/images/FC_A6s2.pdf Binary files differ diff --git a/KIT_2018/images/FC_A6s3.pdf b/KIT_2018/images/FC_A6s3.pdf new file mode 100644 index 0000000..f66e50f --- /dev/null +++ b/KIT_2018/images/FC_A6s3.pdf Binary files differ diff --git a/KIT_2018/images/FC_A6s4.pdf b/KIT_2018/images/FC_A6s4.pdf new file mode 100644 index 0000000..1d2bbe2 --- /dev/null +++ b/KIT_2018/images/FC_A6s4.pdf Binary files differ diff --git a/KIT_2018/images/FC_A6s5.pdf b/KIT_2018/images/FC_A6s5.pdf new file mode 100644 index 0000000..ba05d0e --- /dev/null +++ b/KIT_2018/images/FC_A6s5.pdf Binary files differ diff --git a/KIT_2018/images/FC_A6s6.pdf b/KIT_2018/images/FC_A6s6.pdf new file mode 100644 index 0000000..321cb58 --- /dev/null +++ b/KIT_2018/images/FC_A6s6.pdf Binary files differ diff --git a/KIT_2018/images/FC_A6s7.pdf b/KIT_2018/images/FC_A6s7.pdf new file mode 100644 index 0000000..20da5ed --- /dev/null +++ b/KIT_2018/images/FC_A6s7.pdf Binary files differ diff --git a/KIT_2018/images/FC_A6s8.pdf b/KIT_2018/images/FC_A6s8.pdf new file mode 100644 index 0000000..e5538f7 --- /dev/null +++ b/KIT_2018/images/FC_A6s8.pdf Binary files differ diff --git a/KIT_2018/images/FC_A6s9.pdf b/KIT_2018/images/FC_A6s9.pdf new file mode 100644 index 0000000..06aeff0 --- /dev/null +++ b/KIT_2018/images/FC_A6s9.pdf Binary files differ diff --git a/KIT_2018/images/FC_A70.pdf b/KIT_2018/images/FC_A70.pdf new file mode 100644 index 0000000..7c8997d --- /dev/null +++ b/KIT_2018/images/FC_A70.pdf Binary files differ diff --git a/KIT_2018/images/FC_A71.pdf b/KIT_2018/images/FC_A71.pdf new file mode 100644 index 0000000..fd77dec --- /dev/null +++ b/KIT_2018/images/FC_A71.pdf Binary files differ diff --git a/KIT_2018/images/FC_A72.pdf b/KIT_2018/images/FC_A72.pdf new file mode 100644 index 0000000..10ab19e --- /dev/null +++ b/KIT_2018/images/FC_A72.pdf Binary files differ diff --git a/KIT_2018/images/FC_A73.pdf b/KIT_2018/images/FC_A73.pdf new file mode 100644 index 0000000..33585e3 --- /dev/null +++ b/KIT_2018/images/FC_A73.pdf Binary files differ diff --git a/KIT_2018/images/FC_A74.pdf b/KIT_2018/images/FC_A74.pdf new file mode 100644 index 0000000..0922fd1 --- /dev/null +++ b/KIT_2018/images/FC_A74.pdf Binary files differ diff --git a/KIT_2018/images/FC_A75.pdf b/KIT_2018/images/FC_A75.pdf new file mode 100644 index 0000000..1885938 --- /dev/null +++ b/KIT_2018/images/FC_A75.pdf Binary files differ diff --git a/KIT_2018/images/FC_A76.pdf b/KIT_2018/images/FC_A76.pdf new file mode 100644 index 0000000..8d65654 --- /dev/null +++ b/KIT_2018/images/FC_A76.pdf Binary files differ diff --git a/KIT_2018/images/FC_A77.pdf b/KIT_2018/images/FC_A77.pdf new file mode 100644 index 0000000..a3d8caf --- /dev/null +++ b/KIT_2018/images/FC_A77.pdf Binary files differ diff --git a/KIT_2018/images/FC_A78.pdf b/KIT_2018/images/FC_A78.pdf new file mode 100644 index 0000000..661f181 --- /dev/null +++ b/KIT_2018/images/FC_A78.pdf Binary files differ diff --git a/KIT_2018/images/FC_A79.pdf b/KIT_2018/images/FC_A79.pdf new file mode 100644 index 0000000..d424d5e --- /dev/null +++ b/KIT_2018/images/FC_A79.pdf Binary files differ diff --git a/KIT_2018/images/FC_A80.pdf b/KIT_2018/images/FC_A80.pdf new file mode 100644 index 0000000..7557551 --- /dev/null +++ b/KIT_2018/images/FC_A80.pdf Binary files differ diff --git a/KIT_2018/images/FC_A81.pdf b/KIT_2018/images/FC_A81.pdf new file mode 100644 index 0000000..2618544 --- /dev/null +++ b/KIT_2018/images/FC_A81.pdf Binary files differ diff --git a/KIT_2018/images/FC_A82.pdf b/KIT_2018/images/FC_A82.pdf new file mode 100644 index 0000000..230789e --- /dev/null +++ b/KIT_2018/images/FC_A82.pdf Binary files differ diff --git a/KIT_2018/images/FC_A83.pdf b/KIT_2018/images/FC_A83.pdf new file mode 100644 index 0000000..fbb9860 --- /dev/null +++ b/KIT_2018/images/FC_A83.pdf Binary files differ diff --git a/KIT_2018/images/FC_A84.pdf b/KIT_2018/images/FC_A84.pdf new file mode 100644 index 0000000..2c96535 --- /dev/null +++ b/KIT_2018/images/FC_A84.pdf Binary files differ diff --git a/KIT_2018/images/FC_A85.pdf b/KIT_2018/images/FC_A85.pdf new file mode 100644 index 0000000..a00ce1a --- /dev/null +++ b/KIT_2018/images/FC_A85.pdf Binary files differ diff --git a/KIT_2018/images/FC_A86.pdf b/KIT_2018/images/FC_A86.pdf new file mode 100644 index 0000000..c9e1b16 --- /dev/null +++ b/KIT_2018/images/FC_A86.pdf Binary files differ diff --git a/KIT_2018/images/FC_A87.pdf b/KIT_2018/images/FC_A87.pdf new file mode 100644 index 0000000..af92798 --- /dev/null +++ b/KIT_2018/images/FC_A87.pdf Binary files differ diff --git a/KIT_2018/images/FC_A88.pdf b/KIT_2018/images/FC_A88.pdf new file mode 100644 index 0000000..3098091 --- /dev/null +++ b/KIT_2018/images/FC_A88.pdf Binary files differ diff --git a/KIT_2018/images/FC_A89.pdf b/KIT_2018/images/FC_A89.pdf new file mode 100644 index 0000000..d5cffbf --- /dev/null +++ b/KIT_2018/images/FC_A89.pdf Binary files differ diff --git a/KIT_2018/images/FC_A90.pdf b/KIT_2018/images/FC_A90.pdf new file mode 100644 index 0000000..4987ea8 --- /dev/null +++ b/KIT_2018/images/FC_A90.pdf Binary files differ diff --git a/KIT_2018/images/FC_A91.pdf b/KIT_2018/images/FC_A91.pdf new file mode 100644 index 0000000..102fa15 --- /dev/null +++ b/KIT_2018/images/FC_A91.pdf Binary files differ diff --git a/KIT_2018/images/FC_A92.pdf b/KIT_2018/images/FC_A92.pdf new file mode 100644 index 0000000..4dfedec --- /dev/null +++ b/KIT_2018/images/FC_A92.pdf Binary files differ diff --git a/KIT_2018/images/FC_A93.pdf b/KIT_2018/images/FC_A93.pdf new file mode 100644 index 0000000..9fe5a8b --- /dev/null +++ b/KIT_2018/images/FC_A93.pdf Binary files differ diff --git a/KIT_2018/images/FC_A94.pdf b/KIT_2018/images/FC_A94.pdf new file mode 100644 index 0000000..1f85f86 --- /dev/null +++ b/KIT_2018/images/FC_A94.pdf Binary files differ diff --git a/KIT_2018/images/FC_A95.pdf b/KIT_2018/images/FC_A95.pdf new file mode 100644 index 0000000..0434401 --- /dev/null +++ b/KIT_2018/images/FC_A95.pdf Binary files differ diff --git a/KIT_2018/images/FC_A96.pdf b/KIT_2018/images/FC_A96.pdf new file mode 100644 index 0000000..f3be888 --- /dev/null +++ b/KIT_2018/images/FC_A96.pdf Binary files differ diff --git a/KIT_2018/images/FC_A97.pdf b/KIT_2018/images/FC_A97.pdf new file mode 100644 index 0000000..af5acad --- /dev/null +++ b/KIT_2018/images/FC_A97.pdf Binary files differ diff --git a/KIT_2018/images/FC_A98.pdf b/KIT_2018/images/FC_A98.pdf new file mode 100644 index 0000000..886ce09 --- /dev/null +++ b/KIT_2018/images/FC_A98.pdf Binary files differ diff --git a/KIT_2018/images/FC_A99.pdf b/KIT_2018/images/FC_A99.pdf new file mode 100644 index 0000000..eb20ab3 --- /dev/null +++ b/KIT_2018/images/FC_A99.pdf Binary files differ diff --git a/KIT_2018/images/FC_Afb0.pdf b/KIT_2018/images/FC_Afb0.pdf new file mode 100644 index 0000000..3b87a93 --- /dev/null +++ b/KIT_2018/images/FC_Afb0.pdf Binary files differ diff --git a/KIT_2018/images/FC_Afb1.pdf b/KIT_2018/images/FC_Afb1.pdf new file mode 100644 index 0000000..b1b4200 --- /dev/null +++ b/KIT_2018/images/FC_Afb1.pdf Binary files differ diff --git a/KIT_2018/images/FC_Afb2.pdf b/KIT_2018/images/FC_Afb2.pdf new file mode 100644 index 0000000..3c9374f --- /dev/null +++ b/KIT_2018/images/FC_Afb2.pdf Binary files differ diff --git a/KIT_2018/images/FC_Afb3.pdf b/KIT_2018/images/FC_Afb3.pdf new file mode 100644 index 0000000..bb7f3ae --- /dev/null +++ b/KIT_2018/images/FC_Afb3.pdf Binary files differ diff --git a/KIT_2018/images/FC_Afb4.pdf b/KIT_2018/images/FC_Afb4.pdf new file mode 100644 index 0000000..eb318d9 --- /dev/null +++ b/KIT_2018/images/FC_Afb4.pdf Binary files differ diff --git a/KIT_2018/images/FC_Afb5.pdf b/KIT_2018/images/FC_Afb5.pdf new file mode 100644 index 0000000..cedd295 --- /dev/null +++ b/KIT_2018/images/FC_Afb5.pdf Binary files differ diff --git a/KIT_2018/images/FC_Afb6.pdf b/KIT_2018/images/FC_Afb6.pdf new file mode 100644 index 0000000..e7e1552 --- /dev/null +++ b/KIT_2018/images/FC_Afb6.pdf Binary files differ diff --git a/KIT_2018/images/FC_Afb7.pdf b/KIT_2018/images/FC_Afb7.pdf new file mode 100644 index 0000000..d16d2c6 --- /dev/null +++ b/KIT_2018/images/FC_Afb7.pdf Binary files differ diff --git a/KIT_2018/images/FC_Afb8.pdf b/KIT_2018/images/FC_Afb8.pdf new file mode 100644 index 0000000..12f413f --- /dev/null +++ b/KIT_2018/images/FC_Afb8.pdf Binary files differ diff --git a/KIT_2018/images/FC_Afb9.pdf b/KIT_2018/images/FC_Afb9.pdf new file mode 100644 index 0000000..c3e5b25 --- /dev/null +++ b/KIT_2018/images/FC_Afb9.pdf Binary files differ diff --git a/KIT_2018/images/FC_Fl0.pdf b/KIT_2018/images/FC_Fl0.pdf new file mode 100644 index 0000000..673a86a --- /dev/null +++ b/KIT_2018/images/FC_Fl0.pdf Binary files differ diff --git a/KIT_2018/images/FC_Fl1.pdf b/KIT_2018/images/FC_Fl1.pdf new file mode 100644 index 0000000..1cc8c23 --- /dev/null +++ b/KIT_2018/images/FC_Fl1.pdf Binary files differ diff --git a/KIT_2018/images/FC_Fl2.pdf b/KIT_2018/images/FC_Fl2.pdf new file mode 100644 index 0000000..5b637f5 --- /dev/null +++ b/KIT_2018/images/FC_Fl2.pdf Binary files differ diff --git a/KIT_2018/images/FC_Fl3.pdf b/KIT_2018/images/FC_Fl3.pdf new file mode 100644 index 0000000..86a0bde --- /dev/null +++ b/KIT_2018/images/FC_Fl3.pdf Binary files differ diff --git a/KIT_2018/images/FC_Fl4.pdf b/KIT_2018/images/FC_Fl4.pdf new file mode 100644 index 0000000..5185fd6 --- /dev/null +++ b/KIT_2018/images/FC_Fl4.pdf Binary files differ diff --git a/KIT_2018/images/FC_Fl5.pdf b/KIT_2018/images/FC_Fl5.pdf new file mode 100644 index 0000000..32fa5c7 --- /dev/null +++ b/KIT_2018/images/FC_Fl5.pdf Binary files differ diff --git a/KIT_2018/images/FC_Fl6.pdf b/KIT_2018/images/FC_Fl6.pdf new file mode 100644 index 0000000..731283a --- /dev/null +++ b/KIT_2018/images/FC_Fl6.pdf Binary files differ diff --git a/KIT_2018/images/FC_Fl7.pdf b/KIT_2018/images/FC_Fl7.pdf new file mode 100644 index 0000000..9560a4d --- /dev/null +++ b/KIT_2018/images/FC_Fl7.pdf Binary files differ diff --git a/KIT_2018/images/FC_Fl8.pdf b/KIT_2018/images/FC_Fl8.pdf new file mode 100644 index 0000000..47f0c9b --- /dev/null +++ b/KIT_2018/images/FC_Fl8.pdf Binary files differ diff --git a/KIT_2018/images/FC_Fl9.pdf b/KIT_2018/images/FC_Fl9.pdf new file mode 100644 index 0000000..ea00352 --- /dev/null +++ b/KIT_2018/images/FC_Fl9.pdf Binary files differ diff --git a/KIT_2018/images/FC_P10.pdf b/KIT_2018/images/FC_P10.pdf new file mode 100644 index 0000000..6b64204 --- /dev/null +++ b/KIT_2018/images/FC_P10.pdf Binary files differ diff --git a/KIT_2018/images/FC_P11.pdf b/KIT_2018/images/FC_P11.pdf new file mode 100644 index 0000000..f2134bd --- /dev/null +++ b/KIT_2018/images/FC_P11.pdf Binary files differ diff --git a/KIT_2018/images/FC_P12.pdf b/KIT_2018/images/FC_P12.pdf new file mode 100644 index 0000000..a46b32c --- /dev/null +++ b/KIT_2018/images/FC_P12.pdf Binary files differ diff --git a/KIT_2018/images/FC_P13.pdf b/KIT_2018/images/FC_P13.pdf new file mode 100644 index 0000000..2d2386e --- /dev/null +++ b/KIT_2018/images/FC_P13.pdf Binary files differ diff --git a/KIT_2018/images/FC_P14.pdf b/KIT_2018/images/FC_P14.pdf new file mode 100644 index 0000000..2dba9c6 --- /dev/null +++ b/KIT_2018/images/FC_P14.pdf Binary files differ diff --git a/KIT_2018/images/FC_P15.pdf b/KIT_2018/images/FC_P15.pdf new file mode 100644 index 0000000..0325d9f --- /dev/null +++ b/KIT_2018/images/FC_P15.pdf Binary files differ diff --git a/KIT_2018/images/FC_P16.pdf b/KIT_2018/images/FC_P16.pdf new file mode 100644 index 0000000..ef2cd10 --- /dev/null +++ b/KIT_2018/images/FC_P16.pdf Binary files differ diff --git a/KIT_2018/images/FC_P17.pdf b/KIT_2018/images/FC_P17.pdf new file mode 100644 index 0000000..9ee46b1 --- /dev/null +++ b/KIT_2018/images/FC_P17.pdf Binary files differ diff --git a/KIT_2018/images/FC_P18.pdf b/KIT_2018/images/FC_P18.pdf new file mode 100644 index 0000000..bf9c48a --- /dev/null +++ b/KIT_2018/images/FC_P18.pdf Binary files differ diff --git a/KIT_2018/images/FC_P19.pdf b/KIT_2018/images/FC_P19.pdf new file mode 100644 index 0000000..4615e5a --- /dev/null +++ b/KIT_2018/images/FC_P19.pdf Binary files differ diff --git a/KIT_2018/images/FC_P20.pdf b/KIT_2018/images/FC_P20.pdf new file mode 100644 index 0000000..a87d7fe --- /dev/null +++ b/KIT_2018/images/FC_P20.pdf Binary files differ diff --git a/KIT_2018/images/FC_P21.pdf b/KIT_2018/images/FC_P21.pdf new file mode 100644 index 0000000..a6df0f1 --- /dev/null +++ b/KIT_2018/images/FC_P21.pdf Binary files differ diff --git a/KIT_2018/images/FC_P22.pdf b/KIT_2018/images/FC_P22.pdf new file mode 100644 index 0000000..5a39d3a --- /dev/null +++ b/KIT_2018/images/FC_P22.pdf Binary files differ diff --git a/KIT_2018/images/FC_P23.pdf b/KIT_2018/images/FC_P23.pdf new file mode 100644 index 0000000..302f7ac --- /dev/null +++ b/KIT_2018/images/FC_P23.pdf Binary files differ diff --git a/KIT_2018/images/FC_P24.pdf b/KIT_2018/images/FC_P24.pdf new file mode 100644 index 0000000..58d2fb2 --- /dev/null +++ b/KIT_2018/images/FC_P24.pdf Binary files differ diff --git a/KIT_2018/images/FC_P25.pdf b/KIT_2018/images/FC_P25.pdf new file mode 100644 index 0000000..bade8a1 --- /dev/null +++ b/KIT_2018/images/FC_P25.pdf Binary files differ diff --git a/KIT_2018/images/FC_P26.pdf b/KIT_2018/images/FC_P26.pdf new file mode 100644 index 0000000..f8bc711 --- /dev/null +++ b/KIT_2018/images/FC_P26.pdf Binary files differ diff --git a/KIT_2018/images/FC_P27.pdf b/KIT_2018/images/FC_P27.pdf new file mode 100644 index 0000000..1bdfd6d --- /dev/null +++ b/KIT_2018/images/FC_P27.pdf Binary files differ diff --git a/KIT_2018/images/FC_P28.pdf b/KIT_2018/images/FC_P28.pdf new file mode 100644 index 0000000..4686644 --- /dev/null +++ b/KIT_2018/images/FC_P28.pdf Binary files differ diff --git a/KIT_2018/images/FC_P29.pdf b/KIT_2018/images/FC_P29.pdf new file mode 100644 index 0000000..5662e22 --- /dev/null +++ b/KIT_2018/images/FC_P29.pdf Binary files differ diff --git a/KIT_2018/images/FC_P30.pdf b/KIT_2018/images/FC_P30.pdf new file mode 100644 index 0000000..162eef4 --- /dev/null +++ b/KIT_2018/images/FC_P30.pdf Binary files differ diff --git a/KIT_2018/images/FC_P31.pdf b/KIT_2018/images/FC_P31.pdf new file mode 100644 index 0000000..cdab92a --- /dev/null +++ b/KIT_2018/images/FC_P31.pdf Binary files differ diff --git a/KIT_2018/images/FC_P32.pdf b/KIT_2018/images/FC_P32.pdf new file mode 100644 index 0000000..0af7bf5 --- /dev/null +++ b/KIT_2018/images/FC_P32.pdf Binary files differ diff --git a/KIT_2018/images/FC_P33.pdf b/KIT_2018/images/FC_P33.pdf new file mode 100644 index 0000000..311ab38 --- /dev/null +++ b/KIT_2018/images/FC_P33.pdf Binary files differ diff --git a/KIT_2018/images/FC_P34.pdf b/KIT_2018/images/FC_P34.pdf new file mode 100644 index 0000000..5cdc87e --- /dev/null +++ b/KIT_2018/images/FC_P34.pdf Binary files differ diff --git a/KIT_2018/images/FC_P35.pdf b/KIT_2018/images/FC_P35.pdf new file mode 100644 index 0000000..58afb14 --- /dev/null +++ b/KIT_2018/images/FC_P35.pdf Binary files differ diff --git a/KIT_2018/images/FC_P36.pdf b/KIT_2018/images/FC_P36.pdf new file mode 100644 index 0000000..0043d1f --- /dev/null +++ b/KIT_2018/images/FC_P36.pdf Binary files differ diff --git a/KIT_2018/images/FC_P37.pdf b/KIT_2018/images/FC_P37.pdf new file mode 100644 index 0000000..c9495eb --- /dev/null +++ b/KIT_2018/images/FC_P37.pdf Binary files differ diff --git a/KIT_2018/images/FC_P38.pdf b/KIT_2018/images/FC_P38.pdf new file mode 100644 index 0000000..98b9a81 --- /dev/null +++ b/KIT_2018/images/FC_P38.pdf Binary files differ diff --git a/KIT_2018/images/FC_P39.pdf b/KIT_2018/images/FC_P39.pdf new file mode 100644 index 0000000..60aa4b6 --- /dev/null +++ b/KIT_2018/images/FC_P39.pdf Binary files differ diff --git a/KIT_2018/images/FC_P40.pdf b/KIT_2018/images/FC_P40.pdf new file mode 100644 index 0000000..1e2c104 --- /dev/null +++ b/KIT_2018/images/FC_P40.pdf Binary files differ diff --git a/KIT_2018/images/FC_P41.pdf b/KIT_2018/images/FC_P41.pdf new file mode 100644 index 0000000..c07adc3 --- /dev/null +++ b/KIT_2018/images/FC_P41.pdf Binary files differ diff --git a/KIT_2018/images/FC_P42.pdf b/KIT_2018/images/FC_P42.pdf new file mode 100644 index 0000000..3714680 --- /dev/null +++ b/KIT_2018/images/FC_P42.pdf Binary files differ diff --git a/KIT_2018/images/FC_P43.pdf b/KIT_2018/images/FC_P43.pdf new file mode 100644 index 0000000..5be39e6 --- /dev/null +++ b/KIT_2018/images/FC_P43.pdf Binary files differ diff --git a/KIT_2018/images/FC_P44.pdf b/KIT_2018/images/FC_P44.pdf new file mode 100644 index 0000000..2274979 --- /dev/null +++ b/KIT_2018/images/FC_P44.pdf Binary files differ diff --git a/KIT_2018/images/FC_P45.pdf b/KIT_2018/images/FC_P45.pdf new file mode 100644 index 0000000..6fb2338 --- /dev/null +++ b/KIT_2018/images/FC_P45.pdf Binary files differ diff --git a/KIT_2018/images/FC_P46.pdf b/KIT_2018/images/FC_P46.pdf new file mode 100644 index 0000000..c491847 --- /dev/null +++ b/KIT_2018/images/FC_P46.pdf Binary files differ diff --git a/KIT_2018/images/FC_P47.pdf b/KIT_2018/images/FC_P47.pdf new file mode 100644 index 0000000..0ad02d7 --- /dev/null +++ b/KIT_2018/images/FC_P47.pdf Binary files differ diff --git a/KIT_2018/images/FC_P48.pdf b/KIT_2018/images/FC_P48.pdf new file mode 100644 index 0000000..9e18788 --- /dev/null +++ b/KIT_2018/images/FC_P48.pdf Binary files differ diff --git a/KIT_2018/images/FC_P49.pdf b/KIT_2018/images/FC_P49.pdf new file mode 100644 index 0000000..b123c66 --- /dev/null +++ b/KIT_2018/images/FC_P49.pdf Binary files differ diff --git a/KIT_2018/images/FC_P50.pdf b/KIT_2018/images/FC_P50.pdf new file mode 100644 index 0000000..2975c66 --- /dev/null +++ b/KIT_2018/images/FC_P50.pdf Binary files differ diff --git a/KIT_2018/images/FC_P51.pdf b/KIT_2018/images/FC_P51.pdf new file mode 100644 index 0000000..31321f6 --- /dev/null +++ b/KIT_2018/images/FC_P51.pdf Binary files differ diff --git a/KIT_2018/images/FC_P52.pdf b/KIT_2018/images/FC_P52.pdf new file mode 100644 index 0000000..78cd41c --- /dev/null +++ b/KIT_2018/images/FC_P52.pdf Binary files differ diff --git a/KIT_2018/images/FC_P53.pdf b/KIT_2018/images/FC_P53.pdf new file mode 100644 index 0000000..c4d71a1 --- /dev/null +++ b/KIT_2018/images/FC_P53.pdf Binary files differ diff --git a/KIT_2018/images/FC_P54.pdf b/KIT_2018/images/FC_P54.pdf new file mode 100644 index 0000000..06864f7 --- /dev/null +++ b/KIT_2018/images/FC_P54.pdf Binary files differ diff --git a/KIT_2018/images/FC_P55.pdf b/KIT_2018/images/FC_P55.pdf new file mode 100644 index 0000000..e4260a1 --- /dev/null +++ b/KIT_2018/images/FC_P55.pdf Binary files differ diff --git a/KIT_2018/images/FC_P56.pdf b/KIT_2018/images/FC_P56.pdf new file mode 100644 index 0000000..48d3241 --- /dev/null +++ b/KIT_2018/images/FC_P56.pdf Binary files differ diff --git a/KIT_2018/images/FC_P57.pdf b/KIT_2018/images/FC_P57.pdf new file mode 100644 index 0000000..ee756ab --- /dev/null +++ b/KIT_2018/images/FC_P57.pdf Binary files differ diff --git a/KIT_2018/images/FC_P58.pdf b/KIT_2018/images/FC_P58.pdf new file mode 100644 index 0000000..97efeeb --- /dev/null +++ b/KIT_2018/images/FC_P58.pdf Binary files differ diff --git a/KIT_2018/images/FC_P59.pdf b/KIT_2018/images/FC_P59.pdf new file mode 100644 index 0000000..5f8e09d --- /dev/null +++ b/KIT_2018/images/FC_P59.pdf Binary files differ diff --git a/KIT_2018/images/FC_P60.pdf b/KIT_2018/images/FC_P60.pdf new file mode 100644 index 0000000..2e3eea0 --- /dev/null +++ b/KIT_2018/images/FC_P60.pdf Binary files differ diff --git a/KIT_2018/images/FC_P61.pdf b/KIT_2018/images/FC_P61.pdf new file mode 100644 index 0000000..d59a774 --- /dev/null +++ b/KIT_2018/images/FC_P61.pdf Binary files differ diff --git a/KIT_2018/images/FC_P62.pdf b/KIT_2018/images/FC_P62.pdf new file mode 100644 index 0000000..859d2c8 --- /dev/null +++ b/KIT_2018/images/FC_P62.pdf Binary files differ diff --git a/KIT_2018/images/FC_P63.pdf b/KIT_2018/images/FC_P63.pdf new file mode 100644 index 0000000..4453028 --- /dev/null +++ b/KIT_2018/images/FC_P63.pdf Binary files differ diff --git a/KIT_2018/images/FC_P64.pdf b/KIT_2018/images/FC_P64.pdf new file mode 100644 index 0000000..e818d34 --- /dev/null +++ b/KIT_2018/images/FC_P64.pdf Binary files differ diff --git a/KIT_2018/images/FC_P65.pdf b/KIT_2018/images/FC_P65.pdf new file mode 100644 index 0000000..819bc81 --- /dev/null +++ b/KIT_2018/images/FC_P65.pdf Binary files differ diff --git a/KIT_2018/images/FC_P66.pdf b/KIT_2018/images/FC_P66.pdf new file mode 100644 index 0000000..673cb93 --- /dev/null +++ b/KIT_2018/images/FC_P66.pdf Binary files differ diff --git a/KIT_2018/images/FC_P67.pdf b/KIT_2018/images/FC_P67.pdf new file mode 100644 index 0000000..c472bc8 --- /dev/null +++ b/KIT_2018/images/FC_P67.pdf Binary files differ diff --git a/KIT_2018/images/FC_P68.pdf b/KIT_2018/images/FC_P68.pdf new file mode 100644 index 0000000..3b17255 --- /dev/null +++ b/KIT_2018/images/FC_P68.pdf Binary files differ diff --git a/KIT_2018/images/FC_P69.pdf b/KIT_2018/images/FC_P69.pdf new file mode 100644 index 0000000..5b4fc08 --- /dev/null +++ b/KIT_2018/images/FC_P69.pdf Binary files differ diff --git a/KIT_2018/images/FC_P80.pdf b/KIT_2018/images/FC_P80.pdf new file mode 100644 index 0000000..75f5d13 --- /dev/null +++ b/KIT_2018/images/FC_P80.pdf Binary files differ diff --git a/KIT_2018/images/FC_P81.pdf b/KIT_2018/images/FC_P81.pdf new file mode 100644 index 0000000..8cb9c8d --- /dev/null +++ b/KIT_2018/images/FC_P81.pdf Binary files differ diff --git a/KIT_2018/images/FC_P82.pdf b/KIT_2018/images/FC_P82.pdf new file mode 100644 index 0000000..8ac4cda --- /dev/null +++ b/KIT_2018/images/FC_P82.pdf Binary files differ diff --git a/KIT_2018/images/FC_P83.pdf b/KIT_2018/images/FC_P83.pdf new file mode 100644 index 0000000..c338391 --- /dev/null +++ b/KIT_2018/images/FC_P83.pdf Binary files differ diff --git a/KIT_2018/images/FC_P84.pdf b/KIT_2018/images/FC_P84.pdf new file mode 100644 index 0000000..7a810f6 --- /dev/null +++ b/KIT_2018/images/FC_P84.pdf Binary files differ diff --git a/KIT_2018/images/FC_P85.pdf b/KIT_2018/images/FC_P85.pdf new file mode 100644 index 0000000..0365a6a --- /dev/null +++ b/KIT_2018/images/FC_P85.pdf Binary files differ diff --git a/KIT_2018/images/FC_P86.pdf b/KIT_2018/images/FC_P86.pdf new file mode 100644 index 0000000..27cb21c --- /dev/null +++ b/KIT_2018/images/FC_P86.pdf Binary files differ diff --git a/KIT_2018/images/FC_P87.pdf b/KIT_2018/images/FC_P87.pdf new file mode 100644 index 0000000..288423b --- /dev/null +++ b/KIT_2018/images/FC_P87.pdf Binary files differ diff --git a/KIT_2018/images/FC_P88.pdf b/KIT_2018/images/FC_P88.pdf new file mode 100644 index 0000000..e0b70e0 --- /dev/null +++ b/KIT_2018/images/FC_P88.pdf Binary files differ diff --git a/KIT_2018/images/FC_P89.pdf b/KIT_2018/images/FC_P89.pdf new file mode 100644 index 0000000..cb55499 --- /dev/null +++ b/KIT_2018/images/FC_P89.pdf Binary files differ diff --git a/KIT_2018/images/FC_S30.pdf b/KIT_2018/images/FC_S30.pdf new file mode 100644 index 0000000..d498407 --- /dev/null +++ b/KIT_2018/images/FC_S30.pdf Binary files differ diff --git a/KIT_2018/images/FC_S31.pdf b/KIT_2018/images/FC_S31.pdf new file mode 100644 index 0000000..81d5d35 --- /dev/null +++ b/KIT_2018/images/FC_S31.pdf Binary files differ diff --git a/KIT_2018/images/FC_S32.pdf b/KIT_2018/images/FC_S32.pdf new file mode 100644 index 0000000..a308e8e --- /dev/null +++ b/KIT_2018/images/FC_S32.pdf Binary files differ diff --git a/KIT_2018/images/FC_S33.pdf b/KIT_2018/images/FC_S33.pdf new file mode 100644 index 0000000..d0bcde9 --- /dev/null +++ b/KIT_2018/images/FC_S33.pdf Binary files differ diff --git a/KIT_2018/images/FC_S34.pdf b/KIT_2018/images/FC_S34.pdf new file mode 100644 index 0000000..e83f0ed --- /dev/null +++ b/KIT_2018/images/FC_S34.pdf Binary files differ diff --git a/KIT_2018/images/FC_S35.pdf b/KIT_2018/images/FC_S35.pdf new file mode 100644 index 0000000..2762349 --- /dev/null +++ b/KIT_2018/images/FC_S35.pdf Binary files differ diff --git a/KIT_2018/images/FC_S36.pdf b/KIT_2018/images/FC_S36.pdf new file mode 100644 index 0000000..e6d4e55 --- /dev/null +++ b/KIT_2018/images/FC_S36.pdf Binary files differ diff --git a/KIT_2018/images/FC_S37.pdf b/KIT_2018/images/FC_S37.pdf new file mode 100644 index 0000000..46e3107 --- /dev/null +++ b/KIT_2018/images/FC_S37.pdf Binary files differ diff --git a/KIT_2018/images/FC_S38.pdf b/KIT_2018/images/FC_S38.pdf new file mode 100644 index 0000000..2950a8c --- /dev/null +++ b/KIT_2018/images/FC_S38.pdf Binary files differ diff --git a/KIT_2018/images/FC_S39.pdf b/KIT_2018/images/FC_S39.pdf new file mode 100644 index 0000000..51a9853 --- /dev/null +++ b/KIT_2018/images/FC_S39.pdf Binary files differ diff --git a/KIT_2018/images/FC_S40.pdf b/KIT_2018/images/FC_S40.pdf new file mode 100644 index 0000000..d955f30 --- /dev/null +++ b/KIT_2018/images/FC_S40.pdf Binary files differ diff --git a/KIT_2018/images/FC_S41.pdf b/KIT_2018/images/FC_S41.pdf new file mode 100644 index 0000000..b9100ea --- /dev/null +++ b/KIT_2018/images/FC_S41.pdf Binary files differ diff --git a/KIT_2018/images/FC_S42.pdf b/KIT_2018/images/FC_S42.pdf new file mode 100644 index 0000000..46b37cf --- /dev/null +++ b/KIT_2018/images/FC_S42.pdf Binary files differ diff --git a/KIT_2018/images/FC_S43.pdf b/KIT_2018/images/FC_S43.pdf new file mode 100644 index 0000000..24f5624 --- /dev/null +++ b/KIT_2018/images/FC_S43.pdf Binary files differ diff --git a/KIT_2018/images/FC_S44.pdf b/KIT_2018/images/FC_S44.pdf new file mode 100644 index 0000000..7bb59df --- /dev/null +++ b/KIT_2018/images/FC_S44.pdf Binary files differ diff --git a/KIT_2018/images/FC_S45.pdf b/KIT_2018/images/FC_S45.pdf new file mode 100644 index 0000000..24a732e --- /dev/null +++ b/KIT_2018/images/FC_S45.pdf Binary files differ diff --git a/KIT_2018/images/FC_S46.pdf b/KIT_2018/images/FC_S46.pdf new file mode 100644 index 0000000..c0524ba --- /dev/null +++ b/KIT_2018/images/FC_S46.pdf Binary files differ diff --git a/KIT_2018/images/FC_S47.pdf b/KIT_2018/images/FC_S47.pdf new file mode 100644 index 0000000..aa77ad4 --- /dev/null +++ b/KIT_2018/images/FC_S47.pdf Binary files differ diff --git a/KIT_2018/images/FC_S48.pdf b/KIT_2018/images/FC_S48.pdf new file mode 100644 index 0000000..7a1709b --- /dev/null +++ b/KIT_2018/images/FC_S48.pdf Binary files differ diff --git a/KIT_2018/images/FC_S49.pdf b/KIT_2018/images/FC_S49.pdf new file mode 100644 index 0000000..cc13c32 --- /dev/null +++ b/KIT_2018/images/FC_S49.pdf Binary files differ diff --git a/KIT_2018/images/FC_S50.pdf b/KIT_2018/images/FC_S50.pdf new file mode 100644 index 0000000..acb8e10 --- /dev/null +++ b/KIT_2018/images/FC_S50.pdf Binary files differ diff --git a/KIT_2018/images/FC_S51.pdf b/KIT_2018/images/FC_S51.pdf new file mode 100644 index 0000000..e71840c --- /dev/null +++ b/KIT_2018/images/FC_S51.pdf Binary files differ diff --git a/KIT_2018/images/FC_S52.pdf b/KIT_2018/images/FC_S52.pdf new file mode 100644 index 0000000..eb53203 --- /dev/null +++ b/KIT_2018/images/FC_S52.pdf Binary files differ diff --git a/KIT_2018/images/FC_S53.pdf b/KIT_2018/images/FC_S53.pdf new file mode 100644 index 0000000..852159f --- /dev/null +++ b/KIT_2018/images/FC_S53.pdf Binary files differ diff --git a/KIT_2018/images/FC_S54.pdf b/KIT_2018/images/FC_S54.pdf new file mode 100644 index 0000000..369b408 --- /dev/null +++ b/KIT_2018/images/FC_S54.pdf Binary files differ diff --git a/KIT_2018/images/FC_S55.pdf b/KIT_2018/images/FC_S55.pdf new file mode 100644 index 0000000..338d4aa --- /dev/null +++ b/KIT_2018/images/FC_S55.pdf Binary files differ diff --git a/KIT_2018/images/FC_S56.pdf b/KIT_2018/images/FC_S56.pdf new file mode 100644 index 0000000..4635ca4 --- /dev/null +++ b/KIT_2018/images/FC_S56.pdf Binary files differ diff --git a/KIT_2018/images/FC_S57.pdf b/KIT_2018/images/FC_S57.pdf new file mode 100644 index 0000000..a29ebfb --- /dev/null +++ b/KIT_2018/images/FC_S57.pdf Binary files differ diff --git a/KIT_2018/images/FC_S58.pdf b/KIT_2018/images/FC_S58.pdf new file mode 100644 index 0000000..58a81ef --- /dev/null +++ b/KIT_2018/images/FC_S58.pdf Binary files differ diff --git a/KIT_2018/images/FC_S59.pdf b/KIT_2018/images/FC_S59.pdf new file mode 100644 index 0000000..1ed97d3 --- /dev/null +++ b/KIT_2018/images/FC_S59.pdf Binary files differ diff --git a/KIT_2018/images/FC_S70.pdf b/KIT_2018/images/FC_S70.pdf new file mode 100644 index 0000000..03e7e00 --- /dev/null +++ b/KIT_2018/images/FC_S70.pdf Binary files differ diff --git a/KIT_2018/images/FC_S71.pdf b/KIT_2018/images/FC_S71.pdf new file mode 100644 index 0000000..37271a9 --- /dev/null +++ b/KIT_2018/images/FC_S71.pdf Binary files differ diff --git a/KIT_2018/images/FC_S72.pdf b/KIT_2018/images/FC_S72.pdf new file mode 100644 index 0000000..c305b60 --- /dev/null +++ b/KIT_2018/images/FC_S72.pdf Binary files differ diff --git a/KIT_2018/images/FC_S73.pdf b/KIT_2018/images/FC_S73.pdf new file mode 100644 index 0000000..dcbc1e6 --- /dev/null +++ b/KIT_2018/images/FC_S73.pdf Binary files differ diff --git a/KIT_2018/images/FC_S74.pdf b/KIT_2018/images/FC_S74.pdf new file mode 100644 index 0000000..1dac9e0 --- /dev/null +++ b/KIT_2018/images/FC_S74.pdf Binary files differ diff --git a/KIT_2018/images/FC_S75.pdf b/KIT_2018/images/FC_S75.pdf new file mode 100644 index 0000000..3fb1311 --- /dev/null +++ b/KIT_2018/images/FC_S75.pdf Binary files differ diff --git a/KIT_2018/images/FC_S76.pdf b/KIT_2018/images/FC_S76.pdf new file mode 100644 index 0000000..915bed8 --- /dev/null +++ b/KIT_2018/images/FC_S76.pdf Binary files differ diff --git a/KIT_2018/images/FC_S77.pdf b/KIT_2018/images/FC_S77.pdf new file mode 100644 index 0000000..5f1f0a4 --- /dev/null +++ b/KIT_2018/images/FC_S77.pdf Binary files differ diff --git a/KIT_2018/images/FC_S78.pdf b/KIT_2018/images/FC_S78.pdf new file mode 100644 index 0000000..570af00 --- /dev/null +++ b/KIT_2018/images/FC_S78.pdf Binary files differ diff --git a/KIT_2018/images/FC_S79.pdf b/KIT_2018/images/FC_S79.pdf new file mode 100644 index 0000000..a693c9e --- /dev/null +++ b/KIT_2018/images/FC_S79.pdf Binary files differ diff --git a/KIT_2018/images/FC_S80.pdf b/KIT_2018/images/FC_S80.pdf new file mode 100644 index 0000000..64ae90d --- /dev/null +++ b/KIT_2018/images/FC_S80.pdf Binary files differ diff --git a/KIT_2018/images/FC_S81.pdf b/KIT_2018/images/FC_S81.pdf new file mode 100644 index 0000000..62ada35 --- /dev/null +++ b/KIT_2018/images/FC_S81.pdf Binary files differ diff --git a/KIT_2018/images/FC_S82.pdf b/KIT_2018/images/FC_S82.pdf new file mode 100644 index 0000000..8f7bf30 --- /dev/null +++ b/KIT_2018/images/FC_S82.pdf Binary files differ diff --git a/KIT_2018/images/FC_S83.pdf b/KIT_2018/images/FC_S83.pdf new file mode 100644 index 0000000..f8ac0ef --- /dev/null +++ b/KIT_2018/images/FC_S83.pdf Binary files differ diff --git a/KIT_2018/images/FC_S84.pdf b/KIT_2018/images/FC_S84.pdf new file mode 100644 index 0000000..bc25e1f --- /dev/null +++ b/KIT_2018/images/FC_S84.pdf Binary files differ diff --git a/KIT_2018/images/FC_S85.pdf b/KIT_2018/images/FC_S85.pdf new file mode 100644 index 0000000..3342b46 --- /dev/null +++ b/KIT_2018/images/FC_S85.pdf Binary files differ diff --git a/KIT_2018/images/FC_S86.pdf b/KIT_2018/images/FC_S86.pdf new file mode 100644 index 0000000..6f5451e --- /dev/null +++ b/KIT_2018/images/FC_S86.pdf Binary files differ diff --git a/KIT_2018/images/FC_S87.pdf b/KIT_2018/images/FC_S87.pdf new file mode 100644 index 0000000..e85ab12 --- /dev/null +++ b/KIT_2018/images/FC_S87.pdf Binary files differ diff --git a/KIT_2018/images/FC_S88.pdf b/KIT_2018/images/FC_S88.pdf new file mode 100644 index 0000000..646df92 --- /dev/null +++ b/KIT_2018/images/FC_S88.pdf Binary files differ diff --git a/KIT_2018/images/FC_S89.pdf b/KIT_2018/images/FC_S89.pdf new file mode 100644 index 0000000..bb3f786 --- /dev/null +++ b/KIT_2018/images/FC_S89.pdf Binary files differ diff --git a/KIT_2018/images/FC_S90.pdf b/KIT_2018/images/FC_S90.pdf new file mode 100644 index 0000000..3da67f4 --- /dev/null +++ b/KIT_2018/images/FC_S90.pdf Binary files differ diff --git a/KIT_2018/images/FC_S91.pdf b/KIT_2018/images/FC_S91.pdf new file mode 100644 index 0000000..18cb8ff --- /dev/null +++ b/KIT_2018/images/FC_S91.pdf Binary files differ diff --git a/KIT_2018/images/FC_S92.pdf b/KIT_2018/images/FC_S92.pdf new file mode 100644 index 0000000..756db01 --- /dev/null +++ b/KIT_2018/images/FC_S92.pdf Binary files differ diff --git a/KIT_2018/images/FC_S93.pdf b/KIT_2018/images/FC_S93.pdf new file mode 100644 index 0000000..d74e861 --- /dev/null +++ b/KIT_2018/images/FC_S93.pdf Binary files differ diff --git a/KIT_2018/images/FC_S94.pdf b/KIT_2018/images/FC_S94.pdf new file mode 100644 index 0000000..1a41b32 --- /dev/null +++ b/KIT_2018/images/FC_S94.pdf Binary files differ diff --git a/KIT_2018/images/FC_S95.pdf b/KIT_2018/images/FC_S95.pdf new file mode 100644 index 0000000..9c3bcac --- /dev/null +++ b/KIT_2018/images/FC_S95.pdf Binary files differ diff --git a/KIT_2018/images/FC_S96.pdf b/KIT_2018/images/FC_S96.pdf new file mode 100644 index 0000000..50d563c --- /dev/null +++ b/KIT_2018/images/FC_S96.pdf Binary files differ diff --git a/KIT_2018/images/FC_S97.pdf b/KIT_2018/images/FC_S97.pdf new file mode 100644 index 0000000..64e8624 --- /dev/null +++ b/KIT_2018/images/FC_S97.pdf Binary files differ diff --git a/KIT_2018/images/FC_S98.pdf b/KIT_2018/images/FC_S98.pdf new file mode 100644 index 0000000..fe8a979 --- /dev/null +++ b/KIT_2018/images/FC_S98.pdf Binary files differ diff --git a/KIT_2018/images/FC_S99.pdf b/KIT_2018/images/FC_S99.pdf new file mode 100644 index 0000000..e4b33a8 --- /dev/null +++ b/KIT_2018/images/FC_S99.pdf Binary files differ diff --git a/KIT_2018/images/FC_scans.tgz b/KIT_2018/images/FC_scans.tgz new file mode 100644 index 0000000..16c328d --- /dev/null +++ b/KIT_2018/images/FC_scans.tgz Binary files differ diff --git a/KIT_2018/images/FLPad.pdf b/KIT_2018/images/FLPad.pdf new file mode 100644 index 0000000..c7b6105 --- /dev/null +++ b/KIT_2018/images/FLPad.pdf Binary files differ diff --git a/KIT_2018/images/Fig1.pdf b/KIT_2018/images/Fig1.pdf new file mode 100644 index 0000000..8b2fd28 --- /dev/null +++ b/KIT_2018/images/Fig1.pdf Binary files differ diff --git a/KIT_2018/images/Fig10a.pdf b/KIT_2018/images/Fig10a.pdf new file mode 100644 index 0000000..225da4f --- /dev/null +++ b/KIT_2018/images/Fig10a.pdf Binary files differ diff --git a/KIT_2018/images/Fig17.pdf b/KIT_2018/images/Fig17.pdf new file mode 100644 index 0000000..d146dd1 --- /dev/null +++ b/KIT_2018/images/Fig17.pdf Binary files differ diff --git a/KIT_2018/images/Fig2a.pdf b/KIT_2018/images/Fig2a.pdf new file mode 100644 index 0000000..24c13ca --- /dev/null +++ b/KIT_2018/images/Fig2a.pdf Binary files differ diff --git a/KIT_2018/images/Fig2b.pdf b/KIT_2018/images/Fig2b.pdf new file mode 100644 index 0000000..8dac057 --- /dev/null +++ b/KIT_2018/images/Fig2b.pdf Binary files differ diff --git a/KIT_2018/images/Fig2c.pdf b/KIT_2018/images/Fig2c.pdf new file mode 100644 index 0000000..f0a5cd5 --- /dev/null +++ b/KIT_2018/images/Fig2c.pdf Binary files differ diff --git a/KIT_2018/images/Fig2d.pdf b/KIT_2018/images/Fig2d.pdf new file mode 100644 index 0000000..d8bc86f --- /dev/null +++ b/KIT_2018/images/Fig2d.pdf Binary files differ diff --git a/KIT_2018/images/Fig3a.pdf b/KIT_2018/images/Fig3a.pdf new file mode 100644 index 0000000..0d94a6c --- /dev/null +++ b/KIT_2018/images/Fig3a.pdf Binary files differ diff --git a/KIT_2018/images/Fig3b.pdf b/KIT_2018/images/Fig3b.pdf new file mode 100644 index 0000000..88c362c --- /dev/null +++ b/KIT_2018/images/Fig3b.pdf Binary files differ diff --git a/KIT_2018/images/Fig3c.pdf b/KIT_2018/images/Fig3c.pdf new file mode 100644 index 0000000..2ece0d2 --- /dev/null +++ b/KIT_2018/images/Fig3c.pdf Binary files differ diff --git a/KIT_2018/images/Fig3d.pdf b/KIT_2018/images/Fig3d.pdf new file mode 100644 index 0000000..79de3af --- /dev/null +++ b/KIT_2018/images/Fig3d.pdf Binary files differ diff --git a/KIT_2018/images/Fig3e.pdf b/KIT_2018/images/Fig3e.pdf new file mode 100644 index 0000000..25823d7 --- /dev/null +++ b/KIT_2018/images/Fig3e.pdf Binary files differ diff --git a/KIT_2018/images/FitJpsiKstar_1.pdf b/KIT_2018/images/FitJpsiKstar_1.pdf new file mode 100644 index 0000000..cc5658a --- /dev/null +++ b/KIT_2018/images/FitJpsiKstar_1.pdf Binary files differ diff --git a/KIT_2018/images/FitJpsiKstar_withBDT_withoutPartially.pdf b/KIT_2018/images/FitJpsiKstar_withBDT_withoutPartially.pdf new file mode 100644 index 0000000..8e08027 --- /dev/null +++ b/KIT_2018/images/FitJpsiKstar_withBDT_withoutPartially.pdf Binary files differ diff --git a/KIT_2018/images/GIM.png b/KIT_2018/images/GIM.png new file mode 100644 index 0000000..fdf63cc --- /dev/null +++ b/KIT_2018/images/GIM.png Binary files differ diff --git a/KIT_2018/images/GIM2.png b/KIT_2018/images/GIM2.png new file mode 100644 index 0000000..986818d --- /dev/null +++ b/KIT_2018/images/GIM2.png Binary files differ diff --git a/KIT_2018/images/GIM3.png b/KIT_2018/images/GIM3.png new file mode 100644 index 0000000..9b1e98d --- /dev/null +++ b/KIT_2018/images/GIM3.png Binary files differ diff --git a/KIT_2018/images/Higs_Ellis_SM.png b/KIT_2018/images/Higs_Ellis_SM.png new file mode 100644 index 0000000..7722291 --- /dev/null +++ b/KIT_2018/images/Higs_Ellis_SM.png Binary files differ diff --git a/KIT_2018/images/J_psi_ENDVERTEX_CHI2.png b/KIT_2018/images/J_psi_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..77b8619 --- /dev/null +++ b/KIT_2018/images/J_psi_ENDVERTEX_CHI2.png Binary files differ diff --git a/KIT_2018/images/J_psi_FDCHI2_OWNPV.png b/KIT_2018/images/J_psi_FDCHI2_OWNPV.png new file mode 100644 index 0000000..2fbdc5f --- /dev/null +++ b/KIT_2018/images/J_psi_FDCHI2_OWNPV.png Binary files differ diff --git a/KIT_2018/images/J_psi_FD_OWNPV.png b/KIT_2018/images/J_psi_FD_OWNPV.png new file mode 100644 index 0000000..49f8807 --- /dev/null +++ b/KIT_2018/images/J_psi_FD_OWNPV.png Binary files differ diff --git a/KIT_2018/images/J_psi_IPCHI2_OWNPV.png b/KIT_2018/images/J_psi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..4da4297 --- /dev/null +++ b/KIT_2018/images/J_psi_IPCHI2_OWNPV.png Binary files differ diff --git a/KIT_2018/images/J_psi_IP_OWNPV.png b/KIT_2018/images/J_psi_IP_OWNPV.png new file mode 100644 index 0000000..923d1a4 --- /dev/null +++ b/KIT_2018/images/J_psi_IP_OWNPV.png Binary files differ diff --git a/KIT_2018/images/J_psi_M.png b/KIT_2018/images/J_psi_M.png new file mode 100644 index 0000000..d7553fa --- /dev/null +++ b/KIT_2018/images/J_psi_M.png Binary files differ diff --git a/KIT_2018/images/J_psi_P.png b/KIT_2018/images/J_psi_P.png new file mode 100644 index 0000000..d6c55f3 --- /dev/null +++ b/KIT_2018/images/J_psi_P.png Binary files differ diff --git a/KIT_2018/images/Joke.jpg b/KIT_2018/images/Joke.jpg new file mode 100644 index 0000000..5f007b0 --- /dev/null +++ b/KIT_2018/images/Joke.jpg Binary files differ diff --git a/KIT_2018/images/Jpsi_fit_2015.png b/KIT_2018/images/Jpsi_fit_2015.png new file mode 100644 index 0000000..09a99c6 --- /dev/null +++ b/KIT_2018/images/Jpsi_fit_2015.png Binary files differ diff --git a/KIT_2018/images/Jpsi_fit_2016.png b/KIT_2018/images/Jpsi_fit_2016.png new file mode 100644 index 0000000..a83532b --- /dev/null +++ b/KIT_2018/images/Jpsi_fit_2016.png Binary files differ diff --git a/KIT_2018/images/Jpsi_fit_Run1.png b/KIT_2018/images/Jpsi_fit_Run1.png new file mode 100644 index 0000000..e65914d --- /dev/null +++ b/KIT_2018/images/Jpsi_fit_Run1.png Binary files differ diff --git a/KIT_2018/images/Jpsi_fit_Run1_IP.png b/KIT_2018/images/Jpsi_fit_Run1_IP.png new file mode 100644 index 0000000..396a41e --- /dev/null +++ b/KIT_2018/images/Jpsi_fit_Run1_IP.png Binary files differ diff --git a/KIT_2018/images/K_IPCHI2_OWNPV.png b/KIT_2018/images/K_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6d9aa63 --- /dev/null +++ b/KIT_2018/images/K_IPCHI2_OWNPV.png Binary files differ diff --git a/KIT_2018/images/K_IPCHI2_OWNPVlog.png b/KIT_2018/images/K_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..79722f6 --- /dev/null +++ b/KIT_2018/images/K_IPCHI2_OWNPVlog.png Binary files differ diff --git a/KIT_2018/images/K_IP_OWNPV.png b/KIT_2018/images/K_IP_OWNPV.png new file mode 100644 index 0000000..17d6d63 --- /dev/null +++ b/KIT_2018/images/K_IP_OWNPV.png Binary files differ diff --git a/KIT_2018/images/K_IP_OWNPVlog.png b/KIT_2018/images/K_IP_OWNPVlog.png new file mode 100644 index 0000000..14d6a78 --- /dev/null +++ b/KIT_2018/images/K_IP_OWNPVlog.png Binary files differ diff --git a/KIT_2018/images/K_MC12TuneV2_ProbNNe.png b/KIT_2018/images/K_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..0fee4e6 --- /dev/null +++ b/KIT_2018/images/K_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/KIT_2018/images/K_MC12TuneV2_ProbNNk.png b/KIT_2018/images/K_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..774b2e2 --- /dev/null +++ b/KIT_2018/images/K_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/KIT_2018/images/K_MC12TuneV2_ProbNNklog.png b/KIT_2018/images/K_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..5e71a12 --- /dev/null +++ b/KIT_2018/images/K_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/KIT_2018/images/K_MC12TuneV2_ProbNNmu.png b/KIT_2018/images/K_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..7458090 --- /dev/null +++ b/KIT_2018/images/K_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/KIT_2018/images/K_MC12TuneV2_ProbNNp.png b/KIT_2018/images/K_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..7b5b334 --- /dev/null +++ b/KIT_2018/images/K_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/KIT_2018/images/K_MC12TuneV2_ProbNNpi.png b/KIT_2018/images/K_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..4aaddf1 --- /dev/null +++ b/KIT_2018/images/K_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/KIT_2018/images/K_MC12TuneV2_ProbNNpilog.png b/KIT_2018/images/K_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..265c34e --- /dev/null +++ b/KIT_2018/images/K_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/KIT_2018/images/K_MC12TuneV2_ProbNNplog.png b/KIT_2018/images/K_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..3ca3672 --- /dev/null +++ b/KIT_2018/images/K_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/KIT_2018/images/K_MC12TuneV3_ProbNNe.png b/KIT_2018/images/K_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ecb920e --- /dev/null +++ b/KIT_2018/images/K_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/KIT_2018/images/K_MC12TuneV3_ProbNNk.png b/KIT_2018/images/K_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..099da67 --- /dev/null +++ b/KIT_2018/images/K_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/KIT_2018/images/K_MC12TuneV3_ProbNNmu.png b/KIT_2018/images/K_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..91460aa --- /dev/null +++ b/KIT_2018/images/K_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/KIT_2018/images/K_MC12TuneV3_ProbNNp.png b/KIT_2018/images/K_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..e26067e --- /dev/null +++ b/KIT_2018/images/K_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/KIT_2018/images/K_MC12TuneV3_ProbNNpi.png b/KIT_2018/images/K_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c1f79dd --- /dev/null +++ b/KIT_2018/images/K_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/KIT_2018/images/K_P.png b/KIT_2018/images/K_P.png new file mode 100644 index 0000000..41ba5ea --- /dev/null +++ b/KIT_2018/images/K_P.png Binary files differ diff --git a/KIT_2018/images/K_PIDK.png b/KIT_2018/images/K_PIDK.png new file mode 100644 index 0000000..3cc7c4e --- /dev/null +++ b/KIT_2018/images/K_PIDK.png Binary files differ diff --git a/KIT_2018/images/K_PIDKlog.png b/KIT_2018/images/K_PIDKlog.png new file mode 100644 index 0000000..ce1839f --- /dev/null +++ b/KIT_2018/images/K_PIDKlog.png Binary files differ diff --git a/KIT_2018/images/K_PIDp.png b/KIT_2018/images/K_PIDp.png new file mode 100644 index 0000000..f6e1a21 --- /dev/null +++ b/KIT_2018/images/K_PIDp.png Binary files differ diff --git a/KIT_2018/images/K_PIDplog.png b/KIT_2018/images/K_PIDplog.png new file mode 100644 index 0000000..275c6be --- /dev/null +++ b/KIT_2018/images/K_PIDplog.png Binary files differ diff --git a/KIT_2018/images/K_PT.png b/KIT_2018/images/K_PT.png new file mode 100644 index 0000000..c4c6054 --- /dev/null +++ b/KIT_2018/images/K_PT.png Binary files differ diff --git a/KIT_2018/images/K_PTlog.png b/KIT_2018/images/K_PTlog.png new file mode 100644 index 0000000..dfc6273 --- /dev/null +++ b/KIT_2018/images/K_PTlog.png Binary files differ diff --git a/KIT_2018/images/K_Plog.png b/KIT_2018/images/K_Plog.png new file mode 100644 index 0000000..ebafd6d --- /dev/null +++ b/KIT_2018/images/K_Plog.png Binary files differ diff --git a/KIT_2018/images/Kstee.png b/KIT_2018/images/Kstee.png new file mode 100644 index 0000000..0bc9a1a --- /dev/null +++ b/KIT_2018/images/Kstee.png Binary files differ diff --git a/KIT_2018/images/Kstee2.png b/KIT_2018/images/Kstee2.png new file mode 100644 index 0000000..247c9e4 --- /dev/null +++ b/KIT_2018/images/Kstee2.png Binary files differ diff --git a/KIT_2018/images/LHCb.pdf b/KIT_2018/images/LHCb.pdf new file mode 100644 index 0000000..b10c7d4 --- /dev/null +++ b/KIT_2018/images/LHCb.pdf Binary files differ diff --git a/KIT_2018/images/LHCb.png b/KIT_2018/images/LHCb.png new file mode 100644 index 0000000..c08faa8 --- /dev/null +++ b/KIT_2018/images/LHCb.png Binary files differ diff --git a/KIT_2018/images/Lb_BR.png b/KIT_2018/images/Lb_BR.png new file mode 100644 index 0000000..7793af3 --- /dev/null +++ b/KIT_2018/images/Lb_BR.png Binary files differ diff --git a/KIT_2018/images/Lbhigh.png b/KIT_2018/images/Lbhigh.png new file mode 100644 index 0000000..04c8f0c --- /dev/null +++ b/KIT_2018/images/Lbhigh.png Binary files differ diff --git a/KIT_2018/images/Lblow.png b/KIT_2018/images/Lblow.png new file mode 100644 index 0000000..3510696 --- /dev/null +++ b/KIT_2018/images/Lblow.png Binary files differ diff --git a/KIT_2018/images/MagDown_2011_slices.pdf b/KIT_2018/images/MagDown_2011_slices.pdf new file mode 100644 index 0000000..394ed63 --- /dev/null +++ b/KIT_2018/images/MagDown_2011_slices.pdf Binary files differ diff --git a/KIT_2018/images/NP.png b/KIT_2018/images/NP.png new file mode 100644 index 0000000..988f545 --- /dev/null +++ b/KIT_2018/images/NP.png Binary files differ diff --git a/KIT_2018/images/NPFit.png b/KIT_2018/images/NPFit.png new file mode 100644 index 0000000..3e68bd2 --- /dev/null +++ b/KIT_2018/images/NPFit.png Binary files differ diff --git a/KIT_2018/images/NP_couplings.png b/KIT_2018/images/NP_couplings.png new file mode 100644 index 0000000..95bea1e --- /dev/null +++ b/KIT_2018/images/NP_couplings.png Binary files differ diff --git a/KIT_2018/images/P5p.pdf b/KIT_2018/images/P5p.pdf new file mode 100644 index 0000000..7927dec --- /dev/null +++ b/KIT_2018/images/P5p.pdf Binary files differ diff --git a/KIT_2018/images/P5p1.png b/KIT_2018/images/P5p1.png new file mode 100644 index 0000000..2f8bf96 --- /dev/null +++ b/KIT_2018/images/P5p1.png Binary files differ diff --git a/KIT_2018/images/P5pPad.pdf b/KIT_2018/images/P5pPad.pdf new file mode 100644 index 0000000..71f476f --- /dev/null +++ b/KIT_2018/images/P5pPad.pdf Binary files differ diff --git a/KIT_2018/images/P5pPadOverlay.pdf b/KIT_2018/images/P5pPadOverlay.pdf new file mode 100644 index 0000000..10cd614 --- /dev/null +++ b/KIT_2018/images/P5pPadOverlay.pdf Binary files differ diff --git a/KIT_2018/images/P5p_LHCb.pdf b/KIT_2018/images/P5p_LHCb.pdf new file mode 100644 index 0000000..01d9ba6 --- /dev/null +++ b/KIT_2018/images/P5p_LHCb.pdf Binary files differ diff --git a/KIT_2018/images/P5p_LHCb_Belle.pdf b/KIT_2018/images/P5p_LHCb_Belle.pdf new file mode 100644 index 0000000..e61ad78 --- /dev/null +++ b/KIT_2018/images/P5p_LHCb_Belle.pdf Binary files differ diff --git a/KIT_2018/images/P5prime.png b/KIT_2018/images/P5prime.png new file mode 100644 index 0000000..480a9c3 --- /dev/null +++ b/KIT_2018/images/P5prime.png Binary files differ diff --git a/KIT_2018/images/PBasis_P5pPad.pdf b/KIT_2018/images/PBasis_P5pPad.pdf new file mode 100644 index 0000000..b69e17b --- /dev/null +++ b/KIT_2018/images/PBasis_P5pPad.pdf Binary files differ diff --git a/KIT_2018/images/PBasis_P5pPad.pdf.1 b/KIT_2018/images/PBasis_P5pPad.pdf.1 new file mode 100644 index 0000000..b69e17b --- /dev/null +++ b/KIT_2018/images/PBasis_P5pPad.pdf.1 Binary files differ diff --git a/KIT_2018/images/Pi_IPCHI2_OWNPV.png b/KIT_2018/images/Pi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..de79226 --- /dev/null +++ b/KIT_2018/images/Pi_IPCHI2_OWNPV.png Binary files differ diff --git a/KIT_2018/images/Pi_IPCHI2_OWNPVlog.png b/KIT_2018/images/Pi_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..ec77e40 --- /dev/null +++ b/KIT_2018/images/Pi_IPCHI2_OWNPVlog.png Binary files differ diff --git a/KIT_2018/images/Pi_IP_OWNPV.png b/KIT_2018/images/Pi_IP_OWNPV.png new file mode 100644 index 0000000..c14ef69 --- /dev/null +++ b/KIT_2018/images/Pi_IP_OWNPV.png Binary files differ diff --git a/KIT_2018/images/Pi_IP_OWNPVlog.png b/KIT_2018/images/Pi_IP_OWNPVlog.png new file mode 100644 index 0000000..47c7a14 --- /dev/null +++ b/KIT_2018/images/Pi_IP_OWNPVlog.png Binary files differ diff --git a/KIT_2018/images/Pi_MC12TuneV2_ProbNNe.png b/KIT_2018/images/Pi_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..83328a7 --- /dev/null +++ b/KIT_2018/images/Pi_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/KIT_2018/images/Pi_MC12TuneV2_ProbNNk.png b/KIT_2018/images/Pi_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..6097b2d --- /dev/null +++ b/KIT_2018/images/Pi_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/KIT_2018/images/Pi_MC12TuneV2_ProbNNklog.png b/KIT_2018/images/Pi_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..2fba00a --- /dev/null +++ b/KIT_2018/images/Pi_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/KIT_2018/images/Pi_MC12TuneV2_ProbNNmu.png b/KIT_2018/images/Pi_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..a0f09e2 --- /dev/null +++ b/KIT_2018/images/Pi_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/KIT_2018/images/Pi_MC12TuneV2_ProbNNp.png b/KIT_2018/images/Pi_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..eeea066 --- /dev/null +++ b/KIT_2018/images/Pi_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/KIT_2018/images/Pi_MC12TuneV2_ProbNNpi.png b/KIT_2018/images/Pi_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..aec0179 --- /dev/null +++ b/KIT_2018/images/Pi_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/KIT_2018/images/Pi_MC12TuneV2_ProbNNpilog.png b/KIT_2018/images/Pi_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..6772ee6 --- /dev/null +++ b/KIT_2018/images/Pi_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/KIT_2018/images/Pi_MC12TuneV2_ProbNNplog.png b/KIT_2018/images/Pi_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..b87002a --- /dev/null +++ b/KIT_2018/images/Pi_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/KIT_2018/images/Pi_MC12TuneV3_ProbNNe.png b/KIT_2018/images/Pi_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..8689c04 --- /dev/null +++ b/KIT_2018/images/Pi_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/KIT_2018/images/Pi_MC12TuneV3_ProbNNk.png b/KIT_2018/images/Pi_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..ea6f500 --- /dev/null +++ b/KIT_2018/images/Pi_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/KIT_2018/images/Pi_MC12TuneV3_ProbNNmu.png b/KIT_2018/images/Pi_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..ecb007c --- /dev/null +++ b/KIT_2018/images/Pi_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/KIT_2018/images/Pi_MC12TuneV3_ProbNNp.png b/KIT_2018/images/Pi_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..34262fc --- /dev/null +++ b/KIT_2018/images/Pi_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/KIT_2018/images/Pi_MC12TuneV3_ProbNNpi.png b/KIT_2018/images/Pi_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c853d3b --- /dev/null +++ b/KIT_2018/images/Pi_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/KIT_2018/images/Pi_P.png b/KIT_2018/images/Pi_P.png new file mode 100644 index 0000000..7f4783f --- /dev/null +++ b/KIT_2018/images/Pi_P.png Binary files differ diff --git a/KIT_2018/images/Pi_PIDK.png b/KIT_2018/images/Pi_PIDK.png new file mode 100644 index 0000000..94e91a8 --- /dev/null +++ b/KIT_2018/images/Pi_PIDK.png Binary files differ diff --git a/KIT_2018/images/Pi_PIDKlog.png b/KIT_2018/images/Pi_PIDKlog.png new file mode 100644 index 0000000..d192507 --- /dev/null +++ b/KIT_2018/images/Pi_PIDKlog.png Binary files differ diff --git a/KIT_2018/images/Pi_PIDp.png b/KIT_2018/images/Pi_PIDp.png new file mode 100644 index 0000000..702182e --- /dev/null +++ b/KIT_2018/images/Pi_PIDp.png Binary files differ diff --git a/KIT_2018/images/Pi_PIDplog.png b/KIT_2018/images/Pi_PIDplog.png new file mode 100644 index 0000000..f859eb6 --- /dev/null +++ b/KIT_2018/images/Pi_PIDplog.png Binary files differ diff --git a/KIT_2018/images/Pi_PT.png b/KIT_2018/images/Pi_PT.png new file mode 100644 index 0000000..5aafe12 --- /dev/null +++ b/KIT_2018/images/Pi_PT.png Binary files differ diff --git a/KIT_2018/images/Pi_PTlog.png b/KIT_2018/images/Pi_PTlog.png new file mode 100644 index 0000000..1fb4b32 --- /dev/null +++ b/KIT_2018/images/Pi_PTlog.png Binary files differ diff --git a/KIT_2018/images/Pi_Plog.png b/KIT_2018/images/Pi_Plog.png new file mode 100644 index 0000000..b9af5ac --- /dev/null +++ b/KIT_2018/images/Pi_Plog.png Binary files differ diff --git a/KIT_2018/images/QCDSHIT.png b/KIT_2018/images/QCDSHIT.png new file mode 100644 index 0000000..b9e57d2 --- /dev/null +++ b/KIT_2018/images/QCDSHIT.png Binary files differ diff --git a/KIT_2018/images/RDstar.png b/KIT_2018/images/RDstar.png new file mode 100644 index 0000000..5113cc4 --- /dev/null +++ b/KIT_2018/images/RDstar.png Binary files differ diff --git a/KIT_2018/images/RK.png b/KIT_2018/images/RK.png new file mode 100644 index 0000000..868c016 --- /dev/null +++ b/KIT_2018/images/RK.png Binary files differ diff --git a/KIT_2018/images/RKstar.png b/KIT_2018/images/RKstar.png new file mode 100644 index 0000000..0d479c0 --- /dev/null +++ b/KIT_2018/images/RKstar.png Binary files differ diff --git a/KIT_2018/images/Roger-plot.eps b/KIT_2018/images/Roger-plot.eps new file mode 100644 index 0000000..eda96b0 --- /dev/null +++ b/KIT_2018/images/Roger-plot.eps Binary files differ diff --git a/KIT_2018/images/Roger-plot.pdf b/KIT_2018/images/Roger-plot.pdf new file mode 100644 index 0000000..ed6a378 --- /dev/null +++ b/KIT_2018/images/Roger-plot.pdf Binary files differ diff --git a/KIT_2018/images/S3Pad.pdf b/KIT_2018/images/S3Pad.pdf new file mode 100644 index 0000000..cb7f3de --- /dev/null +++ b/KIT_2018/images/S3Pad.pdf Binary files differ diff --git a/KIT_2018/images/S4Pad.pdf b/KIT_2018/images/S4Pad.pdf new file mode 100644 index 0000000..3e13b48 --- /dev/null +++ b/KIT_2018/images/S4Pad.pdf Binary files differ diff --git a/KIT_2018/images/S5Pad.pdf b/KIT_2018/images/S5Pad.pdf new file mode 100644 index 0000000..14f6c88 --- /dev/null +++ b/KIT_2018/images/S5Pad.pdf Binary files differ diff --git a/KIT_2018/images/S6cPad.pdf b/KIT_2018/images/S6cPad.pdf new file mode 100644 index 0000000..236ebea --- /dev/null +++ b/KIT_2018/images/S6cPad.pdf Binary files differ diff --git a/KIT_2018/images/S7Pad.pdf b/KIT_2018/images/S7Pad.pdf new file mode 100644 index 0000000..83326d6 --- /dev/null +++ b/KIT_2018/images/S7Pad.pdf Binary files differ diff --git a/KIT_2018/images/S8Pad.pdf b/KIT_2018/images/S8Pad.pdf new file mode 100644 index 0000000..d97086a --- /dev/null +++ b/KIT_2018/images/S8Pad.pdf Binary files differ diff --git a/KIT_2018/images/S9Pad.pdf b/KIT_2018/images/S9Pad.pdf new file mode 100644 index 0000000..379bf36 --- /dev/null +++ b/KIT_2018/images/S9Pad.pdf Binary files differ diff --git a/KIT_2018/images/ST_logo.gif b/KIT_2018/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/KIT_2018/images/ST_logo.gif Binary files differ diff --git a/KIT_2018/images/ST_logo.png b/KIT_2018/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/KIT_2018/images/ST_logo.png Binary files differ diff --git a/KIT_2018/images/ST_logosmall.gif b/KIT_2018/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/KIT_2018/images/ST_logosmall.gif Binary files differ diff --git a/KIT_2018/images/Scaling_factor.pdf b/KIT_2018/images/Scaling_factor.pdf new file mode 100644 index 0000000..d2668c9 --- /dev/null +++ b/KIT_2018/images/Scaling_factor.pdf Binary files differ diff --git a/KIT_2018/images/Status Quo.jpg b/KIT_2018/images/Status Quo.jpg new file mode 100644 index 0000000..8524fee --- /dev/null +++ b/KIT_2018/images/Status Quo.jpg Binary files differ diff --git a/KIT_2018/images/TauLFV_UL_2014001_averaged.png b/KIT_2018/images/TauLFV_UL_2014001_averaged.png new file mode 100644 index 0000000..517b8f5 --- /dev/null +++ b/KIT_2018/images/TauLFV_UL_2014001_averaged.png Binary files differ diff --git a/KIT_2018/images/Tom.png b/KIT_2018/images/Tom.png new file mode 100644 index 0000000..a1703c6 --- /dev/null +++ b/KIT_2018/images/Tom.png Binary files differ diff --git a/KIT_2018/images/Z_rich_18.jpg b/KIT_2018/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/KIT_2018/images/Z_rich_18.jpg Binary files differ diff --git a/KIT_2018/images/Z_rich_24.jpg b/KIT_2018/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/KIT_2018/images/Z_rich_24.jpg Binary files differ diff --git a/KIT_2018/images/Z_rich_30.jpg b/KIT_2018/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/KIT_2018/images/Z_rich_30.jpg Binary files differ diff --git a/KIT_2018/images/all.png b/KIT_2018/images/all.png new file mode 100644 index 0000000..0830056 --- /dev/null +++ b/KIT_2018/images/all.png Binary files differ diff --git a/KIT_2018/images/amplitudes_AFB.pdf b/KIT_2018/images/amplitudes_AFB.pdf new file mode 100644 index 0000000..b534271 --- /dev/null +++ b/KIT_2018/images/amplitudes_AFB.pdf Binary files differ diff --git a/KIT_2018/images/amplitudes_AFBOverlay.pdf b/KIT_2018/images/amplitudes_AFBOverlay.pdf new file mode 100644 index 0000000..ccc8023 --- /dev/null +++ b/KIT_2018/images/amplitudes_AFBOverlay.pdf Binary files differ diff --git a/KIT_2018/images/amplitudes_S4.pdf b/KIT_2018/images/amplitudes_S4.pdf new file mode 100644 index 0000000..ca551ff --- /dev/null +++ b/KIT_2018/images/amplitudes_S4.pdf Binary files differ diff --git a/KIT_2018/images/amplitudes_S4Overlay.pdf b/KIT_2018/images/amplitudes_S4Overlay.pdf new file mode 100644 index 0000000..e2a5fdd --- /dev/null +++ b/KIT_2018/images/amplitudes_S4Overlay.pdf Binary files differ diff --git a/KIT_2018/images/amplitudes_S5.pdf b/KIT_2018/images/amplitudes_S5.pdf new file mode 100644 index 0000000..58e4be7 --- /dev/null +++ b/KIT_2018/images/amplitudes_S5.pdf Binary files differ diff --git a/KIT_2018/images/amplitudes_S5Overlay.pdf b/KIT_2018/images/amplitudes_S5Overlay.pdf new file mode 100644 index 0000000..d53e1e5 --- /dev/null +++ b/KIT_2018/images/amplitudes_S5Overlay.pdf Binary files differ diff --git a/KIT_2018/images/angles.png b/KIT_2018/images/angles.png new file mode 100644 index 0000000..9f9bb29 --- /dev/null +++ b/KIT_2018/images/angles.png Binary files differ diff --git a/KIT_2018/images/angles2.png b/KIT_2018/images/angles2.png new file mode 100644 index 0000000..efa3201 --- /dev/null +++ b/KIT_2018/images/angles2.png Binary files differ diff --git a/KIT_2018/images/angles3.png b/KIT_2018/images/angles3.png new file mode 100644 index 0000000..40db4a2 --- /dev/null +++ b/KIT_2018/images/angles3.png Binary files differ diff --git a/KIT_2018/images/atlas.jpg b/KIT_2018/images/atlas.jpg new file mode 100644 index 0000000..c1f5dab --- /dev/null +++ b/KIT_2018/images/atlas.jpg Binary files differ diff --git a/KIT_2018/images/aud.png b/KIT_2018/images/aud.png new file mode 100644 index 0000000..7b2aefc --- /dev/null +++ b/KIT_2018/images/aud.png Binary files differ diff --git a/KIT_2018/images/bdt_data_mc_nominalMkpi.pdf b/KIT_2018/images/bdt_data_mc_nominalMkpi.pdf new file mode 100644 index 0000000..e697a51 --- /dev/null +++ b/KIT_2018/images/bdt_data_mc_nominalMkpi.pdf Binary files differ diff --git a/KIT_2018/images/benchmarks.png b/KIT_2018/images/benchmarks.png new file mode 100644 index 0000000..cc4b49d --- /dev/null +++ b/KIT_2018/images/benchmarks.png Binary files differ diff --git a/KIT_2018/images/bmm-np.png b/KIT_2018/images/bmm-np.png new file mode 100644 index 0000000..1371614 --- /dev/null +++ b/KIT_2018/images/bmm-np.png Binary files differ diff --git a/KIT_2018/images/bottom.jpg b/KIT_2018/images/bottom.jpg new file mode 100644 index 0000000..4517de3 --- /dev/null +++ b/KIT_2018/images/bottom.jpg Binary files differ diff --git a/KIT_2018/images/bs2mumu b/KIT_2018/images/bs2mumu new file mode 100644 index 0000000..9e07f27 --- /dev/null +++ b/KIT_2018/images/bs2mumu Binary files differ diff --git a/KIT_2018/images/bs2mumu.png b/KIT_2018/images/bs2mumu.png new file mode 100644 index 0000000..e6ee097 --- /dev/null +++ b/KIT_2018/images/bs2mumu.png Binary files differ diff --git a/KIT_2018/images/bs2mumu1.png b/KIT_2018/images/bs2mumu1.png new file mode 100644 index 0000000..d81d6fd --- /dev/null +++ b/KIT_2018/images/bs2mumu1.png Binary files differ diff --git a/KIT_2018/images/bs2mumu2.png b/KIT_2018/images/bs2mumu2.png new file mode 100644 index 0000000..9d13c79 --- /dev/null +++ b/KIT_2018/images/bs2mumu2.png Binary files differ diff --git a/KIT_2018/images/bs2mumu_comb.png b/KIT_2018/images/bs2mumu_comb.png new file mode 100644 index 0000000..1de5759 --- /dev/null +++ b/KIT_2018/images/bs2mumu_comb.png Binary files differ diff --git a/KIT_2018/images/bs2phipi.png b/KIT_2018/images/bs2phipi.png new file mode 100644 index 0000000..94d2491 --- /dev/null +++ b/KIT_2018/images/bs2phipi.png Binary files differ diff --git a/KIT_2018/images/bsg0.jpg b/KIT_2018/images/bsg0.jpg new file mode 100644 index 0000000..b86d122 --- /dev/null +++ b/KIT_2018/images/bsg0.jpg Binary files differ diff --git a/KIT_2018/images/bsg1.jpg b/KIT_2018/images/bsg1.jpg new file mode 100644 index 0000000..a89b1eb --- /dev/null +++ b/KIT_2018/images/bsg1.jpg Binary files differ diff --git a/KIT_2018/images/bsg2.jpg b/KIT_2018/images/bsg2.jpg new file mode 100644 index 0000000..b8e9e0f --- /dev/null +++ b/KIT_2018/images/bsg2.jpg Binary files differ diff --git a/KIT_2018/images/bsmumu_SM.png b/KIT_2018/images/bsmumu_SM.png new file mode 100644 index 0000000..10572b3 --- /dev/null +++ b/KIT_2018/images/bsmumu_SM.png Binary files differ diff --git a/KIT_2018/images/btosgamma.png b/KIT_2018/images/btosgamma.png new file mode 100644 index 0000000..f64a7be --- /dev/null +++ b/KIT_2018/images/btosgamma.png Binary files differ diff --git a/KIT_2018/images/bubble.gif b/KIT_2018/images/bubble.gif new file mode 100644 index 0000000..ecff282 --- /dev/null +++ b/KIT_2018/images/bubble.gif Binary files differ diff --git a/KIT_2018/images/bubble.jpg b/KIT_2018/images/bubble.jpg new file mode 100644 index 0000000..ceb584d --- /dev/null +++ b/KIT_2018/images/bubble.jpg Binary files differ diff --git a/KIT_2018/images/bubble2.jpg b/KIT_2018/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/KIT_2018/images/bubble2.jpg Binary files differ diff --git a/KIT_2018/images/bubblecern.png b/KIT_2018/images/bubblecern.png new file mode 100644 index 0000000..7b94fe3 --- /dev/null +++ b/KIT_2018/images/bubblecern.png Binary files differ diff --git a/KIT_2018/images/bukst_BF.pdf b/KIT_2018/images/bukst_BF.pdf new file mode 100644 index 0000000..e0fa5e7 --- /dev/null +++ b/KIT_2018/images/bukst_BF.pdf Binary files differ diff --git a/KIT_2018/images/bukst_BF.png b/KIT_2018/images/bukst_BF.png new file mode 100644 index 0000000..ce9ae11 --- /dev/null +++ b/KIT_2018/images/bukst_BF.png Binary files differ diff --git a/KIT_2018/images/c9.png b/KIT_2018/images/c9.png new file mode 100644 index 0000000..e2c6203 --- /dev/null +++ b/KIT_2018/images/c9.png Binary files differ diff --git a/KIT_2018/images/cern.png b/KIT_2018/images/cern.png new file mode 100644 index 0000000..b1d077c --- /dev/null +++ b/KIT_2018/images/cern.png Binary files differ diff --git a/KIT_2018/images/charmloop.png b/KIT_2018/images/charmloop.png new file mode 100644 index 0000000..01fb4a9 --- /dev/null +++ b/KIT_2018/images/charmloop.png Binary files differ diff --git a/KIT_2018/images/charmloop2.png b/KIT_2018/images/charmloop2.png new file mode 100644 index 0000000..6ae8278 --- /dev/null +++ b/KIT_2018/images/charmloop2.png Binary files differ diff --git a/KIT_2018/images/charmloop3.png b/KIT_2018/images/charmloop3.png new file mode 100644 index 0000000..0d538ae --- /dev/null +++ b/KIT_2018/images/charmloop3.png Binary files differ diff --git a/KIT_2018/images/cher.png b/KIT_2018/images/cher.png new file mode 100644 index 0000000..7bcddd9 --- /dev/null +++ b/KIT_2018/images/cher.png Binary files differ diff --git a/KIT_2018/images/cms.jpg b/KIT_2018/images/cms.jpg new file mode 100644 index 0000000..6ea83d3 --- /dev/null +++ b/KIT_2018/images/cms.jpg Binary files differ diff --git a/KIT_2018/images/columns.jpg b/KIT_2018/images/columns.jpg new file mode 100644 index 0000000..af6f95c --- /dev/null +++ b/KIT_2018/images/columns.jpg Binary files differ diff --git a/KIT_2018/images/columns.png b/KIT_2018/images/columns.png new file mode 100644 index 0000000..1e529b1 --- /dev/null +++ b/KIT_2018/images/columns.png Binary files differ diff --git a/KIT_2018/images/compare_A3Pad.pdf b/KIT_2018/images/compare_A3Pad.pdf new file mode 100644 index 0000000..e8dd13d --- /dev/null +++ b/KIT_2018/images/compare_A3Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_A4Pad.pdf b/KIT_2018/images/compare_A4Pad.pdf new file mode 100644 index 0000000..cfad9e8 --- /dev/null +++ b/KIT_2018/images/compare_A4Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_A5Pad.pdf b/KIT_2018/images/compare_A5Pad.pdf new file mode 100644 index 0000000..773882d --- /dev/null +++ b/KIT_2018/images/compare_A5Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_A6Pad.pdf b/KIT_2018/images/compare_A6Pad.pdf new file mode 100644 index 0000000..a0d2000 --- /dev/null +++ b/KIT_2018/images/compare_A6Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_A7Pad.pdf b/KIT_2018/images/compare_A7Pad.pdf new file mode 100644 index 0000000..b5633f0 --- /dev/null +++ b/KIT_2018/images/compare_A7Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_A8Pad.pdf b/KIT_2018/images/compare_A8Pad.pdf new file mode 100644 index 0000000..1d23cdf --- /dev/null +++ b/KIT_2018/images/compare_A8Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_A9Pad.pdf b/KIT_2018/images/compare_A9Pad.pdf new file mode 100644 index 0000000..6e4ff31 --- /dev/null +++ b/KIT_2018/images/compare_A9Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_AFBPad.pdf b/KIT_2018/images/compare_AFBPad.pdf new file mode 100644 index 0000000..38ec23a --- /dev/null +++ b/KIT_2018/images/compare_AFBPad.pdf Binary files differ diff --git a/KIT_2018/images/compare_FLPad.pdf b/KIT_2018/images/compare_FLPad.pdf new file mode 100644 index 0000000..411b71d --- /dev/null +++ b/KIT_2018/images/compare_FLPad.pdf Binary files differ diff --git a/KIT_2018/images/compare_P1Pad.pdf b/KIT_2018/images/compare_P1Pad.pdf new file mode 100644 index 0000000..7a7d329 --- /dev/null +++ b/KIT_2018/images/compare_P1Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_P2Pad.pdf b/KIT_2018/images/compare_P2Pad.pdf new file mode 100644 index 0000000..d884110 --- /dev/null +++ b/KIT_2018/images/compare_P2Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_P3Pad.pdf b/KIT_2018/images/compare_P3Pad.pdf new file mode 100644 index 0000000..8032d3c --- /dev/null +++ b/KIT_2018/images/compare_P3Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_P4pPad.pdf b/KIT_2018/images/compare_P4pPad.pdf new file mode 100644 index 0000000..7436d47 --- /dev/null +++ b/KIT_2018/images/compare_P4pPad.pdf Binary files differ diff --git a/KIT_2018/images/compare_P5pPad.pdf b/KIT_2018/images/compare_P5pPad.pdf new file mode 100644 index 0000000..c4905ad --- /dev/null +++ b/KIT_2018/images/compare_P5pPad.pdf Binary files differ diff --git a/KIT_2018/images/compare_P6pPad.pdf b/KIT_2018/images/compare_P6pPad.pdf new file mode 100644 index 0000000..ecbc84d --- /dev/null +++ b/KIT_2018/images/compare_P6pPad.pdf Binary files differ diff --git a/KIT_2018/images/compare_P8pPad.pdf b/KIT_2018/images/compare_P8pPad.pdf new file mode 100644 index 0000000..bb22160 --- /dev/null +++ b/KIT_2018/images/compare_P8pPad.pdf Binary files differ diff --git a/KIT_2018/images/compare_S3Pad.pdf b/KIT_2018/images/compare_S3Pad.pdf new file mode 100644 index 0000000..07f1c8c --- /dev/null +++ b/KIT_2018/images/compare_S3Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_S4Pad.pdf b/KIT_2018/images/compare_S4Pad.pdf new file mode 100644 index 0000000..8f8bfec --- /dev/null +++ b/KIT_2018/images/compare_S4Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_S5Pad.pdf b/KIT_2018/images/compare_S5Pad.pdf new file mode 100644 index 0000000..9c0664d --- /dev/null +++ b/KIT_2018/images/compare_S5Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_S7Pad.pdf b/KIT_2018/images/compare_S7Pad.pdf new file mode 100644 index 0000000..6f7b385 --- /dev/null +++ b/KIT_2018/images/compare_S7Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_S8Pad.pdf b/KIT_2018/images/compare_S8Pad.pdf new file mode 100644 index 0000000..6e94a18 --- /dev/null +++ b/KIT_2018/images/compare_S8Pad.pdf Binary files differ diff --git a/KIT_2018/images/compare_S9Pad.pdf b/KIT_2018/images/compare_S9Pad.pdf new file mode 100644 index 0000000..042bd68 --- /dev/null +++ b/KIT_2018/images/compare_S9Pad.pdf Binary files differ diff --git a/KIT_2018/images/costhetak0sig.pdf b/KIT_2018/images/costhetak0sig.pdf new file mode 100644 index 0000000..fe39254 --- /dev/null +++ b/KIT_2018/images/costhetak0sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetak1sig.pdf b/KIT_2018/images/costhetak1sig.pdf new file mode 100644 index 0000000..eaf4b63 --- /dev/null +++ b/KIT_2018/images/costhetak1sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetak2sig.pdf b/KIT_2018/images/costhetak2sig.pdf new file mode 100644 index 0000000..31ac989 --- /dev/null +++ b/KIT_2018/images/costhetak2sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetak3sig.pdf b/KIT_2018/images/costhetak3sig.pdf new file mode 100644 index 0000000..48ab72f --- /dev/null +++ b/KIT_2018/images/costhetak3sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetak4sig.pdf b/KIT_2018/images/costhetak4sig.pdf new file mode 100644 index 0000000..48a089a --- /dev/null +++ b/KIT_2018/images/costhetak4sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetak5sig.pdf b/KIT_2018/images/costhetak5sig.pdf new file mode 100644 index 0000000..b0b07d3 --- /dev/null +++ b/KIT_2018/images/costhetak5sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetak6sig.pdf b/KIT_2018/images/costhetak6sig.pdf new file mode 100644 index 0000000..57ac1df --- /dev/null +++ b/KIT_2018/images/costhetak6sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetak7sig.pdf b/KIT_2018/images/costhetak7sig.pdf new file mode 100644 index 0000000..599b367 --- /dev/null +++ b/KIT_2018/images/costhetak7sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetak8sig.pdf b/KIT_2018/images/costhetak8sig.pdf new file mode 100644 index 0000000..932e427 --- /dev/null +++ b/KIT_2018/images/costhetak8sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetak9sig.pdf b/KIT_2018/images/costhetak9sig.pdf new file mode 100644 index 0000000..2cf404e --- /dev/null +++ b/KIT_2018/images/costhetak9sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetak_LODiMuon.png b/KIT_2018/images/costhetak_LODiMuon.png new file mode 100644 index 0000000..56f2ec0 --- /dev/null +++ b/KIT_2018/images/costhetak_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/costhetak_LOMuon.png b/KIT_2018/images/costhetak_LOMuon.png new file mode 100644 index 0000000..f37fc36 --- /dev/null +++ b/KIT_2018/images/costhetak_LOMuon.png Binary files differ diff --git a/KIT_2018/images/costhetak_phi_LODiMuon.png b/KIT_2018/images/costhetak_phi_LODiMuon.png new file mode 100644 index 0000000..8bd7676 --- /dev/null +++ b/KIT_2018/images/costhetak_phi_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/costhetak_phi_SimpleHLT_LODiMuon.png b/KIT_2018/images/costhetak_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..fe60377 --- /dev/null +++ b/KIT_2018/images/costhetak_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/costhetak_q2_LODiMuon.png b/KIT_2018/images/costhetak_q2_LODiMuon.png new file mode 100644 index 0000000..a869c18 --- /dev/null +++ b/KIT_2018/images/costhetak_q2_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/costhetak_q2_SimpleHLT_LODiMuon.png b/KIT_2018/images/costhetak_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..84d7ccf --- /dev/null +++ b/KIT_2018/images/costhetak_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/costhetakjpsi.pdf b/KIT_2018/images/costhetakjpsi.pdf new file mode 100644 index 0000000..0c5a811 --- /dev/null +++ b/KIT_2018/images/costhetakjpsi.pdf Binary files differ diff --git a/KIT_2018/images/costhetakjpsi.png b/KIT_2018/images/costhetakjpsi.png new file mode 100644 index 0000000..a7c6da3 --- /dev/null +++ b/KIT_2018/images/costhetakjpsi.png Binary files differ diff --git a/KIT_2018/images/costhetal0sig.pdf b/KIT_2018/images/costhetal0sig.pdf new file mode 100644 index 0000000..970e70b --- /dev/null +++ b/KIT_2018/images/costhetal0sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetal1sig.pdf b/KIT_2018/images/costhetal1sig.pdf new file mode 100644 index 0000000..b9a4cc2 --- /dev/null +++ b/KIT_2018/images/costhetal1sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetal2sig.pdf b/KIT_2018/images/costhetal2sig.pdf new file mode 100644 index 0000000..ca01bed --- /dev/null +++ b/KIT_2018/images/costhetal2sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetal3sig.pdf b/KIT_2018/images/costhetal3sig.pdf new file mode 100644 index 0000000..c2d0f11 --- /dev/null +++ b/KIT_2018/images/costhetal3sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetal4sig.pdf b/KIT_2018/images/costhetal4sig.pdf new file mode 100644 index 0000000..e1978d8 --- /dev/null +++ b/KIT_2018/images/costhetal4sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetal5sig.pdf b/KIT_2018/images/costhetal5sig.pdf new file mode 100644 index 0000000..4c89acf --- /dev/null +++ b/KIT_2018/images/costhetal5sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetal6sig.pdf b/KIT_2018/images/costhetal6sig.pdf new file mode 100644 index 0000000..5999d21 --- /dev/null +++ b/KIT_2018/images/costhetal6sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetal7sig.pdf b/KIT_2018/images/costhetal7sig.pdf new file mode 100644 index 0000000..218066b --- /dev/null +++ b/KIT_2018/images/costhetal7sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetal8sig.pdf b/KIT_2018/images/costhetal8sig.pdf new file mode 100644 index 0000000..ecacb1b --- /dev/null +++ b/KIT_2018/images/costhetal8sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetal9sig.pdf b/KIT_2018/images/costhetal9sig.pdf new file mode 100644 index 0000000..6b3ac88 --- /dev/null +++ b/KIT_2018/images/costhetal9sig.pdf Binary files differ diff --git a/KIT_2018/images/costhetal_LODiMuon.png b/KIT_2018/images/costhetal_LODiMuon.png new file mode 100644 index 0000000..43d8a3c --- /dev/null +++ b/KIT_2018/images/costhetal_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/costhetal_LOMuon.png b/KIT_2018/images/costhetal_LOMuon.png new file mode 100644 index 0000000..c7b4390 --- /dev/null +++ b/KIT_2018/images/costhetal_LOMuon.png Binary files differ diff --git a/KIT_2018/images/costhetal_costhetak_LODiMuon.png b/KIT_2018/images/costhetal_costhetak_LODiMuon.png new file mode 100644 index 0000000..735025b --- /dev/null +++ b/KIT_2018/images/costhetal_costhetak_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/costhetal_costhetak_SimpleHLT_LODiMuon.png b/KIT_2018/images/costhetal_costhetak_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..982e942 --- /dev/null +++ b/KIT_2018/images/costhetal_costhetak_SimpleHLT_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/costhetal_phi_LODiMuon.png b/KIT_2018/images/costhetal_phi_LODiMuon.png new file mode 100644 index 0000000..e8fc911 --- /dev/null +++ b/KIT_2018/images/costhetal_phi_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/costhetal_phi_SimpleHLT_LODiMuon.png b/KIT_2018/images/costhetal_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..9140621 --- /dev/null +++ b/KIT_2018/images/costhetal_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/costhetal_q2_LODiMuon.png b/KIT_2018/images/costhetal_q2_LODiMuon.png new file mode 100644 index 0000000..e08bc7a --- /dev/null +++ b/KIT_2018/images/costhetal_q2_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/costhetal_q2_SimpleHLT_LODiMuon.png b/KIT_2018/images/costhetal_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..89bb80a --- /dev/null +++ b/KIT_2018/images/costhetal_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/costhetaljpsi.pdf b/KIT_2018/images/costhetaljpsi.pdf new file mode 100644 index 0000000..32b4131 --- /dev/null +++ b/KIT_2018/images/costhetaljpsi.pdf Binary files differ diff --git a/KIT_2018/images/costhetaljpsi.png b/KIT_2018/images/costhetaljpsi.png new file mode 100644 index 0000000..aca0b65 --- /dev/null +++ b/KIT_2018/images/costhetaljpsi.png Binary files differ diff --git a/KIT_2018/images/couplings.png b/KIT_2018/images/couplings.png new file mode 100644 index 0000000..2ac62e7 --- /dev/null +++ b/KIT_2018/images/couplings.png Binary files differ diff --git a/KIT_2018/images/criv.png b/KIT_2018/images/criv.png new file mode 100644 index 0000000..ee6445b --- /dev/null +++ b/KIT_2018/images/criv.png Binary files differ diff --git a/KIT_2018/images/d.png b/KIT_2018/images/d.png new file mode 100644 index 0000000..4cb7f24 --- /dev/null +++ b/KIT_2018/images/d.png Binary files differ diff --git a/KIT_2018/images/dBdq2Pad.pdf b/KIT_2018/images/dBdq2Pad.pdf new file mode 100644 index 0000000..b09daeb --- /dev/null +++ b/KIT_2018/images/dBdq2Pad.pdf Binary files differ diff --git a/KIT_2018/images/data.png b/KIT_2018/images/data.png new file mode 100644 index 0000000..fc7d71a --- /dev/null +++ b/KIT_2018/images/data.png Binary files differ diff --git a/KIT_2018/images/derotate.sh b/KIT_2018/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/KIT_2018/images/derotate.sh @@ -0,0 +1,13 @@ +#!/bin/bash +#FILES=*.pdf +FILES="$(find . -name '*.pdf')" +for f in $FILES +do + echo "Processing $f ..." + gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dUseCIEColor -dPDFSETTINGS=/printer -dSAFER -dNOPAUSE -dQUIET -dBATCH -sOutputFile="temp.pdf" "$f" + mv temp.pdf "$f" +# pdf2ps "$f" temp.ps +# ps2pdf temp.ps "$f" +# rm temp.ps +done +#rm temp.pdf diff --git a/KIT_2018/images/det.png b/KIT_2018/images/det.png new file mode 100644 index 0000000..4a074c9 --- /dev/null +++ b/KIT_2018/images/det.png Binary files differ diff --git a/KIT_2018/images/dirac.png b/KIT_2018/images/dirac.png new file mode 100644 index 0000000..6757d18 --- /dev/null +++ b/KIT_2018/images/dirac.png Binary files differ diff --git a/KIT_2018/images/displaced.png b/KIT_2018/images/displaced.png new file mode 100644 index 0000000..c67c7fa --- /dev/null +++ b/KIT_2018/images/displaced.png Binary files differ diff --git a/KIT_2018/images/distr_pipt.pdf b/KIT_2018/images/distr_pipt.pdf new file mode 100644 index 0000000..83f1be7 --- /dev/null +++ b/KIT_2018/images/distr_pipt.pdf Binary files differ diff --git a/KIT_2018/images/download.jpeg b/KIT_2018/images/download.jpeg new file mode 100644 index 0000000..5a116bc --- /dev/null +++ b/KIT_2018/images/download.jpeg Binary files differ diff --git a/KIT_2018/images/download.pdf b/KIT_2018/images/download.pdf new file mode 100644 index 0000000..aed2bd8 --- /dev/null +++ b/KIT_2018/images/download.pdf Binary files differ diff --git a/KIT_2018/images/ds2mumu.png b/KIT_2018/images/ds2mumu.png new file mode 100644 index 0000000..9005b1c --- /dev/null +++ b/KIT_2018/images/ds2mumu.png Binary files differ diff --git a/KIT_2018/images/ds2mumu2.png b/KIT_2018/images/ds2mumu2.png new file mode 100644 index 0000000..c5fe3bd --- /dev/null +++ b/KIT_2018/images/ds2mumu2.png Binary files differ diff --git a/KIT_2018/images/effPsi2S.png b/KIT_2018/images/effPsi2S.png new file mode 100644 index 0000000..e683700 --- /dev/null +++ b/KIT_2018/images/effPsi2S.png Binary files differ diff --git a/KIT_2018/images/effPsi2S2.png b/KIT_2018/images/effPsi2S2.png new file mode 100644 index 0000000..7ac4da9 --- /dev/null +++ b/KIT_2018/images/effPsi2S2.png Binary files differ diff --git a/KIT_2018/images/effctk.pdf b/KIT_2018/images/effctk.pdf new file mode 100644 index 0000000..9b46c04 --- /dev/null +++ b/KIT_2018/images/effctk.pdf Binary files differ diff --git a/KIT_2018/images/effctl.pdf b/KIT_2018/images/effctl.pdf new file mode 100644 index 0000000..d3f2775 --- /dev/null +++ b/KIT_2018/images/effctl.pdf Binary files differ diff --git a/KIT_2018/images/effjpsi.png b/KIT_2018/images/effjpsi.png new file mode 100644 index 0000000..91b8004 --- /dev/null +++ b/KIT_2018/images/effjpsi.png Binary files differ diff --git a/KIT_2018/images/effjpsi2.png b/KIT_2018/images/effjpsi2.png new file mode 100644 index 0000000..cb10c68 --- /dev/null +++ b/KIT_2018/images/effjpsi2.png Binary files differ diff --git a/KIT_2018/images/effphi.pdf b/KIT_2018/images/effphi.pdf new file mode 100644 index 0000000..c50e369 --- /dev/null +++ b/KIT_2018/images/effphi.pdf Binary files differ diff --git a/KIT_2018/images/eq.png b/KIT_2018/images/eq.png new file mode 100644 index 0000000..c753af6 --- /dev/null +++ b/KIT_2018/images/eq.png Binary files differ diff --git a/KIT_2018/images/eq2.png b/KIT_2018/images/eq2.png new file mode 100644 index 0000000..628520f --- /dev/null +++ b/KIT_2018/images/eq2.png Binary files differ diff --git a/KIT_2018/images/espen1.png b/KIT_2018/images/espen1.png new file mode 100644 index 0000000..1cf559b --- /dev/null +++ b/KIT_2018/images/espen1.png Binary files differ diff --git a/KIT_2018/images/espen2.png b/KIT_2018/images/espen2.png new file mode 100644 index 0000000..ed9a9b8 --- /dev/null +++ b/KIT_2018/images/espen2.png Binary files differ diff --git a/KIT_2018/images/espen3.png b/KIT_2018/images/espen3.png new file mode 100644 index 0000000..419cc5f --- /dev/null +++ b/KIT_2018/images/espen3.png Binary files differ diff --git a/KIT_2018/images/eta.pdf b/KIT_2018/images/eta.pdf new file mode 100644 index 0000000..895c59e --- /dev/null +++ b/KIT_2018/images/eta.pdf Binary files differ diff --git a/KIT_2018/images/eta_logy.pdf b/KIT_2018/images/eta_logy.pdf new file mode 100644 index 0000000..f7d76cc --- /dev/null +++ b/KIT_2018/images/eta_logy.pdf Binary files differ diff --git a/KIT_2018/images/example.png b/KIT_2018/images/example.png new file mode 100644 index 0000000..e8cd1e4 --- /dev/null +++ b/KIT_2018/images/example.png Binary files differ diff --git a/KIT_2018/images/fold.png b/KIT_2018/images/fold.png new file mode 100644 index 0000000..fadf4a2 --- /dev/null +++ b/KIT_2018/images/fold.png Binary files differ diff --git a/KIT_2018/images/getFromAFS.sh b/KIT_2018/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/KIT_2018/images/getFromAFS.sh @@ -0,0 +1,4 @@ +kinit egraveri@CERN.CH +aklog +cp -r /afs/cern.ch/user/e/egraveri/cmtuser/STMonitoring/NewTTAlignment/Out/Plots/AlignVSSimCond-D0Align ./img/ +cp -r /afs/cern.ch/user/e/egraveri/cmtuser/STMonitoring/NewTTAlignment/Out/Plots/AlignVSSimCond-D0AlignNoTT ./img/ diff --git a/KIT_2018/images/h_Bd_Kstmm_vetoes.pdf b/KIT_2018/images/h_Bd_Kstmm_vetoes.pdf new file mode 100644 index 0000000..35c46d1 --- /dev/null +++ b/KIT_2018/images/h_Bd_Kstmm_vetoes.pdf Binary files differ diff --git a/KIT_2018/images/h_Lb_L1520mm_vetoes.pdf b/KIT_2018/images/h_Lb_L1520mm_vetoes.pdf new file mode 100644 index 0000000..a8f97b0 --- /dev/null +++ b/KIT_2018/images/h_Lb_L1520mm_vetoes.pdf Binary files differ diff --git a/KIT_2018/images/higgs.png b/KIT_2018/images/higgs.png new file mode 100644 index 0000000..9f67519 --- /dev/null +++ b/KIT_2018/images/higgs.png Binary files differ diff --git a/KIT_2018/images/higgs_boring.jpg b/KIT_2018/images/higgs_boring.jpg new file mode 100644 index 0000000..5b46d3a --- /dev/null +++ b/KIT_2018/images/higgs_boring.jpg Binary files differ diff --git a/KIT_2018/images/higgs_boring.png b/KIT_2018/images/higgs_boring.png new file mode 100644 index 0000000..2a4d0e6 --- /dev/null +++ b/KIT_2018/images/higgs_boring.png Binary files differ diff --git a/KIT_2018/images/higgspen.png b/KIT_2018/images/higgspen.png new file mode 100644 index 0000000..d3c11b4 --- /dev/null +++ b/KIT_2018/images/higgspen.png Binary files differ diff --git a/KIT_2018/images/ifj.png b/KIT_2018/images/ifj.png new file mode 100644 index 0000000..89f0b7b --- /dev/null +++ b/KIT_2018/images/ifj.png Binary files differ diff --git a/KIT_2018/images/index.png b/KIT_2018/images/index.png new file mode 100644 index 0000000..f51cd9d --- /dev/null +++ b/KIT_2018/images/index.png Binary files differ diff --git a/KIT_2018/images/inflaton.png b/KIT_2018/images/inflaton.png new file mode 100644 index 0000000..d4e4afe --- /dev/null +++ b/KIT_2018/images/inflaton.png Binary files differ diff --git a/KIT_2018/images/jspi.pdf b/KIT_2018/images/jspi.pdf new file mode 100644 index 0000000..0c5a811 --- /dev/null +++ b/KIT_2018/images/jspi.pdf Binary files differ diff --git a/KIT_2018/images/kmumu_BF.pdf b/KIT_2018/images/kmumu_BF.pdf new file mode 100644 index 0000000..e07fca8 --- /dev/null +++ b/KIT_2018/images/kmumu_BF.pdf Binary files differ diff --git a/KIT_2018/images/kmumu_BF.png b/KIT_2018/images/kmumu_BF.png new file mode 100644 index 0000000..9614d9d --- /dev/null +++ b/KIT_2018/images/kmumu_BF.png Binary files differ diff --git a/KIT_2018/images/ksmumu_BF.pdf b/KIT_2018/images/ksmumu_BF.pdf new file mode 100644 index 0000000..903bae3 --- /dev/null +++ b/KIT_2018/images/ksmumu_BF.pdf Binary files differ diff --git a/KIT_2018/images/ksmumu_BF.png b/KIT_2018/images/ksmumu_BF.png new file mode 100644 index 0000000..f558a14 --- /dev/null +++ b/KIT_2018/images/ksmumu_BF.png Binary files differ diff --git a/KIT_2018/images/lhcb-logo-bad.pdf b/KIT_2018/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/KIT_2018/images/lhcb-logo-bad.pdf Binary files differ diff --git a/KIT_2018/images/lhcb-logo.eps b/KIT_2018/images/lhcb-logo.eps new file mode 100755 index 0000000..63247dc --- /dev/null +++ b/KIT_2018/images/lhcb-logo.eps Binary files differ diff --git a/KIT_2018/images/lhcb-logo.pdf b/KIT_2018/images/lhcb-logo.pdf new file mode 100755 index 0000000..86de47e --- /dev/null +++ b/KIT_2018/images/lhcb-logo.pdf Binary files differ diff --git a/KIT_2018/images/lhcb-logo.svg b/KIT_2018/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/KIT_2018/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/KIT_2018/images/limit.png b/KIT_2018/images/limit.png new file mode 100644 index 0000000..37f6fed --- /dev/null +++ b/KIT_2018/images/limit.png Binary files differ diff --git a/KIT_2018/images/limits.png b/KIT_2018/images/limits.png new file mode 100644 index 0000000..dd0c7a3 --- /dev/null +++ b/KIT_2018/images/limits.png Binary files differ diff --git a/KIT_2018/images/logo.png b/KIT_2018/images/logo.png new file mode 100644 index 0000000..23296d8 --- /dev/null +++ b/KIT_2018/images/logo.png Binary files differ diff --git a/KIT_2018/images/lupa.png b/KIT_2018/images/lupa.png new file mode 100644 index 0000000..b3d6f2a --- /dev/null +++ b/KIT_2018/images/lupa.png Binary files differ diff --git a/KIT_2018/images/m0.pdf b/KIT_2018/images/m0.pdf new file mode 100644 index 0000000..4428ab5 --- /dev/null +++ b/KIT_2018/images/m0.pdf Binary files differ diff --git a/KIT_2018/images/m1.pdf b/KIT_2018/images/m1.pdf new file mode 100644 index 0000000..a9b9e34 --- /dev/null +++ b/KIT_2018/images/m1.pdf Binary files differ diff --git a/KIT_2018/images/m2.pdf b/KIT_2018/images/m2.pdf new file mode 100644 index 0000000..7a2bb03 --- /dev/null +++ b/KIT_2018/images/m2.pdf Binary files differ diff --git a/KIT_2018/images/m3.pdf b/KIT_2018/images/m3.pdf new file mode 100644 index 0000000..8fc34f9 --- /dev/null +++ b/KIT_2018/images/m3.pdf Binary files differ diff --git a/KIT_2018/images/m4.pdf b/KIT_2018/images/m4.pdf new file mode 100644 index 0000000..1abf3d9 --- /dev/null +++ b/KIT_2018/images/m4.pdf Binary files differ diff --git a/KIT_2018/images/m5.pdf b/KIT_2018/images/m5.pdf new file mode 100644 index 0000000..84ac3d3 --- /dev/null +++ b/KIT_2018/images/m5.pdf Binary files differ diff --git a/KIT_2018/images/m6.pdf b/KIT_2018/images/m6.pdf new file mode 100644 index 0000000..6e817a2 --- /dev/null +++ b/KIT_2018/images/m6.pdf Binary files differ diff --git a/KIT_2018/images/m7.pdf b/KIT_2018/images/m7.pdf new file mode 100644 index 0000000..a89f43d --- /dev/null +++ b/KIT_2018/images/m7.pdf Binary files differ diff --git a/KIT_2018/images/m8.pdf b/KIT_2018/images/m8.pdf new file mode 100644 index 0000000..b8c3e33 --- /dev/null +++ b/KIT_2018/images/m8.pdf Binary files differ diff --git a/KIT_2018/images/m9.pdf b/KIT_2018/images/m9.pdf new file mode 100644 index 0000000..c52270e --- /dev/null +++ b/KIT_2018/images/m9.pdf Binary files differ diff --git a/KIT_2018/images/mass.png b/KIT_2018/images/mass.png new file mode 100644 index 0000000..30fff60 --- /dev/null +++ b/KIT_2018/images/mass.png Binary files differ diff --git a/KIT_2018/images/mass2.png b/KIT_2018/images/mass2.png new file mode 100644 index 0000000..d446249 --- /dev/null +++ b/KIT_2018/images/mass2.png Binary files differ diff --git a/KIT_2018/images/mist.png b/KIT_2018/images/mist.png new file mode 100644 index 0000000..6a58a9d --- /dev/null +++ b/KIT_2018/images/mist.png Binary files differ diff --git a/KIT_2018/images/mjpsi.pdf b/KIT_2018/images/mjpsi.pdf new file mode 100644 index 0000000..cd873f4 --- /dev/null +++ b/KIT_2018/images/mjpsi.pdf Binary files differ diff --git a/KIT_2018/images/mkpi0sig.pdf b/KIT_2018/images/mkpi0sig.pdf new file mode 100644 index 0000000..5505577 --- /dev/null +++ b/KIT_2018/images/mkpi0sig.pdf Binary files differ diff --git a/KIT_2018/images/mkpi1sig.pdf b/KIT_2018/images/mkpi1sig.pdf new file mode 100644 index 0000000..9b72e51 --- /dev/null +++ b/KIT_2018/images/mkpi1sig.pdf Binary files differ diff --git a/KIT_2018/images/mkpi2sig.pdf b/KIT_2018/images/mkpi2sig.pdf new file mode 100644 index 0000000..fe568ae --- /dev/null +++ b/KIT_2018/images/mkpi2sig.pdf Binary files differ diff --git a/KIT_2018/images/mkpi3sig.pdf b/KIT_2018/images/mkpi3sig.pdf new file mode 100644 index 0000000..9b17c26 --- /dev/null +++ b/KIT_2018/images/mkpi3sig.pdf Binary files differ diff --git a/KIT_2018/images/mkpi4sig.pdf b/KIT_2018/images/mkpi4sig.pdf new file mode 100644 index 0000000..bda310d --- /dev/null +++ b/KIT_2018/images/mkpi4sig.pdf Binary files differ diff --git a/KIT_2018/images/mkpi5sig.pdf b/KIT_2018/images/mkpi5sig.pdf new file mode 100644 index 0000000..072cdb4 --- /dev/null +++ b/KIT_2018/images/mkpi5sig.pdf Binary files differ diff --git a/KIT_2018/images/mkpi6sig.pdf b/KIT_2018/images/mkpi6sig.pdf new file mode 100644 index 0000000..c3aa01e --- /dev/null +++ b/KIT_2018/images/mkpi6sig.pdf Binary files differ diff --git a/KIT_2018/images/mkpi7sig.pdf b/KIT_2018/images/mkpi7sig.pdf new file mode 100644 index 0000000..d818292 --- /dev/null +++ b/KIT_2018/images/mkpi7sig.pdf Binary files differ diff --git a/KIT_2018/images/mkpi8sig.pdf b/KIT_2018/images/mkpi8sig.pdf new file mode 100644 index 0000000..661e42b --- /dev/null +++ b/KIT_2018/images/mkpi8sig.pdf Binary files differ diff --git a/KIT_2018/images/mkpi9sig.pdf b/KIT_2018/images/mkpi9sig.pdf new file mode 100644 index 0000000..baafed4 --- /dev/null +++ b/KIT_2018/images/mkpi9sig.pdf Binary files differ diff --git a/KIT_2018/images/mkpijpsi.pdf b/KIT_2018/images/mkpijpsi.pdf new file mode 100644 index 0000000..6e7d82a --- /dev/null +++ b/KIT_2018/images/mkpijpsi.pdf Binary files differ diff --git a/KIT_2018/images/mkpijpsi.png b/KIT_2018/images/mkpijpsi.png new file mode 100644 index 0000000..cede2aa --- /dev/null +++ b/KIT_2018/images/mkpijpsi.png Binary files differ diff --git a/KIT_2018/images/mlogjpsi.pdf b/KIT_2018/images/mlogjpsi.pdf new file mode 100644 index 0000000..890c5a2 --- /dev/null +++ b/KIT_2018/images/mlogjpsi.pdf Binary files differ diff --git a/KIT_2018/images/mlogjpsi.png b/KIT_2018/images/mlogjpsi.png new file mode 100644 index 0000000..46b96cd --- /dev/null +++ b/KIT_2018/images/mlogjpsi.png Binary files differ diff --git a/KIT_2018/images/moments_AFBPad.pdf b/KIT_2018/images/moments_AFBPad.pdf new file mode 100644 index 0000000..0ef43b9 --- /dev/null +++ b/KIT_2018/images/moments_AFBPad.pdf Binary files differ diff --git a/KIT_2018/images/moments_FLPad.pdf b/KIT_2018/images/moments_FLPad.pdf new file mode 100644 index 0000000..4c991df --- /dev/null +++ b/KIT_2018/images/moments_FLPad.pdf Binary files differ diff --git a/KIT_2018/images/moments_S3Pad.pdf b/KIT_2018/images/moments_S3Pad.pdf new file mode 100644 index 0000000..974373b --- /dev/null +++ b/KIT_2018/images/moments_S3Pad.pdf Binary files differ diff --git a/KIT_2018/images/moments_S4Pad.pdf b/KIT_2018/images/moments_S4Pad.pdf new file mode 100644 index 0000000..a09baeb --- /dev/null +++ b/KIT_2018/images/moments_S4Pad.pdf Binary files differ diff --git a/KIT_2018/images/moments_S5Pad.pdf b/KIT_2018/images/moments_S5Pad.pdf new file mode 100644 index 0000000..ef27c24 --- /dev/null +++ b/KIT_2018/images/moments_S5Pad.pdf Binary files differ diff --git a/KIT_2018/images/moments_S7Pad.pdf b/KIT_2018/images/moments_S7Pad.pdf new file mode 100644 index 0000000..049df17 --- /dev/null +++ b/KIT_2018/images/moments_S7Pad.pdf Binary files differ diff --git a/KIT_2018/images/moments_S8Pad.pdf b/KIT_2018/images/moments_S8Pad.pdf new file mode 100644 index 0000000..6a92c66 --- /dev/null +++ b/KIT_2018/images/moments_S8Pad.pdf Binary files differ diff --git a/KIT_2018/images/moments_S9Pad.pdf b/KIT_2018/images/moments_S9Pad.pdf new file mode 100644 index 0000000..2b2f281 --- /dev/null +++ b/KIT_2018/images/moments_S9Pad.pdf Binary files differ diff --git a/KIT_2018/images/msignal.pdf b/KIT_2018/images/msignal.pdf new file mode 100644 index 0000000..faf9ae1 --- /dev/null +++ b/KIT_2018/images/msignal.pdf Binary files differ diff --git a/KIT_2018/images/mu_minus_IPCHI2_OWNPV.png b/KIT_2018/images/mu_minus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6c822cc --- /dev/null +++ b/KIT_2018/images/mu_minus_IPCHI2_OWNPV.png Binary files differ diff --git a/KIT_2018/images/mu_minus_IPCHI2_OWNPVlog.png b/KIT_2018/images/mu_minus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..0d830e1 --- /dev/null +++ b/KIT_2018/images/mu_minus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/KIT_2018/images/mu_minus_IP_OWNPV.png b/KIT_2018/images/mu_minus_IP_OWNPV.png new file mode 100644 index 0000000..d983d8e --- /dev/null +++ b/KIT_2018/images/mu_minus_IP_OWNPV.png Binary files differ diff --git a/KIT_2018/images/mu_minus_IP_OWNPVlog.png b/KIT_2018/images/mu_minus_IP_OWNPVlog.png new file mode 100644 index 0000000..d76333f --- /dev/null +++ b/KIT_2018/images/mu_minus_IP_OWNPVlog.png Binary files differ diff --git a/KIT_2018/images/mu_minus_MC12TuneV2_ProbNNe.png b/KIT_2018/images/mu_minus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..77f097f --- /dev/null +++ b/KIT_2018/images/mu_minus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/KIT_2018/images/mu_minus_MC12TuneV2_ProbNNk.png b/KIT_2018/images/mu_minus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..61e3129 --- /dev/null +++ b/KIT_2018/images/mu_minus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/KIT_2018/images/mu_minus_MC12TuneV2_ProbNNmu.png b/KIT_2018/images/mu_minus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..2feab6a --- /dev/null +++ b/KIT_2018/images/mu_minus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/KIT_2018/images/mu_minus_MC12TuneV2_ProbNNp.png b/KIT_2018/images/mu_minus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..fa22e3c --- /dev/null +++ b/KIT_2018/images/mu_minus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/KIT_2018/images/mu_minus_MC12TuneV3_ProbNNe.png b/KIT_2018/images/mu_minus_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ec52412 --- /dev/null +++ b/KIT_2018/images/mu_minus_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/KIT_2018/images/mu_minus_MC12TuneV3_ProbNNk.png b/KIT_2018/images/mu_minus_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..387bf17 --- /dev/null +++ b/KIT_2018/images/mu_minus_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/KIT_2018/images/mu_minus_MC12TuneV3_ProbNNmu.png b/KIT_2018/images/mu_minus_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..90a18a3 --- /dev/null +++ b/KIT_2018/images/mu_minus_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/KIT_2018/images/mu_minus_MC12TuneV3_ProbNNp.png b/KIT_2018/images/mu_minus_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..7b4862b --- /dev/null +++ b/KIT_2018/images/mu_minus_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/KIT_2018/images/mu_minus_P.png b/KIT_2018/images/mu_minus_P.png new file mode 100644 index 0000000..2509154 --- /dev/null +++ b/KIT_2018/images/mu_minus_P.png Binary files differ diff --git a/KIT_2018/images/mu_minus_PT.png b/KIT_2018/images/mu_minus_PT.png new file mode 100644 index 0000000..c8ed4ee --- /dev/null +++ b/KIT_2018/images/mu_minus_PT.png Binary files differ diff --git a/KIT_2018/images/mu_minus_PTlog.png b/KIT_2018/images/mu_minus_PTlog.png new file mode 100644 index 0000000..13765e1 --- /dev/null +++ b/KIT_2018/images/mu_minus_PTlog.png Binary files differ diff --git a/KIT_2018/images/mu_minus_Plog.png b/KIT_2018/images/mu_minus_Plog.png new file mode 100644 index 0000000..2bab524 --- /dev/null +++ b/KIT_2018/images/mu_minus_Plog.png Binary files differ diff --git a/KIT_2018/images/mu_plus_IPCHI2_OWNPV.png b/KIT_2018/images/mu_plus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..c7f94ad --- /dev/null +++ b/KIT_2018/images/mu_plus_IPCHI2_OWNPV.png Binary files differ diff --git a/KIT_2018/images/mu_plus_IPCHI2_OWNPVlog.png b/KIT_2018/images/mu_plus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..8182f07 --- /dev/null +++ b/KIT_2018/images/mu_plus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/KIT_2018/images/mu_plus_IP_OWNPV.png b/KIT_2018/images/mu_plus_IP_OWNPV.png new file mode 100644 index 0000000..bad8cc1 --- /dev/null +++ b/KIT_2018/images/mu_plus_IP_OWNPV.png Binary files differ diff --git a/KIT_2018/images/mu_plus_IP_OWNPVlog.png b/KIT_2018/images/mu_plus_IP_OWNPVlog.png new file mode 100644 index 0000000..4919b77 --- /dev/null +++ b/KIT_2018/images/mu_plus_IP_OWNPVlog.png Binary files differ diff --git a/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNe.png b/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..2fe5ef8 --- /dev/null +++ b/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNk.png b/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..f7d7a3d --- /dev/null +++ b/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNmu.png b/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..3a4e241 --- /dev/null +++ b/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNp.png b/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..746cf78 --- /dev/null +++ b/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNpi.png b/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..e92b494 --- /dev/null +++ b/KIT_2018/images/mu_plus_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/KIT_2018/images/mu_plus_P.png b/KIT_2018/images/mu_plus_P.png new file mode 100644 index 0000000..b1121bb --- /dev/null +++ b/KIT_2018/images/mu_plus_P.png Binary files differ diff --git a/KIT_2018/images/mu_plus_PT.png b/KIT_2018/images/mu_plus_PT.png new file mode 100644 index 0000000..bb58f05 --- /dev/null +++ b/KIT_2018/images/mu_plus_PT.png Binary files differ diff --git a/KIT_2018/images/mu_plus_PTlog.png b/KIT_2018/images/mu_plus_PTlog.png new file mode 100644 index 0000000..a237294 --- /dev/null +++ b/KIT_2018/images/mu_plus_PTlog.png Binary files differ diff --git a/KIT_2018/images/mu_plus_Plog.png b/KIT_2018/images/mu_plus_Plog.png new file mode 100644 index 0000000..46170cc --- /dev/null +++ b/KIT_2018/images/mu_plus_Plog.png Binary files differ diff --git a/KIT_2018/images/nTracks.pdf b/KIT_2018/images/nTracks.pdf new file mode 100644 index 0000000..06f5833 --- /dev/null +++ b/KIT_2018/images/nTracks.pdf Binary files differ diff --git a/KIT_2018/images/nTracks.png b/KIT_2018/images/nTracks.png new file mode 100644 index 0000000..be10505 --- /dev/null +++ b/KIT_2018/images/nTracks.png Binary files differ diff --git a/KIT_2018/images/nTrackslog.png b/KIT_2018/images/nTrackslog.png new file mode 100644 index 0000000..df17a6b --- /dev/null +++ b/KIT_2018/images/nTrackslog.png Binary files differ diff --git a/KIT_2018/images/nTracksw.png b/KIT_2018/images/nTracksw.png new file mode 100644 index 0000000..3503e19 --- /dev/null +++ b/KIT_2018/images/nTracksw.png Binary files differ diff --git a/KIT_2018/images/noNP.jpg b/KIT_2018/images/noNP.jpg new file mode 100644 index 0000000..65b67c7 --- /dev/null +++ b/KIT_2018/images/noNP.jpg Binary files differ diff --git a/KIT_2018/images/np.png b/KIT_2018/images/np.png new file mode 100644 index 0000000..b8ebc65 --- /dev/null +++ b/KIT_2018/images/np.png Binary files differ diff --git a/KIT_2018/images/party.png b/KIT_2018/images/party.png new file mode 100644 index 0000000..f1d7d48 --- /dev/null +++ b/KIT_2018/images/party.png Binary files differ diff --git a/KIT_2018/images/path1.png b/KIT_2018/images/path1.png new file mode 100644 index 0000000..3aa3c7b --- /dev/null +++ b/KIT_2018/images/path1.png Binary files differ diff --git a/KIT_2018/images/path2.png b/KIT_2018/images/path2.png new file mode 100644 index 0000000..1aa8e9c --- /dev/null +++ b/KIT_2018/images/path2.png Binary files differ diff --git a/KIT_2018/images/pbkg.png b/KIT_2018/images/pbkg.png new file mode 100644 index 0000000..740bc30 --- /dev/null +++ b/KIT_2018/images/pbkg.png Binary files differ diff --git a/KIT_2018/images/phi0sig.pdf b/KIT_2018/images/phi0sig.pdf new file mode 100644 index 0000000..207b0ac --- /dev/null +++ b/KIT_2018/images/phi0sig.pdf Binary files differ diff --git a/KIT_2018/images/phi1sig.pdf b/KIT_2018/images/phi1sig.pdf new file mode 100644 index 0000000..7258f96 --- /dev/null +++ b/KIT_2018/images/phi1sig.pdf Binary files differ diff --git a/KIT_2018/images/phi2sig.pdf b/KIT_2018/images/phi2sig.pdf new file mode 100644 index 0000000..709d6f9 --- /dev/null +++ b/KIT_2018/images/phi2sig.pdf Binary files differ diff --git a/KIT_2018/images/phi3sig.pdf b/KIT_2018/images/phi3sig.pdf new file mode 100644 index 0000000..f89b59e --- /dev/null +++ b/KIT_2018/images/phi3sig.pdf Binary files differ diff --git a/KIT_2018/images/phi4sig.pdf b/KIT_2018/images/phi4sig.pdf new file mode 100644 index 0000000..07163ea --- /dev/null +++ b/KIT_2018/images/phi4sig.pdf Binary files differ diff --git a/KIT_2018/images/phi5sig.pdf b/KIT_2018/images/phi5sig.pdf new file mode 100644 index 0000000..ed9ce30 --- /dev/null +++ b/KIT_2018/images/phi5sig.pdf Binary files differ diff --git a/KIT_2018/images/phi6sig.pdf b/KIT_2018/images/phi6sig.pdf new file mode 100644 index 0000000..dd3cd88 --- /dev/null +++ b/KIT_2018/images/phi6sig.pdf Binary files differ diff --git a/KIT_2018/images/phi7sig.pdf b/KIT_2018/images/phi7sig.pdf new file mode 100644 index 0000000..e80c0fb --- /dev/null +++ b/KIT_2018/images/phi7sig.pdf Binary files differ diff --git a/KIT_2018/images/phi8sig.pdf b/KIT_2018/images/phi8sig.pdf new file mode 100644 index 0000000..6672f30 --- /dev/null +++ b/KIT_2018/images/phi8sig.pdf Binary files differ diff --git a/KIT_2018/images/phi9sig.pdf b/KIT_2018/images/phi9sig.pdf new file mode 100644 index 0000000..06aa832 --- /dev/null +++ b/KIT_2018/images/phi9sig.pdf Binary files differ diff --git a/KIT_2018/images/phi_LODiMuon.png b/KIT_2018/images/phi_LODiMuon.png new file mode 100644 index 0000000..6b63588 --- /dev/null +++ b/KIT_2018/images/phi_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/phi_LOMuon.png b/KIT_2018/images/phi_LOMuon.png new file mode 100644 index 0000000..e77a3bd --- /dev/null +++ b/KIT_2018/images/phi_LOMuon.png Binary files differ diff --git a/KIT_2018/images/phi_q2_LODiMuon.png b/KIT_2018/images/phi_q2_LODiMuon.png new file mode 100644 index 0000000..86a3741 --- /dev/null +++ b/KIT_2018/images/phi_q2_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/phi_q2_SimpleHLT_LODiMuon.png b/KIT_2018/images/phi_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..c170879 --- /dev/null +++ b/KIT_2018/images/phi_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/phijpsi.pdf b/KIT_2018/images/phijpsi.pdf new file mode 100644 index 0000000..495444d --- /dev/null +++ b/KIT_2018/images/phijpsi.pdf Binary files differ diff --git a/KIT_2018/images/phijpsi.png b/KIT_2018/images/phijpsi.png new file mode 100644 index 0000000..4b3ebba --- /dev/null +++ b/KIT_2018/images/phijpsi.png Binary files differ diff --git a/KIT_2018/images/photonfit.png b/KIT_2018/images/photonfit.png new file mode 100644 index 0000000..2d95e56 --- /dev/null +++ b/KIT_2018/images/photonfit.png Binary files differ diff --git a/KIT_2018/images/plot.png b/KIT_2018/images/plot.png new file mode 100644 index 0000000..a1a5607 --- /dev/null +++ b/KIT_2018/images/plot.png Binary files differ diff --git a/KIT_2018/images/plotspolarization.png b/KIT_2018/images/plotspolarization.png new file mode 100644 index 0000000..5dfd84e --- /dev/null +++ b/KIT_2018/images/plotspolarization.png Binary files differ diff --git a/KIT_2018/images/polarization.png b/KIT_2018/images/polarization.png new file mode 100644 index 0000000..ac292aa --- /dev/null +++ b/KIT_2018/images/polarization.png Binary files differ diff --git a/KIT_2018/images/prompt.png b/KIT_2018/images/prompt.png new file mode 100644 index 0000000..8fc69f4 --- /dev/null +++ b/KIT_2018/images/prompt.png Binary files differ diff --git a/KIT_2018/images/ps.png b/KIT_2018/images/ps.png new file mode 100644 index 0000000..ff34bb2 --- /dev/null +++ b/KIT_2018/images/ps.png Binary files differ diff --git a/KIT_2018/images/pt.pdf b/KIT_2018/images/pt.pdf new file mode 100644 index 0000000..9d347bf --- /dev/null +++ b/KIT_2018/images/pt.pdf Binary files differ diff --git a/KIT_2018/images/q2.png b/KIT_2018/images/q2.png new file mode 100644 index 0000000..79746ce --- /dev/null +++ b/KIT_2018/images/q2.png Binary files differ diff --git a/KIT_2018/images/q2PHSP.png b/KIT_2018/images/q2PHSP.png new file mode 100644 index 0000000..204a9c7 --- /dev/null +++ b/KIT_2018/images/q2PHSP.png Binary files differ diff --git a/KIT_2018/images/q2PHSPw.png b/KIT_2018/images/q2PHSPw.png new file mode 100644 index 0000000..04d38f2 --- /dev/null +++ b/KIT_2018/images/q2PHSPw.png Binary files differ diff --git a/KIT_2018/images/q2_LODiMuon.png b/KIT_2018/images/q2_LODiMuon.png new file mode 100644 index 0000000..8f0ed59 --- /dev/null +++ b/KIT_2018/images/q2_LODiMuon.png Binary files differ diff --git a/KIT_2018/images/q2_LOMuon.png b/KIT_2018/images/q2_LOMuon.png new file mode 100644 index 0000000..4bfb732 --- /dev/null +++ b/KIT_2018/images/q2_LOMuon.png Binary files differ diff --git a/KIT_2018/images/q2d.pdf b/KIT_2018/images/q2d.pdf new file mode 100644 index 0000000..048d357 --- /dev/null +++ b/KIT_2018/images/q2d.pdf Binary files differ diff --git a/KIT_2018/images/qum1.png b/KIT_2018/images/qum1.png new file mode 100644 index 0000000..2d71610 --- /dev/null +++ b/KIT_2018/images/qum1.png Binary files differ diff --git a/KIT_2018/images/rdrds_fpcp2017.pdf b/KIT_2018/images/rdrds_fpcp2017.pdf new file mode 100644 index 0000000..c608ff8 --- /dev/null +++ b/KIT_2018/images/rdrds_fpcp2017.pdf Binary files differ diff --git a/KIT_2018/images/rdrds_summer18.pdf b/KIT_2018/images/rdrds_summer18.pdf new file mode 100644 index 0000000..efe8b5a --- /dev/null +++ b/KIT_2018/images/rdrds_summer18.pdf Binary files differ diff --git a/KIT_2018/images/rdrds_winter2017.pdf b/KIT_2018/images/rdrds_winter2017.pdf new file mode 100644 index 0000000..a5f84a0 --- /dev/null +++ b/KIT_2018/images/rdrds_winter2017.pdf Binary files differ diff --git a/KIT_2018/images/reson.png b/KIT_2018/images/reson.png new file mode 100644 index 0000000..3c53360 --- /dev/null +++ b/KIT_2018/images/reson.png Binary files differ diff --git a/KIT_2018/images/results.png b/KIT_2018/images/results.png new file mode 100644 index 0000000..e86df2b --- /dev/null +++ b/KIT_2018/images/results.png Binary files differ diff --git a/KIT_2018/images/roc.png b/KIT_2018/images/roc.png new file mode 100644 index 0000000..4adacae --- /dev/null +++ b/KIT_2018/images/roc.png Binary files differ diff --git a/KIT_2018/images/sketch.png b/KIT_2018/images/sketch.png new file mode 100644 index 0000000..696997c --- /dev/null +++ b/KIT_2018/images/sketch.png Binary files differ diff --git a/KIT_2018/images/sps7.png b/KIT_2018/images/sps7.png new file mode 100644 index 0000000..6af40d9 --- /dev/null +++ b/KIT_2018/images/sps7.png Binary files differ diff --git a/KIT_2018/images/stau.png b/KIT_2018/images/stau.png new file mode 100644 index 0000000..c306e3b --- /dev/null +++ b/KIT_2018/images/stau.png Binary files differ diff --git a/KIT_2018/images/straub.png b/KIT_2018/images/straub.png new file mode 100644 index 0000000..3adc364 --- /dev/null +++ b/KIT_2018/images/straub.png Binary files differ diff --git a/KIT_2018/images/table.png b/KIT_2018/images/table.png new file mode 100644 index 0000000..68c269d --- /dev/null +++ b/KIT_2018/images/table.png Binary files differ diff --git a/KIT_2018/images/table1.png b/KIT_2018/images/table1.png new file mode 100644 index 0000000..75c45ce --- /dev/null +++ b/KIT_2018/images/table1.png Binary files differ diff --git a/KIT_2018/images/tistos_L0Muon_costhetal.pdf b/KIT_2018/images/tistos_L0Muon_costhetal.pdf new file mode 100644 index 0000000..87c5901 --- /dev/null +++ b/KIT_2018/images/tistos_L0Muon_costhetal.pdf Binary files differ diff --git a/KIT_2018/images/tistos_L0Muon_pt.pdf b/KIT_2018/images/tistos_L0Muon_pt.pdf new file mode 100644 index 0000000..38582e5 --- /dev/null +++ b/KIT_2018/images/tistos_L0Muon_pt.pdf Binary files differ diff --git a/KIT_2018/images/uni2.png b/KIT_2018/images/uni2.png new file mode 100644 index 0000000..8fae2fc --- /dev/null +++ b/KIT_2018/images/uni2.png Binary files differ diff --git a/KIT_2018/images/universality.png b/KIT_2018/images/universality.png new file mode 100644 index 0000000..a77b6b3 --- /dev/null +++ b/KIT_2018/images/universality.png Binary files differ diff --git a/KIT_2018/images/uzh-transp.pdf b/KIT_2018/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/KIT_2018/images/uzh-transp.pdf Binary files differ diff --git a/KIT_2018/images/uzh.pdf b/KIT_2018/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/KIT_2018/images/uzh.pdf Binary files differ diff --git a/KIT_2018/images/uzh_logo_e_pos.eps b/KIT_2018/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/KIT_2018/images/uzh_logo_e_pos.eps Binary files differ diff --git a/KIT_2018/images/uzh_logo_e_pos_gross.tif b/KIT_2018/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/KIT_2018/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/KIT_2018/images/vertex.pdf b/KIT_2018/images/vertex.pdf new file mode 100644 index 0000000..062ae3d --- /dev/null +++ b/KIT_2018/images/vertex.pdf Binary files differ diff --git a/KIT_2018/images/weakcurr.png b/KIT_2018/images/weakcurr.png new file mode 100644 index 0000000..b4c6bbf --- /dev/null +++ b/KIT_2018/images/weakcurr.png Binary files differ diff --git a/KIT_2018/images/weakcurr2.png b/KIT_2018/images/weakcurr2.png new file mode 100644 index 0000000..cd2dd82 --- /dev/null +++ b/KIT_2018/images/weakcurr2.png Binary files differ diff --git a/KIT_2018/images/williams.png b/KIT_2018/images/williams.png new file mode 100644 index 0000000..8636626 --- /dev/null +++ b/KIT_2018/images/williams.png Binary files differ diff --git a/KIT_2018/images/wilsonchi2.pdf b/KIT_2018/images/wilsonchi2.pdf new file mode 100644 index 0000000..1772f0f --- /dev/null +++ b/KIT_2018/images/wilsonchi2.pdf Binary files differ diff --git a/KIT_2018/mchrzasz+mp.sh b/KIT_2018/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/KIT_2018/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/KIT_2018/mchrzasz-blx.bib b/KIT_2018/mchrzasz-blx.bib new file mode 100644 index 0000000..fa04f16 --- /dev/null +++ b/KIT_2018/mchrzasz-blx.bib @@ -0,0 +1,11 @@ +@Comment{$ biblatex control file $} +@Comment{$ biblatex version 2.6 $} +Do not modify this file! + +This is an auxiliary file used by the 'biblatex' package. +This file may safely be deleted. It will be recreated as +required. + +@Control{biblatex-control, + options = {2.6:0:0:1:0:0:1:1:0:0:0:0:1:1:3:1:79:+}, +} diff --git a/KIT_2018/mchrzasz.aux b/KIT_2018/mchrzasz.aux new file mode 100644 index 0000000..ad71b8a --- /dev/null +++ b/KIT_2018/mchrzasz.aux @@ -0,0 +1,311 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\providecommand\zref@newlabel[2]{} +\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} +\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined +\global\let\oldcontentsline\contentsline +\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} +\global\let\oldnewlabel\newlabel +\gdef\newlabel#1#2{\newlabelxx{#1}#2} +\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} +\AtEndDocument{\ifx\hyper@anchor\@undefined +\let\contentsline\oldcontentsline +\let\newlabel\oldnewlabel +\fi} +\fi} +\global\let\hyper@last\relax +\gdef\HyperFirstAtBeginDocument#1{#1} +\providecommand*\HyPL@Entry[1]{} +\bibstyle{biblatex} +\bibdata{mchrzasz-blx,bib} +\citation{biblatex-control} +\HyPL@Entry{0<>} +\providecommand \oddpage@label [2]{} +\@writefile{toc}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\@writefile{lof}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\@writefile{lot}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\beamer@endinputifotherversion {3.36pt}} +\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\beamer@endinputifotherversion {3.36pt}} +\select@language{english} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\select@language{english}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\select@language{english}} +\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\select@language{english}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}} +\pgfsyspdfmark {pgfid3}{0}{0} +\pgfsyspdfmark {pgfid4}{0}{0} +\HyPL@Entry{1<>} +\pgfsyspdfmark {pgfid5}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}} +\pgfsyspdfmark {pgfid6}{0}{0} +\pgfsyspdfmark {pgfid7}{0}{0} +\HyPL@Entry{2<>} +\pgfsyspdfmark {pgfid8}{23867907}{17900937} +\pgfsyspdfmark {pgfid9}{0}{0} +\pgfsyspdfmark {pgfid10}{0}{0} +\pgfsyspdfmark {pgfid11}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{4}}} +\pgfsyspdfmark {pgfid12}{0}{0} +\pgfsyspdfmark {pgfid13}{0}{0} +\HyPL@Entry{4<>} +\pgfsyspdfmark {pgfid14}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{5/5}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}} +\pgfsyspdfmark {pgfid15}{0}{0} +\pgfsyspdfmark {pgfid16}{0}{0} +\HyPL@Entry{5<>} +\pgfsyspdfmark {pgfid17}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{6/6}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}} +\pgfsyspdfmark {pgfid18}{0}{0} +\pgfsyspdfmark {pgfid19}{0}{0} +\HyPL@Entry{6<>} +\pgfsyspdfmark {pgfid20}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{6}{7/7}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}} +\pgfsyspdfmark {pgfid21}{0}{0} +\pgfsyspdfmark {pgfid22}{0}{0} +\HyPL@Entry{7<>} +\pgfsyspdfmark {pgfid23}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{8/8}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {8}{8}}} +\pgfsyspdfmark {pgfid24}{0}{0} +\pgfsyspdfmark {pgfid25}{0}{0} +\HyPL@Entry{8<>} +\pgfsyspdfmark {pgfid26}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{8}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}} +\pgfsyspdfmark {pgfid27}{0}{0} +\pgfsyspdfmark {pgfid28}{0}{0} +\HyPL@Entry{9<>} +\pgfsyspdfmark {pgfid29}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{10/10}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}} +\pgfsyspdfmark {pgfid30}{0}{0} +\pgfsyspdfmark {pgfid31}{0}{0} +\HyPL@Entry{10<>} +\pgfsyspdfmark {pgfid32}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{11/11}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {11}{11}}} +\pgfsyspdfmark {pgfid33}{0}{0} +\pgfsyspdfmark {pgfid34}{0}{0} +\HyPL@Entry{11<>} +\pgfsyspdfmark {pgfid35}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{11}{12/12}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}} +\pgfsyspdfmark {pgfid36}{0}{0} +\pgfsyspdfmark {pgfid37}{0}{0} +\HyPL@Entry{12<>} +\pgfsyspdfmark {pgfid38}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{13/13}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}} +\pgfsyspdfmark {pgfid39}{0}{0} +\pgfsyspdfmark {pgfid40}{0}{0} +\HyPL@Entry{13<>} +\pgfsyspdfmark {pgfid41}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{13}{14/14}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}} +\pgfsyspdfmark {pgfid42}{0}{0} +\pgfsyspdfmark {pgfid43}{0}{0} +\HyPL@Entry{14<>} +\pgfsyspdfmark {pgfid44}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{14}{15/15}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {15}{15}}} +\pgfsyspdfmark {pgfid45}{0}{0} +\pgfsyspdfmark {pgfid46}{0}{0} +\HyPL@Entry{15<>} +\pgfsyspdfmark {pgfid47}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{15}{16/16}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {16}{16}}} +\pgfsyspdfmark {pgfid48}{0}{0} +\pgfsyspdfmark {pgfid49}{0}{0} +\HyPL@Entry{16<>} +\pgfsyspdfmark {pgfid50}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{16}{17/17}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {17}{17}}} +\pgfsyspdfmark {pgfid51}{0}{0} +\pgfsyspdfmark {pgfid52}{0}{0} +\HyPL@Entry{17<>} +\pgfsyspdfmark {pgfid53}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{17}{18/18}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}} +\pgfsyspdfmark {pgfid54}{0}{0} +\pgfsyspdfmark {pgfid55}{0}{0} +\HyPL@Entry{18<>} +\pgfsyspdfmark {pgfid56}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{18}{19/19}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {19}{19}}} +\pgfsyspdfmark {pgfid57}{0}{0} +\pgfsyspdfmark {pgfid58}{0}{0} +\HyPL@Entry{19<>} +\pgfsyspdfmark {pgfid59}{23867907}{17900937} +\newlabel{dist}{{1}{20}{}{Doc-Start}{}} +\@writefile{snm}{\beamer@slide {dist}{20}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{19}{20/20}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {20}{20}}} +\pgfsyspdfmark {pgfid60}{0}{0} +\pgfsyspdfmark {pgfid61}{0}{0} +\HyPL@Entry{20<>} +\pgfsyspdfmark {pgfid62}{23867907}{17900937} +\newlabel{Js}{{1}{21}{}{Doc-Start}{}} +\@writefile{snm}{\beamer@slide {Js}{21}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{20}{21/21}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {21}{21}}} +\pgfsyspdfmark {pgfid63}{0}{0} +\pgfsyspdfmark {pgfid64}{0}{0} +\HyPL@Entry{21<>} +\pgfsyspdfmark {pgfid65}{23867907}{17900937} +\newlabel{LargeRecoilAs}{{1}{22}{}{Doc-Start}{}} +\@writefile{snm}{\beamer@slide {LargeRecoilAs}{22}} +\pgfsyspdfmark {pgfid66}{0}{0} +\pgfsyspdfmark {pgfid67}{0}{0} +\pgfsyspdfmark {pgfid68}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{21}{22/23}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {22}{23}}} +\pgfsyspdfmark {pgfid69}{0}{0} +\pgfsyspdfmark {pgfid70}{0}{0} +\HyPL@Entry{23<>} +\pgfsyspdfmark {pgfid71}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{22}{24/24}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {24}{24}}} +\pgfsyspdfmark {pgfid72}{0}{0} +\pgfsyspdfmark {pgfid73}{0}{0} +\HyPL@Entry{24<>} +\pgfsyspdfmark {pgfid74}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{23}{25/25}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {25}{25}}} +\pgfsyspdfmark {pgfid75}{0}{0} +\pgfsyspdfmark {pgfid76}{0}{0} +\HyPL@Entry{25<>} +\pgfsyspdfmark {pgfid77}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{24}{26/26}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {26}{26}}} +\pgfsyspdfmark {pgfid78}{0}{0} +\pgfsyspdfmark {pgfid79}{0}{0} +\HyPL@Entry{26<>} +\pgfsyspdfmark {pgfid80}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{25}{27/27}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {27}{27}}} +\pgfsyspdfmark {pgfid81}{0}{0} +\pgfsyspdfmark {pgfid82}{0}{0} +\HyPL@Entry{27<>} +\pgfsyspdfmark {pgfid83}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{26}{28/28}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {28}{28}}} +\pgfsyspdfmark {pgfid84}{0}{0} +\pgfsyspdfmark {pgfid85}{0}{0} +\HyPL@Entry{28<>} +\pgfsyspdfmark {pgfid89}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{27}{29/29}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {29}{29}}} +\pgfsyspdfmark {pgfid90}{0}{0} +\pgfsyspdfmark {pgfid91}{0}{0} +\HyPL@Entry{29<>} +\pgfsyspdfmark {pgfid92}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{28}{30/30}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {30}{30}}} +\pgfsyspdfmark {pgfid93}{0}{0} +\pgfsyspdfmark {pgfid94}{0}{0} +\HyPL@Entry{30<>} +\pgfsyspdfmark {pgfid95}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{29}{31/31}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {31}{31}}} +\pgfsyspdfmark {pgfid96}{0}{0} +\pgfsyspdfmark {pgfid97}{0}{0} +\citation{Bobeth} +\citation{Chrzaszcz} +\citation{van Dyk} +\citation{Virto 1707.07305} +\HyPL@Entry{31<>} +\pgfsyspdfmark {pgfid98}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{30}{32/32}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {32}{32}}} +\pgfsyspdfmark {pgfid99}{0}{0} +\pgfsyspdfmark {pgfid100}{0}{0} +\citation{Bobeth} +\citation{Chrzaszcz} +\citation{van Dyk} +\citation{Virto 1707.07305} +\HyPL@Entry{32<>} +\pgfsyspdfmark {pgfid101}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{31}{33/33}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {33}{33}}} +\pgfsyspdfmark {pgfid102}{0}{0} +\pgfsyspdfmark {pgfid103}{0}{0} +\citation{Bobeth} +\citation{Chrzaszcz} +\citation{van Dyk} +\citation{Virto 1707.07305} +\HyPL@Entry{33<>} +\pgfsyspdfmark {pgfid104}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{32}{34/34}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {34}{34}}} +\pgfsyspdfmark {pgfid105}{0}{0} +\pgfsyspdfmark {pgfid106}{0}{0} +\citation{Bobeth} +\citation{Chrzaszcz} +\citation{van Dyk} +\citation{Virto 1707.07305} +\citation{Belle} +\citation{Babar} +\citation{LHCb} +\HyPL@Entry{34<>} +\pgfsyspdfmark {pgfid107}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{33}{35/35}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {35}{35}}} +\pgfsyspdfmark {pgfid108}{0}{0} +\pgfsyspdfmark {pgfid109}{0}{0} +\HyPL@Entry{35<>} +\pgfsyspdfmark {pgfid110}{23867907}{17900937} +\newlabel{alphak}{{1}{36}{}{Doc-Start}{}} +\@writefile{snm}{\beamer@slide {alphak}{36}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{34}{36/36}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {36}{36}}} +\pgfsyspdfmark {pgfid111}{0}{0} +\pgfsyspdfmark {pgfid112}{0}{0} +\HyPL@Entry{36<>} +\pgfsyspdfmark {pgfid113}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{35}{37/37}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {37}{37}}} +\pgfsyspdfmark {pgfid114}{0}{0} +\pgfsyspdfmark {pgfid115}{0}{0} +\HyPL@Entry{37<>} +\pgfsyspdfmark {pgfid116}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{36}{38/38}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {38}{38}}} +\pgfsyspdfmark {pgfid117}{0}{0} +\pgfsyspdfmark {pgfid118}{0}{0} +\HyPL@Entry{38<>} +\pgfsyspdfmark {pgfid119}{23867907}{17900937} +\pgfsyspdfmark {pgfid120}{0}{0} +\pgfsyspdfmark {pgfid121}{0}{0} +\pgfsyspdfmark {pgfid122}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{37}{39/40}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {39}{40}}} +\pgfsyspdfmark {pgfid123}{0}{0} +\pgfsyspdfmark {pgfid124}{0}{0} +\HyPL@Entry{40<>} +\pgfsyspdfmark {pgfid125}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{38}{41/41}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {41}{41}}} +\pgfsyspdfmark {pgfid126}{0}{0} +\pgfsyspdfmark {pgfid127}{0}{0} +\HyPL@Entry{41<>} +\pgfsyspdfmark {pgfid128}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{39}{42/42}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {42}{42}}} +\pgfsyspdfmark {pgfid129}{0}{0} +\pgfsyspdfmark {pgfid130}{0}{0} +\HyPL@Entry{42<>} +\pgfsyspdfmark {pgfid131}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{40}{43/43}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {43}{43}}} +\pgfsyspdfmark {pgfid132}{0}{0} +\pgfsyspdfmark {pgfid133}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{43}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{43}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{43}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {43}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {27}}} diff --git a/KIT_2018/mchrzasz.log b/KIT_2018/mchrzasz.log new file mode 100644 index 0000000..cc61f1e --- /dev/null +++ b/KIT_2018/mchrzasz.log @@ -0,0 +1,3321 @@ +This is XeTeX, Version 3.14159265-2.6-0.99992 (TeX Live 2015/Debian) (preloaded format=xelatex 2018.9.6) 1 OCT 2018 20:27 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**mchrzasz.tex +(./mchrzasz.tex +LaTeX2e <2016/02/01> +Babel <3.9q> and hyphenation patterns for 81 language(s) loaded. +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamer.cls +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasercs.sty +Package: beamerbasercs 2015/03/08 (rcs-revision 368aa9ba9d38) +) +Document Class: beamer 2015/01/05 3.36 A class for typesetting presentations (r +cs-revision 8a39122e1f63) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemodes.sty +Package: beamerbasemodes 2013/09/03 (rcs-revision 768f2d98ca64) +\beamer@tempbox=\box26 +\beamer@tempcount=\count79 +\c@beamerpauses=\count80 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasedecode.sty +Package: beamerbasedecode 2010/05/01 (rcs-revision efa082c6111d) +\beamer@slideinframe=\count81 +\beamer@minimum=\count82 +) +\beamer@commentbox=\box27 +\beamer@modecount=\count83 +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty +Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO) +Package ifpdf Info: pdfTeX in PDF mode is not detected. +) +\headheight=\dimen102 +\headdp=\dimen103 +\footheight=\dimen104 +\sidebarheight=\dimen105 +\beamer@tempdim=\dimen106 +\beamer@finalheight=\dimen107 +\beamer@animht=\dimen108 +\beamer@animdp=\dimen109 +\beamer@animwd=\dimen110 +\beamer@leftmargin=\dimen111 +\beamer@rightmargin=\dimen112 +\beamer@leftsidebar=\dimen113 +\beamer@rightsidebar=\dimen114 +\beamer@boxsize=\dimen115 +\beamer@vboxoffset=\dimen116 +\beamer@descdefault=\dimen117 +\beamer@descriptionwidth=\dimen118 +\beamer@lastskip=\skip41 +\beamer@areabox=\box28 +\beamer@animcurrent=\box29 +\beamer@animshowbox=\box30 +\beamer@sectionbox=\box31 +\beamer@logobox=\box32 +\beamer@linebox=\box33 +\beamer@sectioncount=\count84 +\beamer@subsubsectionmax=\count85 +\beamer@subsectionmax=\count86 +\beamer@sectionmax=\count87 +\beamer@totalheads=\count88 +\beamer@headcounter=\count89 +\beamer@partstartpage=\count90 +\beamer@sectionstartpage=\count91 +\beamer@subsectionstartpage=\count92 +\beamer@animationtempa=\count93 +\beamer@animationtempb=\count94 +\beamer@xpos=\count95 +\beamer@ypos=\count96 +\beamer@showpartnumber=\count97 +\beamer@currentsubsection=\count98 +\beamer@coveringdepth=\count99 +\beamer@sectionadjust=\count100 +\beamer@tocsectionnumber=\count101 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty +Package: beamerbaseoptions 2013/03/10 (rcs-revision 47431932db0d) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks14 +)) +\beamer@paperwidth=\skip42 +\beamer@paperheight=\skip43 + +(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2010/09/12 v5.6 Page Geometry + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty +Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO) +Package ifvtex Info: VTeX not detected. +) +(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty +Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional +) +\Gm@cnth=\count102 +\Gm@cntv=\count103 +\c@Gm@tempcnt=\count104 +\Gm@bindingoffset=\dimen119 +\Gm@wd@mp=\dimen120 +\Gm@odd@mp=\dimen121 +\Gm@even@mp=\dimen122 +\Gm@layoutwidth=\dimen123 +\Gm@layoutheight=\dimen124 +\Gm@layouthoffset=\dimen125 +\Gm@layoutvoffset=\dimen126 +\Gm@dimlist=\toks15 +) +(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo +File: size11.clo 2014/09/29 v1.4h Standard LaTeX file (size option) +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty +Package: graphicx 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2016/01/03 v1.0q Standard LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty +Package: trig 2016/01/03 v1.10 sin cos tan (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg +File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live +) +Package graphics Info: Driver file: xetex.def on input line 95. + +(/usr/share/texlive/texmf-dist/tex/xelatex/xetex-def/xetex.def +File: xetex.def 2015/09/11 v4.06 LaTeX color/graphics driver for XeTeX (TeX Liv +e/RRM/JK) + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty +Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty +Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO) +))) +\Gin@req@height=\dimen127 +\Gin@req@width=\dimen128 +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty +(/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex +\pgfutil@everybye=\toks16 +\pgfutil@tempdima=\dimen129 +\pgfutil@tempdimb=\dimen130 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.t +ex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def +\pgfutil@abb=\box34 +(/usr/share/texlive/texmf-dist/tex/latex/ms/everyshi.sty +Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex +Package: pgfrcs 2015/08/07 v3.0.1a (rcs-revision 1.31) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex +Package: pgfsys 2014/07/09 v3.0.1a (rcs-revision 1.48) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex +\pgfkeys@pathtoks=\toks17 +\pgfkeys@temptoks=\toks18 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.t +ex +\pgfkeys@tmptoks=\toks19 +)) +\pgf@x=\dimen131 +\pgf@y=\dimen132 +\pgf@xa=\dimen133 +\pgf@ya=\dimen134 +\pgf@xb=\dimen135 +\pgf@yb=\dimen136 +\pgf@xc=\dimen137 +\pgf@yc=\dimen138 +\w@pgf@writea=\write3 +\r@pgf@reada=\read1 +\c@pgf@counta=\count105 +\c@pgf@countb=\count106 +\c@pgf@countc=\count107 +\c@pgf@countd=\count108 +\t@pgf@toka=\toks20 +\t@pgf@tokb=\toks21 +\t@pgf@tokc=\toks22 + (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg +File: pgf.cfg 2008/05/14 (rcs-revision 1.7) +) +Driver file for pgf: pgfsys-xetex.def + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def +File: pgfsys-xetex.def 2014/07/09 (rcs-revision 1.11) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def +File: pgfsys-dvipdfmx.def 2014/07/09 (rcs-revision 1.14) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.de +f +File: pgfsys-common-pdf.def 2013/10/10 (rcs-revision 1.13) +) +\pgfsys@objnum=\count109 +))) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code. +tex +File: pgfsyssoftpath.code.tex 2013/09/09 (rcs-revision 1.9) +\pgfsyssoftpath@smallbuffer@items=\count110 +\pgfsyssoftpath@bigbuffer@items=\count111 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code. +tex +File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4) +)) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty +Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK) + +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg +File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive +) +Package xcolor Info: Driver file: xetex.def on input line 225. + +(/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty +Package: colortbl 2012/02/13 v1.0a Color table columns (DPC) + +(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty +Package: array 2014/10/28 v2.4c Tabular extension package (FMi) +\col@sep=\dimen139 +\extrarowheight=\dimen140 +\NC@list=\toks23 +\extratabsurround=\skip44 +\backup@length=\skip45 +) +\everycr=\toks24 +\minrowclearance=\skip46 +) +\rownum=\count112 +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337. +Package xcolor Info: Model `RGB' extended on input line 1353. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360. + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def +File: dvipsnam.def 2015/12/30 v3.0k Driver-dependent file (DPC,SPQR) +) +(/usr/share/texlive/texmf-dist/tex/latex/xcolor/svgnam.def +File: svgnam.def 2007/01/21 v2.11 Predefined colors according to SVG 1.1 (UK) +) +(/usr/share/texlive/texmf-dist/tex/latex/xcolor/x11nam.def +File: x11nam.def 2007/01/21 v2.11 Predefined colors according to Unix/X11 (UK) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex +Package: pgfcore 2010/04/11 v3.0.1a (rcs-revision 1.7) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex +\pgfmath@dimen=\dimen141 +\pgfmath@count=\count113 +\pgfmath@box=\box35 +\pgfmath@toks=\toks25 +\pgfmath@stack@operand=\toks26 +\pgfmath@stack@operation=\toks27 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code +.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonomet +ric.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.cod +e.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison +.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code. +tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code +.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code. +tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerari +thmetics.code.tex))) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex +\c@pgfmathroundto@lastzeros=\count114 +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.te +x +File: pgfcorepoints.code.tex 2013/10/07 (rcs-revision 1.27) +\pgf@picminx=\dimen142 +\pgf@picmaxx=\dimen143 +\pgf@picminy=\dimen144 +\pgf@picmaxy=\dimen145 +\pgf@pathminx=\dimen146 +\pgf@pathmaxx=\dimen147 +\pgf@pathminy=\dimen148 +\pgf@pathmaxy=\dimen149 +\pgf@xx=\dimen150 +\pgf@xy=\dimen151 +\pgf@yx=\dimen152 +\pgf@yy=\dimen153 +\pgf@zx=\dimen154 +\pgf@zy=\dimen155 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct. +code.tex +File: pgfcorepathconstruct.code.tex 2013/10/07 (rcs-revision 1.29) +\pgf@path@lastx=\dimen156 +\pgf@path@lasty=\dimen157 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code +.tex +File: pgfcorepathusage.code.tex 2014/11/02 (rcs-revision 1.24) +\pgf@shorten@end@additional=\dimen158 +\pgf@shorten@start@additional=\dimen159 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.te +x +File: pgfcorescopes.code.tex 2015/05/08 (rcs-revision 1.46) +\pgfpic=\box36 +\pgf@hbox=\box37 +\pgf@layerbox@main=\box38 +\pgf@picture@serial@count=\count115 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.c +ode.tex +File: pgfcoregraphicstate.code.tex 2014/11/02 (rcs-revision 1.12) +\pgflinewidth=\dimen160 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformation +s.code.tex +File: pgfcoretransformations.code.tex 2015/08/07 (rcs-revision 1.20) +\pgf@pt@x=\dimen161 +\pgf@pt@y=\dimen162 +\pgf@pt@temp=\dimen163 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex +File: pgfcorequick.code.tex 2008/10/09 (rcs-revision 1.3) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.t +ex +File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing +.code.tex +File: pgfcorepathprocessing.code.tex 2013/09/09 (rcs-revision 1.9) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.te +x +File: pgfcorearrows.code.tex 2015/05/14 (rcs-revision 1.43) +\pgfarrowsep=\dimen164 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex +File: pgfcoreshade.code.tex 2013/07/15 (rcs-revision 1.15) +\pgf@max=\dimen165 +\pgf@sys@shading@range@num=\count116 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex +File: pgfcoreimage.code.tex 2013/07/15 (rcs-revision 1.18) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code. +tex +File: pgfcoreexternal.code.tex 2014/07/09 (rcs-revision 1.21) +\pgfexternal@startupbox=\box39 +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.te +x +File: pgfcorelayers.code.tex 2013/07/18 (rcs-revision 1.7) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.c +ode.tex +File: pgfcoretransparency.code.tex 2013/09/30 (rcs-revision 1.5) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code. +tex +File: pgfcorepatterns.code.tex 2013/11/07 (rcs-revision 1.5) +))) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/xxcolor.sty +Package: xxcolor 2003/10/24 ver 0.1 +\XC@nummixins=\count117 +\XC@countmixins=\count118 +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/atbegshi.sty +Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty +Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty +Package: hobsub-hyperref 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO) + + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty +Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO) +Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO) +Package hobsub Info: Skipping package `infwarerr' (already loaded). +Package hobsub Info: Skipping package `ltxcmds' (already loaded). +Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO) +Package ifluatex Info: LuaTeX not detected. +Package hobsub Info: Skipping package `ifvtex' (already loaded). +Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO) +Package hobsub Info: Skipping package `ifpdf' (already loaded). +Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO) +Package etexcmds Info: Could not find \expanded. +(etexcmds) That can mean that you are not using pdfTeX 1.50 or +(etexcmds) that some package has redefined \expanded. +(etexcmds) In the latter case, load this package earlier. +Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO) +Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO) +Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO +) +Package pdftexcmds Info: LuaTeX not detected. +Package pdftexcmds Info: pdfTeX >= 1.30 not detected. +Package pdftexcmds Info: \pdf@primitive is available. +Package pdftexcmds Info: \pdf@ifprimitive is available. +Package pdftexcmds Info: \pdfdraftmode not found. +Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO) +Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO +) +Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO) +Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO) +) +Package hobsub Info: Skipping package `hobsub' (already loaded). +Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO) +Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO) +Package: xcolor-patch 2011/01/30 xcolor patch +Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO) +Package atveryend Info: \enddocument detected (standard20110627). +Package hobsub Info: Skipping package `atbegshi' (already loaded). +Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO) +Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty +Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty +Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO) +) +\@linkdim=\dimen166 +\Hy@linkcounter=\count119 +\Hy@pagecounter=\count120 + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def +File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO) +) +\Hy@SavedSpaceFactor=\count121 + +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg +File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive +) +Package hyperref Info: Option `bookmarks' set `true' on input line 4319. +Package hyperref Info: Option `bookmarksopen' set `true' on input line 4319. +Package hyperref Info: Option `implicit' set `false' on input line 4319. +Package hyperref Info: Hyper figures OFF on input line 4443. +Package hyperref Info: Link nesting OFF on input line 4448. +Package hyperref Info: Hyper index ON on input line 4451. +Package hyperref Info: Plain pages OFF on input line 4458. +Package hyperref Info: Backreferencing OFF on input line 4463. +Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals. +Package hyperref Info: Bookmarks ON on input line 4688. +\c@Hy@tempcnt=\count122 + +(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty +\Urlmuskip=\muskip10 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +LaTeX Info: Redefining \url on input line 5041. +\XeTeXLinkMargin=\dimen167 +\Fld@menulength=\count123 +\Field@Width=\dimen168 +\Fld@charsize=\dimen169 +Package hyperref Info: Hyper figures OFF on input line 6295. +Package hyperref Info: Link nesting OFF on input line 6300. +Package hyperref Info: Hyper index ON on input line 6303. +Package hyperref Info: backreferencing OFF on input line 6310. +Package hyperref Info: Link coloring OFF on input line 6315. +Package hyperref Info: Link coloring with OCG OFF on input line 6320. +Package hyperref Info: PDF/A mode OFF on input line 6325. +LaTeX Info: Redefining \ref on input line 6365. +LaTeX Info: Redefining \pageref on input line 6369. +\Hy@abspage=\count124 + + +Package hyperref Message: Stopped early. + +) + +Package hyperref Message: Driver (autodetected): hxetex. + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def +File: hxetex.def 2012/11/06 v6.83m Hyperref driver for XeTeX + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def +File: puenc.def 2012/11/06 v6.83m Hyperref: PDF Unicode definition (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/stringenc.sty +Package: stringenc 2011/12/02 v1.10 Convert strings between diff. encodings (HO +) +) +\pdfm@box=\box40 +\c@Hy@AnnotLevel=\count125 +\HyField@AnnotCount=\count126 +\Fld@listcount=\count127 +\c@bookmark@seq@number=\count128 + +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty +Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO) +Package rerunfilecheck Info: Feature \pdfmdfivesum is not available +(rerunfilecheck) (e.g. pdfTeX or LuaTeX with package `pdftexcmds'). + +(rerunfilecheck) Therefore file contents cannot be checked efficien +tly +(rerunfilecheck) and the loading of the package is aborted. +)) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/se-ascii-print.def +File: se-ascii-print.def 2011/12/02 v1.10 stringenc: Printable ASCII characters + +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaserequires.sty +Package: beamerbaserequires 2010/05/01 (rcs-revision efa082c6111d) + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty +Package: beamerbasecompatibility 2012/05/01 (rcs-revision 67c48b3b652d) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasefont.sty +Package: beamerbasefont 2015/01/05 (rcs-revision b4b4bee242e2) + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\@emptytoks=\toks28 +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +)) +(/usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty +Package: sansmathaccent 2013/03/28 + +(/usr/share/texlive/texmf-dist/tex/latex/filehook/filehook.sty +Package: filehook 2011/10/12 v0.5d Hooks for input files +))) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty +Package: beamerbasetranslator 2010/06/11 (rcs-revision 85fd1cc7fc42) + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/translator.sty +Package: translator 2010/06/12 ver 1.10 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/translator-language- +mappings.tex))) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemisc.sty +Package: beamerbasemisc 2013/09/03 (rcs-revision a55719c41d85) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty +Package: beamerbasetwoscreens 2010/05/01 (rcs-revision efa082c6111d) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty +Package: beamerbaseoverlay 2013/12/25 (rcs-revision f6bd5e3805da) +\beamer@argscount=\count129 +\beamer@lastskipcover=\skip47 +\beamer@trivlistdepth=\count130 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetitle.sty +Package: beamerbasetitle 2010/09/21 (rcs-revision f0446ed0b6ae) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasesection.sty +Package: beamerbasesection 2013/06/07 (rcs-revision 60b9fe0f342f) +\c@lecture=\count131 +\c@part=\count132 +\c@section=\count133 +\c@subsection=\count134 +\c@subsubsection=\count135 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframe.sty +Package: beamerbaseframe 2014/02/20 (rcs-revision 4b8ceeeff434) +\beamer@framebox=\box41 +\beamer@frametitlebox=\box42 +\beamer@zoombox=\box43 +\beamer@zoomcount=\count136 +\beamer@zoomframecount=\count137 +\beamer@frametextheight=\dimen170 +\c@subsectionslide=\count138 +\beamer@frametopskip=\skip48 +\beamer@framebottomskip=\skip49 +\beamer@frametopskipautobreak=\skip50 +\beamer@framebottomskipautobreak=\skip51 +\beamer@envbody=\toks29 +\framewidth=\dimen171 +\c@framenumber=\count139 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty +Package: beamerbaseverbatim 2015/01/05 (rcs-revision 431510bb5890) +\beamer@verbatimfileout=\write4 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty +Package: beamerbaseframesize 2011/09/12 (rcs-revision 70f9d8411e54) +\beamer@splitbox=\box44 +\beamer@autobreakcount=\count140 +\beamer@autobreaklastheight=\dimen172 +\beamer@frametitletoks=\toks30 +\beamer@framesubtitletoks=\toks31 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty +Package: beamerbaseframecomponents 2013/10/18 (rcs-revision 5cf6c5555a45) +\beamer@footins=\box45 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasecolor.sty +Package: beamerbasecolor 2015/02/21 (rcs-revision d944b04ee2d5) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenotes.sty +Package: beamerbasenotes 2012/12/19 (rcs-revision 1686da3db3c9) +\beamer@frameboxcopy=\box46 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetoc.sty +Package: beamerbasetoc 2015/03/08 (rcs-revision 7270298bbaae) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty +Package: beamerbasetemplates 2010/05/01 (rcs-revision efa082c6111d) +\beamer@sbttoks=\toks32 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty +Package: beamerbaseauxtemplates 2014/06/30 (rcs-revision 580088513a67) + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty +Package: beamerbaseboxes 2012/05/13 (rcs-revision 56972908a390) +\bmb@box=\box47 +\bmb@colorbox=\box48 +\bmb@boxshadow=\box49 +\bmb@boxshadowball=\box50 +\bmb@boxshadowballlarge=\box51 +\bmb@temp=\dimen173 +\bmb@dima=\dimen174 +\bmb@dimb=\dimen175 +\bmb@prevheight=\dimen176 +) +\beamer@blockheadheight=\dimen177 +)) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty +Package: beamerbaselocalstructure 2014/09/10 (rcs-revision 393f6dcff371) + +(/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty +Package: enumerate 2015/07/23 v3.00 enumerate extensions (DPC) +\@enLab=\toks33 +) +\c@figure=\count141 +\c@table=\count142 +\abovecaptionskip=\skip52 +\belowcaptionskip=\skip53 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty +Package: beamerbasenavigation 2015/02/27 (rcs-revision 923f4bf87efa) +\beamer@section@min@dim=\dimen178 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty +Package: beamerbasetheorems 2010/06/06 (rcs-revision 7e7cc5e53e9d) + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2016/03/03 v2.15a AMS math features +\@mathmargin=\skip54 + +For additional information on amsmath, use the `?' option. +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 AMS text + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks34 +\ex@=\dimen179 +)) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen180 +) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 1999/12/14 v2.01 operator names +) +\inf@bad=\count143 +LaTeX Info: Redefining \frac on input line 199. +\uproot@=\count144 +\leftroot@=\count145 +LaTeX Info: Redefining \overline on input line 297. +\classnum@=\count146 +\DOTSCASE@=\count147 +LaTeX Info: Redefining \ldots on input line 394. +LaTeX Info: Redefining \dots on input line 397. +LaTeX Info: Redefining \cdots on input line 518. +\Mathstrutbox@=\box52 +\strutbox@=\box53 +\big@size=\dimen181 +LaTeX Font Info: Redeclaring font encoding OML on input line 630. +LaTeX Font Info: Redeclaring font encoding OMS on input line 631. +\macc@depth=\count148 +\c@MaxMatrixCols=\count149 +\dotsspace@=\muskip11 +\c@parentequation=\count150 +\dspbrk@lvl=\count151 +\tag@help=\toks35 +\row@=\count152 +\column@=\count153 +\maxfields@=\count154 +\andhelp@=\toks36 +\eqnshift@=\dimen182 +\alignsep@=\dimen183 +\tagshift@=\dimen184 +\tagwidth@=\dimen185 +\totwidth@=\dimen186 +\lineht@=\dimen187 +\@envbody=\toks37 +\multlinegap=\skip55 +\multlinetaggap=\skip56 +\mathdisplay@stack=\toks38 +LaTeX Info: Redefining \[ on input line 2735. +LaTeX Info: Redefining \] on input line 2736. +) +(/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty +Package: amsthm 2015/03/04 v2.20.2 +\thm@style=\toks39 +\thm@bodyfont=\toks40 +\thm@headfont=\toks41 +\thm@notefont=\toks42 +\thm@headpunct=\toks43 +\thm@preskip=\skip57 +\thm@postskip=\skip58 +\thm@headsep=\skip59 +\dth@everypar=\toks44 +) +\c@theorem=\count155 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasethemes.sty +Package: beamerbasethemes 2010/05/01 (rcs-revision efa082c6111d) +)) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/theme/beamerthemedefault +.sty +Package: beamerthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae) + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemedefa +ult.sty +Package: beamerfontthemedefault 2012/12/19 (rcs-revision 1686da3db3c9) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemede +fault.sty +Package: beamercolorthemedefault 2012/12/19 (rcs-revision 1686da3db3c9) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemede +fault.sty +Package: beamerinnerthemedefault 2014/06/30 (rcs-revision 580088513a67) +\beamer@dima=\dimen188 +\beamer@dimb=\dimen189 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemede +fault.sty +Package: beamerouterthemedefault 2012/12/19 (rcs-revision 1686da3db3c9) +))) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty +Package: babel 2016/02/24 3.9q The Babel package + +(/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf +Language: english 2012/08/20 v3.3p English support from the babel system + +(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def +File: babel.def 2016/02/24 3.9q Babel common definitions +\babel@savecnt=\count156 +\U@D=\dimen190 + +(/usr/share/texlive/texmf-dist/tex/generic/babel/xebabel.def) +LaTeX Info: Redefining \textlatin on input line 1448. +) +\l@canadian = a dialect from \language\l@american +\l@australian = a dialect from \language\l@british +\l@newzealand = a dialect from \language\l@british +)) +(/usr/share/texlive/texmf-dist/tex/latex/polski/polski.sty +Package: polski 2008/02/24 v1.3.3 Polish language package + +Document language package `polski' v1.3.3 <2008/02/24> + Switching to Polish text encoding and Polish maths fonts. +(/usr/share/texlive/texmf-dist/tex/latex/base/ot4enc.def +File: ot4enc.def 2005/09/27 v1.99g Standard LaTeX file +) +LaTeX Font Info: Try loading font information for OT4+cmss on input line 346 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/ot4cmss.fd +File: ot4cmss.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' +(Font) OT1/cmr/bx/n --> OT4/cmr/bx/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' +(Font) OT1/cmss/m/n --> OT4/cmss/m/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' +(Font) OT1/cmr/m/it --> OT4/cmr/m/it on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' +(Font) OT1/cmtt/m/n --> OT4/cmtt/m/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) OT1/cmss/bx/n --> OT4/cmss/bx/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) OT1/cmr/bx/it --> OT4/cmr/bx/it on input line 346. +LaTeX Font Info: Encoding `OT1' has changed to `OT4' for symbol font +(Font) `operators' in the math version `normal' on input line 346. + +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) OT1/cmr/m/n --> OT4/cmr/m/n on input line 346. +LaTeX Font Info: Overwriting symbol font `letters' in version `normal' +(Font) OML/cmm/m/it --> OML/plm/m/it on input line 346. +LaTeX Font Info: Overwriting symbol font `symbols' in version `normal' +(Font) OMS/cmsy/m/n --> OMS/plsy/m/n on input line 346. +LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal' +(Font) OMX/cmex/m/n --> OMX/plex/m/n on input line 346. +LaTeX Font Info: Encoding `OT1' has changed to `OT4' for symbol font +(Font) `operators' in the math version `bold' on input line 346. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) OT1/cmr/bx/n --> OT4/cmr/bx/n on input line 346. +LaTeX Font Info: Overwriting symbol font `letters' in version `bold' +(Font) OML/cmm/b/it --> OML/plm/b/it on input line 346. +LaTeX Font Info: Overwriting symbol font `symbols' in version `bold' +(Font) OMS/cmsy/b/n --> OMS/plsy/b/n on input line 346. +) +(./beamerthemeFlip.sty (./beamerinnerthemeFlip.sty +\beamer@Flip@normalmargin=\skip60 +) (./beamerouterthemeFlip.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/fron +tendlayer/tikz.sty +(/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty +Package: pgf 2015/08/07 v3.0.1a (rcs-revision 1.15) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex +File: pgfmoduleshapes.code.tex 2014/03/21 (rcs-revision 1.35) +\pgfnodeparttextbox=\box54 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex +File: pgfmoduleplot.code.tex 2015/08/03 (rcs-revision 1.13) +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65 +.sty +Package: pgfcomp-version-0-65 2007/07/03 v3.0.1a (rcs-revision 1.7) +\pgf@nodesepstart=\dimen191 +\pgf@nodesepend=\dimen192 +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18 +.sty +Package: pgfcomp-version-1-18 2007/07/23 v3.0.1a (rcs-revision 1.1) +)) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty +(/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex +Package: pgffor 2013/12/13 v3.0.1a (rcs-revision 1.25) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex) +\pgffor@iter=\dimen193 +\pgffor@skip=\dimen194 +\pgffor@stack=\toks45 +\pgffor@toks=\toks46 +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex +Package: tikz 2015/08/07 v3.0.1a (rcs-revision 1.151) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers +.code.tex +File: pgflibraryplothandlers.code.tex 2013/08/31 v3.0.1a (rcs-revision 1.20) +\pgf@plot@mark@count=\count157 +\pgfplotmarksize=\dimen195 +) +\tikz@lastx=\dimen196 +\tikz@lasty=\dimen197 +\tikz@lastxsaved=\dimen198 +\tikz@lastysaved=\dimen199 +\tikzleveldistance=\dimen256 +\tikzsiblingdistance=\dimen257 +\tikz@figbox=\box55 +\tikz@figbox@bg=\box56 +\tikz@tempbox=\box57 +\tikz@tempbox@bg=\box58 +\tikztreelevel=\count158 +\tikznumberofchildren=\count159 +\tikznumberofcurrentchild=\count160 +\tikz@fig@count=\count161 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex +File: pgfmodulematrix.code.tex 2013/09/17 (rcs-revision 1.8) +\pgfmatrixcurrentrow=\count162 +\pgfmatrixcurrentcolumn=\count163 +\pgf@matrix@numberofcolumns=\count164 +) +\tikz@expandcount=\count165 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarytopaths.code.tex +File: tikzlibrarytopaths.code.tex 2008/06/17 v3.0.1a (rcs-revision 1.2) +)))) (./beamercolorthemeFlip.sty)) +(/usr/share/texlive/texmf-dist/tex/latex/berenisadf/berenis.sty +Package: berenis 2013/11/20 v2.0 berenis + +(/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty +Package: xkeyval 2014/12/03 v2.7a package option processing (HA) + +(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex +(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex +\XKV@toks=\toks47 +\XKV@tempa@toks=\toks48 +) +\XKV@depth=\count166 +File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) +)) +(/usr/share/texlive/texmf-dist/tex/latex/nfssext-cfr/nfssext-cfr.sty +Package: nfssext-cfr 2010/07/17 specially mangled by cfr; based on 2003/03/14 v +1.2 Experimental NFSS Extensions + +(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty +Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) +) +\c@taken=\count167 +LaTeX Info: Redefining \itshape on input line 507. +LaTeX Info: Redefining \scshape on input line 515. +LaTeX Info: Redefining \upshape on input line 529. +LaTeX Info: Redefining \textin on input line 541. +LaTeX Info: Redefining \textscu on input line 572. +) +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1enc.def +File: ly1enc.def 2009/07/22 v0.7 TeX 'n ANSI encoding (DPC/KB) +) +LaTeX Font Info: Try loading font information for LY1+ptm on input line 105. + + +(/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1ptm.fd +File: ly1ptm.fd 2001/02/01 font definitions for LY1/ptm using Berry names. +))) +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1enc.def +File: ly1enc.def 2009/07/22 v0.7 TeX 'n ANSI encoding (DPC/KB) +LaTeX Font Info: Redeclaring font encoding LY1 on input line 11. +)) +(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2015/03/17 v1.2c Input encoding file +\inpenc@prehook=\toks49 +\inpenc@posthook=\toks50 + + +Package inputenc Warning: inputenc package ignored with utf8 based engines. + +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemeprof +essionalfonts.sty +Package: beamerfontthemeprofessionalfonts 2010/06/17 (rcs-revision d02a7cf4d8a +e) +) +(/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty +Package: expl3 2016/01/19 v6377 L3 programming layer (loader) + +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3-code.tex +Package: expl3 2016/01/19 v6377 L3 programming layer (code) +L3 Module: l3bootstrap 2016/01/01 v6339 L3 Bootstrap code +L3 Module: l3names 2015/12/21 v6328 L3 Namespace for primitives +L3 Module: l3basics 2015/11/22 v6315 L3 Basic definitions +L3 Module: l3expan 2015/09/10 v5983 L3 Argument expansion +L3 Module: l3tl 2015/09/29 v6121 L3 Token lists +L3 Module: l3str 2016/01/03 v6357 L3 Strings +L3 Module: l3seq 2015/08/05 v5777 L3 Sequences and stacks +L3 Module: l3int 2016/01/05 v6366 L3 Integers +\c_max_int=\count168 +\l_tmpa_int=\count169 +\l_tmpb_int=\count170 +\g_tmpa_int=\count171 +\g_tmpb_int=\count172 +L3 Module: l3quark 2015/08/17 v5855 L3 Quarks +L3 Module: l3prg 2015/11/01 v6216 L3 Control structures +\g__prg_map_int=\count173 +L3 Module: l3clist 2015/09/02 v5901 L3 Comma separated lists +L3 Module: l3token 2015/11/11 v6249 L3 Experimental token manipulation +L3 Module: l3prop 2016/01/05 v6366 L3 Property lists +L3 Module: l3msg 2015/09/28 v6113 L3 Messages +L3 Module: l3file 2015/12/03 v6317 L3 File and I/O operations +\l_iow_line_count_int=\count174 +\l__iow_target_count_int=\count175 +\l__iow_current_line_int=\count176 +\l__iow_current_word_int=\count177 +\l__iow_current_indentation_int=\count178 +L3 Module: l3skip 2016/01/05 v6366 L3 Dimensions and skips +\c_zero_dim=\dimen258 +\c_max_dim=\dimen259 +\l_tmpa_dim=\dimen260 +\l_tmpb_dim=\dimen261 +\g_tmpa_dim=\dimen262 +\g_tmpb_dim=\dimen263 +\c_zero_skip=\skip61 +\c_max_skip=\skip62 +\l_tmpa_skip=\skip63 +\l_tmpb_skip=\skip64 +\g_tmpa_skip=\skip65 +\g_tmpb_skip=\skip66 +\c_zero_muskip=\muskip12 +\c_max_muskip=\muskip13 +\l_tmpa_muskip=\muskip14 +\l_tmpb_muskip=\muskip15 +\g_tmpa_muskip=\muskip16 +\g_tmpb_muskip=\muskip17 +L3 Module: l3keys 2015/11/17 v6284 L3 Key-value interfaces +\g__keyval_level_int=\count179 +\l_keys_choice_int=\count180 +L3 Module: l3fp 2015/08/25 v5890 L3 Floating points +\c__fp_leading_shift_int=\count181 +\c__fp_middle_shift_int=\count182 +\c__fp_trailing_shift_int=\count183 +\c__fp_big_leading_shift_int=\count184 +\c__fp_big_middle_shift_int=\count185 +\c__fp_big_trailing_shift_int=\count186 +\c__fp_Bigg_leading_shift_int=\count187 +\c__fp_Bigg_middle_shift_int=\count188 +\c__fp_Bigg_trailing_shift_int=\count189 +L3 Module: l3box 2015/08/09 v5822 L3 Experimental boxes +\c_empty_box=\box59 +\l_tmpa_box=\box60 +\l_tmpb_box=\box61 +\g_tmpa_box=\box62 +\g_tmpb_box=\box63 +L3 Module: l3coffins 2015/08/06 v5789 L3 Coffin code layer +\l__coffin_internal_box=\box64 +\l__coffin_internal_dim=\dimen264 +\l__coffin_offset_x_dim=\dimen265 +\l__coffin_offset_y_dim=\dimen266 +\l__coffin_x_dim=\dimen267 +\l__coffin_y_dim=\dimen268 +\l__coffin_x_prime_dim=\dimen269 +\l__coffin_y_prime_dim=\dimen270 +\c_empty_coffin=\box65 +\l__coffin_aligned_coffin=\box66 +\l__coffin_aligned_internal_coffin=\box67 +\l_tmpa_coffin=\box68 +\l_tmpb_coffin=\box69 +\l__coffin_display_coffin=\box70 +\l__coffin_display_coord_coffin=\box71 +\l__coffin_display_pole_coffin=\box72 +\l__coffin_display_offset_dim=\dimen271 +\l__coffin_display_x_dim=\dimen272 +\l__coffin_display_y_dim=\dimen273 +L3 Module: l3color 2014/08/23 v5354 L3 Experimental color support +L3 Module: l3sys 2015/09/25 v6087 L3 Experimental system/runtime functions +L3 Module: l3candidates 2016/01/14 v6376 L3 Experimental additions to l3kernel +\l__box_top_dim=\dimen274 +\l__box_bottom_dim=\dimen275 +\l__box_left_dim=\dimen276 +\l__box_right_dim=\dimen277 +\l__box_top_new_dim=\dimen278 +\l__box_bottom_new_dim=\dimen279 +\l__box_left_new_dim=\dimen280 +\l__box_right_new_dim=\dimen281 +\l__box_internal_box=\box73 +\l__coffin_bounding_shift_dim=\dimen282 +\l__coffin_left_corner_dim=\dimen283 +\l__coffin_right_corner_dim=\dimen284 +\l__coffin_bottom_corner_dim=\dimen285 +\l__coffin_top_corner_dim=\dimen286 +\l__coffin_scaled_total_height_dim=\dimen287 +\l__coffin_scaled_width_dim=\dimen288 +L3 Module: l3luatex 2015/11/11 v6250 L3 Experimental LuaTeX-specific functions +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def +File: l3xdvidpfmx.def 2015/11/11 v6250 L3 Experimental driver: xdvipdfmx +)) +(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +Package: xparse 2016/01/19 v6377 L3 Experimental document command parser +\l__xparse_current_arg_int=\count190 +\l__xparse_m_args_int=\count191 +\l__xparse_mandatory_args_int=\count192 +\l__xparse_processor_int=\count193 +\l__xparse_v_nesting_int=\count194 +) +Package: fontspec 2016/02/01 v2.5a Font selection for XeLaTeX and LuaLaTeX + +(/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty +Package: fontspec-xetex 2016/02/01 v2.5a Font selection for XeLaTeX and LuaLaTe +X +\l_fontspec_script_int=\count195 +\l_fontspec_language_int=\count196 +\l_fontspec_strnum_int=\count197 +\l__fontspec_tmpa_dim=\dimen289 +\l__fontspec_tmpb_dim=\dimen290 +\l__fontspec_tmpc_dim=\dimen291 +\g__file_internal_ior=\read2 + +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1enc.def +File: eu1enc.def 2010/05/27 v0.1h Experimental Unicode font encodings +) +LaTeX Font Info: Try loading font information for EU1+lmr on input line 105. + + +(/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmr.fd +File: eu1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern +)) +(/usr/share/texlive/texmf-dist/tex/xelatex/xunicode/xunicode.sty +File: xunicode.sty 2011/09/09 v0.981 provides access to latin accents and many +other characters in Unicode lower plane + +*** you should *not* be loading the inputenc package +*** XeTeX expects the source to be in UTF8 encoding +*** some features of other encodings may conflict, resulting in poor output. +(/usr/share/texmf/tex/latex/tipa/t3enc.def +File: t3enc.def 2001/12/31 T3 encoding +LaTeX Font Info: Try loading font information for EU1+lmss on input line 357 +. + +(/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmss.fd +File: eu1lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern +)) +\tipaTiiicode=\count198 +\tipasavetokens=\toks51 +\tipachecktokens=\toks52 +) +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \__fontspec_post_arg:w with sig. 'mmO{}' on line 353. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \fontspec with sig. 'om' on line 355. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \setmainfont with sig. 'om' on line 365. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \setsansfont with sig. 'om' on line 375. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \setmonofont with sig. 'om' on line 385. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \setmathrm with sig. 'om' on line 399. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \setboldmathrm with sig. 'om' on line 407. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \setmathsf with sig. 'om' on line 415. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \setmathtt with sig. 'om' on line 423. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newfontfamily with sig. 'mom' on line 437. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newfontface with sig. 'mom' on line 453. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \defaultfontfeatures with sig. 't+om' on line 467. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \addfontfeatures with sig. 'm' on line 529. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newfontfeature with sig. 'mm' on line 540. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newAATfeature with sig. 'mmmm' on line 548. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newopentypefeature with sig. 'mmm' on line 556. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \aliasfontfeature with sig. 'mm' on line 577. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \aliasfontfeatureoption with sig. 'mmm' on line 586. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newfontscript with sig. 'mm' on line 590. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newfontlanguage with sig. 'mm' on line 594. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareFontsExtensions with sig. 'm' on line 599. +................................................. +\l__fontspec_tmp_int=\count199 + +(/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg) +LaTeX Info: Redefining \sishape on input line 2676. +LaTeX Info: Redefining \textsi on input line 2681. +LaTeX Info: Redefining \itshape on input line 2705. +LaTeX Info: Redefining \slshape on input line 2710. +LaTeX Info: Redefining \scshape on input line 2715. +LaTeX Info: Redefining \upshape on input line 2720. +\l__fontspec_em_int=\count266 +\l__fontspec_emdef_int=\count267 +LaTeX Info: Redefining \em on input line 2736. +LaTeX Info: Redefining \emph on input line 2742. +LaTeX Info: Redefining \- on input line 2746. +................................................. +. LaTeX info: "xparse/redefine-command" +. +. Redefining command \oldstylenums with sig. 'm' on line 2841. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \liningnums with sig. 'm' on line 2845. +................................................. +)) +\g__fontspec_family_GilliusADF_int=\count268 +................................................. +. fontspec info: "defining-font" +. +. Font family 'GilliusADF(0)' created for font 'Gillius ADF' with options +. [Mapping=tex-text,Ligatures=TeX]. +. +. This font family consists of the following NFSS series/shapes: +. - 'normal' (m/n) with NFSS spec.: <->"Gillius +. ADF/OT:script=latn;language=DFLT;mapping=tex-text;mapping=tex-text;" +. - 'small caps' (m/sc) with NFSS spec.: - 'bold' (bx/n) with NFSS spec.: +. <->"Gillius +. ADF/B/OT:script=latn;language=DFLT;mapping=tex-text;mapping=tex-text;" +. - 'bold small caps' (bx/sc) with NFSS spec.: - 'italic' (m/it) with NFSS +. spec.: <->"Gillius +. ADF/I/OT:script=latn;language=DFLT;mapping=tex-text;mapping=tex-text;" +. - 'italic small caps' (m/itsc) with NFSS spec.: - 'bold italic' (bx/it) +. with NFSS spec.: <->"Gillius +. ADF/BI/OT:script=latn;language=DFLT;mapping=tex-text;mapping=tex-text;" +. - 'bold italic small caps' (bx/itsc) with NFSS spec.: +................................................. + +(/usr/share/texlive/texmf-dist/tex/latex/augie/t1augie.fd +File: t1augie.fd 2000/10/19 Fontinst v1.914 font definitions for T1/augie. +) +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty +Package: adjustbox 2012/05/21 v1.0 Adjusting TeX boxes (trim, clip, ...) + +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty +Package: adjcalc 2012/05/16 v1.1 Provides advanced setlength with multiple back +-ends (calc, etex, pgfmath) +) +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty +Package: trimclip 2012/05/16 v1.0 Trim and clip general TeX material + +(/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty +Package: collectbox 2012/05/17 v0.4b Collect macro arguments as boxes +\collectedbox=\box74 +) +\tc@llx=\dimen292 +\tc@lly=\dimen293 +\tc@urx=\dimen294 +\tc@ury=\dimen295 +Package trimclip Info: Using driver 'tc-xetex.def'. + +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-xetex.def +File: tc-xetex.def 2012/05/13 v1.0 Clipping driver for xetex +)) +\adjbox@Width=\dimen296 +\adjbox@Height=\dimen297 +\adjbox@Depth=\dimen298 +\adjbox@Totalheight=\dimen299 + +(/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty +Package: ifoddpage 2011/09/13 v1.0 Conditionals for odd/even page detection +\c@checkoddpage=\count269 +) +(/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty +Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages +\@vwid@box=\box75 +\sift@deathcycles=\count270 +\@vwid@loff=\dimen300 +\@vwid@roff=\dimen301 +)) +(/usr/share/texlive/texmf-dist/tex/latex/tools/bm.sty +Package: bm 2014/10/28 v1.1c Bold Symbol Support (DPC/FMi) +\symboldoperators=\mathgroup6 +\symboldletters=\mathgroup7 +\symboldsymbols=\mathgroup8 +\symboldlargesymbols=\mathgroup9 +LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 141. +LaTeX Info: Redefining \bm on input line 207. +) +(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/mathrsfs.sty +Package: mathrsfs 1996/01/01 Math RSFS package v1.0 (jk) +\symrsfs=\mathgroup10 +) +(/usr/share/texlive/texmf-dist/tex/latex/cancel/cancel.sty +Package: cancel 2013/04/12 v2.2 Cancel math terms +) +(/usr/share/texlive/texmf-dist/tex/latex/carlisle/slashed.sty +Package: slashed 1997/01/16 v0.01 Feynman Slashed Character Notation (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/bbm-macros/bbm.sty +Package: bbm 1999/03/15 V 1.2 provides fonts for set symbols - TH +LaTeX Font Info: Overwriting math alphabet `\mathbbm' in version `bold' +(Font) U/bbm/m/n --> U/bbm/bx/n on input line 33. +LaTeX Font Info: Overwriting math alphabet `\mathbbmss' in version `bold' +(Font) U/bbmss/m/n --> U/bbmss/bx/n on input line 35. +) +(/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty +\bigstrutjot=\dimen302 +) +(/usr/share/texlive/texmf-dist/tex/latex/arydshln/arydshln.sty +Package: arydshln 2004/08/31 v1.71 +\dashlinedash=\dimen303 +\dashlinegap=\dimen304 +\adl@box=\box76 +\adl@height=\dimen305 +\adl@heightsave=\dimen306 +\adl@depth=\dimen307 +\adl@depthsave=\dimen308 +\adl@finaldepth=\dimen309 +\adl@columns=\count271 +\adl@ncol=\count272 +\adl@currentcolumn=\count273 +\adl@currentcolumnsave=\count274 +\adl@totalheight=\count275 +\adl@totalheightsave=\count276 +\adl@dash=\count277 +\adl@gap=\count278 +\adl@cla=\count279 +\adl@clb=\count280 +\adl@everyvbox=\toks53 +\adl@LTpagetotal=\dimen310 +) +(/usr/share/texlive/texmf-dist/tex/latex/siunitx/siunitx.sty +Package: siunitx 2016/03/01 v2.6q A comprehensive (SI) units package + +(/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty +Package: l3keys2e 2016/01/19 v6377 LaTeX2e option processing using LaTeX3 keys +) +\l__siunitx_tmp_box=\box77 +\l__siunitx_tmp_dim=\dimen311 +\l__siunitx_tmp_int=\count281 +\l__siunitx_number_mantissa_length_int=\count282 +\l__siunitx_number_uncert_length_int=\count283 +\l__siunitx_round_int=\count284 +\l__siunitx_process_decimal_int=\count285 +\l__siunitx_process_uncertainty_int=\count286 +\l__siunitx_process_fixed_int=\count287 +\l__siunitx_process_integer_min_int=\count288 +\l__siunitx_process_precision_int=\count289 +\l__siunitx_group_min_int=\count290 +\l__siunitx_angle_marker_box=\box78 +\l__siunitx_angle_unit_box=\box79 +\l__siunitx_angle_marker_dim=\dimen312 +\l__siunitx_angle_unit_dim=\dimen313 +\l__siunitx_unit_int=\count291 +\l__siunitx_unit_denominator_int=\count292 +\l__siunitx_unit_numerator_int=\count293 +\l__siunitx_unit_prefix_int=\count294 +\l__siunitx_unit_prefix_base_int=\count295 +\l__siunitx_unit_prefix_gram_int=\count296 +\l__siunitx_number_product_int=\count297 +\c__siunitx_one_fill_skip=\skip67 +\l__siunitx_table_unit_align_skip=\skip68 +\l__siunitx_table_exponent_dim=\dimen314 +\l__siunitx_table_integer_dim=\dimen315 +\l__siunitx_table_mantissa_dim=\dimen316 +\l__siunitx_table_marker_dim=\dimen317 +\l__siunitx_table_result_dim=\dimen318 +\l__siunitx_table_uncert_dim=\dimen319 +\l__siunitx_table_fill_pre_dim=\dimen320 +\l__siunitx_table_fill_post_dim=\dimen321 +\l__siunitx_table_fill_mid_dim=\dimen322 +\l__siunitx_table_pre_box=\box80 +\l__siunitx_table_post_box=\box81 +\l__siunitx_table_mantissa_box=\box82 +\l__siunitx_table_result_box=\box83 +\l__siunitx_table_number_align_skip=\skip69 +\l__siunitx_table_text_align_skip=\skip70 +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareBinaryPrefix with sig. 'mmm' on line 7218. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareSIPostPower with sig. 'mm' on line 7221. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareSIPrefix with sig. 'mmm' on line 7224. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareSIPrePower with sig. 'mm' on line 7227. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareSIQualifier with sig. 'mm' on line 7230. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareSIUnit with sig. 'O{}mm' on line 7233. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareSIUnitWithOptions with sig. 'mmm' on line 7236. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \ang with sig. 'o>{\SplitArgument {2}{;}}m' on line 7251. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \num with sig. 'om' on line 7260. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \numlist with sig. 'o>{\SplitList {;}}m' on line 7269. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \numrange with sig. 'omm' on line 7278. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \SIlist with sig. 'o>{\SplitList {;}}mm' on line 7290. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \SIrange with sig. 'ommm' on line 7302. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \SI with sig. 'omom' on line 7314. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \sisetup with sig. 'm' on line 7317. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \tablenum with sig. 'om' on line 7332. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \si with sig. 'om' on line 7344. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \__siunitx_bookmark_num:w with sig. 'om' on line 7391. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \__siunitx_bookmark_numrange:w with sig. 'omm' on line +. 7393. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \__siunitx_bookmark_SI:w with sig. 'omom' on line 7395. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \__siunitx_bookmark_SIlist:w with sig. 'omm' on line 7397. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \__siunitx_bookmark_SIrange:w with sig. 'ommm' on line +. 7399. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \__siunitx_bookmark_si:w with sig. 'om' on line 7400. +................................................. +) +(/usr/share/texlive/texmf-dist/tex/latex/xhfill/xhfill.sty +(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty +Package: calc 2014/10/28 v4.3 Infix arithmetic (KKT,FJ) +\calc@Acount=\count298 +\calc@Bcount=\count299 +\calc@Adimen=\dimen323 +\calc@Bdimen=\dimen324 +\calc@Askip=\skip71 +\calc@Bskip=\skip72 +LaTeX Info: Redefining \setlength on input line 80. +LaTeX Info: Redefining \addtolength on input line 81. +\calc@Ccount=\count300 +\calc@Cskip=\skip73 +) +(/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty +Package: xspace 2014/10/28 v1.13 Space after command names (DPC,MH) +) +Package: xhfill 2011/05/14\ v 1.01\ modify width and color of hrulefill +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grffile.sty +Package: grffile 2012/04/05 v1.16 Extended file name support for graphics (HO) +Package grffile Info: \Gread@QTm patched on input line 253. +Package grffile Info: \Gread@eps patched on input line 303. +Package grffile Info: Option `multidot' is set to `true'. +Package grffile Info: Option `extendedchars' is set to `false'. +Package grffile Info: Option `space' is set to `true'. +Package grffile Info: \Gin@ii of package `graphicx' fixed on input line 486. +) +(/usr/share/texlive/texmf-dist/tex/latex/textpos/textpos.sty +Package: textpos 2014/01/03 v1.7j + +Package: textpos 2014/01/03 1.7j, absolute positioning of text on the page +\TP@textbox=\box84 +\TPHorizModule=\dimen325 +\TPVertModule=\dimen326 +\TP@margin=\dimen327 +\TP@absmargin=\dimen328 +Grid set 16 x 16 = 22.7622pt x 17.07166pt +\TPboxrulesize=\dimen329 +\TP@tbargs=\toks54 +\TP@prevdepth=\dimen330 +) (/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.sty +Package: subfigure 2002/03/15 v2.1.5 subfigure package +\subfigtopskip=\skip74 +\subfigcapskip=\skip75 +\subfigcaptopadj=\dimen331 +\subfigbottomskip=\skip76 +\subfigcapmargin=\dimen332 +\subfiglabelskip=\skip77 +\c@subfigure=\count301 +\c@lofdepth=\count302 +\c@subtable=\count303 +\c@lotdepth=\count304 + +**************************************** +* Local config file subfigure.cfg used * +**************************************** +(/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.cfg) +\subfig@top=\skip78 +\subfig@bottom=\skip79 +) +(/usr/share/texlive/texmf-dist/tex/latex/hepparticles/hepparticles.sty +Package: hepparticles 2014/12/01 HEP particle typesetting (v2.0) + +(/usr/share/texlive/texmf-dist/tex/latex/subdepth/subdepth.sty +Package: subdepth 2007/09/02 v0.1 Unify subscript depths +) +LaTeX Font Info: Overwriting math alphabet `\mathup' in version `bold' +(Font) OT1/GilliusADF(0)/m/n --> EU1/GilliusADF(0)/bx/n on inp +ut line 110. +LaTeX Font Info: Overwriting math alphabet `\mathsfup' in version `bold' +(Font) OT1/GilliusADF(0)/m/n --> EU1/GilliusADF(0)/bx/n on inp +ut line 113. +LaTeX Font Info: Overwriting math alphabet `\mathsfit' in version `bold' +(Font) EU1/GilliusADF(0)/m/sl --> EU1/GilliusADF(0)/bx/sl on i +nput line 116. +) +(/usr/share/texlive/texmf-dist/tex/latex/hepnames/hepnicenames.sty +Package: hepnicenames 2014/12/01 Friendly alternatives to the PEN particle code +s (version 2.0) + +(/usr/share/texlive/texmf-dist/tex/latex/hepnames/heppennames.sty +Package: heppennames 2014/12/01 Elementary Particle Naming Scheme (version 2.0) + +)) +(./tikzfeynman.sty +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryarrows.code.tex +File: tikzlibraryarrows.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.code. +tex +File: pgflibraryarrows.code.tex 2013/09/23 v3.0.1a (rcs-revision 1.16) +\arrowsize=\dimen333 +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.code.tex +File: tikzlibraryshapes.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.geometric.code.tex +File: tikzlibraryshapes.geometric.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1 +) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshape +s.geometric.code.tex +File: pgflibraryshapes.geometric.code.tex 2008/06/26 v3.0.1a (rcs-revision 1.1) + +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.misc.code.tex +File: tikzlibraryshapes.misc.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshape +s.misc.code.tex +File: pgflibraryshapes.misc.code.tex 2013/07/18 v3.0.1a (rcs-revision 1.5) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.symbols.code.tex +File: tikzlibraryshapes.symbols.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshape +s.symbols.code.tex +File: pgflibraryshapes.symbols.code.tex 2013/09/11 v3.0.1a (rcs-revision 1.6) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.arrows.code.tex +File: tikzlibraryshapes.arrows.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshape +s.arrows.code.tex +File: pgflibraryshapes.arrows.code.tex 2008/06/26 v3.0.1a (rcs-revision 1.1) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.callouts.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshape +s.callouts.code.tex)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.multipart.code.tex +File: tikzlibraryshapes.multipart.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1 +) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshape +s.multipart.code.tex +File: pgflibraryshapes.multipart.code.tex 2010/01/07 v3.0.1a (rcs-revision 1.2) + +\pgfnodepartlowerbox=\box85 +\pgfnodeparttwobox=\box86 +\pgfnodepartthreebox=\box87 +\pgfnodepartfourbox=\box88 +\pgfnodeparttwentybox=\box89 +\pgfnodepartnineteenbox=\box90 +\pgfnodeparteighteenbox=\box91 +\pgfnodepartseventeenbox=\box92 +\pgfnodepartsixteenbox=\box93 +\pgfnodepartfifteenbox=\box94 +\pgfnodepartfourteenbox=\box95 +\pgfnodepartthirteenbox=\box96 +\pgfnodeparttwelvebox=\box97 +\pgfnodepartelevenbox=\box98 +\pgfnodeparttenbox=\box99 +\pgfnodepartninebox=\box100 +\pgfnodeparteightbox=\box101 +\pgfnodepartsevenbox=\box102 +\pgfnodepartsixbox=\box103 +\pgfnodepartfivebox=\box104 +))) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarytrees.code.tex +File: tikzlibrarytrees.code.tex 2008/02/24 v3.0.1a (rcs-revision 1.2) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarymatrix.code.tex +File: tikzlibrarymatrix.code.tex 2013/07/12 v3.0.1a (rcs-revision 1.4) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarypositioning.code.tex +File: tikzlibrarypositioning.code.tex 2008/10/06 v3.0.1a (rcs-revision 1.7) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarycalc.code.tex +File: tikzlibrarycalc.code.tex 2013/07/15 v3.0.1a (rcs-revision 1.9) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarythrough.code.tex +File: tikzlibrarythrough.code.tex 2008/02/03 v3.0.1a (rcs-revision 1.1) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarydecorations.pathreplacing.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarydecorations.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduledecorations.cod +e.tex +\pgfdecoratedcompleteddistance=\dimen334 +\pgfdecoratedremainingdistance=\dimen335 +\pgfdecoratedinputsegmentcompleteddistance=\dimen336 +\pgfdecoratedinputsegmentremainingdistance=\dimen337 +\pgf@decorate@distancetomove=\dimen338 +\pgf@decorate@repeatstate=\count305 +\pgfdecorationsegmentamplitude=\dimen339 +\pgfdecorationsegmentlength=\dimen340 +) +\tikz@lib@dec@box=\box105 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrary +decorations.pathreplacing.code.tex)) +(/usr/share/texlive/texmf-dist/tex/latex/bclogo/bclogo.sty +Package: bclogo 2016/01/10 v3.1 +\bc@invboxh=\skip80 +\bc@invboxd=\skip81 +\bc@titleLength=\skip82 +\logowidth=\skip83 + +(/usr/share/texlive/texmf-dist/tex/latex/mdframed/mdframed.sty +Package: mdframed 2013/07/01 1.9b: mdframed + +(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty +Package: etoolbox 2015/08/02 v2.2a e-TeX tools for LaTeX (JAW) +\etb@tempcnta=\count306 +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/zref-abspage.sty +Package: zref-abspage 2012/04/04 v2.24 Module abspage for zref (HO) + +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/zref-base.sty +Package: zref-base 2012/04/04 v2.24 Module base for zref (HO) +Package zref Info: New property list: main on input line 759. +Package zref Info: New property: default on input line 760. +Package zref Info: New property: page on input line 761. +) +\c@abspage=\count307 +Package zref Info: New property: abspage on input line 62. +) +(/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty +Package: needspace 2010/09/12 v1.3d reserve vertical space +) +\mdf@templength=\skip84 +\c@mdf@globalstyle@cnt=\count308 +\mdf@skipabove@length=\skip85 +\mdf@skipbelow@length=\skip86 +\mdf@leftmargin@length=\skip87 +\mdf@rightmargin@length=\skip88 +\mdf@innerleftmargin@length=\skip89 +\mdf@innerrightmargin@length=\skip90 +\mdf@innertopmargin@length=\skip91 +\mdf@innerbottommargin@length=\skip92 +\mdf@splittopskip@length=\skip93 +\mdf@splitbottomskip@length=\skip94 +\mdf@outermargin@length=\skip95 +\mdf@innermargin@length=\skip96 +\mdf@linewidth@length=\skip97 +\mdf@innerlinewidth@length=\skip98 +\mdf@middlelinewidth@length=\skip99 +\mdf@outerlinewidth@length=\skip100 +\mdf@roundcorner@length=\skip101 +\mdf@footenotedistance@length=\skip102 +\mdf@userdefinedwidth@length=\skip103 +\mdf@needspace@length=\skip104 +\mdf@frametitleaboveskip@length=\skip105 +\mdf@frametitlebelowskip@length=\skip106 +\mdf@frametitlerulewidth@length=\skip107 +\mdf@frametitleleftmargin@length=\skip108 +\mdf@frametitlerightmargin@length=\skip109 +\mdf@shadowsize@length=\skip110 +\mdf@extratopheight@length=\skip111 +\mdf@subtitleabovelinewidth@length=\skip112 +\mdf@subtitlebelowlinewidth@length=\skip113 +\mdf@subtitleaboveskip@length=\skip114 +\mdf@subtitlebelowskip@length=\skip115 +\mdf@subtitleinneraboveskip@length=\skip116 +\mdf@subtitleinnerbelowskip@length=\skip117 +\mdf@subsubtitleabovelinewidth@length=\skip118 +\mdf@subsubtitlebelowlinewidth@length=\skip119 +\mdf@subsubtitleaboveskip@length=\skip120 +\mdf@subsubtitlebelowskip@length=\skip121 +\mdf@subsubtitleinneraboveskip@length=\skip122 +\mdf@subsubtitleinnerbelowskip@length=\skip123 + +(/usr/share/texlive/texmf-dist/tex/latex/mdframed/md-frame-1.mdf +File: md-frame-1.mdf 2013/07/01\ 1.9b: md-frame-1 +) +\mdf@frametitlebox=\box106 +\mdf@footnotebox=\box107 +\mdf@splitbox@one=\box108 +\mdf@splitbox@two=\box109 +\mdf@splitbox@save=\box110 +\mdfsplitboxwidth=\skip124 +\mdfsplitboxtotalwidth=\skip125 +\mdfsplitboxheight=\skip126 +\mdfsplitboxdepth=\skip127 +\mdfsplitboxtotalheight=\skip128 +\mdfframetitleboxwidth=\skip129 +\mdfframetitleboxtotalwidth=\skip130 +\mdfframetitleboxheight=\skip131 +\mdfframetitleboxdepth=\skip132 +\mdfframetitleboxtotalheight=\skip133 +\mdffootnoteboxwidth=\skip134 +\mdffootnoteboxtotalwidth=\skip135 +\mdffootnoteboxheight=\skip136 +\mdffootnoteboxdepth=\skip137 +\mdffootnoteboxtotalheight=\skip138 +\mdftotallinewidth=\skip139 +\mdfboundingboxwidth=\skip140 +\mdfboundingboxtotalwidth=\skip141 +\mdfboundingboxheight=\skip142 +\mdfboundingboxdepth=\skip143 +\mdfboundingboxtotalheight=\skip144 +\mdf@freevspace@length=\skip145 +\mdf@horizontalwidthofbox@length=\skip146 +\mdf@verticalmarginwhole@length=\skip147 +\mdf@horizontalspaceofbox=\skip148 +\mdfsubtitleheight=\skip149 +\mdfsubsubtitleheight=\skip150 +\c@mdfcountframes=\count309 + +****** mdframed patching \endmdf@trivlist + +****** -- failed****** + +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newmdtheoremenv with sig. 'O{} m o m o ' on line 601. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \mdtheorem with sig. ' O{} m o m o ' on line 701. +................................................. +\mdf@envdepth=\count310 +\c@mdf@env@i=\count311 +\c@mdf@env@ii=\count312 +\c@mdf@zref@counter=\count313 +Package zref Info: New property: mdf@pagevalue on input line 895. +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshadows.code.tex +File: tikzlibraryshadows.code.tex 2008/01/13 v3.0.1a (rcs-revision 1.3) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryfadings.code.tex +File: tikzlibraryfadings.code.tex 2009/11/15 v3.0.1a (rcs-revision 1.2) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryfadings.code +.tex +File: pgflibraryfadings.code.tex 2008/02/07 v3.0.1a (rcs-revision 1.3) +))) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarydecorations.pathmorphing.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrary +decorations.pathmorphing.code.tex)) +Invalid UTF-8 byte or sequence at line 164 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 164 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 201 replaced by U+FFFD. +\c@bclogocompteur=\count314 +\bcval@epBarre=\skip151 +\bcval@framesep=\skip152 +\bcval@tailleOndu=\skip153 +\bcval@borderWidth=\skip154 +Invalid UTF-8 byte or sequence at line 216 replaced by U+FFFD. +\bcval@margeG=\skip155 +Invalid UTF-8 byte or sequence at line 217 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 217 replaced by U+FFFD. +\bcval@margeD=\skip156 +\bc@envbox=\box111 +Invalid UTF-8 byte or sequence at line 334 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 454 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 454 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 454 replaced by U+FFFD. +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarydecorations.markings.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrary +decorations.markings.code.tex))) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarybackgrounds.code.tex +File: tikzlibrarybackgrounds.code.tex 2013/07/18 v3.0.1a (rcs-revision 1.3) +\pgf@layerbox@background=\box112 +\pgf@layerboxsaved@background=\box113 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarymindmap.code.tex +File: tikzlibrarymindmap.code.tex 2013/07/16 v3.0.1a (rcs-revision 1.10) +) (/usr/share/texlive/texmf-dist/tex/latex/gmp/gmp.sty +Package: gmp 2011/03/10 v1.0 Integrate MetaPost with LaTeX (EG) + +(/usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty +Package: environ 2014/05/04 v0.3 A new way to define environments + +(/usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty +Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list +)) +\gmp@shellout=\write5 +\openout5 = `mchrzasz+mp.sh'. + +\gmp@packages=\toks55 +\gmp@commands=\toks56 +\gmp@out=\write6 +\c@gmp@count=\count315 +) +(/usr/share/texlive/texmf-dist/tex/latex/feynmp-auto/feynmp-auto.sty +Package: feynmp-auto 2013/05/03 v1.1 Automatic processing of feynmp graphics + +(/usr/share/texmf/tex/latex/feynmf/feynmp.sty +Package: feynmp 1996/12/02 v1.08 LaTeX/MetaPost Feynman Diagram Package (ohl) +\@outfmf=\write7 +\fmfbuf@=\toks57 +\c@fmfgraph=\count316 +)) +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty +Package: biblatex 2016/03/03 v3.3 programmable bibliographies (PK/JW/AB) + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex_legacy.sty +Package: biblatex_legacy 2016/03/03 v3.3 programmable bibliographies (bibtex) ( +PK/JW/AB) + +(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.sty +Package: logreq 2010/08/04 v1.0 xml request logger +\lrq@indent=\count317 + +(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def +File: logreq.def 2010/08/04 v1.0 logreq spec v1.0 +)) +\c@tabx@nest=\count318 +\c@listtotal=\count319 +\c@listcount=\count320 +\c@liststart=\count321 +\c@liststop=\count322 +\c@citecount=\count323 +\c@citetotal=\count324 +\c@multicitecount=\count325 +\c@multicitetotal=\count326 +\c@instcount=\count327 +\c@maxnames=\count328 +\c@minnames=\count329 +\c@maxitems=\count330 +\c@minitems=\count331 +\c@citecounter=\count332 +\c@savedcitecounter=\count333 +\c@uniquelist=\count334 +\c@uniquename=\count335 +\c@refsection=\count336 +\c@refsegment=\count337 +\c@maxextrayear=\count338 +\c@maxextraalpha=\count339 +\c@abbrvpenalty=\count340 +\c@highnamepenalty=\count341 +\c@lownamepenalty=\count342 +\c@maxparens=\count343 +\c@parenlevel=\count344 +\blx@tempcnta=\count345 +\blx@tempcntb=\count346 +\blx@tempcntc=\count347 +\blx@maxsection=\count348 +\blx@maxsegment=\count349 +\blx@notetype=\count350 +\blx@parenlevel@text=\count351 +\blx@parenlevel@foot=\count352 +\labelnumberwidth=\skip157 +\labelalphawidth=\skip158 +\shorthandwidth=\skip159 +\biblabelsep=\skip160 +\bibitemsep=\skip161 +\bibnamesep=\skip162 +\bibinitsep=\skip163 +\bibparsep=\skip164 +\bibhang=\skip165 +\blx@auxin=\read3 +\blx@auxout=\write8 +\c@mincomprange=\count353 +\c@maxcomprange=\count354 +\c@mincompwidth=\count355 +\c@labelname=\count356 +\c@savedlabelname=\count357 +\c@author=\count358 +\c@savedauthor=\count359 +\c@shortauthor=\count360 +\c@savedshortauthor=\count361 +\c@editor=\count362 +\c@savededitor=\count363 +\c@editora=\count364 +\c@savededitora=\count365 +\c@editorb=\count366 +\c@savededitorb=\count367 +\c@editorc=\count368 +\c@savededitorc=\count369 +\c@shorteditor=\count370 +\c@savedshorteditor=\count371 +\c@bookauthor=\count372 +\c@savedbookauthor=\count373 +\c@translator=\count374 +\c@savedtranslator=\count375 +\c@annotator=\count376 +\c@savedannotator=\count377 +\c@commentator=\count378 +\c@savedcommentator=\count379 +\c@introduction=\count380 +\c@savedintroduction=\count381 +\c@foreword=\count382 +\c@savedforeword=\count383 +\c@afterword=\count384 +\c@savedafterword=\count385 +\c@holder=\count386 +\c@savedholder=\count387 +\c@namea=\count388 +\c@savednamea=\count389 +\c@nameb=\count390 +\c@savednameb=\count391 +\c@namec=\count392 +\c@savednamec=\count393 +\c@institution=\count394 +\c@savedinstitution=\count395 +\c@language=\count396 +\c@savedlanguage=\count397 +\c@location=\count398 +\c@savedlocation=\count399 +\c@organization=\count400 +\c@savedorganization=\count401 +\c@origlocation=\count402 +\c@savedoriglocation=\count403 +\c@origpublisher=\count404 +\c@savedorigpublisher=\count405 +\c@pageref=\count406 +\c@savedpageref=\count407 +\c@publisher=\count408 +\c@savedpublisher=\count409 +\c@lista=\count410 +\c@savedlista=\count411 +\c@listb=\count412 +\c@savedlistb=\count413 +\c@listc=\count414 +\c@savedlistc=\count415 +\c@listd=\count416 +\c@savedlistd=\count417 +\c@liste=\count418 +\c@savedliste=\count419 +\c@listf=\count420 +\c@savedlistf=\count421 +Package biblatex Info: Trying to load compatibility code... +Package biblatex Info: ... file 'blx-compat.def' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def +File: blx-compat.def 2016/03/03 v3.3 biblatex compatibility (PK/JW/AB) +) +Package biblatex Info: Trying to load generic definitions... +Package biblatex Info: ... file 'biblatex_legacy.def' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex_legacy.def +File: biblatex_legacy.def +\c@textcitecount=\count422 +\c@textcitetotal=\count423 +\c@textcitemaxnames=\count424 +\c@biburlnumpenalty=\count425 +\c@biburlucpenalty=\count426 +\c@biburllcpenalty=\count427 +\c@smartand=\count428 +) +Package biblatex Info: Trying to load bibliography style 'numeric-comp'... +Package biblatex Info: ... file 'numeric-comp.bbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric-comp.bbx +File: numeric-comp.bbx 2016/03/03 v3.3 biblatex bibliography style (PK/JW/AB) +Package biblatex Info: Trying to load bibliography style 'numeric'... +Package biblatex Info: ... file 'numeric.bbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx +File: numeric.bbx 2016/03/03 v3.3 biblatex bibliography style (PK/JW/AB) +Package biblatex Info: Trying to load bibliography style 'standard'... +Package biblatex Info: ... file 'standard.bbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx +File: standard.bbx 2016/03/03 v3.3 biblatex bibliography style (PK/JW/AB) +\c@bbx:relatedcount=\count429 +\c@bbx:relatedtotal=\count430 +))) +Package biblatex Info: Trying to load citation style 'numeric-comp'... +Package biblatex Info: ... file 'numeric-comp.cbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/cbx/numeric-comp.cbx +File: numeric-comp.cbx 2016/03/03 v3.3 biblatex citation style (PK/JW/AB) +\c@cbx@tempcnta=\count431 +\c@cbx@tempcntb=\count432 +Package biblatex Info: Redefining '\cite'. +Package biblatex Info: Redefining '\parencite'. +Package biblatex Info: Redefining '\footcite'. +Package biblatex Info: Redefining '\footcitetext'. +Package biblatex Info: Redefining '\smartcite'. +Package biblatex Info: Redefining '\supercite'. +Package biblatex Info: Redefining '\textcite'. +Package biblatex Info: Redefining '\textcites'. +Package biblatex Info: Redefining '\cites'. +Package biblatex Info: Redefining '\parencites'. +Package biblatex Info: Redefining '\smartcites'. +) +Package biblatex Info: Trying to load configuration file... +Package biblatex Info: ... file 'biblatex.cfg' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg +File: biblatex.cfg +) + +Package biblatex Warning: 'firstinits' option is deprecated, use 'giveninits' i +nstead. + +)) +LaTeX Info: Redefining \HepProcess on input line 345. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\fontspec' on input line 345. + +Package biblatex Info: Trying to load language 'english'... +Package biblatex Info: ... file 'english.lbx' found. +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx +File: english.lbx 2016/03/03 v3.3 biblatex localization (PK/JW/AB) +) + +Package biblatex Warning: Patching footnotes failed. +(biblatex) Footnote detection will not work. + + +Package biblatex Warning: 'babel/polyglossia' detected but 'csquotes' missing. +(biblatex) Loading 'csquotes' recommended. + +\@quotelevel=\count433 +\@quotereset=\count434 +LaTeX Info: Redefining \HepProcess on input line 351. +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 351. +LaTeX Font Info: ... okay on input line 351. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 351. +LaTeX Font Info: ... okay on input line 351. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 351. +LaTeX Font Info: ... okay on input line 351. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 351. +LaTeX Font Info: ... okay on input line 351. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 351. +LaTeX Font Info: ... okay on input line 351. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 351. +LaTeX Font Info: ... okay on input line 351. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 351. +LaTeX Font Info: ... okay on input line 351. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 351. +LaTeX Font Info: ... okay on input line 351. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 351. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 351. + + (/usr/share/texlive/texmf-dist/tex/latex/polski/ot4cmr.fd +File: ot4cmr.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: ... okay on input line 351. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 351. +LaTeX Font Info: ... okay on input line 351. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 351. +LaTeX Font Info: ... okay on input line 351. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 351. +LaTeX Font Info: Try loading font information for T3+cmr on input line 351. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 351. + +*geometry* driver: auto-detecting +*geometry* detected driver: xetex +*geometry* verbose mode - [ preamble ] result: +* driver: xetex +* paper: custom +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: includehead includefoot +* h-part:(L,W,R)=(21.85083pt, 320.4937pt, 21.85083pt) +* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt) +* \paperwidth=364.19536pt +* \paperheight=273.14662pt +* \textwidth=320.4937pt +* \textheight=244.6939pt +* \oddsidemargin=-50.41916pt +* \evensidemargin=-50.41916pt +* \topmargin=-72.26999pt +* \headheight=14.22636pt +* \headsep=0.0pt +* \topskip=11.0pt +* \footskip=14.22636pt +* \marginparwidth=4.0pt +* \marginparsep=10.0pt +* \columnsep=10.0pt +* \skip\footins=10.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +ABD: EveryShipout initializing macros +\AtBeginShipoutBox=\box114 +Package hyperref Info: Link coloring OFF on input line 351. + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty +Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty +Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO) +) +\c@section@level=\count435 +) +LaTeX Info: Redefining \ref on input line 351. +LaTeX Info: Redefining \pageref on input line 351. +LaTeX Info: Redefining \nameref on input line 351. + +(./mchrzasz.out) (./mchrzasz.out) +\@outlinefile=\write9 +\openout9 = `mchrzasz.out'. + + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/dicts/translator-bas +ic-dictionary/translator-basic-dictionary-English.dict +Dictionary: translator-basic-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/dicts/translator-bib +liography-dictionary/translator-bibliography-dictionary-English.dict +Dictionary: translator-bibliography-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/dicts/translator-env +ironment-dictionary/translator-environment-dictionary-English.dict +Dictionary: translator-environment-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/dicts/translator-mon +ths-dictionary/translator-months-dictionary-English.dict +Dictionary: translator-months-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/dicts/translator-num +bers-dictionary/translator-numbers-dictionary-English.dict +Dictionary: translator-numbers-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/dicts/translator-the +orem-dictionary/translator-theorem-dictionary-English.dict +Dictionary: translator-theorem-dictionary, Language: English +) +LaTeX Info: Redefining \includegraphics on input line 351. + +*** you should *not* be loading the inputenc package +*** XeTeX expects the source to be in UTF8 encoding +*** some features of other encodings may conflict, resulting in poor output. +(/usr/share/texlive/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg +File: siunitx-abbreviations.cfg 2016/03/01 v2.6q siunitx: Abbreviated units +) +Package biblatex Info: XeTeX detected. +(biblatex) Assuming input encoding 'utf8'. +Package biblatex Info: Automatic encoding selection. +(biblatex) Assuming data encoding 'utf8'. + + +Package biblatex Warning: Data encoding is 'utf8'. +(biblatex) Use backend=biber. + +\openout8 = `mchrzasz-blx.bib'. + +Package biblatex Info: Trying to load bibliographic data... +Package biblatex Info: ... file 'mchrzasz.bbl' not found. +No file mchrzasz.bbl. +Package biblatex Info: Reference section=0 on input line 351. +Package biblatex Info: Reference segment=0 on input line 351. +(./mchrzasz.nav) +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +\g__fontspec_family_TrebuchetMS_int=\count436 +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text]. +. +. This font family consists of the following NFSS series/shapes: +. - 'normal' (m/n) with NFSS spec.: <->"Trebuchet MS/OT:mapping=tex-text;" +. - 'small caps' (m/sc) with NFSS spec.: - 'bold' (bx/n) with NFSS spec.: +. <->"Trebuchet MS/B/OT:mapping=tex-text;" +. - 'bold small caps' (bx/sc) with NFSS spec.: - 'italic' (m/it) with NFSS +. spec.: <->"Trebuchet MS/I/OT:mapping=tex-text;" +. - 'italic small caps' (m/itsc) with NFSS spec.: - 'bold italic' (bx/it) +. with NFSS spec.: <->"Trebuchet MS/BI/OT:mapping=tex-text;" +. - 'bold italic small caps' (bx/itsc) with NFSS spec.: +................................................. +LaTeX Font Info: Try loading font information for OML+plm on input line 351. + + (/usr/share/texlive/texmf-dist/tex/latex/polski/omlplm.fd +File: omlplm.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: Try loading font information for OMS+plsy on input line 351 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/omsplsy.fd +File: omsplsy.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: Try loading font information for OMX+plex on input line 351 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/omxplex.fd +File: omxplex.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10> on input line 351. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 351. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 351. +LaTeX Font Info: Try loading font information for U+msa on input line 351. + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +LaTeX Font Info: Try loading font information for U+msb on input line 351. + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) +LaTeX Font Info: Try loading font information for U+rsfs on input line 351. + +(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ursfs.fd +File: ursfs.fd 1998/03/24 rsfs font definition file (jk) +) +\c__siunitx_mathsf_int=\count437 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 351. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 351. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <6> on input line 351. +\c__siunitx_mathtt_int=\count438 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 351 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/ot4cmtt.fd +File: ot4cmtt.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +File: images/cern.png Graphic file (type QTm) + + +File: images/ifj.png Graphic file (type QTm) + +File: images/bubble2.jpg Graphic file (type QTm) + + +Overfull \vbox (9.8195pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 385. + +[1 + +] +Underfull \hbox (badness 10000) in paragraph at lines 408--408 + + [] + +LaTeX Font Info: Font shape `EU1/GilliusADF(0)/m/sl' in size <10> not availa +ble +(Font) Font shape `EU1/GilliusADF(0)/m/it' tried instead on input +line 408. +LaTeX Font Info: Font shape `EU1/GilliusADF(0)/m/sl' in size <7> not availab +le +(Font) Font shape `EU1/GilliusADF(0)/m/it' tried instead on input +line 408. +LaTeX Font Info: Font shape `EU1/GilliusADF(0)/m/sl' in size <5> not availab +le +(Font) Font shape `EU1/GilliusADF(0)/m/it' tried instead on input +line 408. +LaTeX Font Info: Font shape `EU1/GilliusADF(0)/m/sl' in size <10.95> not ava +ilable +(Font) Font shape `EU1/GilliusADF(0)/m/it' tried instead on input +line 408. +LaTeX Font Info: Font shape `EU1/GilliusADF(0)/m/sl' in size <8> not availab +le +(Font) Font shape `EU1/GilliusADF(0)/m/it' tried instead on input +line 408. +LaTeX Font Info: Font shape `EU1/GilliusADF(0)/m/sl' in size <6> not availab +le +(Font) Font shape `EU1/GilliusADF(0)/m/it' tried instead on input +line 408. +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 408. + +[2 + +] +File: images/1.png Graphic file (type QTm) + +Overfull \hbox (16.02565pt too wide) in paragraph at lines 429--429 + [] + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 429. + +[3 + +] +File: images/2.png Graphic file (type QTm) + +Overfull \hbox (16.02565pt too wide) in paragraph at lines 429--429 + [] + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 429. + +[4 + +] +LaTeX Font Info: External font `plex10' loaded for size +(Font) <12> on input line 448. +LaTeX Font Info: Font shape `EU1/GilliusADF(0)/m/sl' in size <12> not availa +ble +(Font) Font shape `EU1/GilliusADF(0)/m/it' tried instead on input +line 448. +File: images/3.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 448. + +[5 + +] +File: images/4.png Graphic file (type QTm) + +Overfull \hbox (16.02565pt too wide) in paragraph at lines 459--459 + [] + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 459. + +[6 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 475. + +[7 + +] +LaTeX Font Info: External font `plex10' loaded for size +(Font) <24.88> on input line 493. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <20.74> on input line 493. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <17.28> on input line 493. +LaTeX Font Info: Font shape `EU1/GilliusADF(0)/m/sl' in size <24.88> not ava +ilable +(Font) Font shape `EU1/GilliusADF(0)/m/it' tried instead on input +line 493. +LaTeX Font Info: Font shape `EU1/GilliusADF(0)/m/sl' in size <20.74> not ava +ilable +(Font) Font shape `EU1/GilliusADF(0)/m/it' tried instead on input +line 493. +LaTeX Font Info: Font shape `EU1/GilliusADF(0)/m/sl' in size <17.28> not ava +ilable +(Font) Font shape `EU1/GilliusADF(0)/m/it' tried instead on input +line 493. +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 493. + +[8 + +] +File: images/7.png Graphic file (type QTm) + +LaTeX Font Info: External font `plex10' loaded for size +(Font) <14.4> on input line 524. +LaTeX Font Info: Font shape `EU1/GilliusADF(0)/m/sl' in size <14.4> not avai +lable +(Font) Font shape `EU1/GilliusADF(0)/m/it' tried instead on input +line 524. +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 524. + +[9 + +] +File: images/8.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 535. + +[10 + +] +File: images/9.png Graphic file (type QTm) + +File: images/10.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 565. + +[11 + +] +File: images/lupa.png Graphic file (type QTm) + +File: images/example.png Graphic file (type QTm) + +File: images/couplings.png Graphic file (type QTm) + + +Overfull \hbox (33.28963pt too wide) detected at line 624 +[][][] $[]$[][][][][][][][] $[]$[][][][][][] + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 624. + +[12 + +] +LaTeX Font Info: External font `plex10' loaded for size +(Font) <9> on input line 682. +LaTeX Font Info: Font shape `EU1/GilliusADF(0)/m/sl' in size <9> not availab +le +(Font) Font shape `EU1/GilliusADF(0)/m/it' tried instead on input +line 682. +File: images/qum1.png Graphic file (type QTm) + +Overfull \hbox (48.36957pt too wide) detected at line 682 +[][][] $[]$[][][][][][][][] $[]$[][][][][][][][] $[]$[][][][][][] + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 682. + +[13 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 700. + +[14 + +] +File: images/13.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 717. + +[15 + +] +File: images/RK.png Graphic file (type QTm) + +Overfull \vbox (0.79591pt too high) detected at line 733 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 733. + +[16 + +] +File: images/plot.png Graphic file (type QTm) + +File: images/Fig10a.pdf Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 760. + +[17 + +] +File: images/ksmumu_BF.png Graphic file (type QTm) + +File: images/kmumu_BF.png Graphic file (type QTm) + +File: images/bukst_BF.png Graphic file (type QTm) + + +Overfull \vbox (66.24098pt too high) detected at line 792 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 792. + +[18 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 814. + +[19 + +] +Overfull \hbox (1.2237pt too wide) in alignment at lines 847--847 + [][][] [] + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 847. + +[20 + +] +Overfull \hbox (14.91016pt too wide) in alignment at lines 888--888 + [][][] [] + [] + + +Overfull \vbox (66.84924pt too high) detected at line 888 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 888. + +[21 + +] +Overfull \vbox (26.65416pt too high) detected at line 915 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 915. + +[22 + +] +Overfull \vbox (26.65416pt too high) detected at line 915 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 915. + +[23 + +] +File: images/PBasis_P5pPad.pdf Graphic file (type QTm) + +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 957 +. + +(/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmtt.fd +File: eu1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern +) +File: images/wilsonchi2.pdf Graphic file (type QTm) + + +Overfull \hbox (4.38206pt too wide) detected at line 957 +[][][] $[]$[][][][][][][][] $[]$[][][][][][][][] $[]$[][][][][][] + [] + + +Overfull \vbox (61.87836pt too high) detected at line 957 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 957. + +[24 + +] +File: images/P5p.pdf Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 991. + +[25 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1143. + +[26 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1193. + +[27 + +] +Overfull \hbox (21.4478pt too wide) in paragraph at lines 1236--1236 +[][] + [] + + +Overfull \vbox (21.04398pt too high) detected at line 1236 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1236. + +[28 + +] +File: images/download.pdf Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1260. + +[29 + +] +\c@framenumberappendix=\count439 +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1276. + +[30 + +] +File: images/bsg0.jpg Graphic file (type QTm) + +File: images/bsg1.jpg Graphic file (type QTm) + +File: images/bsg2.jpg Graphic file (type QTm) + + +Overfull \hbox (15.17792pt too wide) in paragraph at lines 1332--1332 +[][] + [] + + +Overfull \hbox (9.42998pt too wide) in paragraph at lines 1332--1332 +[][] + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1332. + +[31 + +] + +LaTeX Warning: Citation 'Bobeth' on page 32 undefined on input line 1353. + + +LaTeX Warning: Citation 'Chrzaszcz' on page 32 undefined on input line 1353. + + +LaTeX Warning: Citation 'van Dyk' on page 32 undefined on input line 1353. + + +LaTeX Warning: Citation 'Virto 1707.07305' on page 32 undefined on input line 1 +353. + +File: images/Analyticq2.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1353. + +[32 + +] + +LaTeX Warning: Citation 'Bobeth' on page 33 undefined on input line 1381. + + +LaTeX Warning: Citation 'Chrzaszcz' on page 33 undefined on input line 1381. + + +LaTeX Warning: Citation 'van Dyk' on page 33 undefined on input line 1381. + + +LaTeX Warning: Citation 'Virto 1707.07305' on page 33 undefined on input line 1 +381. + +File: images/Analyticq22.png Graphic file (type QTm) + +File: images/Analyticz.png Graphic file (type QTm) + +Overfull \hbox (10.17732pt too wide) in paragraph at lines 1381--1381 +[][] + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1381. + +[33 + +] + +LaTeX Warning: Citation 'Bobeth' on page 34 undefined on input line 1415. + + +LaTeX Warning: Citation 'Chrzaszcz' on page 34 undefined on input line 1415. + + +LaTeX Warning: Citation 'van Dyk' on page 34 undefined on input line 1415. + + +LaTeX Warning: Citation 'Virto 1707.07305' on page 34 undefined on input line 1 +415. + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1415. + +[34 + +] + +LaTeX Warning: Citation 'Bobeth' on page 35 undefined on input line 1456. + + +LaTeX Warning: Citation 'Chrzaszcz' on page 35 undefined on input line 1456. + + +LaTeX Warning: Citation 'van Dyk' on page 35 undefined on input line 1456. + + +LaTeX Warning: Citation 'Virto 1707.07305' on page 35 undefined on input line 1 +456. + + +LaTeX Warning: Citation 'Belle' on page 35 undefined on input line 1456. + + +LaTeX Warning: Citation 'Babar' on page 35 undefined on input line 1456. + + +LaTeX Warning: Citation 'LHCb' on page 35 undefined on input line 1456. + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1456. + +[35 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1501. + +[36 + +] +File: images/NPFit.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1519. + +[37 + +] +File: images/15.png Graphic file (type QTm) + +Overfull \vbox (59.83965pt too high) detected at line 1535 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1535. + +[38 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1560. + +[39 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1560. + +[40 + +] +File: images/Joke.jpg Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1579. + +[41 + +] +Underfull \hbox (badness 2173) in paragraph at lines 1609--1609 +[]$\U/msa/m/n/9 V$[] \EU1/GilliusADF(0)/m/n/9 Fit for amplitudes as (continuous +) functions of $\OML/plm/m/it/9 q[]$ \EU1/GilliusADF(0)/m/n/9 in the region: $\ +OML/plm/m/it/9 q[] \OMS/plsy/m/n/9 2 + [] + + +Overfull \vbox (46.58122pt too high) detected at line 1609 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1609. + +[42 + +] +File: images/amplitudes_AFBOverlay.pdf Graphic file (type QTm) + +File: images/amplitudes_S4Overlay.pdf Graphic file (type QTm) + + +File: images/amplitudes_S5Overlay.pdf Graphic file (type QTm) + + +Overfull \vbox (21.45763pt too high) detected at line 1642 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +LaTeX Info: Redefining \HepProcess on input line 1642. + +[43 + +] +\tf@nav=\write10 +\openout10 = `mchrzasz.nav'. + +\tf@toc=\write11 +\openout11 = `mchrzasz.toc'. + +\tf@snm=\write12 +\openout12 = `mchrzasz.snm'. + +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 1648. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 1648. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 1648. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 1648. + + +LaTeX Warning: There were undefined references. + + +Package biblatex Warning: Please (re)run BibTeX on the file(s): +(biblatex) mchrzasz +(biblatex) and rerun LaTeX afterwards. + +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 1648. + ) +Here is how much of TeX's memory you used: + 51960 strings out of 493638 + 1031911 string characters out of 6146797 + 1315406 words of memory out of 5000000 + 54301 multiletter control sequences out of 15000+600000 + 52948 words of font info for 215 fonts, out of 8000000 for 9000 + 1328 hyphenation exceptions out of 8191 + 71i,17n,86p,10443b,1560s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (43 pages). diff --git a/KIT_2018/mchrzasz.nav b/KIT_2018/mchrzasz.nav new file mode 100644 index 0000000..4e01804 --- /dev/null +++ b/KIT_2018/mchrzasz.nav @@ -0,0 +1,87 @@ +\defcounter {refsection}{0}\relax +\beamer@endinputifotherversion {3.36pt} +\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}} +\headcommand {\beamer@framepages {1}{1}} +\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}} +\headcommand {\beamer@framepages {2}{2}} +\headcommand {\slideentry {0}{0}{3}{3/4}{}{0}} +\headcommand {\beamer@framepages {3}{4}} +\headcommand {\slideentry {0}{0}{4}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\slideentry {0}{0}{5}{6/6}{}{0}} +\headcommand {\beamer@framepages {6}{6}} +\headcommand {\slideentry {0}{0}{6}{7/7}{}{0}} +\headcommand {\beamer@framepages {7}{7}} +\headcommand {\slideentry {0}{0}{7}{8/8}{}{0}} +\headcommand {\beamer@framepages {8}{8}} +\headcommand {\slideentry {0}{0}{8}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{9}{10/10}{}{0}} +\headcommand {\beamer@framepages {10}{10}} +\headcommand {\slideentry {0}{0}{10}{11/11}{}{0}} +\headcommand {\beamer@framepages {11}{11}} +\headcommand {\slideentry {0}{0}{11}{12/12}{}{0}} +\headcommand {\beamer@framepages {12}{12}} +\headcommand {\slideentry {0}{0}{12}{13/13}{}{0}} +\headcommand {\beamer@framepages {13}{13}} +\headcommand {\slideentry {0}{0}{13}{14/14}{}{0}} +\headcommand {\beamer@framepages {14}{14}} +\headcommand {\slideentry {0}{0}{14}{15/15}{}{0}} +\headcommand {\beamer@framepages {15}{15}} +\headcommand {\slideentry {0}{0}{15}{16/16}{}{0}} +\headcommand {\beamer@framepages {16}{16}} +\headcommand {\slideentry {0}{0}{16}{17/17}{}{0}} +\headcommand {\beamer@framepages {17}{17}} +\headcommand {\slideentry {0}{0}{17}{18/18}{}{0}} +\headcommand {\beamer@framepages {18}{18}} +\headcommand {\slideentry {0}{0}{18}{19/19}{}{0}} +\headcommand {\beamer@framepages {19}{19}} +\headcommand {\slideentry {0}{0}{19}{20/20}{}{0}} +\headcommand {\beamer@framepages {20}{20}} +\headcommand {\slideentry {0}{0}{20}{21/21}{}{0}} +\headcommand {\beamer@framepages {21}{21}} +\headcommand {\slideentry {0}{0}{21}{22/23}{}{0}} +\headcommand {\beamer@framepages {22}{23}} +\headcommand {\slideentry {0}{0}{22}{24/24}{}{0}} +\headcommand {\beamer@framepages {24}{24}} +\headcommand {\slideentry {0}{0}{23}{25/25}{}{0}} +\headcommand {\beamer@framepages {25}{25}} +\headcommand {\slideentry {0}{0}{24}{26/26}{}{0}} +\headcommand {\beamer@framepages {26}{26}} +\headcommand {\slideentry {0}{0}{25}{27/27}{}{0}} +\headcommand {\beamer@framepages {27}{27}} +\headcommand {\slideentry {0}{0}{26}{28/28}{}{0}} +\headcommand {\beamer@framepages {28}{28}} +\headcommand {\slideentry {0}{0}{27}{29/29}{}{0}} +\headcommand {\beamer@framepages {29}{29}} +\headcommand {\slideentry {0}{0}{28}{30/30}{}{0}} +\headcommand {\beamer@framepages {30}{30}} +\headcommand {\slideentry {0}{0}{29}{31/31}{}{0}} +\headcommand {\beamer@framepages {31}{31}} +\headcommand {\slideentry {0}{0}{30}{32/32}{}{0}} +\headcommand {\beamer@framepages {32}{32}} +\headcommand {\slideentry {0}{0}{31}{33/33}{}{0}} +\headcommand {\beamer@framepages {33}{33}} +\headcommand {\slideentry {0}{0}{32}{34/34}{}{0}} +\headcommand {\beamer@framepages {34}{34}} +\headcommand {\slideentry {0}{0}{33}{35/35}{}{0}} +\headcommand {\beamer@framepages {35}{35}} +\headcommand {\slideentry {0}{0}{34}{36/36}{}{0}} +\headcommand {\beamer@framepages {36}{36}} +\headcommand {\slideentry {0}{0}{35}{37/37}{}{0}} +\headcommand {\beamer@framepages {37}{37}} +\headcommand {\slideentry {0}{0}{36}{38/38}{}{0}} +\headcommand {\beamer@framepages {38}{38}} +\headcommand {\slideentry {0}{0}{37}{39/40}{}{0}} +\headcommand {\beamer@framepages {39}{40}} +\headcommand {\slideentry {0}{0}{38}{41/41}{}{0}} +\headcommand {\beamer@framepages {41}{41}} +\headcommand {\slideentry {0}{0}{39}{42/42}{}{0}} +\headcommand {\beamer@framepages {42}{42}} +\headcommand {\slideentry {0}{0}{40}{43/43}{}{0}} +\headcommand {\beamer@framepages {43}{43}} +\headcommand {\beamer@partpages {1}{43}} +\headcommand {\beamer@subsectionpages {1}{43}} +\headcommand {\beamer@sectionpages {1}{43}} +\headcommand {\beamer@documentpages {43}} +\headcommand {\def \inserttotalframenumber {27}} diff --git a/KIT_2018/mchrzasz.out b/KIT_2018/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/KIT_2018/mchrzasz.out diff --git a/KIT_2018/mchrzasz.pdf b/KIT_2018/mchrzasz.pdf new file mode 100644 index 0000000..9acbd91 --- /dev/null +++ b/KIT_2018/mchrzasz.pdf Binary files differ diff --git a/KIT_2018/mchrzasz.run.xml b/KIT_2018/mchrzasz.run.xml new file mode 100644 index 0000000..c14ecfa --- /dev/null +++ b/KIT_2018/mchrzasz.run.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + latex + + mchrzasz.aux + mchrzasz-blx.bib + + + mchrzasz.bbl + + + blx-compat.def + biblatex_legacy.def + numeric-comp.bbx + numeric.bbx + standard.bbx + numeric-comp.cbx + biblatex.cfg + english.lbx + + + + bibtex + + bibtex + + mchrzasz + + + mchrzasz.aux + + + mchrzasz.bbl + + + mchrzasz.bbl + + + mchrzasz.aux + mchrzasz-blx.bib + + + bib.bib + + + biblatex.bst + + + diff --git a/KIT_2018/mchrzasz.snm b/KIT_2018/mchrzasz.snm new file mode 100644 index 0000000..281d750 --- /dev/null +++ b/KIT_2018/mchrzasz.snm @@ -0,0 +1,4 @@ +\beamer@slide {dist}{20} +\beamer@slide {Js}{21} +\beamer@slide {LargeRecoilAs}{22} +\beamer@slide {alphak}{36} diff --git a/KIT_2018/mchrzasz.synctex.gz b/KIT_2018/mchrzasz.synctex.gz new file mode 100644 index 0000000..6055419 --- /dev/null +++ b/KIT_2018/mchrzasz.synctex.gz Binary files differ diff --git a/KIT_2018/mchrzasz.tex b/KIT_2018/mchrzasz.tex new file mode 100644 index 0000000..fc88957 --- /dev/null +++ b/KIT_2018/mchrzasz.tex @@ -0,0 +1,1648 @@ +\documentclass[11 pt,xcolor={dvipsnames,svgnames,x11names,table}]{beamer} + +\usepackage[english]{babel} +\usepackage{polski} + + +\usetheme[ + bullet=circle, % Other option: square + bigpagenumber, % circled page number on lower right + topline=true, % colored bar at the top of the frame + shadow=false, % Shading for beamer blocks + watermark=BG_lower, % png file for the watermark + ]{Flip} + +%\logo{\kern+1.em\includegraphics[height=1cm]{SHiP-3_LightCharcoal}} + + +\usepackage[lf]{berenis} +\usepackage[LY1]{fontenc} +\usepackage[utf8]{inputenc} + +%\usepackage{emerald} +\usefonttheme{professionalfonts} +\usepackage[no-math]{fontspec} +\defaultfontfeatures{Mapping=tex-text} % This seems to be important for mapping glyphs properly + +\setmainfont{Gillius ADF} % Beamer ignores "main font" in favor of sans font +\setsansfont{Gillius ADF} % This is the font that beamer will use by default +% \setmainfont{Gill Sans Light} % Prettier, but harder to read + +\setbeamerfont{title}{family=\fontspec{Gillius ADF}} + +\input t1augie.fd + +%\newcommand{\handwriting}{\fontspec{augie}} % From Emerald City, free font +%\newcommand{\handwriting}{\usefont{T1}{fau}{m}{n}} % From Emerald City, free font +% \newcommand{\handwriting}{} % If you prefer no special handwriting font or don't have augie + +%% Gill Sans doesn't look very nice when boldfaced +%% This is a hack to use Helvetica instead +%% Usage: \textbf{\forbold some stuff} +%\newcommand{\forbold}{\fontspec{Arial}} + +\usepackage{graphicx} +\usepackage[export]{adjustbox} + +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage{bm} +\usepackage{colortbl} +\usepackage{mathrsfs} % For Weinberg-esque letters +\usepackage{cancel} % For "SUSY-breaking" symbol +\usepackage{slashed} % for slashed characters in math mode +\usepackage{bbm} % for \mathbbm{1} (unit matrix) +\usepackage{amsthm} % For theorem environment +\usepackage{multirow} % For multi row cells in table +\usepackage{arydshln} % For dashed lines in arrays and tables +\usepackage{siunitx} +\usepackage{xhfill} +\usepackage{grffile} +\usepackage{textpos} +\usepackage{subfigure} +\usepackage{tikz} + +%\usepackage{hepparticles} +\usepackage[italic]{hepparticles} + +\usepackage{hepnicenames} + +% Drawing a line +\tikzstyle{lw} = [line width=20pt] +\newcommand{\topline}{% + \tikz[remember picture,overlay] {% + \draw[crimsonred] ([yshift=-23.5pt]current page.north west) + -- ([yshift=-23.5pt,xshift=\paperwidth]current page.north west);}} + + + +% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % +\usepackage{tikzfeynman} % For Feynman diagrams +\usetikzlibrary{arrows,shapes} +\usetikzlibrary{trees} +\usetikzlibrary{matrix,arrows} % For commutative diagram +% http://www.felixl.de/commu.pdf +\usetikzlibrary{positioning} % For "above of=" commands +\usetikzlibrary{calc,through} % For coordinates +\usetikzlibrary{decorations.pathreplacing} % For curly braces +% http://www.math.ucla.edu/~getreuer/tikz.html +\usepackage{pgffor} % For repeating patterns + +\usetikzlibrary{decorations.pathmorphing} % For Feynman Diagrams +\usetikzlibrary{decorations.markings} +\tikzset{ + % >=stealth', %% Uncomment for more conventional arrows + vector/.style={decorate, decoration={snake}, draw}, + provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw}, + antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw}, + fermion/.style={draw=gray, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=gray]{>}}}}, + fermionbar/.style={draw=gray, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=gray]{<}}}}, + fermionnoarrow/.style={draw=gray}, + gluon/.style={decorate, draw=black, + decoration={coil,amplitude=4pt, segment length=5pt}}, + scalar/.style={dashed,draw=black, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}}, + scalarbar/.style={dashed,draw=black, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=black]{<}}}}, + scalarnoarrow/.style={dashed,draw=black}, + electron/.style={draw=black, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}}, + bigvector/.style={decorate, decoration={snake,amplitude=4pt}, draw}, +} + +% TIKZ - for block diagrams, +% from http://www.texample.net/tikz/examples/control-system-principles/ +% \usetikzlibrary{shapes,arrows} +\tikzstyle{block} = [draw, rectangle, +minimum height=3em, minimum width=6em] + + + + +\usetikzlibrary{backgrounds} +\usetikzlibrary{mindmap,trees} % For mind map +\newcommand{\degree}{\ensuremath{^\circ}} +\newcommand{\E}{\mathrm{E}} +\newcommand{\Var}{\mathrm{Var}} +\newcommand{\Cov}{\mathrm{Cov}} +\newcommand\Ts{\rule{0pt}{2.6ex}} % Top strut +\newcommand\Bs{\rule[-1.2ex]{0pt}{0pt}} % Bottom strut + +\graphicspath{{images/}} % Put all images in this directory. Avoids clutter. + +% SOME COMMANDS THAT I FIND HANDY +% \renewcommand{\tilde}{\widetilde} % dinky tildes look silly, dosn't work with fontspec +\newcommand{\comment}[1]{\textcolor{comment}{\footnotesize{#1}\normalsize}} % comment mild +\newcommand{\Comment}[1]{\textcolor{Comment}{\footnotesize{#1}\normalsize}} % comment bold +\newcommand{\COMMENT}[1]{\textcolor{COMMENT}{\footnotesize{#1}\normalsize}} % comment crazy bold +\newcommand{\Alert}[1]{\textcolor{Alert}{#1}} % louder alert +\newcommand{\ALERT}[1]{\textcolor{ALERT}{#1}} % loudest alert +%% "\alert" is already a beamer pre-defined +\newcommand*{\Scale}[2][4]{\scalebox{#1}{$#2$}}% + +\def\Put(#1,#2)#3{\leavevmode\makebox(0,0){\put(#1,#2){#3}}} + +\usepackage{gmp} +\usepackage[final]{feynmp-auto} + +\usepackage[backend=bibtex,style=numeric-comp,firstinits=true]{biblatex} +\bibliography{bib} +\setbeamertemplate{bibliography item}[text] + +\makeatletter\let\frametextheight\beamer@frametextheight\makeatother + +% suppress frame numbering for backup slides +% you always need the appendix for this! +\newcommand{\backupbegin}{ + \newcounter{framenumberappendix} + \setcounter{framenumberappendix}{\value{framenumber}} +} +\newcommand{\backupend}{ + \addtocounter{framenumberappendix}{-\value{framenumber}} + \addtocounter{framenumber}{\value{framenumberappendix}} +} + + +\definecolor{links}{HTML}{2A1B81} +%\hypersetup{colorlinks,linkcolor=,urlcolor=links} + +% For shapo's formulas: +\def\lsi{\raise0.3ex\hbox{$<$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}} +\def\gsi{\raise0.3ex\hbox{$>$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}} +\newcommand{\lsim}{\mathop{\lsi}} +\newcommand{\gsim}{\mathop{\gsi}} +\newcommand{\wt}{\widetilde} +%\newcommand{\ol}{\overline} +\newcommand{\Tr}{\rm{Tr}} +\newcommand{\tr}{\rm{tr}} +\newcommand{\eqn}[1]{&\hspace{-0.7em}#1\hspace{-0.7em}&} +\newcommand{\vev}[1]{\rm{$\langle #1 \rangle$}} +\newcommand{\abs}[1]{\rm{$\left| #1 \right|$}} +\newcommand{\eV}{\rm{eV}} +\newcommand{\keV}{\rm{keV}} +\newcommand{\GeV}{\rm{GeV}} +\newcommand{\MeV}{\rm{MeV}} +\newcommand{\im}{\rm{Im}} +\newcommand{\re}{{\rm Re}} +\newcommand{\invfb}{\rm{fb^{-1}}} +\newcommand{\fixme}{\rm{{\color{red}{FIXME!}}}} +\newcommand{\thetal}{\theta_l} +\newcommand{\thetak}{\theta_k} +\newcommand{\nn}{\nonumber} +\newcommand{\eq}[1]{\begin{equation} #1 \end{equation}} +%\newcommand{\eqn}[1]{\begin{displaymath} #1 \end{displaymath}} +\newcommand{\eqa}[1]{\begin{eqnarray} #1 \end{eqnarray}} +\newcommand{\apeL}{{A_\perp^L}} +\newcommand{\apeR}{{A_\perp^R}} +\newcommand{\ape}{{A_\perp}} +\newcommand{\apeLR}{{A_\perp^{L,R}}} +\newcommand{\apaL}{{A_\|^L}} +\newcommand{\apaR}{{A_\|^R}} +\newcommand{\apa}{{A_\|}} +\newcommand{\apaLR}{{A_\|^{L,R}}} +\newcommand{\azeL}{{A_0^L}} +\newcommand{\azeR}{{A_0^R}} +\newcommand{\aze}{{A_0}} + +\newcommand{\azeLR}{{A_0^{L,R}}} +\newcommand{\Real}{\ensuremath{\mathcal{R}e}\xspace} +\newcommand{\Imag}{\ensuremath{\mathcal{I}m}\xspace} + +\renewcommand{\C}[1]{{\cal C}_{#1}} +\newcommand{\Ceff}[1]{{\cal C}^{\rm eff}_{#1}} +\newcommand{\Cpeff}[1]{{\cal C}^{\rm eff\prime}_{#1}} +\newcommand{\Cp}[1]{{\cal C}^{\prime}_{#1}} +\def\FL {\ensuremath{F_{\mathrm{L}}}\xspace} +\def\ATDPH {\ensuremath{A_{\mathrm{T,PR}}^{(2)}}\xspace} +\def\ATImPH {\ensuremath{A_{\mathrm{T,PR}}^{\mathrm{Im}}}\xspace} +\def\ATRePH {\ensuremath{A_{\mathrm{T,PR}}^{\mathrm{Re}}}\xspace} +\def\FLPH {\ensuremath{F_{\mathrm{L,PR}}}\xspace} +\def\ATDKG {\ensuremath{A_{\mathrm{T,\Kstarz \gamma}}^{(2)}}\xspace} +\def\ATImKG {\ensuremath{A_{\mathrm{T,\Kstarz \gamma}}^{\mathrm{Im}}}\xspace} +\def\ATReKG {\ensuremath{A_{\mathrm{T,\Kstarz \gamma}}^{\mathrm{Re}}}\xspace} +\def\FLKG {\ensuremath{F_{\mathrm{L,\Kstarz \gamma}}}\xspace} +\def\ATD {\ensuremath{A_{\mathrm{T}}^{(2)}}\xspace} +\def\ATIm {\ensuremath{A_{\mathrm{T}}^{\mathrm{Im}}}\xspace} +\def\ATRe {\ensuremath{A_{\mathrm{T}}^{\mathrm{Re}}}\xspace} +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} + + + +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} + + + +\newcommand{\disp}{\displaystyle} +\def\be{\begin{equation}} +\def\ee{\end{equation}} +\def\ba{\begin{eqnarray}} +\def\ea{\end{eqnarray}} +\def\d{\partial} +\def\l{\left(} +\def\r{\right)} +\def\la{\langle} +\def\ra{\rangle} +\def\e{{\rm e}} +\def\Br{{\mathcal{B}}} + +\newcommand{\av}[1]{\langle #1 \rangle} +% particles +\def\LstFTTT {\ensuremath{\PLambda^{*}(1520)^{0}}\xspace} +\def\dll {\ensuremath{\mathrm{DLL}}\xspace} + \def\Lb {\ensuremath{\PLambda_b}} + + +% useful decays +\def\BdToKpimm {\decay{\Bd}{\Kp\pim\mumu}} +\def\BuToKmm {\decay{\Bu}{\Kp\mumu}} +\def\BsToJPsiKst {\decay{\Bs}{\jpsi\Kstarz}} +\def\BdTopsitwosKst {\decay{\Bd}{\psitwos\Kstarz}} +\def\LstFTTTT {\decay{\LstFTTT}{p\Km}} +%\def\LbToLstmm {\decay{\Lb}{\PLambda^{*}(1520)^{0} \mumu}} +\def\LbTopKmm {\decay{\Lb}{p\Km\mumu}} +\def\BuToKmm {\decay{\Bu}{\Kp\mumu}} +\def\BsTophimm {\decay{\Bs}{\Pphi\mumu}} + +% interesting variables +\def\mkpi {\ensuremath{m_{K\pi}}\xspace} +\def\mkpimm{\ensuremath{m_{K\pi\mu\mu}}\xspace} + +%% peaking background mass hypotheses +\def\mkmm {\ensuremath{m_{K\mu\mu}}\xspace} +\def\mSwappKmm {\ensuremath{m_{(\pi\to p)K\mu\mu}}\xspace} +\def\mSwappiK {\ensuremath{m_{(\pi\to K)K}}\xspace} +\def\mSwappiKmm {\ensuremath{m_{(\pi\to K)K\mu\mu}}\xspace} +\def\mSwappK {\ensuremath{m_{(\pi\to p)K}}\xspace} +\def\mDoubleSwappKmm {\ensuremath{m_{(K\to p)(\pi\to K)\mu\mu}}\xspace} +\def\mDoubleSwappK {\ensuremath{m_{(K\to p)(\pi\to K)}}\xspace} +\def\mSwapKst {\ensuremath{m_{K\leftrightarrow\pi}}\xspace} + +%% some other decays +\def\BsToPhimm {\decay{\Bs}{\phi\mumu}} +\def\BsToPhimmFULL {\decay{\Bs}{\phi(\to\!K^{+}K^{-})\mumu}} +\def\BsToKKmm {\decay{\Bs}{\Kp\Km\mumu}} + +\newcommand{\delC}[1]{\delta {\cal C}_{#1}} +\newcommand{\dC}[1]{{\cal C}_{#1}^{\rm NP}} +\newcommand{\dCp}[1]{{\cal C}_{#1^\prime}^{\rm NP}} + + + + +\definecolor{green}{rgb}{0.2,0.6,0.2} +\definecolor{lightgreen}{rgb}{0.4,1,0.4} +\definecolor{verylightgreen}{rgb}{0.7,1,0.7} +\def\cgreen{\color{green}} +\definecolor{brown}{rgb}{0.4,0.2,0.0} +\def\cbrown{\color{brown}} +\def\cred{\color{red}} +\definecolor{darkblue}{rgb}{0.0,0.0,1.0} +\def\cdarkblue{\color{darkblue}} +\definecolor{darkgrey}{rgb}{0.4,0.4,0.4} +\definecolor{lightgrey}{rgb}{0.7,0.7,0.7} +\definecolor{verylightblue}{rgb}{0.8,0.8,1.0} +\definecolor{lightblue}{rgb}{0.6,0.6,1.0} +\definecolor{verylightyellow}{rgb}{1.0,1.0,0.5} +\definecolor{lightyellow}{rgb}{1.0,0.7,0.3} +\definecolor{darkred}{rgb}{0.6,0.0,0.0} + +\definecolor{green}{rgb}{0.3,0.6,0.2} +\definecolor{green}{rgb}{0.3,0.7,0.4} + + + +\definecolor{indigo}{RGB}{100,0,100} +\definecolor{dgray}{RGB}{80,80,80} +\definecolor{lgray}{RGB}{220,220,220} +\definecolor{dred}{RGB}{190,0,0} +\definecolor{dgreen}{RGB}{0,110,0} +\definecolor{lyellow}{RGB}{245,245,210} +\definecolor{bblue}{RGB}{93,93,255} +\definecolor{bbrown}{RGB}{150,85,52} +\definecolor{llgray}{RGB}{230,230,230} + + + +\newcommand{\F}{\mathcal{F}} +\newcommand{\A}{\mathcal{A}} +\newcommand{\N}{\mathcal{N}} +\renewcommand{\H}{\mathcal{H}} +\newcommand{\Leff}{\mathcal{L}_{\rm eff}} +\newcommand{\heff}{\mathcal{H}_{\rm eff}} +\newcommand{\Lag}{\mathcal{L}} +\newcommand{\red}{\color{red}} +\newcommand{\blue}{\color{blue}} +\newcommand{\indigo}{\color{indigo}} +\newcommand{\brown}{\color{bbrown}} +\newcommand{\bs}{\mathbf} +\newcommand{\sss}{\scriptscriptstyle} +\newcommand{\btr}{{ $\blacktriangleright\ $}} + + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (CERN, IFJ PAN)} +\institute{UZH} +\title[Quo Vadis flavor anomalies?]{Quo Vadis flavor anomalies?} +\date{25 September 2014} + + +\begin{document} +\tikzstyle{every picture}+=[remember picture] +{ +\setbeamertemplate{sidebar right}{\llap{\includegraphics[width=\paperwidth,height=\paperheight]{bubble2}}} +\begin{frame}[c]%{\phantom{title page}} +\begin{center} +\begin{center} + \begin{columns} + \begin{column}{0.9\textwidth} + \flushright\fontspec{Trebuchet MS}\bfseries \Huge {Quo Vadis flavor anomalies?} + \end{column} + \begin{column}{0.2\textwidth} + %\includegraphics[width=\textwidth]{SHiP-2} + \end{column} + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-1.8em} {\fontspec{Trebuchet MS} \Large Marcin Chrząszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}} + +\end{column} +\begin{column}{0.53\textwidth} +\includegraphics[height=1.3cm]{cern}{~}{~} +\includegraphics[height=1.1cm]{ifj.png} +\end{column} +\end{columns} + +\vspace{1em} +% \footnotesize\textcolor{gray}{With N. Serra, B. Storaci\\Thanks to the theory support from M. Shaposhnikov, D. Gorbunov}\normalsize\\ +\vspace{0.5em} + \textcolor{normal text.fg!50!Comment}{The Future of Particle Physics: A Quest for Guiding Principles \\October 2, 2018} +\end{center} +\end{frame} +} + + +\begin{frame}{Outline} + + \begin{minipage}{\textwidth} +{~}\\ + +\begin{enumerate} +\item The flavour anomalies: +\begin{itemize} +\item $R(\PDstar)$ +\item $R_K$ and $R_{\PKstar}$ +\item $P_5^{\prime}$ +\end{itemize} +\item Global fits results. +\item Conclusions. +\end{enumerate} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + + + +\begin{frame}\frametitle{Modern Flavour Physics} +\begin{center} +\only<1>{ +\includegraphics[width=1.05\textwidth]{1.png} +} +\only<2>{ +\includegraphics[width=1.05\textwidth]{2.png} + +} +\end{center} + + + + +\end{frame} + + +\begin{frame}\frametitle{Why semi-leptonic decays?} +\begin{large} +\ARROW A decay is semi-leptonic if its products are part leptons +and part hadrons. +\end{large} + +\begin{center} +\includegraphics[width=0.99\textwidth]{3.png} +\end{center} + +\begin{large} +\ARROW These decays can be factorised into the weak and +strong parts, greatly simplifying theoretical calculations. +\end{large} + + +\end{frame} + + + +\begin{frame}\frametitle{Types of semi-leptonic decays} + +\begin{center} +\includegraphics[width=1.05\textwidth]{4.png} +\end{center} + + +\end{frame} + + +\begin{frame}\frametitle{Anomalies} + +\only<1>{ +\ARROW Today I will talk about three anomalies in $\PB$ +decays: +\begin{itemize} +\item $R(\PDstar)$ +\item $R_{\PK/\PKstar}$ +\item $P^{\prime}_5$ +\end{itemize} + +} + +\end{frame} + + + +\begin{frame} + +\begin{center} + +\begin{Huge}Anomaly 1\\ +\begin{align*} +R(\PDstar) = \frac{\Br (\PB \to \PDstar \tau \nu )}{\Br(\PB \to \PDstar \mu \nu)} +\end{align*} +\end{Huge} + + +\end{center} + + +\end{frame} + +\begin{frame}\frametitle{$R(\PDstar) $} + +\begin{large} + +\ARROW Large rate of charged current decays allow for measurement +in semi-tauonic decays +\end{large} + +\begin{columns} +\column{0.5\textwidth} +\begin{align*} +R(\PDstar) = \frac{\Br (\PB \to \PDstar \tau \nu )}{\Br(\PB \to \PDstar \mu \nu)} +\end{align*} +\column{0.5\textwidth} +\begin{large} +\ARROW Form ratio of decays with different lepton generations.\\ +\ARROW Cancel QCD uncertainties. +\end{large} + +\end{columns} +~\\ +\begin{large} + +\ARROW $R(\PDstar)$ is sensitive to the NP with strong 3rd generation couplings. +\end{large} + +\includegraphics[width=0.8\textwidth]{images/7.png} + + +\end{frame} + +\begin{frame}\frametitle{The Rule of three} + +\begin{center} + +\includegraphics[width=1.\textwidth]{images/8.png} + +\end{center} + + +\end{frame} + + +\begin{frame}\frametitle{Experimental challenges} +\begin{large} +\ARROW With the $\tau \to \mu \nu \nu$ decay we are missing 3 neutrinos!\\ +\ARROW No sharp peak in any distributions.\\ +\end{large} +{~}\\ +\begin{columns} +\column{0.5\textwidth} +\begin{large} +\ARROW At B-factories, can control this +using tagging technique.\\ +\end{large} + + +\includegraphics[width=0.9\textwidth]{9.png} + +\column{0.5\textwidth} + + +\includegraphics[width=0.9\textwidth]{10.png}\\ +\begin{large} +\ARROW More difficult at LHCb, compensate +using large boost (flight information) +and huge B production\\ +\end{large} +\end{columns} + +\end{frame} + +\iffalse + +\begin{frame}\frametitle{Signal fits} +\ARROW Three main backgrounds: +\begin{itemize} +\item $\PB \to \PDstar \ell \nu$. +\item $\PB \to \PD^{\ast \ast} \ell \nu$. +\item $\PB \to \PD \PDstar X$ +\end{itemize} +\begin{center} +\includegraphics[width=0.9\textwidth]{12.png} +\end{center} +\ARROW Fit variables which discriminate between the signal and background modes. + +\end{frame} + +\begin{frame}\frametitle{Results} +\ARROW All experiments see an access w.r.t. to SM prediction: +\begin{center} +\includegraphics[angle=-90,width=0.6\textwidth]{rdrds_winter2017.pdf} +\end{center} +\ARROW Theoretical uncertainties negligible.\\ +\ARROW The ball is on the experimental side. + +\end{frame} + + +\fi +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + + + +\begin{frame}\frametitle{Introduction to anomaly 2 \& 3} + +\begin{columns} +\column{4in} +\begin{itemize} +\item The SM allows only the charged interactions to change flavour. +\begin{itemize} +\item Other interactions are flavour conserving. +\end{itemize} +\item One can escape this constraint and produce $\Pbottom \to \Pstrange$ and $\Pbottom \to \Pdown$ at loop level. +\begin{itemize} +\item These kind of processes are suppressed in SM $\to$~Rare decays. +\item New Physics can enter in the loops. +\end{itemize} +\end{itemize} +\begin{center} +\includegraphics[scale=0.3]{lupa.png} +\includegraphics[scale=0.3]{example.png} +\end{center} +\column{1.5in} +\includegraphics[width=0.61\textwidth]{couplings.png} +\end{columns} + +\end{frame} + + +\begin{frame}{Analysis of Rare decays} +\begin{footnotesize} + +%{\Large Since a long time ago...} \\ \medskip +%\hspace*{1.4cm}$\Rightarrow$ $b \to s \gamma$ and $b \to s \ell\ell $ {\bf Flavour Changing Neutral Currents} have been used as {\bf \cred Our Portal} \\ to explore the fundamental theory beyond SM. \\ +%\medskip +%\medskip +%\hfill....... with not much success till 2013.\hspace*{1cm} +%\bigskip + +Analysis of FCNC in a model-independent approach, effective Hamiltonian: +\vspace*{-0.1cm} +\begin{columns} +\begin{column}{1cm} +~ +\end{column} +\begin{column}{8cm} +\begin{equation*} +b\to s\gamma(^*): {\mathcal H}^{SM}_{\Delta F=1} \propto + \sum_{i=1}^{10} V_{ts}^* V_{tb} {\cgreen \C{i}} \alert{ {\cal O}_i} + \ldots +\end{equation*} + +\vspace{-0.2cm} + +\begin{itemize} +\item $\alert{ {\cal O}_7} = \frac{e}{16 \pi^2}m_b\, + (\bar s\sigma^{\mu\nu} P_R b) F_{\mu\nu}\,$ %\quad [real or soft photon] +\item $\alert{ {\cal O}_9}=\frac{e^2}{16 \pi^2}(\bar{s}\gamma_\mu P_L b)\ (\bar\ell\gamma_\mu\ell)$ + %\quad [$b\to s\mu\mu$ via $Z$/hard $\gamma$] +\item $\alert{ {\cal O}_{10}}=\frac{e^2}{16 \pi^2}(\bar{s}\gamma_\mu P_L b) \ (\bar\ell\gamma_\mu\gamma_5\ell)$, ... +%\quad [$b\to s\mu\mu$ via $Z$] +\end{itemize} +\end{column} +\begin{column}{5.5cm} +\includegraphics[width=3.5cm]{images/qum1.png} +%\includegraphics[width=3cm]{bsll.pdf} +\end{column} +\end{columns} + +%\hspace*{5cm} with no clear success yet... +%\bigskip + + +%\centerline{{\bf Goal}: \underline{Decode the short distance physics to find a smoking gun of BSM}\hspace*{2cm}} + + +\bigskip +\hspace*{0.0cm} $\bullet$ {\bf SM} Wilson coefficients up to NNLO + e.m. corrections at $\mu_{ref}=4.8$ GeV [{\cgreen Misiak et al.}]: $${\cal C}_7^{\rm SM}=-0.29,\, {\cal C}_9^{\rm SM}=4.1,\, {\cal C}_{10}^{\rm SM}=-4.3$$ +%BUT, like in the film there is always the good, the bad and the ugly. +\bigskip +$\bullet$ {\bf NP} changes short distance ${\cal C}_i-{\cal C}_i^{\rm SM}={\cal C}_i^{\rm NP}$ and induce new operators, like ${\cal O}^\prime_{7,9,10}={\cal O}_{7,9,10}\,\, (P_L \leftrightarrow P_R)$ ... also scalars, pseudoescalar, tensor operators...%\bigskip + + +\end{footnotesize} + +\end{frame} + + +\begin{frame} + +\begin{center} + +\begin{Huge} +Anomaly 2\\ +\begin{align*} +R_{\PK/\PKstar} = \frac{\Br(\PB \to \PK/\PKstar \mu \mu)}{\Br(\PB \to \PK/\PKstar e e)} +\end{align*} +\end{Huge} + + +\end{center} + + +\end{frame} + + + +\begin{frame}\frametitle{Measurement at LHCb} + +\ARROW Most precise measurements performed at LHCb.\\ +\ARROW Main challenge is due to electron Bremsstrahlung.\\ +\begin{center} +\includegraphics[width=0.99\textwidth]{13.png} +\end{center} +\ARROW To protect ourself from electron reconstruction issue we use double ratio: +\begin{align*} +R_K = \frac{ \Br(\PB \to \PK \mu \mu ) \times \Br(\PB \to \PK \PJpsi(\to e e)) }{ \Br(\PB \to \PK e e ) \times \Br(\PB \to \PK \PJpsi(\to \mu \mu)) } +\end{align*} + + +\end{frame} + + +\begin{frame}\frametitle{Result} + +\begin{center} +\begin{large} +\begin{align*} +R_K = 0.745^{+0.090}_{-0.074} ({\rm stat.}) \pm 0.036 ({\rm syst}) +\end{align*} +\end{large} + +\includegraphics[width=0.7\textwidth]{images/RK.png}\\ + +\end{center} +\ARROW $2.6~\sigma$ away from SM prediction. +\end{frame} + +\begin{frame}\frametitle{The continuation - $R_{\PKstar}$} +\ARROW The neutral continuation of the $R_K$ measurement is to measure its partner: +\begin{center} +\begin{align*} +R_{\PKstar} = \frac{\Br(\PB \to \PKstar \mu \mu)}{\Br(\PB \to \PKstar e e)} +\end{align*} +\end{center} + + +\begin{columns} +\column{0.4\textwidth} +\ARROW Measurement performed in two $q^2$ bins. \\ +\ARROW Normalized in double ratio to $\PB \to \PKstar \PJpsi$.\\ +\includegraphics[width=0.95\textwidth]{images/plot.png} + + +\column{0.6\textwidth} +\begin{center} +\includegraphics[width=0.95\textwidth]{Fig10a.pdf} +\end{center} + +\end{columns} + + + +\end{frame} + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Branching fraction measurements of $\PB \to \PKstar^{\pm} \Pmu \Pmu$} +{~} +\includegraphics[width=0.5\textwidth]{images/ksmumu_BF.png} +\includegraphics[width=0.5\textwidth]{images/kmumu_BF.png} + +\begin{center} +\begin{columns} + +\column{0.4\textwidth} +\begin{itemize} +\item Despite large theoretical errors the results are consistently smaller than SM prediction. +\end{itemize} +\column{0.6\textwidth} +\includegraphics[width=0.87\textwidth]{images/bukst_BF.png} + + +\end{columns} + + + + + + + +\end{center} + \vspace*{2.1cm} +\end{frame} + + + + + + +\begin{frame} + +\begin{center} + +\begin{Huge} +Anomaly 3\\ +\begin{align*} +P_5^{\prime} = \sqrt{2} \frac{\Re (\apeL \apaL^{\ast} - \apeR \apaR^{\ast} )}{\sqrt{ |\aze|^2 ( |\ape|^2 + |\aze|^2 )}} +\end{align*} +\end{Huge} + + +\end{center} + + +\end{frame} + + +%\azeLR +%\apaLR +%\apeLR + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{$\PBzero \to \PKstar \Pmuon \APmuon$ kinematics} +{~} + \begin{minipage}{\textwidth} + +$\color{JungleGreen}{\Rrightarrow}$ The kinematics of $\PBzero \to \PKstar \Pmuon \APmuon$ decay is described by three angles $\thetal$, $\thetak$, $\phi$ and invariant mass of the dimuon system ($q^2)$: +{\tiny{ +\eqa{\label{dist} +\frac{d^4\Gamma}{dq^2\,d\!\cos\theta_K\,d\!\cos\theta_l\,d\phi}&=&\frac9{32\pi} \bigg[ +J_{1s} \sin^2\theta_K + J_{1c} \cos^2\theta_K + (J_{2s} \sin^2\theta_K + J_{2c} \cos^2\theta_K) \cos 2\theta_l\nn\\[1.5mm] +&&\hspace{-2.7cm}+ J_3 \sin^2\theta_K \sin^2\theta_l \cos 2\phi + J_4 \sin 2\theta_K \sin 2\theta_l \cos\phi + J_5 \sin 2\theta_K \sin\theta_l \cos\phi \nn\\[1.5mm] +&&\hspace{-2.7cm}+ (J_{6s} \sin^2\theta_K + {J_{6c} \cos^2\theta_K}) \cos\theta_l ++ J_7 \sin 2\theta_K \sin\theta_l \sin\phi + J_8 \sin 2\theta_K \sin 2\theta_l \sin\phi \nn\\[1.5mm] +&&\hspace{-2.7cm}+ J_9 \sin^2\theta_K \sin^2\theta_l \sin 2\phi \bigg]\,, +\nonumber} +}} + + + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + +\fi + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Transversity amplitudes } +{~} + \begin{minipage}{\textwidth} + +$\color{JungleGreen}{\Rrightarrow}$ One can link the angular observables to transversity amplitudes +{\tiny{ +\eqa{ +J_{1s} & = & \frac{(2+\beta_\ell^2)}{4} \left[|\apeL|^2 + |\apaL|^2 +|\apeR|^2 + |\apaR|^2 \right] + + \frac{4 m_\ell^2}{q^2} \re\left(\apeL\apeR^* + \apaL\apaR^*\right)\,,\nn\\[1mm] +% +J_{1c} & = & |\azeL|^2 +|\azeR|^2 + \frac{4m_\ell^2}{q^2} \left[|A_t|^2 + 2\re(\azeL^{}\azeR^*) \right] + \beta_\ell^2\, |A_S|^2 \,,\nn\\[1mm] +% +J_{2s} & = & \frac{ \beta_\ell^2}{4}\left[ |\apeL|^2+ |\apaL|^2 + |\apeR|^2+ |\apaR|^2\right], +\hspace{0.92cm} J_{2c} = - \beta_\ell^2\left[|\azeL|^2 + |\azeR|^2 \right]\,,\nn\\[1mm] +% +J_3 & = & \frac{1}{2}\beta_\ell^2\left[ |\apeL|^2 - |\apaL|^2 + |\apeR|^2 - |\apaR|^2\right], +\qquad J_4 = \frac{1}{\sqrt{2}}\beta_\ell^2\left[\re (\azeL\apaL^* + \azeR\apaR^* )\right],\nn \\[1mm] +% +J_5 & = & \sqrt{2}\beta_\ell\,\Big[\re(\azeL\apeL^* - \azeR\apeR^* ) - \frac{m_\ell}{\sqrt{q^2}}\, +\re(\apaL A_S^*+ \apaR^* A_S) \Big]\,,\nn\\[1mm] +% +J_{6s} & = & 2\beta_\ell\left[\re (\apaL\apeL^* - \apaR\apeR^*) \right]\,, +\hspace{2.25cm} J_{6c} = 4\beta_\ell\, \frac{m_\ell}{\sqrt{q^2}}\, \re (\azeL A_S^*+ \azeR^* A_S)\,,\nn\\[1mm] +% +J_7 & = & \sqrt{2} \beta_\ell\, \Big[\im (\azeL\apaL^* - \azeR\apaR^* ) + +\frac{m_\ell}{\sqrt{q^2}}\, \im (\apeL A_S^* - \apeR^* A_S)) \Big]\,,\nn\\[1mm] +% +J_8 & = & \frac{1}{\sqrt{2}}\beta_\ell^2\left[\im(\azeL\apeL^* + \azeR\apeR^*)\right]\,, +% +\hspace{1.9cm} J_9 = \beta_\ell^2\left[\im (\apaL^{*}\apeL + \apaR^{*}\apeR)\right] \,, +\label{Js}\nonumber} +}} + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Link to effective operators} +{~} + \begin{minipage}{\textwidth} +$\color{JungleGreen}{\Rrightarrow}$ So here is where the magic happens. At leading order the amplitudes can be written as: +{\tiny{ +\eqa{ +\apeLR &=&\sqrt{2} N m_B(1- \hat s)\bigg[ (\Ceff9 + \Cpeff9) \mp (\C{10} + \Cp{10}) ++\frac{2\hat{m}_b}{\hat s} (\Ceff7 + \Cpeff7) \bigg]\xi_{\bot}(E_{K^*}) \nn \\[2mm] +\apaLR &=& -\sqrt{2} N m_B (1-\hat s)\bigg[(\Ceff9 - \Cpeff9) \mp (\C{10} - \Cp{10}) ++\frac{2\hat{m}_b}{\hat s}(\Ceff7 - \Cpeff7) \bigg] \xi_{\bot}(E_{K^*}) \nn \\[2mm] +\azeLR &=& -\frac{N m_B (1-\hat s)^2}{2 \hat{m}_{K^*} \sqrt{\hat s}} \bigg[ (\Ceff9 - \Cpeff9) \mp (\C{10} - \Cp{10}) + 2\hat{m}_b (\Ceff7 - \Cpeff7) \bigg]\xi_{\|}(E_{K^*}), +\label{LargeRecoilAs}\nonumber} +}} +where $\hat s = q^2 /m_B^2$, $\hat{m}_i = m_i/m_B$. The $\xi_{\|,\bot }$ are the form factors. \\ +\pause +$\color{JungleGreen}{\Rrightarrow}$ Now we can construct observables that cancel the $\xi$ form factors at leading order: +\eq{P_5^{\prime} = \dfrac{J_5+\bar{J}_5}{2\sqrt{-(J_2^c+\bar{J}_2^c)(J_2^s+\bar{J}_2^s)} }\nonumber +} + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + + +\begin{frame}{Compatibility with SM} +{~} + + \begin{minipage}{\textwidth} + +\begin{columns} +\column{0.1in} +{~} +\column{2in} +\includegraphics[angle=-90,width=0.95\textwidth]{images/PBasis_P5pPad.pdf} + +\ARROW Use \texttt{EOS} software package to test compatibility with SM.\\ +\ARROW Perform the $\chi^2$ fit to the measured: +\begin{center} +\begin{align*} +F_L, A_{FB}, S_{3,..., 9} . +\end{align*} +\end{center} +\ARROW Float a vector coupling: $\Re(C_9)$.\\ + + +\column{3in} +\begin{align*} +\Delta \Re (C_9) \equiv \Re(C_9)^{{\rm fit}} - \Re(C_9)^{{\rm SM}} = -1.03 +\end{align*} +\includegraphics[angle=-90,width=0.95\textwidth]{images/wilsonchi2.pdf} \\ + +\ARROW Best fit is found to be $3.4~\sigma$ away from the SM. + +\end{columns} + + + +\end{minipage} + + \vspace*{2.1cm} +\end{frame} + + + +\begin{frame}\frametitle{Global picture of $P_5^{\prime}$} + +\begin{columns} + +\column{0.4\textwidth} +\only<1>{{\color{gray}{\ARROW 2013 LHCb: \href{https://arxiv.org/pdf/1308.1707.pdf}{arXiv::1308.1707}}}\\} +\only<1>{\ARROW 2015 LHCb: \href{https://arxiv.org/abs/1512.04442}{arXiv::1512.0444}\\} +\only<1>{{\color{red}{\ARROW 2016 Belle: \href{https://arxiv.org/abs/1604.04042}{arXiv::1604.04042}}}\\} +\only<1>{\ARROW 2017: {\color{blue}{\href{https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/CONFNOTES/ATLAS-CONF-2017-023/}{ATLAS-CONF-2017-023}}} $(20.5~\rm fb^{-1})$ and {\color{OliveGreen}{\href{http://cds.cern.ch/record/2256738?ln=en}{CMS-PAS-BPH-15-008}}} $(20.8~\rm fb^{-1})$} + + + +\column{0.6\textwidth} +\only<1>{ +\ARROW Theory: +~~DHMV: \href{https://arxiv.org/abs/1407.8526}{arXiv::1407.8526} +~~ASZB: \href{https://arxiv.org/abs/1411.3161}{arXiv::1411.3161} +} +%\includegraphics[width=0.95\textwidth]{images/P5p1.png} +\only<1>{ +\includegraphics[angle=-90,width=0.9\textwidth]{images/P5p.pdf} +} + + +\end{columns} +\only<1>{ + + +} + +\end{frame} + + + +\iffalse + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Branching fraction measurements of $\PLambdab \to \PLambda \Pmu \Pmu$} +{~} + \begin{minipage}{\textwidth} + + \begin{center} + \only<1>{ + \includegraphics[width=0.65\textwidth]{images/Lb_BR.png} +} + \only<2>{ + \includegraphics[width=0.45\textwidth]{images/Lblow.png} +\includegraphics[width=0.45\textwidth]{images/Lbhigh.png} + +} + + + \end{center} + + +\begin{itemize} +\item This years LHCb measurement [JHEP 06 (2015) 115]]. +\item In total $\sim 300$ candidates in data set. +\item Decay not present in the low $q^2$. + +\end{itemize} + + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}{Angular analysis of $\PLambdab \to \PLambda \Pmu \Pmu$} +{~} + \begin{minipage}{\textwidth} + +\begin{itemize} +\item For the bins in which we have $>3~\sigma$ significance the forward backward asymmetry for the hadronic and leptonic system. +\end{itemize} +\begin{center} +\includegraphics[width=0.9\textwidth]{{images/AFB_Lb}.png} +\end{center} +\begin{itemize} +\item $A_{FB}^H$ is in good agreement with SM. +\item $A_{FB}^{\ell}$ always in above SM prediction. +\end{itemize} + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Lepton universality test} +{~} + \begin{minipage}{\textwidth} +\begin{columns} +\column{3.0in} +\begin{itemize} +\item If $\PZprime$ is responsible for the $P'_5$ anomaly, does it couple equally to all flavours? +\includegraphics[width=0.9\textwidth]{images/uni2.png} +\item Challenging analysis due to bremsstrahlung. +\item Migration of events modeled by MC. +\item Correct for bremsstrahlung. +\item Take double ratio with $\PBplus \to \PJpsi \PKplus$ to cancel systematics. +\item In $3\invfb$, LHCb measures $R_K=0.745^{+0.090}_{-0.074}(stat.)^{+0.036}_{-0.036}(syst.)$ +\item Consistent with SM at $2.6\sigma$. + +\end{itemize} +\column{2.0in} +\includegraphics[width=0.99\textwidth]{images/RK.png}\\ +\begin{itemize} +\item \href{http://arxiv.org/abs/1406.6482}{Phys. Rev. Lett. 113, 151601 (2014)} +\end{itemize} +\end{columns} + + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Angular analysis of $\PBzero \to \PKstar \Pe \Pe$} +{~} +\only<1>{ + \begin{minipage}{\textwidth} + \begin{itemize} + \item With the full data set ($3\invfb$) we performed angular analysis in $0.0004 < q^2 <1~\GeV^2$. + \item Electrons channels are extremely challenging experimentally: + \begin{itemize} + \item Bremsstrahlung. + \item Trigger efficiencies. + \end{itemize} + \item Determine the angular observables: $\FL$, $\ATD$, $\ATRe$, $\ATIm$: + \end{itemize} +\begin{equation} + \label{eq:physPars} + \begin{split} + \FL &=\frac{|A_0|^2}{|A_0|^2+|A_{||}|^2 + |A_\perp|^2}\\ + \ATD &= \frac{|A_\perp|^2-|A_{||}|^2}{|A_\perp|^2+|A_{||}|^2}\\ + \ATRe &= \frac{2\Real(A_{||L}A^*_{\perp L} + A_{||R}A^*_{\perp R})}{|A_{||}|^2 + |A_\perp|^2}\\ + \ATIm &= \frac{2\Imag(A_{||L}A^*_{\perp L} + A_{||R}A^*_{\perp R})}{|A_{||}|^2 + |A_\perp|^2}, +\end{split}\nonumber +\end{equation} + +\end{minipage} +} +\only<2>{ +\begin{center} +\includegraphics[width=0.5\textwidth]{images/Kstee.png}\\ +\end{center} +\begin{itemize} +\item Results in full agreement with the SM. +\item Similar strength on $C_7$ Wilson coefficient as from $\Pbeauty \to \Pstrange \Pphoton$ decays. +\end{itemize} + +\begin{center} +\includegraphics[width=0.9\textwidth]{images/Kstee2.png} +\end{center} + +} + \vspace*{2.1cm} +\end{frame} + +\fi + +\begin{frame} +\begin{center} +\begin{Huge} +Global fit to $\Pbeauty \to \Pstrange \ell \ell$ measurements +\end{Huge} +\end{center} + + + + +\end{frame} + + + +\begin{frame}{Link the observables} +\begin{footnotesize} + +\ARROW Fits prepare by \texttt{S. Descotes-Genon, L. Hofer, J. Matias, J. Virto}, \href{http://arxiv.org/abs/1510.04239}{\color{blue}{arXiv::1510.04239}} + +\begin{itemize} + +\item Inclusive + +\begin{itemize} +\item $B\to X_s\gamma$ {\color{gray}($BR$) +.......................................................... } {\color{red} $\C7^{(\prime)}$}%, {\color{brown} $\C{\rm had}$} +\item $B\to X_s\ell^+\ell^-$ {\color{gray}($dBR/dq^2$) +............................................ } {\color{red} $\C7^{(\prime)}$, $\C9^{(\prime)}$, $\C{10}^{(\prime)}$}%, {\color{brown} $\C{\rm had}$} +\end{itemize} + +\item Exclusive leptonic + +\begin{itemize} +\item $B_s\to \ell^+\ell^-$ {\color{gray}($BR$) +........................................................ } {\color{red} $\C{10}^{(\prime)}$} +\end{itemize} + +\item Exclusive radiative/semileptonic +\begin{itemize} +\item $B\to K^*\gamma$ {\color{gray}($BR$, $S$, $A_I$) +................................................ } {\color{red} $\C7^{(\prime)}$}%, {\color{brown} $\C{\rm had}$} + +\item $B\to K\ell^+\ell^-$ {\color{gray}($dBR/dq^2$) +.............................................. } {\color{red} $\C7^{(\prime)}$, $\C9^{(\prime)}$, $\C{10}^{(\prime)}$}%, {\color{brown} $\C{\rm had}$} + +\item $\bf \color{Red} B\to K^*\ell^+\ell^-$ {\color{gray}($dBR/dq^2$, {\bf Optimized Angular Obs.}) +.. } {\color{red} $\C7^{(\prime)}$, $\C9^{(\prime)}$, $\C{10}^{(\prime)}$}%, {\color{brown} $\C{\rm had}$} + +\item $B_s\to \phi \ell^+\ell^-$ {\color{gray}($dBR/dq^2$, Angular Observables) +.............. } {\color{red} $\C7^{(\prime)}$, $\C9^{(\prime)}$, $\C{10}^{(\prime)}$}%, {\color{brown} $\C{\rm had}$} + +\item $\Lambda_b\to \Lambda\ell^+\ell^-$ {\color{gray}(None so far)} +\item etc. +\end{itemize} + + + +\end{itemize} +\end{footnotesize} + +\end{frame} + +\frame{ \frametitle{Statistic details} + +\begin{footnotesize} + +\ARROW Frequentist approach: +\medskip + +$$\chi^2(C_i) = [O_\text{exp}- O_\text{th}(C_i)]_j \, [Cov^{-1}]_{jk}\, [O_\text{exp}- O_\text{th}(C_i)]_k$$ + + +\begin{itemize} +\item $\bf Cov = Cov^\text{exp} + Cov^\text{th}$. We have $Cov^\text{exp}$ for the first time +\item Calculate $Cov^\text{th}$: correlated multigaussian scan over all nuisance parameters +\item $Cov^\text{th}$ depends on $C_i$: Must check this dependence\\[5mm] +\end{itemize} +For the Fit: +\begin{itemize} +\item Minimise $\chi^2 \to \chi^2_\text{min} = \chi^2(C_i^0)\quad$ (Best Fit Point = $C_i^0$) +\item Confidence level regions: $\chi^2(C_i) - \chi^2_\text{min} < \Delta\chi_{\sigma,n}$ +%\item Compute pulls by inversion of the above formula +\end{itemize} +\medskip +\ARROW The results from 1D scans:{~}\\{~}\\ +\begin{tiny} +\begin{tabular}{crccc} +%\toprule[1.6pt] +Coefficient ${\cal C}_i^{NP}={\cal C}_i-{\cal C}_i^{SM}$ & Best fit & 1$\sigma$ & 3$\sigma$ & Pull$_{\rm SM}$ \\ \hspace{10mm} \\[5mm] +% \midrule + $\bf\cred\C9^{\rm NP}$ & $ -1.09 $ & $ [-1.29,-0.87] $ & $ [-1.67,-0.39] $ & $\,\,\,\,\,\,\bf 4.5 + \cred \Leftarrow$ \hspace{5mm} \\[3mm] + $\C9^{\rm NP}=-\C{10}^{\rm NP}$ & $ -0.68 $ & $ [-0.85,-0.50] $ & $ [-1.22,-0.18] $ & \bf \quad 4.2 + $\cred\Leftarrow$ \hspace{5mm} \\[3mm] + $\C9^{\rm NP}=-\C{9'}^{\rm NP}$ & $ -1.06 $ & $ [-1.25,-0.86] $ & $ [-1.60,-0.40] $ & \quad \quad \quad \,\,\quad 4.8 + $\cred\Leftarrow$ (no $R_K$)\hspace{5mm} \\[3mm] + + \hspace{5mm} \\[3mm] +% \bottomrule[1.6pt] +\end{tabular} +\end{tiny} +\end{footnotesize} + +} + + +\frame{ \frametitle{Where to look for more?} + +\begin{footnotesize} +\ARROW There are couple of models that can accommodate these (see next talk).\\ +\ARROW Usual models need high mass particle outside the reach of LHC.\\ + +\begin{exampleblock}{My opinion} +Before moving to high energy frontier to look for something we should explore more precisely the electroweak sector. + +We can get more clues about the underlying physics +\end{exampleblock} + +\begin{center} +\includegraphics[width=0.5\textwidth]{images/download.pdf} +\end{center} + + + + +\end{footnotesize} + +} + + + + + + + + + + +\backupbegin + +\begin{frame}\frametitle{Backup} + + +\end{frame} + + + + + + + + +\begin{frame}{$B\to K^\ast \ell\ell\ $ Amplitudes} + +\small + +\mbox{ +\includegraphics[width=3cm,height=2cm]{bsg0.jpg}\hspace{5mm} +\includegraphics[width=3cm,height=2cm]{bsg1.jpg}\hspace{5mm} +\includegraphics[width=3cm,height=2.4cm]{bsg2.jpg} +} + +\vspace{3mm} + +\mbox{ +\hspace{-10mm} +\colorbox{llgray}{ +\hspace{1mm} +$\displaystyle +A_\lambda^{L,R} = N_\lambda\ \bigg\{ +(C_9 \mp C_{10}) {\blue \F_\lambda(q^2)} ++\frac{2m_b M_B}{q^2} \bigg[ C_7 {\blue \F_\lambda^{T}(q^2)} +- 16\pi^2 \frac{M_B}{m_b} {\red \H_\lambda(q^2)} \bigg] +\bigg\} +$ +\hspace{2mm} +} +} + +\vspace{5mm} +{\small + +\hspace{-8mm} \btr {\brown Local (Form Factors) :} \hspace{2mm} {\blue $ \F_\lambda^{(T)}(q^2) = \av{\bar M_\lambda(k)| \,\bar s\, \Gamma_\lambda^{(T)}\, b\, | \bar{ B}(k+q)}$} +\\[5mm] + +\mbox{ +\hspace{-9mm} +\btr {\brown Non-Local :} \hspace{0mm} {\red $\displaystyle \H_\lambda(q^2) = i \,{\cal P}_\mu^\lambda \int d^4 x\ e^{i q\cdot x}\, +\av{\bar{M}_\lambda(k)| +T\big\{ {\cal J}_{\rm em}^\mu(x), \C{i} \, \mathcal{O}(0) \big\} | \bar{B}(q+k)}$} +} + +\vspace{3mm} + +\hspace{-8mm} +\btr CKM structure : \hspace{2mm} $\displaystyle \H_\lambda = {\color{gray}- \frac{\lambda_u}{\lambda_t} \H_\lambda^{(u)}} - \frac{\lambda_c}{\lambda_t} \H_\lambda^{(c)}$ \hspace{5mm} $\Rightarrow\ \mathcal{O} \sim (\bar{ c} b)(\bar{ s} c)$ + +} + +\end{frame} + + + + + +\begin{frame}{Analytic structure of $\H_\lambda(q^2)$} + +\Cite{Bobeth, Chrzaszcz, van Dyk, Virto 1707.07305} +\vspace{3mm} + + +Neglecting OZI- and CKM-suppressed contributions : + +\begin{center} +\includegraphics[width=7.5cm]{Analyticq2.png} +\end{center} + + +$\displaystyle { \hat{\mathcal{H}}_\lambda(q^2)} = (q^2 - M_{J/\psi}^2)(q^2 -M_{\psi(2S)}^2) \,{ {\mathcal{H}}_\lambda(q^2)} \quad $ has no poles. + +\end{frame} + + + +\begin{frame}{Accessing $q^2 > 0$ : $\ z\ $ expansion} + +\small +\Cite{Bobeth, Chrzaszcz, van Dyk, Virto 1707.07305} +\vspace{2mm} + +\btr Conformal mapping : \hspace{5mm} $q^2 \mapsto \ z\,(q^2) = \frac{\sqrt{t_+ - q^2} - \sqrt{t_+ - t_0}}{\sqrt{t_+ - q^2} + \sqrt{t_+ - t_0}}$ + +\mbox{ +\hspace{-10mm} +\raisebox{8mm}{\includegraphics[width=5.6cm]{Analyticq22.png}} +\hspace{1mm} +\includegraphics[width=6.5cm]{Analyticz.png} +} + +\vspace{-7mm} + +\btr ${\red \hat \H_\lambda (q^2(z))}$ is {\bf analytic in $|z|<1$}\\[3mm] + +\btr Taylor expand $\red \hat{\H}_\lambda(z)$ around $z=0$.\\[3mm] + +\btr Expansion needed for $|z| < 0.52\ $ ( $-7\,\GeV^2 \leq q^2 \leq 14 \GeV^2$ ) + + +\end{frame} + + + + +\begin{frame}{Accessing $q^2 > 0$ : $\ z\ $ expansion} +\small +\Cite{Bobeth, Chrzaszcz, van Dyk, Virto 1707.07305} + +\vspace{3mm} + + +\hspace{-5mm} {\bf \brown Some details for actual parametrisation :} + +\mbox{\hspace{-5mm} \btr Try to capture most features of the expansion (better convergence)} + +\mbox{\hspace{-5mm} \btr Parametrize the ratios $\H_\lambda(q^2)/\F_\lambda(q^2)$ instead} + +\mbox{\hspace{-5mm} \btr The poles should not modify the asymptotic behaviour at $|q^2|\to \infty$} + +\begin{eqnarray} +\H_\lambda(z) &=& +\frac{1-z\, z^*_{J/\psi}}{z-z_{J/\psi}} \frac{1-z\,z^*_{\psi(2S)}}{z-z_{\psi(2S)}} \ \hat\H_\lambda(z) +\nonumber\\[2mm] +% +\hat\H_\lambda(z) &=& \Big[ \sum_{k=0}^K \alpha_k^{(\lambda)} z^{k} \Big] \F_\lambda(z) +\nonumber +\end{eqnarray} + + +where $\alpha^{(\lambda)}_k$ are complex coefficients, and the expansion is truncated after the term $z^{K}$. +We will take $K=2$ ({\brown 16} real parameters). + + +\end{frame} + + + + +\begin{frame}{Experimental constraints on $\ z\ $ parametrisation } +\small + +\vspace{-1mm} +\hspace{-5mm} +\Cite{Bobeth, Chrzaszcz, van Dyk, Virto 1707.07305} +\vspace{1mm} + +\hspace{-5mm} {\bf \brown Experimental constraints :} + +\mbox{\hspace{-5mm} \btr The residues of the poles are given by $B\to K^* \psi_n$ :} + +$$ +\H_\lambda(q^2 \to M_{\psi_n}^2) \sim +\frac{M_{\psi_n} f^{\,*}_{\psi_n} \A^{\psi_n}_\lambda}{M_B^2 (q^2 - M_{\psi_n}^2)} + \cdots +$$ + +\mbox{\hspace{-5mm} \btr Angular analyses \Cite{Belle, Babar, LHCb} determine : } + +$$ +|r_\perp^{\psi_n}|,\, +|r_\|^{\psi_n}|,\, +|r_0^{\psi_n}|,\, +\arg\{r_\perp^{\psi_n} r_{0}^{\psi_n*}\},\, +\arg\{r_\|^{\psi_n} r_{0}^{\psi_n*}\}, +$$ + +where $\quad \displaystyle r_\lambda^{\psi_n} \equiv \operatorname*{Res}_{q^2\to M^2_{\psi_n}} \frac{\H_\lambda(q^2)}{\F_\lambda(q^2)} +\sim +\frac{M_{\psi_n} f^*_{\psi_n} \A^{\psi_n}_\lambda}{M_B^2\, \F_\lambda(M_{\psi_n}^2)}$\\[3mm] + + +\mbox{\hspace{-5mm} \btr We produce correlated pseudo-observables from a fit (5+5).} + + + +\end{frame} + + + + +\begin{frame}{Prior Fit to $\ z\ $ parametrisation } +\small + +\vspace{-1mm} +\hspace{-5mm} +\vspace{1mm} + +\hspace{-5mm} {\bf \brown (Prior) Fit to Experimental and theoretical pseudo-observables :} + + + +\begin{table}[b] +% \resizebox{.85\textwidth}{!}{% +\centering +\renewcommand{\arraystretch}{1.5} +\renewcommand{\tabcolsep}{3.1mm} +\begin{tabular}{@{}crrr@{}} +\hline +$k$ & 0\hspace{7mm} & 1\hspace{7mm} & 2\hspace{7mm} \\ +\hline +%re perp +${\rm Re}[\alpha_{k}^{(\perp)}]$ & $-0.06 \pm 0.21$ & $-6.77 \pm 0.27$ & $18.96 \pm 0.59$ \\ +%re para +${\rm Re}[\alpha_{k}^{(\parallel)}]$ & $-0.35 \pm 0.62$ & $-3.13 \pm 0.41$ & $12.20 \pm 1.34$ \\ +%re long +${\rm Re}[\alpha_{k}^{(0)}]$ & $0.05 \pm 1.52$ & $17.26 \pm 1.64$ & -- \\ +%im perp +${\rm Im}[\alpha_{k}^{(\perp)}]$ & $-0.21 \pm 2.25$ & $1.17 \pm 3.58$ & $-0.08 \pm 2.24$ \\ +%im para +${\rm Im}[\alpha_{k}^{(\parallel)}]$ & $-0.04 \pm 3.67$ & $-2.14 \pm 2.46$ & $6.03 \pm 2.50$ \\ +%im long +${\rm Im}[\alpha_{k}^{(0)}]$ & $-0.05 \pm 4.99$ & $4.29 \pm 3.14$ & -- \\ +\hline +\end{tabular} +% } +\caption{Mean values and standard deviations (in units of $10^{-4}$) +of the prior PDF for the parameters $\alpha_k^{(\lambda)}$.} +\label{alphak} +\end{table} + +\end{frame} + +\begin{frame}{New Physics Analysis } +\small + +\vspace{-1mm} +\hspace{-5mm} +\vspace{1mm} + +\hspace{-5mm} {\bf \brown SM predictions and Fit including $B\to K^* \mu^+\mu^-$ data and $\C{9}^{\rm NP}$ :}\\[4mm] + +\mbox{ +\hspace{-10mm} +\includegraphics[width=12cm]{NPFit.png} +} + +The NP hypothesis with {\red $\C{9}^{\bf NP}\sim -1$} is favored strongly in the global fit + +\end{frame} + + + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Scale of NP?} +{~} + \begin{minipage}{\textwidth} +\includegraphics[width=0.99\textwidth]{15.png} + +\ARROW Stolen from M. Nardecchia +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Conclusions} +{~} + \begin{minipage}{\textwidth} +\begin{itemize} +\item Clear tensions wrt. SM predictions! +\item Measurements cluster in the same direction. +\item We are not opening the champagne yet! +\item Still need improvement both on theory and experimental side. +\item Time will tell if this is QCD+fluctuations or new Physics: +\end{itemize} +\pause +''... when you have eliminated all the\\ +Standard Model explanations, whatever remains,\\ +however improbable, must be New Physics.''\\ +prof. Joaquim Matias + + \end{minipage} + \vspace*{2.1cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +{~} + \begin{minipage}{\textwidth} +\begin{center} +\begin{LARGE} +Thank you for the attention! +\end{LARGE} +\includegraphics[width=0.8\textwidth]{images/Joke.jpg} + +\end{center} + + + + \end{minipage} + \vspace*{2.1cm} +\end{frame} + + + +\begin{frame}{Amplitudes method} +{~} +\begin{footnotesize} + \begin{minipage}{\textwidth} + +\ARROW Fit for amplitudes as (continuous) functions of $q^2$ in the region: $q^2 \in \left[ 1.1. 6.0 \right]~\GeV^2/c^4$.\\ +\ARROW Needs some Ansatz: +\begin{align*} +A(q^2) = \alpha + \beta q^2+ \dfrac{\gamma}{q^2} +\end{align*} +\ARROW The assumption is tested extensively with toys.\\ +\ARROW Set of 3 complex parameters $ \alpha, \beta, \gamma $ per vector amplitude:\begin{itemize} +\item {\color{Magenta}{$L, ~R$}}, {\color{Cerulean}{$0 ,~\| ,~\bot$}}, {\color{PineGreen}{$\Re ,~\Im$}} $\rightarrowtail$~~ $3 \times {\color{PineGreen}{2}} \times {\color{Cerulean}{3}} \times {\color{Magenta}{2}} = 36$ DoF. +\item Scalar amplitudes: $+4$ DoF. +\item Symmetries of the amplitudes reduces the total budget to: $28$. +\end{itemize} +\ARROW The technique is described in \href{http://arxiv.org/pdf/1504.00574v2.pdf}{\color{blue}{JHEP06(2015)084}}.\\ +\ARROW Allows to build the observables as continuous functions of $q^2$: +\begin{itemize} +\item At current point the method is limited by statistics. +\item In the future the power of this method will increase. +\end{itemize} +\ARROW Allows to measure the zero-crossing points for free and with smaller errors than previous methods. +\end{minipage} +\end{footnotesize} + \vspace*{2.1cm} +\end{frame} + + + +\begin{frame}{Amplitudes - results} +{~} +\begin{footnotesize} + \begin{minipage}{\textwidth} +\begin{center} +\begin{columns} +\column{0.45\textwidth} +\includegraphics[angle=-90,width=0.95\textwidth]{{images/amplitudes_AFBOverlay}.pdf}\\ +\includegraphics[angle=-90,width=0.95\textwidth]{{images/amplitudes_S4Overlay}.pdf} + +\column{0.45\textwidth} +\includegraphics[angle=-90,width=0.95\textwidth]{{images/amplitudes_S5Overlay}.pdf}\\ +{~}\\{~}\\{~}\\{~}\\ +\begin{large} +Zero crossing points: +\end{large} +\begin{align*} +q_0(S_4) & <2.65 & {\rm{~at~}} & 95\% ~CL \\ +q_0(S_5) & \in \left[ 2.49,3.95 \right] & {\rm{~at~}} & 68\% ~CL \\ +q_0(A_{FB}) & \in \left[ 3.40, 4.87 \right] & {\rm{~at~}} & 68\% ~CL +\end{align*} + + +\end{columns} +\end{center} + +\end{minipage} +\end{footnotesize} + \vspace*{2.1cm} +\end{frame} + + + +\backupend + +\end{document} diff --git a/KIT_2018/mchrzasz.toc b/KIT_2018/mchrzasz.toc new file mode 100644 index 0000000..baf3b21 --- /dev/null +++ b/KIT_2018/mchrzasz.toc @@ -0,0 +1,5 @@ +\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax +\defcounter {refsection}{0}\relax +\beamer@endinputifotherversion {3.36pt} +\defcounter {refsection}{0}\relax +\select@language {english} diff --git a/KIT_2018/tikzfeynman.sty b/KIT_2018/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/KIT_2018/tikzfeynman.sty @@ -0,0 +1,43 @@ +% Tikz Feynman Diagrams +% by Flip Tanedo +% 4 January 2011, work in progress + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% TIKZ - for drawing Feynman diagrams %%%% +%%% ... use with pdflatex %%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\usepackage{tikz} +\usetikzlibrary{arrows,shapes} +\usetikzlibrary{trees} +\usetikzlibrary{matrix,arrows} % For commutative diagram + % http://www.felixl.de/commu.pdf +\usetikzlibrary{positioning} % For "above of=" commands +\usetikzlibrary{calc,through} % For coordinates +\usetikzlibrary{decorations.pathreplacing} % For curly braces +\usepackage[tikz]{bclogo} % For cute logo boxes +\usepackage{pgffor} % For repeating patterns + +\usetikzlibrary{decorations.pathmorphing} % For Feynman Diagrams +\usetikzlibrary{decorations.markings} +\tikzset{ + % >=stealth', %% Different kind of arrows + vector/.style={decorate, decoration={snake}, draw}, + fermion/.style={postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{>}}}}, + fermionbar/.style={draw, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{<}}}}, + fermionnoarrow/.style={}, + gluon/.style={decorate, + decoration={coil,amplitude=4pt, segment length=5pt}}, + scalar/.style={dashed, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{>}}}}, + scalarbar/.style={dashed, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{<}}}}, + scalarnoarrow/.style={dashed,draw}, +% +%% Special vectors (when you need to fine-tune wiggles) + provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw}, + antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw}, +} +