diff --git a/Gambit/07_05_2019/Makefile b/Gambit/07_05_2019/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Gambit/07_05_2019/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/Gambit/07_05_2019/beamercolorthemeFlip.sty b/Gambit/07_05_2019/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Gambit/07_05_2019/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/Gambit/07_05_2019/beamerinnerthemeFlip.sty b/Gambit/07_05_2019/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Gambit/07_05_2019/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/Gambit/07_05_2019/beamerouterthemeFlip.sty b/Gambit/07_05_2019/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Gambit/07_05_2019/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/Gambit/07_05_2019/beamerouterthemedecolines.sty b/Gambit/07_05_2019/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Gambit/07_05_2019/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/Gambit/07_05_2019/beamerthemeFlip.sty b/Gambit/07_05_2019/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Gambit/07_05_2019/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/Gambit/07_05_2019/images/.DS_Store b/Gambit/07_05_2019/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Gambit/07_05_2019/images/.DS_Store Binary files differ diff --git a/Gambit/07_05_2019/images/180.png b/Gambit/07_05_2019/images/180.png new file mode 100644 index 0000000..a67d39f --- /dev/null +++ b/Gambit/07_05_2019/images/180.png Binary files differ diff --git a/Gambit/07_05_2019/images/BG_both.png b/Gambit/07_05_2019/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Gambit/07_05_2019/images/BG_both.png Binary files differ diff --git a/Gambit/07_05_2019/images/BG_lower.png b/Gambit/07_05_2019/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Gambit/07_05_2019/images/BG_lower.png Binary files differ diff --git a/Gambit/07_05_2019/images/BG_upper.png b/Gambit/07_05_2019/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Gambit/07_05_2019/images/BG_upper.png Binary files differ diff --git a/Gambit/07_05_2019/images/Bs2tautau.pdf b/Gambit/07_05_2019/images/Bs2tautau.pdf new file mode 100644 index 0000000..566e68f --- /dev/null +++ b/Gambit/07_05_2019/images/Bs2tautau.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/Bstautau2.png b/Gambit/07_05_2019/images/Bstautau2.png new file mode 100644 index 0000000..7cff190 --- /dev/null +++ b/Gambit/07_05_2019/images/Bstautau2.png Binary files differ diff --git a/Gambit/07_05_2019/images/D2emu.pdf b/Gambit/07_05_2019/images/D2emu.pdf new file mode 100644 index 0000000..08bed65 --- /dev/null +++ b/Gambit/07_05_2019/images/D2emu.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/Dstarpy.png b/Gambit/07_05_2019/images/Dstarpy.png new file mode 100644 index 0000000..47aebdd --- /dev/null +++ b/Gambit/07_05_2019/images/Dstarpy.png Binary files differ diff --git a/Gambit/07_05_2019/images/Dstarpz.png b/Gambit/07_05_2019/images/Dstarpz.png new file mode 100644 index 0000000..623934c --- /dev/null +++ b/Gambit/07_05_2019/images/Dstarpz.png Binary files differ diff --git a/Gambit/07_05_2019/images/Dstarxy.png b/Gambit/07_05_2019/images/Dstarxy.png new file mode 100644 index 0000000..6f51ff3 --- /dev/null +++ b/Gambit/07_05_2019/images/Dstarxy.png Binary files differ diff --git a/Gambit/07_05_2019/images/Dstaryz.png b/Gambit/07_05_2019/images/Dstaryz.png new file mode 100644 index 0000000..b0374c7 --- /dev/null +++ b/Gambit/07_05_2019/images/Dstaryz.png Binary files differ diff --git a/Gambit/07_05_2019/images/Fig2-S.pdf b/Gambit/07_05_2019/images/Fig2-S.pdf new file mode 100644 index 0000000..45d3381 --- /dev/null +++ b/Gambit/07_05_2019/images/Fig2-S.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/Fig21.pdf b/Gambit/07_05_2019/images/Fig21.pdf new file mode 100644 index 0000000..e626296 --- /dev/null +++ b/Gambit/07_05_2019/images/Fig21.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/Fig62aS.pdf b/Gambit/07_05_2019/images/Fig62aS.pdf new file mode 100644 index 0000000..73652e5 --- /dev/null +++ b/Gambit/07_05_2019/images/Fig62aS.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/Fig9b.pdf b/Gambit/07_05_2019/images/Fig9b.pdf new file mode 100644 index 0000000..8d0b3d3 --- /dev/null +++ b/Gambit/07_05_2019/images/Fig9b.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/FigS8.pdf b/Gambit/07_05_2019/images/FigS8.pdf new file mode 100644 index 0000000..77bee30 --- /dev/null +++ b/Gambit/07_05_2019/images/FigS8.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/ICL_SK_SMALL.png b/Gambit/07_05_2019/images/ICL_SK_SMALL.png new file mode 100644 index 0000000..1efd7a5 --- /dev/null +++ b/Gambit/07_05_2019/images/ICL_SK_SMALL.png Binary files differ diff --git a/Gambit/07_05_2019/images/LCyz.png b/Gambit/07_05_2019/images/LCyz.png new file mode 100644 index 0000000..62d0061 --- /dev/null +++ b/Gambit/07_05_2019/images/LCyz.png Binary files differ diff --git a/Gambit/07_05_2019/images/Lcpy.png b/Gambit/07_05_2019/images/Lcpy.png new file mode 100644 index 0000000..07d2f20 --- /dev/null +++ b/Gambit/07_05_2019/images/Lcpy.png Binary files differ diff --git a/Gambit/07_05_2019/images/Lcpz.png b/Gambit/07_05_2019/images/Lcpz.png new file mode 100644 index 0000000..45be3ea --- /dev/null +++ b/Gambit/07_05_2019/images/Lcpz.png Binary files differ diff --git a/Gambit/07_05_2019/images/Lcxy.png b/Gambit/07_05_2019/images/Lcxy.png new file mode 100644 index 0000000..c44cf5d --- /dev/null +++ b/Gambit/07_05_2019/images/Lcxy.png Binary files differ diff --git a/Gambit/07_05_2019/images/MS1.png b/Gambit/07_05_2019/images/MS1.png new file mode 100644 index 0000000..7799190 --- /dev/null +++ b/Gambit/07_05_2019/images/MS1.png Binary files differ diff --git a/Gambit/07_05_2019/images/MS2.png b/Gambit/07_05_2019/images/MS2.png new file mode 100644 index 0000000..26ae18c --- /dev/null +++ b/Gambit/07_05_2019/images/MS2.png Binary files differ diff --git a/Gambit/07_05_2019/images/RK2.png b/Gambit/07_05_2019/images/RK2.png new file mode 100644 index 0000000..20af731 --- /dev/null +++ b/Gambit/07_05_2019/images/RK2.png Binary files differ diff --git a/Gambit/07_05_2019/images/ST_logo.gif b/Gambit/07_05_2019/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Gambit/07_05_2019/images/ST_logo.gif Binary files differ diff --git a/Gambit/07_05_2019/images/ST_logo.png b/Gambit/07_05_2019/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Gambit/07_05_2019/images/ST_logo.png Binary files differ diff --git a/Gambit/07_05_2019/images/ST_logosmall.gif b/Gambit/07_05_2019/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Gambit/07_05_2019/images/ST_logosmall.gif Binary files differ diff --git a/Gambit/07_05_2019/images/Table_12.pdf b/Gambit/07_05_2019/images/Table_12.pdf new file mode 100644 index 0000000..0f28796 --- /dev/null +++ b/Gambit/07_05_2019/images/Table_12.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/Z_rich_18.jpg b/Gambit/07_05_2019/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Gambit/07_05_2019/images/Z_rich_18.jpg Binary files differ diff --git a/Gambit/07_05_2019/images/Z_rich_24.jpg b/Gambit/07_05_2019/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Gambit/07_05_2019/images/Z_rich_24.jpg Binary files differ diff --git a/Gambit/07_05_2019/images/Z_rich_30.jpg b/Gambit/07_05_2019/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Gambit/07_05_2019/images/Z_rich_30.jpg Binary files differ diff --git a/Gambit/07_05_2019/images/arxiv.png b/Gambit/07_05_2019/images/arxiv.png new file mode 100644 index 0000000..d8cf8f0 --- /dev/null +++ b/Gambit/07_05_2019/images/arxiv.png Binary files differ diff --git a/Gambit/07_05_2019/images/bomb.png b/Gambit/07_05_2019/images/bomb.png new file mode 100644 index 0000000..4ee26a9 --- /dev/null +++ b/Gambit/07_05_2019/images/bomb.png Binary files differ diff --git a/Gambit/07_05_2019/images/bstautau.pdf b/Gambit/07_05_2019/images/bstautau.pdf new file mode 100644 index 0000000..7fe0568 --- /dev/null +++ b/Gambit/07_05_2019/images/bstautau.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/bubble2.jpg b/Gambit/07_05_2019/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Gambit/07_05_2019/images/bubble2.jpg Binary files differ diff --git a/Gambit/07_05_2019/images/cern.png b/Gambit/07_05_2019/images/cern.png new file mode 100644 index 0000000..b1d077c --- /dev/null +++ b/Gambit/07_05_2019/images/cern.png Binary files differ diff --git a/Gambit/07_05_2019/images/charmS.png b/Gambit/07_05_2019/images/charmS.png new file mode 100644 index 0000000..a1d1193 --- /dev/null +++ b/Gambit/07_05_2019/images/charmS.png Binary files differ diff --git a/Gambit/07_05_2019/images/derotate.sh b/Gambit/07_05_2019/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Gambit/07_05_2019/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/Gambit/07_05_2019/images/diagram.png b/Gambit/07_05_2019/images/diagram.png new file mode 100644 index 0000000..d8dcde7 --- /dev/null +++ b/Gambit/07_05_2019/images/diagram.png Binary files differ diff --git a/Gambit/07_05_2019/images/directions.pdf b/Gambit/07_05_2019/images/directions.pdf new file mode 100644 index 0000000..3cf6bd8 --- /dev/null +++ b/Gambit/07_05_2019/images/directions.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/dupa.png b/Gambit/07_05_2019/images/dupa.png new file mode 100644 index 0000000..ae24d40 --- /dev/null +++ b/Gambit/07_05_2019/images/dupa.png Binary files differ diff --git a/Gambit/07_05_2019/images/example.pdf b/Gambit/07_05_2019/images/example.pdf new file mode 100644 index 0000000..919f8a8 --- /dev/null +++ b/Gambit/07_05_2019/images/example.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/example.png b/Gambit/07_05_2019/images/example.png new file mode 100644 index 0000000..bed32f1 --- /dev/null +++ b/Gambit/07_05_2019/images/example.png Binary files differ diff --git a/Gambit/07_05_2019/images/example2.png b/Gambit/07_05_2019/images/example2.png new file mode 100644 index 0000000..17f245a --- /dev/null +++ b/Gambit/07_05_2019/images/example2.png Binary files differ diff --git a/Gambit/07_05_2019/images/fig13.pdf b/Gambit/07_05_2019/images/fig13.pdf new file mode 100644 index 0000000..e891779 --- /dev/null +++ b/Gambit/07_05_2019/images/fig13.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/fig14c.pdf b/Gambit/07_05_2019/images/fig14c.pdf new file mode 100644 index 0000000..e4756c5 --- /dev/null +++ b/Gambit/07_05_2019/images/fig14c.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/getFromAFS.sh b/Gambit/07_05_2019/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Gambit/07_05_2019/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/Gambit/07_05_2019/images/gluon.png b/Gambit/07_05_2019/images/gluon.png new file mode 100644 index 0000000..0a8537d --- /dev/null +++ b/Gambit/07_05_2019/images/gluon.png Binary files differ diff --git a/Gambit/07_05_2019/images/gluon2.png b/Gambit/07_05_2019/images/gluon2.png new file mode 100644 index 0000000..2e387bb --- /dev/null +++ b/Gambit/07_05_2019/images/gluon2.png Binary files differ diff --git a/Gambit/07_05_2019/images/gluon22.png b/Gambit/07_05_2019/images/gluon22.png new file mode 100644 index 0000000..6092c3f --- /dev/null +++ b/Gambit/07_05_2019/images/gluon22.png Binary files differ diff --git a/Gambit/07_05_2019/images/hepdata.png b/Gambit/07_05_2019/images/hepdata.png new file mode 100644 index 0000000..c759caa --- /dev/null +++ b/Gambit/07_05_2019/images/hepdata.png Binary files differ diff --git a/Gambit/07_05_2019/images/ifj.png b/Gambit/07_05_2019/images/ifj.png new file mode 100644 index 0000000..89f0b7b --- /dev/null +++ b/Gambit/07_05_2019/images/ifj.png Binary files differ diff --git a/Gambit/07_05_2019/images/imp.png b/Gambit/07_05_2019/images/imp.png new file mode 100644 index 0000000..846fd3f --- /dev/null +++ b/Gambit/07_05_2019/images/imp.png Binary files differ diff --git a/Gambit/07_05_2019/images/imperial.png b/Gambit/07_05_2019/images/imperial.png new file mode 100644 index 0000000..32f4bf2 --- /dev/null +++ b/Gambit/07_05_2019/images/imperial.png Binary files differ diff --git a/Gambit/07_05_2019/images/joke.png b/Gambit/07_05_2019/images/joke.png new file mode 100644 index 0000000..7268bf0 --- /dev/null +++ b/Gambit/07_05_2019/images/joke.png Binary files differ diff --git a/Gambit/07_05_2019/images/kim.jpg b/Gambit/07_05_2019/images/kim.jpg new file mode 100644 index 0000000..ca78122 --- /dev/null +++ b/Gambit/07_05_2019/images/kim.jpg Binary files differ diff --git a/Gambit/07_05_2019/images/lhcb-logo-bad.pdf b/Gambit/07_05_2019/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Gambit/07_05_2019/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/lhcb-logo.pdf b/Gambit/07_05_2019/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Gambit/07_05_2019/images/lhcb-logo.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/lhcb-logo.svg b/Gambit/07_05_2019/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Gambit/07_05_2019/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Gambit/07_05_2019/images/mag.png b/Gambit/07_05_2019/images/mag.png new file mode 100644 index 0000000..1178170 --- /dev/null +++ b/Gambit/07_05_2019/images/mag.png Binary files differ diff --git a/Gambit/07_05_2019/images/mag2.png b/Gambit/07_05_2019/images/mag2.png new file mode 100644 index 0000000..3db57a4 --- /dev/null +++ b/Gambit/07_05_2019/images/mag2.png Binary files differ diff --git a/Gambit/07_05_2019/images/mag3.png b/Gambit/07_05_2019/images/mag3.png new file mode 100644 index 0000000..22f3b50 --- /dev/null +++ b/Gambit/07_05_2019/images/mag3.png Binary files differ diff --git a/Gambit/07_05_2019/images/magnet.png b/Gambit/07_05_2019/images/magnet.png new file mode 100644 index 0000000..37ab113 --- /dev/null +++ b/Gambit/07_05_2019/images/magnet.png Binary files differ diff --git a/Gambit/07_05_2019/images/mixlrll_emm.pdf b/Gambit/07_05_2019/images/mixlrll_emm.pdf new file mode 100644 index 0000000..a3c0ec4 --- /dev/null +++ b/Gambit/07_05_2019/images/mixlrll_emm.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/mixlrll_mmm.pdf b/Gambit/07_05_2019/images/mixlrll_mmm.pdf new file mode 100644 index 0000000..dbc3984 --- /dev/null +++ b/Gambit/07_05_2019/images/mixlrll_mmm.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/mixlrrr_emm.pdf b/Gambit/07_05_2019/images/mixlrrr_emm.pdf new file mode 100644 index 0000000..7ca261f --- /dev/null +++ b/Gambit/07_05_2019/images/mixlrrr_emm.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/mixlrrr_mmm.pdf b/Gambit/07_05_2019/images/mixlrrr_mmm.pdf new file mode 100644 index 0000000..db32000 --- /dev/null +++ b/Gambit/07_05_2019/images/mixlrrr_mmm.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/nap.png b/Gambit/07_05_2019/images/nap.png new file mode 100644 index 0000000..5dbe4eb --- /dev/null +++ b/Gambit/07_05_2019/images/nap.png Binary files differ diff --git a/Gambit/07_05_2019/images/nap2.png b/Gambit/07_05_2019/images/nap2.png new file mode 100644 index 0000000..80ff966 --- /dev/null +++ b/Gambit/07_05_2019/images/nap2.png Binary files differ diff --git a/Gambit/07_05_2019/images/nk.pdf b/Gambit/07_05_2019/images/nk.pdf new file mode 100644 index 0000000..02f5529 --- /dev/null +++ b/Gambit/07_05_2019/images/nk.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/numbers.png b/Gambit/07_05_2019/images/numbers.png new file mode 100644 index 0000000..361c220 --- /dev/null +++ b/Gambit/07_05_2019/images/numbers.png Binary files differ diff --git a/Gambit/07_05_2019/images/patrick.png b/Gambit/07_05_2019/images/patrick.png new file mode 100644 index 0000000..c567a8e --- /dev/null +++ b/Gambit/07_05_2019/images/patrick.png Binary files differ diff --git a/Gambit/07_05_2019/images/pdf.png b/Gambit/07_05_2019/images/pdf.png new file mode 100644 index 0000000..03b2235 --- /dev/null +++ b/Gambit/07_05_2019/images/pdf.png Binary files differ diff --git a/Gambit/07_05_2019/images/radlr_emm.pdf b/Gambit/07_05_2019/images/radlr_emm.pdf new file mode 100644 index 0000000..872be43 --- /dev/null +++ b/Gambit/07_05_2019/images/radlr_emm.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/radlr_mmm.pdf b/Gambit/07_05_2019/images/radlr_mmm.pdf new file mode 100644 index 0000000..740e7f6 --- /dev/null +++ b/Gambit/07_05_2019/images/radlr_mmm.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/sheldon.png b/Gambit/07_05_2019/images/sheldon.png new file mode 100644 index 0000000..edf6cf9 --- /dev/null +++ b/Gambit/07_05_2019/images/sheldon.png Binary files differ diff --git a/Gambit/07_05_2019/images/sketch.png b/Gambit/07_05_2019/images/sketch.png new file mode 100644 index 0000000..fab167a --- /dev/null +++ b/Gambit/07_05_2019/images/sketch.png Binary files differ diff --git a/Gambit/07_05_2019/images/spec.png b/Gambit/07_05_2019/images/spec.png new file mode 100644 index 0000000..4ff9797 --- /dev/null +++ b/Gambit/07_05_2019/images/spec.png Binary files differ diff --git a/Gambit/07_05_2019/images/spec2.png b/Gambit/07_05_2019/images/spec2.png new file mode 100644 index 0000000..43d01c8 --- /dev/null +++ b/Gambit/07_05_2019/images/spec2.png Binary files differ diff --git a/Gambit/07_05_2019/images/spec3.png b/Gambit/07_05_2019/images/spec3.png new file mode 100644 index 0000000..4fcf587 --- /dev/null +++ b/Gambit/07_05_2019/images/spec3.png Binary files differ diff --git a/Gambit/07_05_2019/images/stations.png b/Gambit/07_05_2019/images/stations.png new file mode 100644 index 0000000..c90811c --- /dev/null +++ b/Gambit/07_05_2019/images/stations.png Binary files differ diff --git a/Gambit/07_05_2019/images/taupy.png b/Gambit/07_05_2019/images/taupy.png new file mode 100644 index 0000000..6028d95 --- /dev/null +++ b/Gambit/07_05_2019/images/taupy.png Binary files differ diff --git a/Gambit/07_05_2019/images/taupz.png b/Gambit/07_05_2019/images/taupz.png new file mode 100644 index 0000000..3fe366c --- /dev/null +++ b/Gambit/07_05_2019/images/taupz.png Binary files differ diff --git a/Gambit/07_05_2019/images/tauxy.png b/Gambit/07_05_2019/images/tauxy.png new file mode 100644 index 0000000..3e34f69 --- /dev/null +++ b/Gambit/07_05_2019/images/tauxy.png Binary files differ diff --git a/Gambit/07_05_2019/images/tauyz.png b/Gambit/07_05_2019/images/tauyz.png new file mode 100644 index 0000000..a5a433f --- /dev/null +++ b/Gambit/07_05_2019/images/tauyz.png Binary files differ diff --git a/Gambit/07_05_2019/images/uzh-transp.pdf b/Gambit/07_05_2019/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Gambit/07_05_2019/images/uzh-transp.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/uzh.pdf b/Gambit/07_05_2019/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Gambit/07_05_2019/images/uzh.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/uzh_logo_e_pos.eps b/Gambit/07_05_2019/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Gambit/07_05_2019/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Gambit/07_05_2019/images/uzh_logo_e_pos_gross.tif b/Gambit/07_05_2019/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Gambit/07_05_2019/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Gambit/07_05_2019/images/vllll_mmm.pdf b/Gambit/07_05_2019/images/vllll_mmm.pdf new file mode 100644 index 0000000..aa0d269 --- /dev/null +++ b/Gambit/07_05_2019/images/vllll_mmm.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/vllrr_emm.pdf b/Gambit/07_05_2019/images/vllrr_emm.pdf new file mode 100644 index 0000000..1bded15 --- /dev/null +++ b/Gambit/07_05_2019/images/vllrr_emm.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/vllrr_mem.pdf b/Gambit/07_05_2019/images/vllrr_mem.pdf new file mode 100644 index 0000000..0c1da99 --- /dev/null +++ b/Gambit/07_05_2019/images/vllrr_mem.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/vllrr_mmm.pdf b/Gambit/07_05_2019/images/vllrr_mmm.pdf new file mode 100644 index 0000000..c516d58 --- /dev/null +++ b/Gambit/07_05_2019/images/vllrr_mmm.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/x_Dstar.pdf b/Gambit/07_05_2019/images/x_Dstar.pdf new file mode 100644 index 0000000..fbfcd76 --- /dev/null +++ b/Gambit/07_05_2019/images/x_Dstar.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/x_DstarB.pdf b/Gambit/07_05_2019/images/x_DstarB.pdf new file mode 100644 index 0000000..eac5342 --- /dev/null +++ b/Gambit/07_05_2019/images/x_DstarB.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/x_Lcstar.pdf b/Gambit/07_05_2019/images/x_Lcstar.pdf new file mode 100644 index 0000000..f715efc --- /dev/null +++ b/Gambit/07_05_2019/images/x_Lcstar.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/y_Dstar.pdf b/Gambit/07_05_2019/images/y_Dstar.pdf new file mode 100644 index 0000000..e93e06f --- /dev/null +++ b/Gambit/07_05_2019/images/y_Dstar.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/y_DstarB.pdf b/Gambit/07_05_2019/images/y_DstarB.pdf new file mode 100644 index 0000000..63d37d1 --- /dev/null +++ b/Gambit/07_05_2019/images/y_DstarB.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/y_Lcstar.pdf b/Gambit/07_05_2019/images/y_Lcstar.pdf new file mode 100644 index 0000000..28f8859 --- /dev/null +++ b/Gambit/07_05_2019/images/y_Lcstar.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/yaml.png b/Gambit/07_05_2019/images/yaml.png new file mode 100644 index 0000000..8c9752a --- /dev/null +++ b/Gambit/07_05_2019/images/yaml.png Binary files differ diff --git a/Gambit/07_05_2019/images/yaml2.png b/Gambit/07_05_2019/images/yaml2.png new file mode 100644 index 0000000..fe16c77 --- /dev/null +++ b/Gambit/07_05_2019/images/yaml2.png Binary files differ diff --git a/Gambit/07_05_2019/images/yaml3.png b/Gambit/07_05_2019/images/yaml3.png new file mode 100644 index 0000000..58bbb4b --- /dev/null +++ b/Gambit/07_05_2019/images/yaml3.png Binary files differ diff --git a/Gambit/07_05_2019/images/yaml4.png b/Gambit/07_05_2019/images/yaml4.png new file mode 100644 index 0000000..c0d6c28 --- /dev/null +++ b/Gambit/07_05_2019/images/yaml4.png Binary files differ diff --git a/Gambit/07_05_2019/images/yaml5.png b/Gambit/07_05_2019/images/yaml5.png new file mode 100644 index 0000000..2e44fdf --- /dev/null +++ b/Gambit/07_05_2019/images/yaml5.png Binary files differ diff --git a/Gambit/07_05_2019/images/yaml6.png b/Gambit/07_05_2019/images/yaml6.png new file mode 100644 index 0000000..6fc6a30 --- /dev/null +++ b/Gambit/07_05_2019/images/yaml6.png Binary files differ diff --git a/Gambit/07_05_2019/images/yaml7.png b/Gambit/07_05_2019/images/yaml7.png new file mode 100644 index 0000000..c15cb84 --- /dev/null +++ b/Gambit/07_05_2019/images/yaml7.png Binary files differ diff --git a/Gambit/07_05_2019/images/yaml8.png b/Gambit/07_05_2019/images/yaml8.png new file mode 100644 index 0000000..cc747eb --- /dev/null +++ b/Gambit/07_05_2019/images/yaml8.png Binary files differ diff --git a/Gambit/07_05_2019/images/yaml9.png b/Gambit/07_05_2019/images/yaml9.png new file mode 100644 index 0000000..ca34057 --- /dev/null +++ b/Gambit/07_05_2019/images/yaml9.png Binary files differ diff --git a/Gambit/07_05_2019/images/yz_Dstar.pdf b/Gambit/07_05_2019/images/yz_Dstar.pdf new file mode 100644 index 0000000..678eade --- /dev/null +++ b/Gambit/07_05_2019/images/yz_Dstar.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/yz_DstarB.pdf b/Gambit/07_05_2019/images/yz_DstarB.pdf new file mode 100644 index 0000000..42bc6b9 --- /dev/null +++ b/Gambit/07_05_2019/images/yz_DstarB.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/yz_Lcstar.pdf b/Gambit/07_05_2019/images/yz_Lcstar.pdf new file mode 100644 index 0000000..32b3fb1 --- /dev/null +++ b/Gambit/07_05_2019/images/yz_Lcstar.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/z_Dstar.pdf b/Gambit/07_05_2019/images/z_Dstar.pdf new file mode 100644 index 0000000..930c570 --- /dev/null +++ b/Gambit/07_05_2019/images/z_Dstar.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/z_DstarB.pdf b/Gambit/07_05_2019/images/z_DstarB.pdf new file mode 100644 index 0000000..dbb0386 --- /dev/null +++ b/Gambit/07_05_2019/images/z_DstarB.pdf Binary files differ diff --git a/Gambit/07_05_2019/images/z_Lcstar.pdf b/Gambit/07_05_2019/images/z_Lcstar.pdf new file mode 100644 index 0000000..b3fc34c --- /dev/null +++ b/Gambit/07_05_2019/images/z_Lcstar.pdf Binary files differ diff --git a/Gambit/07_05_2019/mchrzasz+mp.sh b/Gambit/07_05_2019/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Gambit/07_05_2019/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Gambit/07_05_2019/mchrzasz-blx.bib b/Gambit/07_05_2019/mchrzasz-blx.bib new file mode 100644 index 0000000..fa04f16 --- /dev/null +++ b/Gambit/07_05_2019/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/Gambit/07_05_2019/mchrzasz.aux b/Gambit/07_05_2019/mchrzasz.aux new file mode 100644 index 0000000..ff75193 --- /dev/null +++ b/Gambit/07_05_2019/mchrzasz.aux @@ -0,0 +1,148 @@ +\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 {pgfid8}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}} +\pgfsyspdfmark {pgfid9}{0}{0} +\pgfsyspdfmark {pgfid10}{0}{0} +\HyPL@Entry{2<>} +\pgfsyspdfmark {pgfid11}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\pgfsyspdfmark {pgfid12}{0}{0} +\pgfsyspdfmark {pgfid13}{0}{0} +\HyPL@Entry{3<>} +\pgfsyspdfmark {pgfid14}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\pgfsyspdfmark {pgfid15}{0}{0} +\pgfsyspdfmark {pgfid16}{0}{0} +\HyPL@Entry{4<>} +\pgfsyspdfmark {pgfid20}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}} +\pgfsyspdfmark {pgfid21}{0}{0} +\pgfsyspdfmark {pgfid22}{0}{0} +\HyPL@Entry{5<>} +\pgfsyspdfmark {pgfid23}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}} +\pgfsyspdfmark {pgfid24}{0}{0} +\pgfsyspdfmark {pgfid25}{0}{0} +\HyPL@Entry{6<>} +\pgfsyspdfmark {pgfid26}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}} +\pgfsyspdfmark {pgfid27}{0}{0} +\pgfsyspdfmark {pgfid28}{0}{0} +\HyPL@Entry{7<>} +\pgfsyspdfmark {pgfid29}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {8}{8}}} +\pgfsyspdfmark {pgfid30}{0}{0} +\pgfsyspdfmark {pgfid31}{0}{0} +\HyPL@Entry{8<>} +\pgfsyspdfmark {pgfid32}{23867907}{17900937} +\@writefile{snm}{\beamer@slide {eq:wilks}{9}} +\newlabel{eq:wilks}{{4}{9}{}{Doc-Start}{}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}} +\pgfsyspdfmark {pgfid33}{0}{0} +\pgfsyspdfmark {pgfid34}{0}{0} +\HyPL@Entry{9<>} +\pgfsyspdfmark {pgfid35}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}} +\pgfsyspdfmark {pgfid36}{0}{0} +\pgfsyspdfmark {pgfid37}{0}{0} +\HyPL@Entry{10<>} +\pgfsyspdfmark {pgfid38}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{11}{11/11}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {11}{11}}} +\pgfsyspdfmark {pgfid39}{0}{0} +\pgfsyspdfmark {pgfid40}{0}{0} +\HyPL@Entry{11<>} +\pgfsyspdfmark {pgfid41}{23867907}{17900937} +\@writefile{snm}{\beamer@slide {eq:chi2ndim}{12}} +\newlabel{eq:chi2ndim}{{7}{12}{}{Doc-Start}{}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{12/12}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}} +\pgfsyspdfmark {pgfid42}{0}{0} +\pgfsyspdfmark {pgfid43}{0}{0} +\HyPL@Entry{12<>} +\pgfsyspdfmark {pgfid44}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{13}{13/13}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}} +\pgfsyspdfmark {pgfid45}{0}{0} +\pgfsyspdfmark {pgfid46}{0}{0} +\HyPL@Entry{13<>} +\pgfsyspdfmark {pgfid47}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{14}{14/14}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}} +\pgfsyspdfmark {pgfid48}{0}{0} +\pgfsyspdfmark {pgfid49}{0}{0} +\HyPL@Entry{14<>} +\pgfsyspdfmark {pgfid50}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{15}{15/15}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {15}{15}}} +\pgfsyspdfmark {pgfid51}{0}{0} +\pgfsyspdfmark {pgfid52}{0}{0} +\HyPL@Entry{15<>} +\pgfsyspdfmark {pgfid53}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{16}{16/16}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {16}{16}}} +\pgfsyspdfmark {pgfid54}{0}{0} +\pgfsyspdfmark {pgfid55}{0}{0} +\HyPL@Entry{16<>} +\pgfsyspdfmark {pgfid56}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{17}{17/17}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {17}{17}}} +\pgfsyspdfmark {pgfid57}{0}{0} +\pgfsyspdfmark {pgfid58}{0}{0} +\HyPL@Entry{17<>} +\pgfsyspdfmark {pgfid60}{23867907}{17900937} +\pgfsyspdfmark {pgfid59}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{18}{18/18}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}} +\pgfsyspdfmark {pgfid61}{0}{0} +\pgfsyspdfmark {pgfid62}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{18}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{18}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{18}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {18}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {17}}} diff --git a/Gambit/07_05_2019/mchrzasz.log b/Gambit/07_05_2019/mchrzasz.log new file mode 100644 index 0000000..b151e68 --- /dev/null +++ b/Gambit/07_05_2019/mchrzasz.log @@ -0,0 +1,2583 @@ +This is XeTeX, Version 3.14159265-2.6-0.99992 (TeX Live 2015/Debian) (preloaded format=xelatex 2018.10.13) 5 JUN 2019 22:17 +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 207. +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 212. +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 212. +LaTeX Font Info: ... okay on input line 212. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 212. +LaTeX Font Info: ... okay on input line 212. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 212. +LaTeX Font Info: ... okay on input line 212. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 212. +LaTeX Font Info: ... okay on input line 212. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 212. +LaTeX Font Info: ... okay on input line 212. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 212. +LaTeX Font Info: ... okay on input line 212. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 212. +LaTeX Font Info: ... okay on input line 212. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 212. +LaTeX Font Info: ... okay on input line 212. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 212. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 212. + + (/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 212. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 212. +LaTeX Font Info: ... okay on input line 212. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 212. +LaTeX Font Info: ... okay on input line 212. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 212. +LaTeX Font Info: Try loading font information for T3+cmr on input line 212. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 212. + +*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 212. + +(/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 212. +LaTeX Info: Redefining \pageref on input line 212. +LaTeX Info: Redefining \nameref on input line 212. + +(./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 212. + +*** 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 212. +Package biblatex Info: Reference segment=0 on input line 212. +(./mchrzasz.nav) +LaTeX Font Info: Try loading font information for OML+plm on input line 212. + + (/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 212 +. + +(/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 212 +. + +(/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 212. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 212. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 212. +LaTeX Font Info: Try loading font information for U+msa on input line 212. + +(/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 212. + +(/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 212. + +(/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=\count436 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 212. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 212. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <6> on input line 212. +\c__siunitx_mathtt_int=\count437 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 212 +. + +(/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) +) +File: images/cern.png Graphic file (type QTm) + + +File: images/ifj.png Graphic file (type QTm) + +File: images/imperial.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 [] + +LaTeX Info: Redefining \HepProcess on input line 261. + +[1 + +] +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 291 +. + (/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/BG_lower.png Graphic file (type QTm) + + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 291. + +[2 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 313. + +[3 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 431. + +[4 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 452. + +[5 + +] +File: images/diagram.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 [] + +LaTeX Info: Redefining \HepProcess on input line 464. + +[6 + +] +File: images/yaml.png Graphic file (type QTm) + +File: images/yaml2.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 [] + +LaTeX Info: Redefining \HepProcess on input line 478. + +[7 + +] +File: images/Bs2tautau.pdf Graphic file (type QTm) + +File: images/yaml3.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 [] + +LaTeX Info: Redefining \HepProcess on input line 500. + +[8 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 522. + +[9 + +] +File: images/yaml4.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 [] + +LaTeX Info: Redefining \HepProcess on input line 541. + +[10 + +] +File: images/yaml4.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 [] + +LaTeX Info: Redefining \HepProcess on input line 559. + +[11 + +] +File: images/yaml5.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 [] + +LaTeX Info: Redefining \HepProcess on input line 576. + +[12 + +] +File: images/yaml6.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 [] + +LaTeX Info: Redefining \HepProcess on input line 599. + +[13 + +] +File: images/yaml7.png Graphic file (type QTm) + +File: images/yaml8.png Graphic file (type QTm) + +File: images/Fig2-S.pdf Graphic file (type QTm) + + +File: images/Fig21.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 [] + +LaTeX Info: Redefining \HepProcess on input line 627. + +[14 + +] +File: images/yaml9.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 [] + +LaTeX Info: Redefining \HepProcess on input line 643. + +[15 + +] +File: images/example.png Graphic file (type QTm) + +File: images/example2.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 [] + +LaTeX Info: Redefining \HepProcess on input line 663. + +[16 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 673. + +[17 + +] +\c@framenumberappendix=\count438 +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 710. + +[18 + +] +\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 714. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 714. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 714. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 714. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 714. + ) +(\end occurred when \iftrue on line 212 was incomplete) +Here is how much of TeX's memory you used: + 51277 strings out of 493638 + 1019437 string characters out of 6146795 + 1303341 words of memory out of 5000000 + 53688 multiletter control sequences out of 15000+600000 + 29308 words of font info for 115 fonts, out of 8000000 for 9000 + 1328 hyphenation exceptions out of 8191 + 71i,19n,86p,10443b,1486s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (18 pages). diff --git a/Gambit/07_05_2019/mchrzasz.nav b/Gambit/07_05_2019/mchrzasz.nav new file mode 100644 index 0000000..e2a69a7 --- /dev/null +++ b/Gambit/07_05_2019/mchrzasz.nav @@ -0,0 +1,43 @@ +\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/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}} +\headcommand {\beamer@framepages {6}{6}} +\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}} +\headcommand {\beamer@framepages {7}{7}} +\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}} +\headcommand {\beamer@framepages {8}{8}} +\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}} +\headcommand {\beamer@framepages {10}{10}} +\headcommand {\slideentry {0}{0}{11}{11/11}{}{0}} +\headcommand {\beamer@framepages {11}{11}} +\headcommand {\slideentry {0}{0}{12}{12/12}{}{0}} +\headcommand {\beamer@framepages {12}{12}} +\headcommand {\slideentry {0}{0}{13}{13/13}{}{0}} +\headcommand {\beamer@framepages {13}{13}} +\headcommand {\slideentry {0}{0}{14}{14/14}{}{0}} +\headcommand {\beamer@framepages {14}{14}} +\headcommand {\slideentry {0}{0}{15}{15/15}{}{0}} +\headcommand {\beamer@framepages {15}{15}} +\headcommand {\slideentry {0}{0}{16}{16/16}{}{0}} +\headcommand {\beamer@framepages {16}{16}} +\headcommand {\slideentry {0}{0}{17}{17/17}{}{0}} +\headcommand {\beamer@framepages {17}{17}} +\headcommand {\slideentry {0}{0}{18}{18/18}{}{0}} +\headcommand {\beamer@framepages {18}{18}} +\headcommand {\beamer@partpages {1}{18}} +\headcommand {\beamer@subsectionpages {1}{18}} +\headcommand {\beamer@sectionpages {1}{18}} +\headcommand {\beamer@documentpages {18}} +\headcommand {\def \inserttotalframenumber {17}} diff --git a/Gambit/07_05_2019/mchrzasz.out b/Gambit/07_05_2019/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Gambit/07_05_2019/mchrzasz.out diff --git a/Gambit/07_05_2019/mchrzasz.pdf b/Gambit/07_05_2019/mchrzasz.pdf new file mode 100644 index 0000000..728bdd2 --- /dev/null +++ b/Gambit/07_05_2019/mchrzasz.pdf Binary files differ diff --git a/Gambit/07_05_2019/mchrzasz.run.xml b/Gambit/07_05_2019/mchrzasz.run.xml new file mode 100644 index 0000000..4d0e3ba --- /dev/null +++ b/Gambit/07_05_2019/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/Gambit/07_05_2019/mchrzasz.snm b/Gambit/07_05_2019/mchrzasz.snm new file mode 100644 index 0000000..7fc8638 --- /dev/null +++ b/Gambit/07_05_2019/mchrzasz.snm @@ -0,0 +1,2 @@ +\beamer@slide {eq:wilks}{9} +\beamer@slide {eq:chi2ndim}{12} diff --git a/Gambit/07_05_2019/mchrzasz.synctex.gz b/Gambit/07_05_2019/mchrzasz.synctex.gz new file mode 100644 index 0000000..48511c6 --- /dev/null +++ b/Gambit/07_05_2019/mchrzasz.synctex.gz Binary files differ diff --git a/Gambit/07_05_2019/mchrzasz.tex b/Gambit/07_05_2019/mchrzasz.tex new file mode 100644 index 0000000..bc157a7 --- /dev/null +++ b/Gambit/07_05_2019/mchrzasz.tex @@ -0,0 +1,714 @@ +\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} + +\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{\TeV}{\mathrm{TeV}} +\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 mil +\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{\im}{\rm{Im}} +\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{{\rm Br}} +\def\fixme{FIXME} + + + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} + +\author{Marcin Chrzaszcz (CERN)} +\institute{UZH} +\title[FlavBit update]{FlavBit update} + + +\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.15\textwidth} +{~} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.73\textwidth} + \bfseries \Huge {FlavBit update} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-2.8em} {Florian Bernlochner\\ Jihyun Bhom\\ Marcin Chrzaszcz\\ Nazila Mahmoudi\\ Pat Scott} + +%\flushright \vspace{-2.8em} { Marcin Chrzaszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}} + + +\end{column} +\begin{column}{0.53\textwidth} +\hspace{2.0cm} +\includegraphics[height=1.6cm]{cern}{~} +\includegraphics[height=1.6cm]{ifj.png} \\{~}{~}{~} +\includegraphics[height=0.8cm]{imperial.png} + +\end{column} +\end{columns} + +\vspace{1em} + \vspace{1.4cm} + + + \textcolor{normal text.fg!50!Comment}{Gambit collaboration meeting, June 6, 2019} +\end{center} +\end{frame} +} + + + + + +\begin{frame}\frametitle{FlavBit: the past} + +\begin{center} + +\begin{columns} +\column{0.5\textwidth} +\ARROW Theory predictions calculated via SuperIso v2.3.\\ +\ARROW Theoretical errors hard-coded and scaled if needed.\\ + +\column{0.5\textwidth} +\ARROW Experimental results are stored in YAML files and read by \texttt{Flav\_reader}.\\ +\ARROW The class also store theoretical errors.\\ +\ARROW Errors were symmetrized and other nasty assumptions were made. + + +\end{columns} + +\begin{exampleblock}{Future} +Each of the elements of the code is there and we just need to put them together inside Gambit. +\end{exampleblock} + + +\end{center} +\end{frame} + + + + + +\begin{frame}\frametitle{FlavBit: present and future} + +\begin{center} + +\begin{columns} +\column{0.5\textwidth} +\ARROW Theory predictions calculated via SuperIso v3+.\\ +\ARROW Program can calculate theoretical errors for each scanning point.\\ + +\column{0.5\textwidth} +\ARROW Experimental results are stored in YAML files and read by external program called \texttt{HEPLike}.\\ +\ARROW Very nice features included. + +\end{columns} + +\end{center} +\end{frame} + + + + +\iffalse + + + + +\begin{frame}\frametitle{HEP results} +\ARROW How do we publish results? +\begin{columns} +\column{0.35\textwidth} +\includegraphics[width=0.95\textwidth]{images/arxiv.png}\\ +\pause +\begin{align*} +R_K=0.846^{+0.060 +0.016}_{-0.054 - 0.014} +\end{align*} + +\pause +\column{0.65\textwidth} +\begin{center} +\includegraphics[angle=-90,width=0.5\textwidth]{images/FigS8.pdf}\\ +\pause +\includegraphics[width=0.75\textwidth]{images/hepdata.png} +\end{center} + + +\end{columns} + + +\end{frame} + + + + + +\begin{frame}\frametitle{HEP results} +\ARROW How are the results used? +\begin{columns} +\column{0.5\textwidth} + +\ARROWR Correlations are neglected +\includegraphics[width=0.75\textwidth]{{images/Table_12}.pdf} + + +\ARROWR Non Linear effects are forgotten +\includegraphics[angle=-90,width=0.75\textwidth]{{images/example}.pdf} + + + +\column{0.5\textwidth} + +\ARROWR Errors are being symmetrized +\includegraphics[angle=-90,width=0.75\textwidth]{{images/Fig62aS}.pdf} + +{~}\\{~}\\ +\end{columns} + + +\end{frame} + + +\begin{frame}\frametitle{HEP results} +\ARROW How are the results used?\\{~}\\ + +\ARROWR Interpreting Upper limits [HLFAV, 90\% UL]: +\begin{align*} +\mathcal{B} (\tau \to \mu \mu e) < 9.9 \times 10^{-9} +\end{align*} +\ARROW People interpret this assuming it's a gaussian centered around $0$ and width $\frac{9.9\times 10^{-9}}{1.64} $.\\ +\ARROW Usually a full p-value scan is published: +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.75\textwidth]{{images/180}.png} + +\column{0.5\textwidth} +\includegraphics[width=0.75\textwidth]{{images/dupa}.png} + + +\end{columns} +\ARROW The examples go on and on... + + +\end{frame} + + + + + +\begin{frame}\frametitle{The idea} +\ARROW The theory and experimental community need to work together about proper interpretation. +\pause +\begin{center} +\includegraphics[width=0.95\textwidth]{{images/kim}.jpg} +\end{center} + + + + + +\end{frame} + +\fi + +\begin{frame}\frametitle{HEPLike} + +\ARROW High Energy Physics Likelihood (HEPLike). +\begin{itemize} +\item Open source software. +\item With separate database of measurements. +\item Statistics library. +\item Can be interfaced with existing codes. +\end{itemize} +\ARROW It constructs the experimental likelihoods for you!\\ +\ARROW Does work with both the $\chi^2$ and (log-)likelihood fits.\\ +\ARROW Useful utilities for creating citations and database search. +\end{frame} + + +\begin{frame}\frametitle{HEPLike} + +\ARROW The are couple of measurement types: +\begin{itemize} +\item Upper limits, +\item Single measurement with symmetric uncertainty, +\item Single measurement with asymmetric uncertainty, +\item Multiple measurements with symmetric uncertainty, +\item Multiple measurements with asymmetric uncertainty, +\item One dimensional likelihood function, +\item n-dimensional likelihood function. +\end{itemize} + + +\begin{alertblock}{Bonus} +In addition we provide a way for the future that the experiments can publish the dataset. +\end{alertblock} + +\end{frame} + + +\begin{frame}\frametitle{HEPLike - code structure} + +\begin{center} +\includegraphics[width=0.99\textwidth]{images/diagram.png} + +\end{center} + + + +\end{frame} + + + + + + +\begin{frame}\frametitle{Measurement encoding, \texttt{Hl\_Data}} + +\ARROW Measurements are stored in \texttt{YAML} file: +\includegraphics[width=0.9\textwidth]{images/yaml.png} \\ +\includegraphics[width=0.9\textwidth]{images/yaml2.png} + + +\end{frame} + + + + +\begin{frame}\frametitle{Upper limits, \texttt{HL\_Limit}} + +\ARROW Example of published p-value scans:\\ +\begin{columns} + +\column{0.4\textwidth} + +\includegraphics[angle=-90,width=0.95\textwidth]{images/Bs2tautau.pdf} + +\column{0.6\textwidth} +\ARROW Information coded as: +\includegraphics[width=0.95\textwidth]{images/yaml3.png} + +\end{columns} + + + +\end{frame} + + + +\begin{frame}\frametitle{Upper limits, \texttt{HL\_Limit}} + +\begin{equation} +pdf(x) = \frac{1}{2^{1/2} \Gamma(1/2)} x^{1/2 -1} e ^{-x/2}, +\end{equation} +which had the cumulative distribution function defined as: +\begin{equation} +cdf(x)=\frac{1}{\Gamma(1/2) } \gamma(1/2,x/2). +\end{equation} +In the above equations the $\Gamma(x)$ and $\gamma(k,x)$ correspond to Gamma and incomplete gamma functions. +By revering the $cdf(x)$ one can obtain the $\chi^2$ value: +\begin{equation} +\chi^2=cdf^{-1}(1-p), +\end{equation} +and if needed the log-likelihood: +\begin{equation} +-\log(\mathcal{L})= \frac{1}{2}\chi^2, \label{eq:wilks} +\end{equation} +\end{frame} + + + + +\begin{frame}\frametitle{Single measurement, symmetric error, \texttt{HL\_Gaussian}} + +\ARROW Well this is as simple as: +\begin{center} +\includegraphics[width=0.6\textwidth]{images/yaml4.png} +\end{center} +\ARROW The $\chi^2$ is simple: +\begin{equation} +\chi^2 = \frac{(x_{obs}-x)^{2}}{ \sigma_{stat}^{2}+ \sigma_{syst}^{2} }, +\end{equation} + +\ARROW Wilks theorem can be used to translate to (log-)likelihood. + + +\end{frame} + + + +\begin{frame}\frametitle{Single measurement, symmetric error, \texttt{HL\_Gaussian}} + +\ARROW Well this is as simple as: +\begin{center} +\includegraphics[width=0.6\textwidth]{images/yaml4.png} +\end{center} +\ARROW The $\chi^2$ is simple: +\begin{equation} +\chi^2 = \frac{(x_{obs}-x)^{2}}{ \sigma_{stat}^{2}+ \sigma_{syst}^{2} }, +\end{equation} + +\ARROW Wilks theorem can be used to translate to (log-)likelihood. + + +\end{frame} + + + + +\begin{frame}\frametitle{Multiple measurement, symmetric error, \texttt{HL\_nDimGaussian}} + +\ARROW You need to pass two arguments: +\begin{center} +\includegraphics[width=0.6\textwidth]{images/yaml5.png} +\end{center} +\ARROW From this one constructs the covariance matrix, and evaluates the $\chi^2$: +\begin{align} +\chi^2 = V^{T} {\rm Cov}^{-1} V,\label{eq:chi2ndim} +\end{align} + + +\end{frame} + + +\begin{frame}\frametitle{Measurement, asymmetric error, \texttt{HL\_BifurGaussian}, \texttt{HL\_ndimBifurGaussian}} + +\ARROW You need to pass two arguments: +\begin{center} +\includegraphics[width=0.6\textwidth]{images/yaml6.png} +\end{center} + +\ARROW We choose to interpret this as Bifurcated Gaussian: + + \begin{align} +{\rm Cov}_{i,j}= +\begin{cases} +{\rm Corr}_{i,j}~\sigma^{i}_+ \sigma^{j}_+, & \text{if } x^i \geq x^i_{obs} \text{ and } x^j \geq x^j_{obs} \\ +{\rm Corr}_{i,j}~\sigma^{i}_+ \sigma^{j}_-, & \text{if } x^i \geq x^i_{obs} \text{ and } x^j < x^j_{obs} \\ +{\rm Corr}_{i,j}~\sigma^{i}_- \sigma^{j}_+, & \text{if } x^i < x^i_{obs} \text{ and } x^j \geq x^j_{obs} \\ +{\rm Corr}_{i,j}~\sigma^{i}_- \sigma^{j}_-, & \text{if } x^i < x^i_{obs} \text{ and } x^j < x^j_{obs} \\ +\end{cases} +\end{align} + + +\end{frame} + + + + +\begin{frame}\frametitle{Likelihoods, \texttt{HL\_ProfLikelihood}, \texttt{HL\_nDimLikelihood}} + +\ARROW Here we add just the location of \texttt{ROOT} object.\\ +\begin{columns} +\column{0.7\textwidth} + \begin{center} +\includegraphics[width=0.9\textwidth]{images/yaml7.png}\\ +\includegraphics[width=0.9\textwidth]{images/yaml8.png} +\end{center} + +\ARROW This is the best way to publish results!!!\\ +\ARROW The problem is in what way one should publish the higher dim likelihoods? + + +\column{0.3\textwidth} +\includegraphics[angle=-90,width=0.95\textwidth]{images/Fig2-S.pdf}\\ +\includegraphics[angle=-90,width=0.95\textwidth]{images/Fig21.pdf} +\end{columns} + + + + + +\end{frame} + + + + + +\begin{frame}\frametitle{Publishing data \texttt{HL\_ExpData}} + +\ARROW The \texttt{YAML} entry: + + \includegraphics[width=0.5\textwidth]{images/yaml9.png}\\ + \ARROW Set the PDF you want to fit:\\ \texttt{double (*fun)(vector par , vector point)}\\ + \ARROW The program will evaluate the (log-)likelihood on the whole dataset for given parameters.\\ + \ARROW You only need a scanning tools and you are done. + + +\end{frame} + + +\begin{frame}\frametitle{Useful functions} + + + +\ARROW Search for measurement you need: +\begin{center} +\includegraphics[width=0.9\textwidth]{images/example.png} +\end{center} + + + +\ARROW Create citation file: +\begin{center} +\includegraphics[width=0.9\textwidth]{images/example2.png} +\end{center} + + +\end{frame} + + +\begin{frame}\frametitle{Other things in the pipeline, a bit lost but need to reactivated} + +\ARROW Backending \texttt{flavio}.\\ +\ARROW Backending \texttt{EOS}.\\ + + + +\end{frame} + + + + +\iffalse +\begin{frame}\frametitle{Check it out} + +\ARROW The HEPLike code:\\ +\url{https://github.com/mchrzasz/HEPLike} + +\ARROW The HEPLike database:\\ +\url{https://github.com/mchrzasz/HEPLikeData} + +\begin{alertblock}{} +Don't be shy! Give it a spin. Feedback is welcomed. +\end{alertblock} + \pause + + + \begin{exampleblock}{} + \begin{center} + Thank you for your attention + + \end{center} + + \end{exampleblock} + + +\end{frame} +\fi + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/Gambit/07_05_2019/mchrzasz.toc b/Gambit/07_05_2019/mchrzasz.toc new file mode 100644 index 0000000..baf3b21 --- /dev/null +++ b/Gambit/07_05_2019/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/Gambit/07_05_2019/tikzfeynman.sty b/Gambit/07_05_2019/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/Gambit/07_05_2019/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}, +} + diff --git a/HQL_2014/LFV.tar.gz b/HQL_2014/LFV.tar.gz new file mode 100644 index 0000000..7cb32ff --- /dev/null +++ b/HQL_2014/LFV.tar.gz Binary files differ diff --git a/HQL_2014/z b/HQL_2014/z new file mode 100644 index 0000000..5d5a435 --- /dev/null +++ b/HQL_2014/z Binary files differ diff --git "a/KPS_2017/\043mchrzasz.tex\043" "b/KPS_2017/\043mchrzasz.tex\043" new file mode 100644 index 0000000..a362d4a --- /dev/null +++ "b/KPS_2017/\043mchrzasz.tex\043" @@ -0,0 +1,1526 @@ +\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[absolute,overlay]{textpos} + +\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{\apeLR}{{A_\perp^{L,R}}} +\newcommand{\apaL}{{A_\|^L}} +\newcommand{\apaR}{{A_\|^R}} +\newcommand{\apaLR}{{A_\|^{L,R}}} +\newcommand{\azeL}{{A_0^L}} +\newcommand{\azeR}{{A_0^R}} +\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\cgreen{\color{green}} +\definecolor{green}{rgb}{0.2,0.6,0.2} + + +\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{{\rm Br}} + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} + +\newcommand\textref[1]{% + \begin{textblock*}{\paperwidth}(0pt,0.025\textheight) + \raggedleft \small{{\color{RoyalBlue} \emph{#1}}}\hspace{1.5em} + \end{textblock*}} + +\newcommand\textahref[2]{% + \begin{textblock*}{\paperwidth}(0pt,0.025\textheight) + \raggedleft \small{\emph{\href{#1}{#2} }}\hspace{1.5em} + \end{textblock*}} + + +\author{ {Marcin Chrzaszcz} (Universit\"{a}t Z\"{u}rich, IFJ PAN)} +\institute{UZH, IFJ PAN} +\title[Quark flavour anomalies of the SM]{Quark flavour anomalies of the SM} +\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.75\textwidth} + \flushright\bfseries \LARGE {Quark flavour\\ anomalies of the SM} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.23\textwidth} + % \hspace*{-1.cm} + \vspace*{-3mm} + \includegraphics[width=0.6\textwidth]{lhcb-logo} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-1.8em} { \Large Marcin Chrzaszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}} + +\end{column} +\begin{column}{0.53\textwidth} +\includegraphics[height=1.3cm]{uzh-transp}{~}{~} +\includegraphics[height=1.1cm]{ifj.png} +\end{column} +\end{columns} + +\vspace{1em} + \footnotesize\textcolor{gray}{\\ Universit\"{a}t Z\"{u}rich, \\ Institute of Nuclear Physics, Polish Academy of Science}\normalsize\\ +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{Korean Physics Society Meeting,\\ 19 April 2017} +\end{center} +\end{frame} +} + + + + +\iffalse + +\begin{frame}{Outline} + + \begin{minipage}{\textwidth} + +\begin{enumerate} +\item Why flavour is important. +\item $\Pbeauty \to \Pstrange \ell \ell$ theory in a nutshell. +\item LHCb measurements of $\Pbeauty \to \Pstrange \ell \ell$. +\item Global fit to $\Pbeauty \to \Pstrange \ell \ell$ measurements. +\item Conclusions. +\end{enumerate} + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + +\fi + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Why electroweak penguin decays?} +\begin{columns} +\column{4in} +\begin{itemize} +\item In 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 constrain and produce $\Pbottom \to \Pstrange$ and $\Pbottom \to \Pdown$ at loop level. +\begin{itemize} +\item This kind of processes are suppressed in the SM $\to$~Rare decays. +\item New Physics can enter in the loops. +\end{itemize} +\end{itemize} +\begin{center} +\includegraphics[scale=0.3]{images/lupa.png} +\includegraphics[scale=0.3]{images/example.png} +\end{center} +\column{1.5in} +\includegraphics[width=0.61\textwidth]{images/couplings.png} +\end{columns} + +\end{frame} + + +\begin{frame}\frametitle{Tools} +\begin{itemize} +\item \textbf{Operator Product Expansion and Effective Field Theory} +\end{itemize} +\begin{columns} +\column{0.1in}{~} +\column{1.2in} +\begin{small} +\begin{align*} +H_{eff} = - \dfrac{4G_f}{\sqrt{2}} V V^{\prime \ast}\ \sum_i \left[\underbrace{C_i(\mu)O_i(\mu)}_\text{left-handed} +\underbrace{C'_i(\mu)O'_i(\mu)}_\text{right-handed}\right], +\end{align*} +\end{small} +\column{1.8in} +\begin{tiny} +\begin{description} + \item[i=1,2] Tree + \item[i=3-6,8] Gluon penguin + \item[i=7] Photon penguin + \item[i=9.10] EW penguin + \item[i=S] Scalar penguin + \item[i=P] Pseudoscalar penguin + \end{description} + +\end{tiny} +\end{columns} +where $C_i$ are the Wilson coefficients and $O_i$ are the corresponding effective operators. +\begin{center} +\includegraphics[width=0.85\textwidth,height=3cm]{images/all.png} + +\end{center} + + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\only<1>{\frametitle{LHCb detector - tracking} + +\begin{columns} +\column{3in} +\includegraphics[width=0.9\textwidth]{images/1050px-Lhcbview.jpg} + +\column{2in} +\includegraphics[width=0.95\textwidth]{images/sketch.png} +\end{columns} +\begin{itemize} +\item Excellent Impact Parameter (IP) resolution ($20~\rm \mu m$).\\ +$\Rightarrow$ Identify secondary vertices from heavy flavour decays +\item Proper time resolution $\sim~40-50~\rm fs$.\\ +$\Rightarrow$ Good separation of primary and secondary vertices. +\item Excellent momentum ($\delta p/p \sim 0.5 - 1.0\%$) and inv. mass resolution.\\ +$\Rightarrow$ Low combinatorial background. + +\end{itemize} + +} + +\only<2>{\frametitle{LHCb detector - PID} + +\begin{columns} +\column{3in} +\includegraphics[width=0.9\textwidth]{images/1050px-Lhcbview.jpg} + +\column{2in} +\includegraphics[width=0.95\textwidth]{images/cher.png} +\end{columns} +\begin{itemize} +\item Excellent Muon identification $\epsilon_{\mu \to \mu} \sim 97\%$, $\epsilon_{\pi \to \mu} \sim 1-3\%$ +\item Good $\PK-\Ppi$ separation via RICH detectors, $\epsilon_{\PK \to \PK} \sim 95\%$, $\epsilon_{\Ppi \to \PK} \sim 5\%$.\\ +$\Rightarrow$ Reject peaking backgrounds. +\item High trigger efficiencies, low momentum thresholds.\\ +%Muons: $p_T > 1.76 \GeV/c$ at L0, $p_T > 1.0 \GeV/c$ at HLT1,\\ +$B \to \PJpsi X $: Trigger $\sim 90\%$. + +\end{itemize} + + +} + +\textref{Int. J. Mod. Phys. A30 (2015) 1530022} +\vspace*{2.1cm} +\end{frame} + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Recent measurements of $\Pbeauty \to \Pstrange \Plepton \Plepton$} +{~} +\only<1>{ + + \begin{minipage}{\textwidth} + + +\begin{columns} + +\column{0.5\textwidth} +$\color{JungleGreen}{\Rrightarrow}$ {\color{WildStrawberry}{Branching fractions:}} +\begin{description} +\item [$\PB \to \PK \Pmuon \APmuon$] {~}{~} \textt{\begin{tiny}1606.04731\end{tiny} +%\item [$\PB^{0} \to \PKstar \Pmuon \APmuon$] {~}{~}CMS, Jul 15 +\item [$\PBs \to \Pphi \Pmuon \APmuon$] {~}{~}{~}\begin{tiny}JHEP 09 (2015) 179\end{tiny} +\item [$\PB^{\pm} \to \Ppi^{\pm} \Pmuon \APmuon$] {~}\begin{tiny}JHEP 12 (2012) 125\end{tiny} +\item [$\Lambda_b \to \Lambda \Pmuon \APmuon$] {~}{~}{~}{~}\begin{tiny}JHEP 06 (2015) 115\end{tiny} +\item [$\PB \to\Pmuon \APmuon$] {~}{~}{~}{~}{~}\begin{tiny}Nature 15\end{tiny}} +\end{description} + +$\color{JungleGreen}{\Rrightarrow}$ {\color{WildStrawberry}{CP asymmetry:}} +\begin{description} +\item [$\PB^{\pm} \to \Ppi^{\pm} \Pmuon \APmuon$] {~}{~}\begin{tiny}JHEP 10 (2015) 034\end{tiny} +\end{description} + +$\color{JungleGreen}{\Rrightarrow}$ {\color{WildStrawberry}{Isospin asymmetry:}} +\begin{description} +\item [$\PB \to \PK \Pmuon \APmuon$] {~}{~}{~}{~}{~}\begin{tiny}JHEP 06 (2014) 133\end{tiny} +\end{description} + +\column{0.5\textwidth} +$\color{JungleGreen}{\Rrightarrow}$ {\color{WildStrawberry}{Lepton Universality:}} +\begin{description} +\item [$\PB^{\pm} \to \PK^{\pm} \Plepton \APlepton$] {~}{~}\begin{tiny}PRL 113, (2014)\end{tiny} +\end{description} + + +$\color{JungleGreen}{\Rrightarrow}$ {\color{WildStrawberry}{Angular:}} +\begin{description} +\item [$\PB^{0} \to \PK^{\ast} \Plepton \APlepton$] {~}{~}{~}\begin{tiny}JHEP 02 (2016) 104\end{tiny} +\item [$\PB^{0,\pm} \to \PK^{\ast,\pm} \Plepton \APlepton$] \begin{tiny}PRD 86 032012\end{tiny} +\item [$\PBs \to \Pphi \Pmu \Pmu$] {~}{~}{~}\begin{tiny}JHEP 09 (2015) 179\end{tiny} +\item [$\Lambda_b \to \Lambda \Pmuon \APmuon$] {~}{~}\begin{tiny}JHEP 06 (2015) 115\end{tiny} +\end{description} + + + + + +\end{columns} + +\end{minipage} +} +\only<2>{ + + \begin{minipage}{\textwidth} + + +\begin{columns} + +\column{0.5\textwidth} +$\color{JungleGreen}{\Rrightarrow}$ {\color{WildStrawberry}{Branching fractions:}} +\begin{description} +\item [{\color{red}{$\PB \to \PK \Pmuon \APmuon$}}] {~}{~}{\color{red}{\begin{tiny}1606.04731\end{tiny}}} +%\item [$\PB^{0} \to \PKstar \Pmuon \APmuon$] {~}{~}CMS, Jul 15 +\item [{\color{red}{$\PBs \to \Pphi \Pmuon \APmuon$}}] {~}{~}{~}{\color{red}{\begin{tiny}JHEP 09 (2015) 179\end{tiny}}} +\item [$\PB^{\pm} \to \Ppi^{\pm} \Pmuon \APmuon$] {~}\begin{tiny}JHEP 12 (2012) 125\end{tiny} +\item [$\Lambda_b \to \Lambda \Pmuon \APmuon$] {~}{~}{~}{~}\begin{tiny}JHEP 06 (2015) 115\end{tiny} +\item [{\color{red}{$\PB \to\Pmuon \APmuon$}}] {~}{~}{~}{~}{~}{\color{red}{\begin{tiny}Nature 15\end{tiny}}} +\end{description} + +$\color{JungleGreen}{\Rrightarrow}$ {\color{WildStrawberry}{CP asymmetry:}} +\begin{description} +\item [$\PB^{\pm} \to \Ppi^{\pm} \Pmuon \APmuon$] {~}{~}\begin{tiny}JHEP 10 (2015) 034\end{tiny} +\end{description} + +$\color{JungleGreen}{\Rrightarrow}$ {\color{WildStrawberry}{Isospin asymmetry:}} +\begin{description} +\item [$\PB \to \PK \Pmuon \APmuon$] {~}{~}{~}{~}{~}\begin{tiny}JHEP 06 (2014) 133\end{tiny} +\end{description} + + +\column{0.5\textwidth} +$\color{JungleGreen}{\Rrightarrow}$ {\color{WildStrawberry}{Lepton Universality:}} +\begin{description} +\item [{\color{red}{$\PB^{\pm} \to \PK^{\pm} \Plepton \APlepton$}}] {~}{~}{\color{red}{\begin{tiny}PRL 113, (2014)\end{tiny}}} +\end{description} + + +$\color{JungleGreen}{\Rrightarrow}$ {\color{WildStrawberry}{Angular:}} +\begin{description} +\item [{\color{red}{$\PB^{0} \to \PK^{\ast} \Plepton \APlepton$}}] {~}{~}{~}\begin{tiny}PRD 86 032012\end{tiny} +\item [{\color{red}{$\PB^{0,\pm} \to \PK^{\ast,\pm} \Plepton \APlepton$}}] {\color{red}{\begin{tiny}JHEP 09 (2015) 179\end{tiny}}} +\item [$\PBs \to \Pphi \Plepton \APlepton$] {~}{~}{~}\begin{tiny}JHEP 09 (2015) 179\end{tiny} +\item [{\color{red}{$\Lambda_b \to \Lambda \Pmuon \APmuon$}}] {~}{~}{\color{red}{\begin{tiny}JHEP 06 (2015) 115\end{tiny}}} +\end{description} + +\begin{alertblock}{} +$>2~\sigma$ deviations from the SM + +\end{alertblock} + +\end{columns} + +{~}\\ + +\ARROW This talk is not possible to cover all flavour anomalies. + + +\end{minipage} +} + +\vspace*{2.1cm} +\end{frame} + +\iffalse + + +\fi + + +\begin{frame}{Observables in $\PB \to \PKstar \Pmu \Pmu$} +{~} +\begin{minipage}{\textwidth} + +\ARROW 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)$.\\ +\ARROW The angular distribution can be written as: + +\begin{tiny} +\begin{align*} +\left.\frac{1}{{\rm d}(\Gamma+\bar{\Gamma})/{\rm d}q^2}\frac{{\rm d}(\Gamma+\bar{\Gamma})}{{\rm dcos}\thetal\,{\rm dcos}\thetak\,{\rm d}\phi}\right|_{\rm P} = +\tfrac{9}{32\pi}\bigl[ +&\tfrac{3}{4} (1-{F_{\rm L}})\sin^2\thetak \label{eq:pdfpwave}\\[-0.75em] +&+ {F_{\rm L}}\cos^2\thetak + \tfrac{1}{4}(1-{F_{\rm L}})\sin^2\thetak\cos 2\thetal\nonumber\\ +&- {F_{\rm L}} \cos^2\thetak\cos 2\thetal + {S_3}\sin^2\thetak \sin^2\thetal \cos 2\phi\nonumber\\ +&+ {S_4} \sin 2\thetak \sin 2\thetal \cos\phi + {S_5}\sin 2\thetak \sin \thetal \cos \phi\nonumber\\ +&+ \tfrac{4}{3} {A_{\rm FB}} \sin^2\thetak \cos\thetal + {S_7} \sin 2\thetak \sin\thetal \sin\phi\nonumber\\ +&+ {S_8} \sin 2\thetak \sin 2\thetal \sin\phi + {S_9}\sin^2\thetak \sin^2\thetal \sin 2\phi \nonumber +\bigr]. +%\end{split} +%\bigr],\ +\end{align*} +\end{tiny} +\ARROW This equation is valid in the SM for massless leptons! + + +\end{minipage} +\vspace*{2.1cm} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Link to effective operators} +{~} +\begin{minipage}{\textwidth} +$\color{JungleGreen}{\Rrightarrow}$ The observables ${\color{red}{S_i}}$ are bilinear combinations of transversity amplitudes: $\apeLR,~\apaLR,~\azeLR $. \\ +$\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 soft form factors. \\ +\pause +$\color{JungleGreen}{\Rrightarrow}$ Now we can construct observables that cancel the $\xi$ soft form factors at leading order: +\eq{P_5^{\prime} = \dfrac{S_5+\bar{S}_5}{2\sqrt{F_L (1-F_L)}}\nonumber +} + + +\end{minipage} +\vspace*{2.1cm} +\end{frame} + +% symmetries + +\iffalse +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{$\PBzero \to \PKstar \Pmuon \APmuon$, Selection} +{~} +\begin{minipage}{\textwidth} +\begin{columns} + +\column{0.55\textwidth} +\begin{itemize} +\item PID, kinematics and isolation variables used in a Boosted Decision Tree (BDT) to reject background. +\item Reject the regions of $\PJpsi$ and $\Ppsi(2S)$. +\item Specific vetos for backgrounds: $\Lambda_b \to \Pproton \PK \Pmu \Pmu$, $\PBs \to \Pphi \Pmu \Pmu$, etc. +\item Using k-Fold technique and signal proxy $\PB \to \PJpsi \PKstar$ for training the BDT. +\item Improved selection allowed for finer binning than the $1\invfb$ analysis. +\end{itemize} + + +\column{0.45\textwidth} + +\includegraphics[angle=-90,width=0.88\textwidth]{images/Fig1.pdf} \\ +\includegraphics[width=0.88\textwidth]{images/fold.png} + +\end{columns} + + + +\end{minipage} + \textref{JHEP 02 (2016) 104} +\vspace*{2.1cm} +\end{frame} + +\fi + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{$\PBzero \to \PKstar \Pmuon \APmuon$, Selection} +{~} +\begin{minipage}{\textwidth} + +\begin{itemize} +\item Signal modelled by a sum of two Crystal-Ball functions. +\item Shape is defined using $\PB \to \PJpsi \PKstar$ and corrected for $q^2$ dependency. +\item Combinatorial background modelled by exponent. +\end{itemize} + +\begin{columns} +\column{0.5\textwidth} +\begin{itemize} +\item $\PK \Ppi$ system: +\begin{itemize} +\item Beside the $\PKstar$ resonance there might might a tail from other higher mass states. +\item We modelled it in the analysis. +\item Reduced the systematic compared to previous analysis. +\end{itemize} +\end{itemize} + +\column{0.5\textwidth} + +\includegraphics[width=0.88\textwidth]{images/pbkg} + +\end{columns} + +\begin{large} +\begin{itemize} +\item In total we found $2398\pm57$ candidates in the $(0.1,19)~\GeV^2/c^4$ $q^2$ region. +\item $624 \pm 30$ candidates in the theoretically the most interesting $(1.1-6.0)~\GeV^2/c^4$ region. +\end{itemize} +\end{large} + + + + +\end{minipage} + \textref{JHEP 02 (2016) 104} + +\vspace*{2.1cm} +\end{frame} + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Detector acceptance} +{~} +\begin{minipage}{\textwidth} +\begin{columns} + +\column{0.6\textwidth} +\begin{itemize} +\item Detector distorts our angular distribution. +\item We need to model this effect. +\item Full 4D function is used: +\begin{align*} +\epsilon (\cos \thetal, \cos \thetak, \phi, q^2) = \\\sum_{ijkl} c_{ijkl} P_i(\cos \thetal) P_j(\cos \thetak ) P_k(\phi) P_l(q^2), +\end{align*} +where $P_i$ is the Legendre polynomial of order $i$. +\item We use up to $4^{th}, 5^{th}, 6^{th}, 5^{th}$ order for the $\cos \thetal, \cos \thetak, \phi, q^2$. +\item $600$ terms in total! +\end{itemize} + + + + +\column{0.4\textwidth} +\includegraphics[width=0.99\textwidth]{images/det.png} +\end{columns} + + +\end{minipage} + \textref{JHEP 02 (2016) 104} + +\vspace*{2.1cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Control channel} +{~} +\begin{minipage}{\textwidth} + + +\begin{itemize} +\item We tested our unfolding procedure on $\PB \to \PJpsi \PKstar$. +\item The result is in perfect agreement with other experiments and our different analysis of this decay. +\end{itemize} + +\begin{columns} + +\column{0.5\textwidth} + +\includegraphics[width=0.95\textwidth]{images/mlogjpsi.png} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/mkpijpsi.png} + +\end{columns} + + +\begin{columns} + +\column{0.33\textwidth} +\includegraphics[width=0.91\textwidth]{images/costhetakjpsi.png} +\column{0.33\textwidth} +\includegraphics[width=0.91\textwidth]{images/costhetaljpsi.png} +\column{0.33\textwidth} +\includegraphics[width=0.91\textwidth]{images/phijpsi.png} + +\end{columns} + +%\includegraphics[width=0.99\textwidth]{images/angles2.png} + + + +\end{minipage} +\textref{JHEP 02 (2016) 104} +\vspace*{2.1cm} +\end{frame} +\iffalse +\begin{frame}{Method of moments} +{~} +\begin{minipage}{\textwidth} +\begin{itemize} +\item Use orthogonality of spherical harmonics, $f_j(\cos \thetal, \cos \thetak, \phi)$: +\begin{equation*} +\int f_i(\cos \thetal, \cos \thetak, \phi) \cdot f_j(\cos \thetal, \cos \thetak, \phi) = \delta_{ij} +\end{equation*} +\begin{equation*} +M_i = \int \frac{1}{{\rm d}(\Gamma+\bar{\Gamma})/{\rm d}q^2}\frac{{\rm d}(\Gamma+\bar{\Gamma})}{{\rm dcos}\thetal\,{\rm dcos}\thetak\,{\rm d}\phi} f_i(\cos \thetal, \cos \thetak, \phi) +\end{equation*} +\item Don’t have true angular distribution but we ''sample'' it with our data. +\item Therefore: $\int \rightarrow \sum$ and $M_i \rightarrow \widehat{M}_i$ + +%\begin{equation*} +%M_i = \int \frac{1}{{\rm d}(\Gamma+\bar{\Gamma})/{\rm d}q^2}\frac{{\rm d}(\Gamma+\bar{\Gamma})}{{\rm dcos}\thetal\,{\rm dcos}\thetak\,{\rm d}\phi} f_i(\cos \thetal, \cos \thetak, \phi) +%\end{equation*} +\item Acceptance corrections is included by: +\begin{equation*} +\widehat{M}_i = \dfrac{1}{\sum_e w_e} \sum w_e f_i(\cos \thetal, \cos \thetak, \phi) +\end{equation*} +\item The weight $w_e$ accounts for the efficiency from previous slide. + + +\end{itemize} + +\end{minipage} + \textref{Phys. Rev. D 91, 114012 (2015)} + +\vspace*{2.1cm} +\end{frame} + +\fi +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 +\begin{frame}\frametitle{$\PBzero \rightarrow \PK^{\ast} \Pmu \Pmu$ results} + \begin{minipage}{\textwidth} +\begin{columns} +\column{2.5in} +\includegraphics[angle=-90,width=0.95\textwidth]{images/compare_FLPad.pdf}\\ +\includegraphics[angle=-90,width=0.95\textwidth]{images/compare_S3Pad.pdf} +\column{2.5in} +\includegraphics[angle=-90,width=0.95\textwidth]{images/compare_S4Pad.pdf}\\ +\includegraphics[angle=-90,width=0.95\textwidth]{images/compare_S5Pad.pdf} +\end{columns} +\end{minipage} +\textref{JHEP 02 (2016) 104} + \vspace*{2.1cm} +\end{frame} + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 +\begin{frame}\frametitle{$\PBzero \rightarrow \PK^{\ast} \Pmu \Pmu$ results} + + \begin{minipage}{\textwidth} +\begin{columns} +\column{2.5in} +\includegraphics[angle=-90,width=0.95\textwidth]{images/compare_AFBPad.pdf}\\ +\includegraphics[angle=-90,width=0.95\textwidth]{images/compare_S7Pad.pdf} +\column{2.5in} +\includegraphics[angle=-90,width=0.95\textwidth]{images/compare_S8Pad.pdf}\\ +\includegraphics[angle=-90,width=0.95\textwidth]{images/compare_S9Pad.pdf} +\end{columns} +\end{minipage} +\textref{JHEP 02 (2016) 104} + \vspace*{2.1cm} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Results in $\PB \to \PKstar \Pmu \Pmu$} +{~} + + \begin{minipage}{\textwidth} + \begin{center} + \includegraphics[angle=-90,width=0.65\textwidth]{images/compare_P5pPad.pdf}\\ + \end{center} + +\begin{itemize} +\item Tension gets confirmed! +\item The two bins deviate by $2.8$~and~$3.0~\sigma$ from the SM prediction. +\item Result compatible with previous result. +\end{itemize} + + +\end{minipage} +\textref{JHEP 02 (2016) 104} + \vspace*{2.1cm} +\end{frame} + + + + +\iffalse +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{BF measurements of $\PB \to \PKstar^{0,\pm} \Pmu \Pmu$} +{~} +\includegraphics[angle=-90,width=0.5\textwidth]{images/ksmumu_BF.pdf} +\includegraphics[angle=-90,width=0.5\textwidth]{images/kmumu_BF.pdf} + +\begin{center} +\begin{columns} + +\column{0.5\textwidth} +\begin{itemize} +\item Despite large theoretical errors the results are consistently smaller than the SM prediction. +%\item \href{http://dx.doi.org/10.1007/JHEP06(2014)133}{{\color{blue}{JHEP 06 (2014) 133}}} +\end{itemize} +\column{0.5\textwidth} +\includegraphics[angle=-90,width=0.850\textwidth]{images/bukst_BF.pdf} + + +\end{columns} + + +\end{center} +\textref{JHEP 06 (2014) 133} +\vspace*{2.1cm} +\end{frame} +\fi +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{BF measurements of $\PBs \to \Pphi \Pmu \Pmu$} +{~} +\begin{minipage}{\textwidth} + \begin{center} + \includegraphics[height=4cm]{images/bs2phipi.png} + \includegraphics[height=4cm]{images/BsSel.png} + \end{center} + +\begin{itemize} + +\item Suppressed by $\frac{f_s}{f_d}$. +\item Cleaner because of narrow $\Pphi$ resonance. +\item $3.3~\sigma$ deviation in the SM in the $1-6\GeV^2/c^4$ bin. +\item Angular part in agreement with the SM ($S_5$ is not accessible). +\end{itemize} + + +\end{minipage} +\textref{JHEP09 (2015) 179} +\vspace*{2.1cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Measurements of $\Lambda_b \to \Lambda \Pmu \Pmu$} +{~} +\begin{minipage}{\textwidth} + + \includegraphics[width=0.32\textwidth]{images/Lb_BR.png} \includegraphics[width=0.32\textwidth]{images/Lblow.png} +\includegraphics[width=0.32\textwidth]{images/Lbhigh.png} + +\begin{small} +\begin{itemize} +\item In total $\sim 300$ candidates in data set. +\item Decay not present in the low $q^2$. +\item For the bins in which we have $>3~\sigma$ significance the forward backward asymmetry is measured for the hadronic and leptonic system. +\end{itemize} +\end{small} +\vspace{-0.5cm} +\begin{center} +\includegraphics[width=0.7\textwidth]{{images/AFB_Lb}.png} +\end{center} +\begin{itemize} +\item $A_{FB}^H$ is in good agreement with the SM. +\item $A_{FB}^{\ell}$ always in above the SM prediction. +\end{itemize} +\end{minipage} +\textref{JHEP 06 (2015) 115} +\vspace*{2.1cm} +\end{frame} + + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Lepton universality test} +{~} +\begin{minipage}{\textwidth} +\begin{columns} +\column{3.0in} + +\begin{itemize} + + +%\includegraphics[width=0.99\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 the SM at $2.6\sigma$. + +\end{itemize} +\column{2.0in} +\includegraphics[width=1.05\textwidth]{images/uni2.png} \\ + +\includegraphics[width=0.99\textwidth]{images/RK.png}\\ +%\includegraphics[width=0.99\textwidth]{{images/rk_}.png}\\ +\end{columns} +\includegraphics[width=0.85\textwidth]{{images/rk_}.png}\\ + + + +\end{minipage} +\textref{Phys. Rev. Lett. 113, 151601 (2014)} +\vspace*{2.1cm} +\end{frame} + + +\iffalse + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Theory implications} +{~} +\begin{minipage}{\textwidth} + +\begin{itemize} +\item A fit prepared by \texttt{S. Descotes-Genon, L. Hofer, J. Matias, J. Virto}. +\item Took into the fit: +\begin{itemize} +\item $\mathcal{B} ( \PB \to X_s \Pphoton) = (3.36 \pm 0.23) \times 10^{-4} $, {\color{blue}{ Misiak et. al. PRL 114, 221801 (2015)}} + +\item $\mathcal{B} ( \PB \to\Pmu \Pmu)$, theory: {\color{blue}{ Bobeth PRD 89, (2014)}}, experiment: LHCb+CMS average (2015) +\item $\mathcal{B} ( \PB \to X_s \Pmu \Pmu$), {\color{blue}{ Huber et al Nucl Phys B802, 2008}} +\item $\mathcal{B} ( \PB \to \PK \Pmu \Pmu$), {\color{blue}{ Bouchard et al JHEP11 (2011) 122}} +\item $\PB_{(s)} \to \PKstar(\Pphi) \Pmu \Pmu$,{\color{blue}{ Horgan et al PRL 112, (2014)}} +\item $\PB \to \PK \Pe \Pe$, $\PB \to \PKstar \Pe \Pe$ and $R_k$. +\end{itemize} +%\item Overall there is $>4~\sigma$ discrepancy wrt. SM. +\end{itemize} + + + + + +\end{minipage} +\textref{JHEP 06 (2016) 092} +\vspace*{2.1cm} +\end{frame} + + +\fi +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Theory implications} +{~} +\begin{minipage}{\textwidth} + +\begin{itemize} +\item A fit prepared by \texttt{S. Descotes-Genon, L. Hofer, J. Matias, J. Virto}. +\item The data can be explained by modifying the $C_9$ Wilson coefficient. +\item Overall there is $>4~\sigma$ discrepancy wrt. the SM prediction. +\end{itemize} +\includegraphics[width=0.9\textwidth]{images/C9.png} + + + + +\end{minipage} +\textref{JHEP 06 (2016) 092} +\vspace*{2.1cm} +\end{frame} + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{If not NP?} +{~} +\begin{minipage}{\textwidth} +\begin{itemize} +\item We are not there yet! +\item There might be something not taken into account in the theory. +\item Resonances ($\PJpsi$, $\Ppsi(2S)$) tails can mimic NP effects. +\item There might be some non factorizable QCD corrections.\\ +'' However, the central value of this effect would have to be significantly larger than expected on the basis of existing estimates'' \texttt{D.Straub}, \href{http://arxiv.org/abs/1503.06199}{ {\color{blue}{arXiv:1503.06199}}} +. +\end{itemize} +\only<1>{ +\includegraphics[width=0.6\textwidth]{images/charmloop.png} + +} +\only<2>{ +\begin{center} +\includegraphics[width=0.6\textwidth]{images/charmloop2.png} +\end{center} +} + +\end{minipage} +\vspace*{2.1cm} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}\frametitle{Grab it While it's Hot!} +%https://indico.cern.ch/event/580620/ +\ARROW Yesterday(18.04) we shown a new preliminary result: \href{https://indico.cern.ch/event/580620/}{{\color{blue}CERN Seminar}}\\ +\ARROW We measured the ratio: +\begin{equation*} +R_{\PKstar}= \frac{\mathcal{B}( \PB \to \PKstar \Pmu \Pmu)}{\mathcal{B}( \PB \to \PKstar \Pe \Pe)} +\end{equation*} +\pause + +\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]{images/RKstar.png} +\end{center} + +\end{columns} + + + +\end{frame} + + + +\begin{frame}\frametitle{Grab it While it's Hotter!} +%https://indico.cern.ch/event/580620/ +\ARROW Today(19.04) there was already first paper with the phenomenological work about this measurement: \href{https://arxiv.org/pdf/1704.05340.pdf}{arxiv::1704.05340} J. Matias, et. al.\\ +\begin{center} +\includegraphics[width=0.99\textwidth]{images/quim1.png} +\end{center} +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.75\textwidth]{images/quim2.png} + +\column{0.5\textwidth} +\includegraphics[width=0.75\textwidth]{images/quim3.png} + + +\end{columns} + + +\end{frame} + + + + + + + + + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{There is more!} +{~} +\begin{minipage}{\textwidth} + +\begin{itemize} +\item There is one other Lepton Universality Violation decay recently measured by LHCb. +\item $R(\PDstar)=\dfrac{\mathcal{B}(\PB \to \PDstar \Ptau \Pnu)}{\mathcal{B}(\PB \to \PDstar \Pmu \Pnu)}$ +\item Clean SM prediction: $R(\PDstar)=0.252(3)$, {\color{blue}{PRD 85 094025 (2012)}} +\item LHCb result: $R(\PDstar)= 0.336 \pm 0.027 \pm 0.030$ +\item HFAG average: $R(\PDstar)=0.322 \pm 0.022$ +\item $4.0~\sigma$ discrepancy wrt. SM. +\end{itemize} + +\begin{center} + +\includegraphics[width=0.4\textwidth]{images/RDstar.png} + +\end{center} +\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 More data will shade a light on the matter. +\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} + + + +\backupbegin + +\begin{frame}\frametitle{Backup} + + +\end{frame} + + + + + + +\begin{frame}{Theory implications} +{~} + \begin{minipage}{\textwidth} + +\includegraphics[height=0.9\textheight]{images/table.png} + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{If not NP?} +{~} +\begin{minipage}{\textwidth} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{itemize} +\item How about our clean $P_i$ observables? +\item The QCD cancel as mentioned only at leading order. +\item Comparison to normal observables with the optimised ones. +\end{itemize} +\includegraphics[width=0.9\textwidth]{images/C9_S_P.png} + + +\end{minipage} +\vspace*{2.1cm} +\end{frame} + + + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\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 (soft form factors): +{\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}{$\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)$. + + \only<1>{ +\begin{columns} +\column{0.5\textwidth} + +$\color{JungleGreen}{\Rrightarrow}$ $\cos \thetak$: the angle between the direction of the kaon in the $\PKstar$ ($\overline{\PK}^{\ast}$) rest frame and the direction of the $\PKstar$ ($\overline{\PK}^{\ast}$) in the $\PBzero$ ($\APBzero$) rest frame.\\ +$\color{JungleGreen}{\Rrightarrow}$ $\cos \thetal$: the angle between the direction of the $\Pmuon$ ($\APmuon$) in the dimuon rest frame and the direction of the dimuon in the $\PBzero$ ($\APBzero$) rest frame.\\ +$\color{JungleGreen}{\Rrightarrow}$ $\phi$: the angle between the plane containing the $\Pmuon$ and $\APmuon$ and the plane containing the kaon and pion from the $\PKstar$. + + + +\column{0.5\textwidth} +\includegraphics[width=0.99\textwidth]{images/angles.png} + +\end{columns} +} + \only<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[ +{\color{red}{J_{1s}}} \sin^2\theta_K + {\color{red}{J_{1c}}} \cos^2\theta_K + ({\color{red}{J_{2s} }}\sin^2\theta_K + {\color{red}{J_{2c}}} \cos^2\theta_K) \cos 2\theta_l\nn\\[1.5mm] +&&\hspace{-2.7cm}+ {\color{red}{J_3}} \sin^2\theta_K \sin^2\theta_l \cos 2\phi + {\color{red}{J_4}} \sin 2\theta_K \sin 2\theta_l \cos\phi + {\color{red}{J_5}} \sin 2\theta_K \sin\theta_l \cos\phi \nn\\[1.5mm] +&&\hspace{-2.7cm}+ ({\color{red}{J_{6s}}} \sin^2\theta_K + {\color{red}{{J_{6c}}}} \cos^2\theta_K) \cos\theta_l ++ {\color{red}{J_7}} \sin 2\theta_K \sin\theta_l \sin\phi + {\color{red}{J_8}} \sin 2\theta_K \sin 2\theta_l \sin\phi \nn\\[1.5mm] +&&\hspace{-2.7cm}+ {\color{red}{J_9}} \sin^2\theta_K \sin^2\theta_l \sin 2\phi \bigg]\,, +\nonumber} +}}\\{~}\\ +$\color{JungleGreen}{\Rrightarrow}$ This is the most general expression of this kind of decay.\\ +$\color{JungleGreen}{\Rrightarrow}$ The $CP$ averaged angular observables are defined:\\ +\eq{ +S_i = \dfrac{J_i+ \bar{J}_i}{(d \Gamma + d \bar{\Gamma})/dq^2}\nonumber +} + +} + +\end{minipage} +\vspace*{2.1cm} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Link to effective operators} +{~} +\begin{minipage}{\textwidth} +$\color{JungleGreen}{\Rrightarrow}$ The observables ${\color{red}{J_i}}$ are bilinear combinations of transversity amplitudes: $\apeLR,~\apaLR,~\azeLR $. \\ +$\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 soft form factors. \\ +\pause +$\color{JungleGreen}{\Rrightarrow}$ Now we can construct observables that cancel the $\xi$ soft 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} + +% symmetries +\begin{frame}{Symmetries in $\PB \to \PKstar \Pmu \Pmu$} +{~} +\begin{minipage}{\textwidth} +$\color{JungleGreen}{\Rrightarrow}$ We have 12 angular coefficients ($S_i$).\\ +$\color{JungleGreen}{\Rrightarrow}$ There exist 4 symmetry transformations that leave the angular distributions unchanged: +\begin{tiny} +\eq{ +n_\|=\binom{A_\|^L}{A_\|^{R*}}\ ,\quad +n_\bot=\binom{A_\bot^L}{-A_\bot^{R*}}\ ,\quad +n_0=\binom{A_0^L}{A_0^{R*}}\ .\nonumber +} +\end{tiny} +\begin{tiny} +\eq{ + n_i^{'} = U n_i= + \left[ + \begin{array}{ll} + e^{i\phi_L} & 0 \\ + 0 & e^{-i \phi_R} + \end{array} + \right] + \left[ + \begin{array}{rr} + \cos \theta & -\sin \theta \\ + \sin \theta & \cos \theta + \end{array} + \right] + \left[ + \begin{array}{rr} + \cosh i \tilde{\theta} & -\sinh i \tilde{\theta} \\ + - \sinh i \tilde{\theta} & \cosh i \tilde{\theta} + \end{array} + \right] + n_i \,. + \label{symmassless}\nonumber} +\end{tiny} +$\color{JungleGreen}{\Rrightarrow}$ Using this symmetries one can show that there are 8 independent observables. The pdf can be written as: +\begin{tiny} +\begin{align*} +\left.\frac{1}{{\rm d}(\Gamma+\bar{\Gamma})/{\rm d}q^2}\frac{{\rm d}(\Gamma+\bar{\Gamma})}{{\rm dcos}\thetal\,{\rm dcos}\thetak\,{\rm d}\phi}\right|_{\rm P} = +\tfrac{9}{32\pi}\bigl[ +&\tfrac{3}{4} (1-{F_{\rm L}})\sin^2\thetak \label{eq:pdfpwave}\\[-0.75em] +&+ {F_{\rm L}}\cos^2\thetak + \tfrac{1}{4}(1-{F_{\rm L}})\sin^2\thetak\cos 2\thetal\nonumber\\ +&- {F_{\rm L}} \cos^2\thetak\cos 2\thetal + {S_3}\sin^2\thetak \sin^2\thetal \cos 2\phi\nonumber\\ +&+ {S_4} \sin 2\thetak \sin 2\thetal \cos\phi + {S_5}\sin 2\thetak \sin \thetal \cos \phi\nonumber\\ +&+ \tfrac{4}{3} {A_{\rm FB}} \sin^2\thetak \cos\thetal + {S_7} \sin 2\thetak \sin\thetal \sin\phi\nonumber\\ +&+ {S_8} \sin 2\thetak \sin 2\thetal \sin\phi + {S_9}\sin^2\thetak \sin^2\thetal \sin 2\phi \nonumber +\bigr]. +%\end{split} +%\bigr],\ +\end{align*} +\end{tiny} + +\end{minipage} +\vspace*{2.1cm} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Results in $\PB \to \PKstar \Pmu \Pmu$} +{~} + + \begin{minipage}{\textwidth} + +\begin{itemize} +\item Thanks to Method of Moments there was the possibility to measure a new observable $S_{6c}$. +\end{itemize} +\begin{center} +\includegraphics[angle=-90,width=0.65\textwidth]{images/S6cPad.pdf}\\ +\end{center} +\begin{itemize} +\item Measurement is consistent with the SM prediction. +\end{itemize} + +\end{minipage} +\textref{JHEP 02 (2016) 104} + \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/c^4$. + \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{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} + +} +\end{minipage} +\textref{JHEP 04 (2015) 064} +\vspace*{2.1cm} +\end{frame} + + + + + +\backupend +\end{document} + + + + + + + diff --git a/Kstarmumu_Run2/BDT2/Makefile b/Kstarmumu_Run2/BDT2/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/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/Kstarmumu_Run2/BDT2/bdt.pdf b/Kstarmumu_Run2/BDT2/bdt.pdf new file mode 100644 index 0000000..a888c91 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/bdt.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/beamercolorthemeFlip.sty b/Kstarmumu_Run2/BDT2/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/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/Kstarmumu_Run2/BDT2/beamerinnerthemeFlip.sty b/Kstarmumu_Run2/BDT2/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/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/Kstarmumu_Run2/BDT2/beamerouterthemeFlip.sty b/Kstarmumu_Run2/BDT2/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/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/Kstarmumu_Run2/BDT2/beamerouterthemedecolines.sty b/Kstarmumu_Run2/BDT2/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/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/Kstarmumu_Run2/BDT2/beamerthemeFlip.sty b/Kstarmumu_Run2/BDT2/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/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/Kstarmumu_Run2/BDT2/images/.DS_Store b/Kstarmumu_Run2/BDT2/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/.DS_Store Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_BsMassCut_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_BsMassCut_Pwave_Rez.png new file mode 100644 index 0000000..c9e4ed8 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_BsMassCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_BsMassCut_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_BsMassCut_Pwave_fullq2.png new file mode 100644 index 0000000..356af2e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_BsMassCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_BsMassCut_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_BsMassCut_SPDwave_Rez.png new file mode 100644 index 0000000..678d54d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_BsMassCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_BsMassCut_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_BsMassCut_SPDwave_fullq2.png new file mode 100644 index 0000000..72d2ca6 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_BsMassCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_BsMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_BsMass_Pwave_Rez.png new file mode 100644 index 0000000..2b97909 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_BsMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_BsMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_BsMass_Pwave_fullq2.png new file mode 100644 index 0000000..746723b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_BsMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_BsMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_BsMass_SPDwave_Rez.png new file mode 100644 index 0000000..b562aba --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_BsMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_BsMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_BsMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70ca9b8 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_BsMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_BuToKMuMuMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_BuToKMuMuMass_Pwave_Rez.png new file mode 100644 index 0000000..3e38a6b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_BuToKMuMuMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_BuToKMuMuMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_BuToKMuMuMass_Pwave_fullq2.png new file mode 100644 index 0000000..fbe689a --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_BuToKMuMuMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_BuToKMuMuMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_BuToKMuMuMass_SPDwave_Rez.png new file mode 100644 index 0000000..1c6c416 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_BuToKMuMuMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_BuToKMuMuMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_BuToKMuMuMass_SPDwave_fullq2.png new file mode 100644 index 0000000..49be5a6 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_BuToKMuMuMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_DIRA_OWNPV.png b/Kstarmumu_Run2/BDT2/images/B0_DIRA_OWNPV.png new file mode 100644 index 0000000..c6397a9 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_DIRA_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_DIRA_OWNPVlog.png b/Kstarmumu_Run2/BDT2/images/B0_DIRA_OWNPVlog.png new file mode 100644 index 0000000..7efec12 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_DIRA_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/BDT2/images/B0_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..e32f3cc --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_ENDVERTEX_CHI2log.png b/Kstarmumu_Run2/BDT2/images/B0_ENDVERTEX_CHI2log.png new file mode 100644 index 0000000..85052b9 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_ENDVERTEX_CHI2log.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_ENDVERTEX_CHI2w.png b/Kstarmumu_Run2/BDT2/images/B0_ENDVERTEX_CHI2w.png new file mode 100644 index 0000000..19d596c --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_ENDVERTEX_CHI2w.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_FDCHI2_OWNPV.png b/Kstarmumu_Run2/BDT2/images/B0_FDCHI2_OWNPV.png new file mode 100644 index 0000000..085e87f --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_FDCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT2/images/B0_FDCHI2_OWNPVlog.png new file mode 100644 index 0000000..247136e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_FDCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_FD_OWNPV.png b/Kstarmumu_Run2/BDT2/images/B0_FD_OWNPV.png new file mode 100644 index 0000000..b5440df --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_FD_OWNPVlog.png b/Kstarmumu_Run2/BDT2/images/B0_FD_OWNPVlog.png new file mode 100644 index 0000000..d3237af --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_FD_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT2/images/B0_IPCHI2_OWNPV.png new file mode 100644 index 0000000..2f1e168 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT2/images/B0_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..453a010 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_IP_OWNPV.png b/Kstarmumu_Run2/BDT2/images/B0_IP_OWNPV.png new file mode 100644 index 0000000..41ee112 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT2/images/B0_IP_OWNPVlog.png new file mode 100644 index 0000000..4834cba --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png new file mode 100644 index 0000000..59f30ed --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png new file mode 100644 index 0000000..08abb7f --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png new file mode 100644 index 0000000..f2d9f49 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png new file mode 100644 index 0000000..00e9290 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2D_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2D_Pwave_Rez.png new file mode 100644 index 0000000..e5597d5 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2D_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png new file mode 100644 index 0000000..03666c6 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png new file mode 100644 index 0000000..0d8a9e5 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png new file mode 100644 index 0000000..6745c2d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..bd37781 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..683bc19 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..c4f09d8 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..a02fd24 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..af70172 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_LambdaB_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..86f7444 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..a5bf50d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..a77fb83 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..d0c3697 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..e8fe588 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_Lambda_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_PT.png b/Kstarmumu_Run2/BDT2/images/B0_PT.png new file mode 100644 index 0000000..db45d4b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_PTlog.png b/Kstarmumu_Run2/BDT2/images/B0_PTlog.png new file mode 100644 index 0000000..52f0157 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_PTw.png b/Kstarmumu_Run2/BDT2/images/B0_PTw.png new file mode 100644 index 0000000..297775d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_PTw.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_jpsiAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_jpsiAngSep_Pwave_Rez.png new file mode 100644 index 0000000..d72b782 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_jpsiAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_jpsiAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_jpsiAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..5fd4f53 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_jpsiAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_jpsiAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_jpsiAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..0fb392d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_jpsiAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_jpsiAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_jpsiAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4d8bcae --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_jpsiAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kmuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_kmuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1323a96 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kmuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kmuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_kmuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..1891bf9 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kmuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kmuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_kmuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d60ad17 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kmuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kmuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_kmuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..c0df945 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kmuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kmuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_kmuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e8a8f7 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kmuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kmuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_kmuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..ff36d63 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kmuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kmuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_kmuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..e7b46f2 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kmuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kmuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_kmuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..bab6fe6 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kmuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kmuswapMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_kmuswapMass_Pwave_Rez.png new file mode 100644 index 0000000..6a50d79 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kmuswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kmuswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_kmuswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..4784d6a --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kmuswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kmuswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_kmuswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..df1d500 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kmuswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kmuswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_kmuswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..a28543e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kmuswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kpiswapMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_kpiswapMass_Pwave_Rez.png new file mode 100644 index 0000000..59935f8 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kpiswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kpiswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_kpiswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..871f485 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kpiswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kpiswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_kpiswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..f7f7b73 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kpiswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kpiswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_kpiswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70618aa --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kpiswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kstarAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_kstarAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e90ae0 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kstarAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kstarAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_kstarAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..49d2d82 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kstarAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kstarAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_kstarAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d99d8c5 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kstarAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_kstarAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_kstarAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4913332 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_kstarAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_pimuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_pimuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..89e1b74 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_pimuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_pimuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_pimuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..6b84c85 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_pimuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_pimuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_pimuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..c1fbcb7 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_pimuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_pimuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_pimuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..ff7d39c --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_pimuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_pimuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_pimuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..da0d58f --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_pimuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_pimuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_pimuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..a02b32b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_pimuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_pimuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_pimuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..29d4996 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_pimuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_pimuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_pimuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4f0cd7e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_pimuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png b/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png new file mode 100644 index 0000000..f830bdd --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png b/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png new file mode 100644 index 0000000..84f9dce --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png b/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png new file mode 100644 index 0000000..1a0a272 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png b/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png new file mode 100644 index 0000000..dfe815c --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png b/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png new file mode 100644 index 0000000..32c38da --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png b/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png new file mode 100644 index 0000000..15dbc08 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_swapMass2_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_swapMass2_Pwave_Rez.png new file mode 100644 index 0000000..fee86b2 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_swapMass2_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_swapMass2_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_swapMass2_Pwave_fullq2.png new file mode 100644 index 0000000..590aec9 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_swapMass2_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_swapMass2_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_swapMass2_SPDwave_Rez.png new file mode 100644 index 0000000..c5a053d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_swapMass2_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_swapMass2_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_swapMass2_SPDwave_fullq2.png new file mode 100644 index 0000000..472beaf --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_swapMass2_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_swapMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_swapMass_Pwave_Rez.png new file mode 100644 index 0000000..924f4ac --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_swapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_swapMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_swapMass_Pwave_fullq2.png new file mode 100644 index 0000000..2b67b3d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_swapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_swapMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT2/images/B0_swapMass_SPDwave_Rez.png new file mode 100644 index 0000000..0ecea47 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_swapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B0_swapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT2/images/B0_swapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..90b7821 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B0_swapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.1.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.1.pdf new file mode 100644 index 0000000..e885c66 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.1.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.15.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.15.pdf new file mode 100644 index 0000000..e134031 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.15.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.2.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.2.pdf new file mode 100644 index 0000000..45ca7a9 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.2.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.25.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.25.pdf new file mode 100644 index 0000000..416b580 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.25.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.3.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.3.pdf new file mode 100644 index 0000000..b27391c --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.3.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.35.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.35.pdf new file mode 100644 index 0000000..f60f331 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.35.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.4.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.4.pdf new file mode 100644 index 0000000..e489f1c --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.4.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.45.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.45.pdf new file mode 100644 index 0000000..2091f15 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.45.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.5.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.5.pdf new file mode 100644 index 0000000..406fa60 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.5.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.55.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.55.pdf new file mode 100644 index 0000000..5126d5c --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.55.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.6.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.6.pdf new file mode 100644 index 0000000..21914c3 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.6.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.65.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.65.pdf new file mode 100644 index 0000000..1d771f0 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.65.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.7.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.7.pdf new file mode 100644 index 0000000..fc1c687 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.7.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.75.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.75.pdf new file mode 100644 index 0000000..1b4321f --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.75.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.8.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.8.pdf new file mode 100644 index 0000000..573e953 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.8.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.85.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.85.pdf new file mode 100644 index 0000000..41295b2 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.85.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.9.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.9.pdf new file mode 100644 index 0000000..521176f --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.9.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BDT_0.95.pdf b/Kstarmumu_Run2/BDT2/images/BDT_0.95.pdf new file mode 100644 index 0000000..db0e63d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BDT_0.95.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BG_both.png b/Kstarmumu_Run2/BDT2/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BG_both.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BG_lower.png b/Kstarmumu_Run2/BDT2/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BG_lower.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BG_upper.png b/Kstarmumu_Run2/BDT2/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BG_upper.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BKGCAT10.pdf b/Kstarmumu_Run2/BDT2/images/BKGCAT10.pdf new file mode 100644 index 0000000..2371687 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BKGCAT10.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BKGCAT40MCMatch.pdf b/Kstarmumu_Run2/BDT2/images/BKGCAT40MCMatch.pdf new file mode 100644 index 0000000..cf0e7a8 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BKGCAT40MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BKGCAT50MCMatch.pdf b/Kstarmumu_Run2/BDT2/images/BKGCAT50MCMatch.pdf new file mode 100644 index 0000000..a303f08 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BKGCAT50MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/BKGCAT_mctruthmatched.pdf b/Kstarmumu_Run2/BDT2/images/BKGCAT_mctruthmatched.pdf new file mode 100644 index 0000000..4b91793 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/BKGCAT_mctruthmatched.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B_DiraCos.png b/Kstarmumu_Run2/BDT2/images/B_DiraCos.png new file mode 100644 index 0000000..67fb43b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B_DiraCos.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/BDT2/images/B_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..fe897a1 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B_FDCHI2_OWNPV.png b/Kstarmumu_Run2/BDT2/images/B_FDCHI2_OWNPV.png new file mode 100644 index 0000000..f6f55c9 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B_FD_OWNPV.png b/Kstarmumu_Run2/BDT2/images/B_FD_OWNPV.png new file mode 100644 index 0000000..24052b6 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT2/images/B_IPCHI2_OWNPV.png new file mode 100644 index 0000000..d228b4b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B_IP_OWNPV.png b/Kstarmumu_Run2/BDT2/images/B_IP_OWNPV.png new file mode 100644 index 0000000..b5d6a0e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B_M.png b/Kstarmumu_Run2/BDT2/images/B_M.png new file mode 100644 index 0000000..a3b3649 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B_M.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B_P.png b/Kstarmumu_Run2/BDT2/images/B_P.png new file mode 100644 index 0000000..c12cb08 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/B_PT.png b/Kstarmumu_Run2/BDT2/images/B_PT.png new file mode 100644 index 0000000..1097473 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/B_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/FitJpsiKstar_1.pdf b/Kstarmumu_Run2/BDT2/images/FitJpsiKstar_1.pdf new file mode 100644 index 0000000..cc5658a --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/FitJpsiKstar_1.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/J_psi_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/BDT2/images/J_psi_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..77b8619 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/J_psi_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/J_psi_FDCHI2_OWNPV.png b/Kstarmumu_Run2/BDT2/images/J_psi_FDCHI2_OWNPV.png new file mode 100644 index 0000000..2fbdc5f --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/J_psi_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/J_psi_FD_OWNPV.png b/Kstarmumu_Run2/BDT2/images/J_psi_FD_OWNPV.png new file mode 100644 index 0000000..49f8807 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/J_psi_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/J_psi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT2/images/J_psi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..4da4297 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/J_psi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/J_psi_IP_OWNPV.png b/Kstarmumu_Run2/BDT2/images/J_psi_IP_OWNPV.png new file mode 100644 index 0000000..923d1a4 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/J_psi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/J_psi_M.png b/Kstarmumu_Run2/BDT2/images/J_psi_M.png new file mode 100644 index 0000000..d7553fa --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/J_psi_M.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/J_psi_P.png b/Kstarmumu_Run2/BDT2/images/J_psi_P.png new file mode 100644 index 0000000..d6c55f3 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/J_psi_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Jpsi_fit_2015.png b/Kstarmumu_Run2/BDT2/images/Jpsi_fit_2015.png new file mode 100644 index 0000000..b9788b0 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Jpsi_fit_2015.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Jpsi_fit_2016.png b/Kstarmumu_Run2/BDT2/images/Jpsi_fit_2016.png new file mode 100644 index 0000000..abcdb37 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Jpsi_fit_2016.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Jpsi_fit_Run1.png b/Kstarmumu_Run2/BDT2/images/Jpsi_fit_Run1.png new file mode 100644 index 0000000..e65914d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Jpsi_fit_Run1.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Jpsi_fit_Run1_IP.png b/Kstarmumu_Run2/BDT2/images/Jpsi_fit_Run1_IP.png new file mode 100644 index 0000000..396a41e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Jpsi_fit_Run1_IP.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT2/images/K_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6d9aa63 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT2/images/K_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..79722f6 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_IP_OWNPV.png b/Kstarmumu_Run2/BDT2/images/K_IP_OWNPV.png new file mode 100644 index 0000000..17d6d63 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT2/images/K_IP_OWNPVlog.png new file mode 100644 index 0000000..14d6a78 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..0fee4e6 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..774b2e2 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..5e71a12 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..7458090 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..7b5b334 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..4aaddf1 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..265c34e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..3ca3672 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ecb920e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..099da67 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..91460aa --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..e26067e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c1f79dd --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_P.png b/Kstarmumu_Run2/BDT2/images/K_P.png new file mode 100644 index 0000000..41ba5ea --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_PIDK.png b/Kstarmumu_Run2/BDT2/images/K_PIDK.png new file mode 100644 index 0000000..3cc7c4e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_PIDKlog.png b/Kstarmumu_Run2/BDT2/images/K_PIDKlog.png new file mode 100644 index 0000000..ce1839f --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_PIDp.png b/Kstarmumu_Run2/BDT2/images/K_PIDp.png new file mode 100644 index 0000000..f6e1a21 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_PIDplog.png b/Kstarmumu_Run2/BDT2/images/K_PIDplog.png new file mode 100644 index 0000000..275c6be --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_PT.png b/Kstarmumu_Run2/BDT2/images/K_PT.png new file mode 100644 index 0000000..c4c6054 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_PTlog.png b/Kstarmumu_Run2/BDT2/images/K_PTlog.png new file mode 100644 index 0000000..dfc6273 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/K_Plog.png b/Kstarmumu_Run2/BDT2/images/K_Plog.png new file mode 100644 index 0000000..ebafd6d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/K_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/MagDown_2011_slices.pdf b/Kstarmumu_Run2/BDT2/images/MagDown_2011_slices.pdf new file mode 100644 index 0000000..394ed63 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/MagDown_2011_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/PID.png b/Kstarmumu_Run2/BDT2/images/PID.png new file mode 100644 index 0000000..4ee1f13 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/PID.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/PID2.png b/Kstarmumu_Run2/BDT2/images/PID2.png new file mode 100644 index 0000000..7a2fcae --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/PID2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT2/images/Pi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..de79226 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT2/images/Pi_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..ec77e40 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_IP_OWNPV.png b/Kstarmumu_Run2/BDT2/images/Pi_IP_OWNPV.png new file mode 100644 index 0000000..c14ef69 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT2/images/Pi_IP_OWNPVlog.png new file mode 100644 index 0000000..47c7a14 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..83328a7 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..6097b2d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..2fba00a --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..a0f09e2 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..eeea066 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..aec0179 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..6772ee6 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..b87002a --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..8689c04 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..ea6f500 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..ecb007c --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..34262fc --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c853d3b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_P.png b/Kstarmumu_Run2/BDT2/images/Pi_P.png new file mode 100644 index 0000000..7f4783f --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_PIDK.png b/Kstarmumu_Run2/BDT2/images/Pi_PIDK.png new file mode 100644 index 0000000..94e91a8 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_PIDKlog.png b/Kstarmumu_Run2/BDT2/images/Pi_PIDKlog.png new file mode 100644 index 0000000..d192507 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_PIDp.png b/Kstarmumu_Run2/BDT2/images/Pi_PIDp.png new file mode 100644 index 0000000..702182e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_PIDplog.png b/Kstarmumu_Run2/BDT2/images/Pi_PIDplog.png new file mode 100644 index 0000000..f859eb6 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_PT.png b/Kstarmumu_Run2/BDT2/images/Pi_PT.png new file mode 100644 index 0000000..5aafe12 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_PTlog.png b/Kstarmumu_Run2/BDT2/images/Pi_PTlog.png new file mode 100644 index 0000000..1fb4b32 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Pi_Plog.png b/Kstarmumu_Run2/BDT2/images/Pi_Plog.png new file mode 100644 index 0000000..b9af5ac --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Pi_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/ROC_BDT.png b/Kstarmumu_Run2/BDT2/images/ROC_BDT.png new file mode 100644 index 0000000..2911ba7 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/ROC_BDT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/ST_logo.gif b/Kstarmumu_Run2/BDT2/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/ST_logo.gif Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/ST_logo.png b/Kstarmumu_Run2/BDT2/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/ST_logo.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/ST_logosmall.gif b/Kstarmumu_Run2/BDT2/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/ST_logosmall.gif Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/ZOOM.pdf b/Kstarmumu_Run2/BDT2/images/ZOOM.pdf new file mode 100644 index 0000000..33b98fc --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/ZOOM.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Z_rich_18.jpg b/Kstarmumu_Run2/BDT2/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Z_rich_18.jpg Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Z_rich_24.jpg b/Kstarmumu_Run2/BDT2/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Z_rich_24.jpg Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/Z_rich_30.jpg b/Kstarmumu_Run2/BDT2/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/Z_rich_30.jpg Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle/costhetak.png b/Kstarmumu_Run2/BDT2/images/angle/costhetak.png new file mode 100644 index 0000000..718d06e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle/costhetakn.png b/Kstarmumu_Run2/BDT2/images/angle/costhetakn.png new file mode 100644 index 0000000..2c1a11b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle/costhetal.png b/Kstarmumu_Run2/BDT2/images/angle/costhetal.png new file mode 100644 index 0000000..c04de76 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle/costhetaln.png b/Kstarmumu_Run2/BDT2/images/angle/costhetaln.png new file mode 100644 index 0000000..f66debd --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle/phi.png b/Kstarmumu_Run2/BDT2/images/angle/phi.png new file mode 100644 index 0000000..7c6bda0 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle/phi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle/phin.png b/Kstarmumu_Run2/BDT2/images/angle/phin.png new file mode 100644 index 0000000..79a8ff3 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle/phin.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle/q2.png b/Kstarmumu_Run2/BDT2/images/angle/q2.png new file mode 100644 index 0000000..9c2b6ce --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle/q2n.png b/Kstarmumu_Run2/BDT2/images/angle/q2n.png new file mode 100644 index 0000000..a40e906 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle2/costhetak.png b/Kstarmumu_Run2/BDT2/images/angle2/costhetak.png new file mode 100644 index 0000000..d43ed9d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle2/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle2/costhetakn.png b/Kstarmumu_Run2/BDT2/images/angle2/costhetakn.png new file mode 100644 index 0000000..95179d3 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle2/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle2/costhetal.png b/Kstarmumu_Run2/BDT2/images/angle2/costhetal.png new file mode 100644 index 0000000..f28b75b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle2/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle2/costhetaln.png b/Kstarmumu_Run2/BDT2/images/angle2/costhetaln.png new file mode 100644 index 0000000..850caae --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle2/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle2/phi.png b/Kstarmumu_Run2/BDT2/images/angle2/phi.png new file mode 100644 index 0000000..3d534c0 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle2/phi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle2/phin.png b/Kstarmumu_Run2/BDT2/images/angle2/phin.png new file mode 100644 index 0000000..c408f8b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle2/phin.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle2/q2.png b/Kstarmumu_Run2/BDT2/images/angle2/q2.png new file mode 100644 index 0000000..36b9645 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle2/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle2/q2n.png b/Kstarmumu_Run2/BDT2/images/angle2/q2n.png new file mode 100644 index 0000000..6b474c5 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle2/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle3/costhetak.png b/Kstarmumu_Run2/BDT2/images/angle3/costhetak.png new file mode 100644 index 0000000..e9e1c7d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle3/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle3/costhetakn.png b/Kstarmumu_Run2/BDT2/images/angle3/costhetakn.png new file mode 100644 index 0000000..9346d34 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle3/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle3/costhetal.png b/Kstarmumu_Run2/BDT2/images/angle3/costhetal.png new file mode 100644 index 0000000..4a67f7f --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle3/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle3/costhetaln.png b/Kstarmumu_Run2/BDT2/images/angle3/costhetaln.png new file mode 100644 index 0000000..95bdeed --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle3/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle3/phi.png b/Kstarmumu_Run2/BDT2/images/angle3/phi.png new file mode 100644 index 0000000..b34f3d9 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle3/phi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle3/phin.png b/Kstarmumu_Run2/BDT2/images/angle3/phin.png new file mode 100644 index 0000000..1a8d15d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle3/phin.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle3/q2.png b/Kstarmumu_Run2/BDT2/images/angle3/q2.png new file mode 100644 index 0000000..659e6ff --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle3/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle3/q2n.png b/Kstarmumu_Run2/BDT2/images/angle3/q2n.png new file mode 100644 index 0000000..84bf95c --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle3/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle4/costhetak.png b/Kstarmumu_Run2/BDT2/images/angle4/costhetak.png new file mode 100644 index 0000000..6136b2d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle4/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle4/costhetakn.png b/Kstarmumu_Run2/BDT2/images/angle4/costhetakn.png new file mode 100644 index 0000000..ca4ed48 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle4/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle4/costhetal.png b/Kstarmumu_Run2/BDT2/images/angle4/costhetal.png new file mode 100644 index 0000000..67680ba --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle4/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle4/costhetaln.png b/Kstarmumu_Run2/BDT2/images/angle4/costhetaln.png new file mode 100644 index 0000000..1ecc818 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle4/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle4/phi.png b/Kstarmumu_Run2/BDT2/images/angle4/phi.png new file mode 100644 index 0000000..583e8d4 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle4/phi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle4/phin.png b/Kstarmumu_Run2/BDT2/images/angle4/phin.png new file mode 100644 index 0000000..0b8f938 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle4/phin.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle4/q2.png b/Kstarmumu_Run2/BDT2/images/angle4/q2.png new file mode 100644 index 0000000..53f122b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle4/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/angle4/q2n.png b/Kstarmumu_Run2/BDT2/images/angle4/q2n.png new file mode 100644 index 0000000..303a30c --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/angle4/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/bubble2.jpg b/Kstarmumu_Run2/BDT2/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/bubble2.jpg Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/cern.png b/Kstarmumu_Run2/BDT2/images/cern.png new file mode 100644 index 0000000..b1d077c --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/cern.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/costhetak_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/costhetak_LODiMuon.png new file mode 100644 index 0000000..56f2ec0 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/costhetak_LOMuon.png b/Kstarmumu_Run2/BDT2/images/costhetak_LOMuon.png new file mode 100644 index 0000000..f37fc36 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/costhetak_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/costhetak_phi_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/costhetak_phi_LODiMuon.png new file mode 100644 index 0000000..8bd7676 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/costhetak_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/costhetak_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/costhetak_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..fe60377 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/costhetak_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/costhetak_q2_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/costhetak_q2_LODiMuon.png new file mode 100644 index 0000000..a869c18 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/costhetak_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/costhetak_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/costhetak_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..84d7ccf --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/costhetak_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/costhetal_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/costhetal_LODiMuon.png new file mode 100644 index 0000000..43d8a3c --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/costhetal_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/costhetal_LOMuon.png b/Kstarmumu_Run2/BDT2/images/costhetal_LOMuon.png new file mode 100644 index 0000000..c7b4390 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/costhetal_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/costhetal_costhetak_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/costhetal_costhetak_LODiMuon.png new file mode 100644 index 0000000..735025b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/costhetal_costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/costhetal_costhetak_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/costhetal_costhetak_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..982e942 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/costhetal_costhetak_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/costhetal_phi_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/costhetal_phi_LODiMuon.png new file mode 100644 index 0000000..e8fc911 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/costhetal_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/costhetal_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/costhetal_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..9140621 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/costhetal_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/costhetal_q2_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/costhetal_q2_LODiMuon.png new file mode 100644 index 0000000..e08bc7a --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/costhetal_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/costhetal_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/costhetal_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..89bb80a --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/costhetal_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/d.png b/Kstarmumu_Run2/BDT2/images/d.png new file mode 100644 index 0000000..4cb7f24 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/d.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/derotate.sh b/Kstarmumu_Run2/BDT2/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/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/Kstarmumu_Run2/BDT2/images/dirac.png b/Kstarmumu_Run2/BDT2/images/dirac.png new file mode 100644 index 0000000..6757d18 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/dirac.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/distr_pipt.pdf b/Kstarmumu_Run2/BDT2/images/distr_pipt.pdf new file mode 100644 index 0000000..83f1be7 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/distr_pipt.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/effPsi2S.png b/Kstarmumu_Run2/BDT2/images/effPsi2S.png new file mode 100644 index 0000000..e683700 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/effPsi2S.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/effPsi2S2.png b/Kstarmumu_Run2/BDT2/images/effPsi2S2.png new file mode 100644 index 0000000..7ac4da9 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/effPsi2S2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/effjpsi.png b/Kstarmumu_Run2/BDT2/images/effjpsi.png new file mode 100644 index 0000000..91b8004 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/effjpsi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/effjpsi2.png b/Kstarmumu_Run2/BDT2/images/effjpsi2.png new file mode 100644 index 0000000..cb10c68 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/effjpsi2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/espen1.png b/Kstarmumu_Run2/BDT2/images/espen1.png new file mode 100644 index 0000000..1cf559b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/espen1.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/espen2.png b/Kstarmumu_Run2/BDT2/images/espen2.png new file mode 100644 index 0000000..ed9a9b8 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/espen2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/espen3.png b/Kstarmumu_Run2/BDT2/images/espen3.png new file mode 100644 index 0000000..419cc5f --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/espen3.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/example.png b/Kstarmumu_Run2/BDT2/images/example.png new file mode 100644 index 0000000..b20063b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/example.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/example2.png b/Kstarmumu_Run2/BDT2/images/example2.png new file mode 100644 index 0000000..fa0013b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/example2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/getFromAFS.sh b/Kstarmumu_Run2/BDT2/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Kstarmumu_Run2/BDT2/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/Kstarmumu_Run2/BDT2/images/index.png b/Kstarmumu_Run2/BDT2/images/index.png new file mode 100644 index 0000000..f51cd9d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/index.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/lhcb-logo-bad.pdf b/Kstarmumu_Run2/BDT2/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/lhcb-logo.pdf b/Kstarmumu_Run2/BDT2/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/lhcb-logo.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/lhcb-logo.svg b/Kstarmumu_Run2/BDT2/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf new file mode 100644 index 0000000..eac7396 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf new file mode 100644 index 0000000..6acce42 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf new file mode 100644 index 0000000..f6a4f8e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf new file mode 100644 index 0000000..a9d9d72 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf new file mode 100644 index 0000000..f8f3fdb --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf new file mode 100644 index 0000000..059e364 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..158a836 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf new file mode 100644 index 0000000..b126a38 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/BDT2/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..219ee63 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT2/images/mu_minus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6c822cc --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT2/images/mu_minus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..0d830e1 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_IP_OWNPV.png b/Kstarmumu_Run2/BDT2/images/mu_minus_IP_OWNPV.png new file mode 100644 index 0000000..d983d8e --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT2/images/mu_minus_IP_OWNPVlog.png new file mode 100644 index 0000000..d76333f --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..77f097f --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..61e3129 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..2feab6a --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..fa22e3c --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ec52412 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..387bf17 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..90a18a3 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..7b4862b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_P.png b/Kstarmumu_Run2/BDT2/images/mu_minus_P.png new file mode 100644 index 0000000..2509154 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_PT.png b/Kstarmumu_Run2/BDT2/images/mu_minus_PT.png new file mode 100644 index 0000000..c8ed4ee --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_PTlog.png b/Kstarmumu_Run2/BDT2/images/mu_minus_PTlog.png new file mode 100644 index 0000000..13765e1 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_minus_Plog.png b/Kstarmumu_Run2/BDT2/images/mu_minus_Plog.png new file mode 100644 index 0000000..2bab524 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_minus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_plus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT2/images/mu_plus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..c7f94ad --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_plus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_plus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT2/images/mu_plus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..8182f07 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_plus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_plus_IP_OWNPV.png b/Kstarmumu_Run2/BDT2/images/mu_plus_IP_OWNPV.png new file mode 100644 index 0000000..bad8cc1 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_plus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_plus_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT2/images/mu_plus_IP_OWNPVlog.png new file mode 100644 index 0000000..4919b77 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_plus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..2fe5ef8 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..f7d7a3d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..3a4e241 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..746cf78 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..e92b494 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_plus_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_plus_P.png b/Kstarmumu_Run2/BDT2/images/mu_plus_P.png new file mode 100644 index 0000000..b1121bb --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_plus_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_plus_PT.png b/Kstarmumu_Run2/BDT2/images/mu_plus_PT.png new file mode 100644 index 0000000..bb58f05 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_plus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_plus_PTlog.png b/Kstarmumu_Run2/BDT2/images/mu_plus_PTlog.png new file mode 100644 index 0000000..a237294 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_plus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/mu_plus_Plog.png b/Kstarmumu_Run2/BDT2/images/mu_plus_Plog.png new file mode 100644 index 0000000..46170cc --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/mu_plus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/nTracks.png b/Kstarmumu_Run2/BDT2/images/nTracks.png new file mode 100644 index 0000000..be10505 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/nTracks.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/nTrackslog.png b/Kstarmumu_Run2/BDT2/images/nTrackslog.png new file mode 100644 index 0000000..df17a6b --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/nTrackslog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/nTracksw.png b/Kstarmumu_Run2/BDT2/images/nTracksw.png new file mode 100644 index 0000000..3503e19 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/nTracksw.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/phi_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/phi_LODiMuon.png new file mode 100644 index 0000000..6b63588 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/phi_LOMuon.png b/Kstarmumu_Run2/BDT2/images/phi_LOMuon.png new file mode 100644 index 0000000..e77a3bd --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/phi_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/phi_q2_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/phi_q2_LODiMuon.png new file mode 100644 index 0000000..86a3741 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/phi_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/phi_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/phi_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..c170879 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/phi_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf b/Kstarmumu_Run2/BDT2/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf new file mode 100644 index 0000000..9756562 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf b/Kstarmumu_Run2/BDT2/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf new file mode 100644 index 0000000..ed858cb --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/BDT2/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..8769ce9 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf b/Kstarmumu_Run2/BDT2/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf new file mode 100644 index 0000000..fcf4b05 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/q2.png b/Kstarmumu_Run2/BDT2/images/q2.png new file mode 100644 index 0000000..79746ce --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/q2PHSP.png b/Kstarmumu_Run2/BDT2/images/q2PHSP.png new file mode 100644 index 0000000..204a9c7 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/q2PHSP.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/q2_LODiMuon.png b/Kstarmumu_Run2/BDT2/images/q2_LODiMuon.png new file mode 100644 index 0000000..8f0ed59 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/q2_LOMuon.png b/Kstarmumu_Run2/BDT2/images/q2_LOMuon.png new file mode 100644 index 0000000..4bfb732 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/q2_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/q2d.pdf b/Kstarmumu_Run2/BDT2/images/q2d.pdf new file mode 100644 index 0000000..048d357 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/q2d.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/results_clas.pdf b/Kstarmumu_Run2/BDT2/images/results_clas.pdf new file mode 100644 index 0000000..766fc6f --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/results_clas.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/roc.png b/Kstarmumu_Run2/BDT2/images/roc.png new file mode 100644 index 0000000..4adacae --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/roc.png Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.1.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.1.pdf new file mode 100644 index 0000000..33e29e3 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.1.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.15.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.15.pdf new file mode 100644 index 0000000..c6296a4 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.15.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.2.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.2.pdf new file mode 100644 index 0000000..4ba3510 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.2.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.25.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.25.pdf new file mode 100644 index 0000000..f303f8a --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.25.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.3.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.3.pdf new file mode 100644 index 0000000..62a9748 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.3.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.35.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.35.pdf new file mode 100644 index 0000000..5392db4 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.35.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.4.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.4.pdf new file mode 100644 index 0000000..ea14eb6 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.4.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.45.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.45.pdf new file mode 100644 index 0000000..a0ab636 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.45.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.5.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.5.pdf new file mode 100644 index 0000000..c7a4125 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.5.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.55.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.55.pdf new file mode 100644 index 0000000..85c0b33 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.55.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.6.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.6.pdf new file mode 100644 index 0000000..37ce9a6 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.6.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.65.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.65.pdf new file mode 100644 index 0000000..236f7ec --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.65.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.7.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.7.pdf new file mode 100644 index 0000000..5c75019 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.7.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.75.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.75.pdf new file mode 100644 index 0000000..db9fb23 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.75.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.8.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.8.pdf new file mode 100644 index 0000000..1fe9ef3 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.8.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.85.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.85.pdf new file mode 100644 index 0000000..5e69b9c --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.85.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.9.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.9.pdf new file mode 100644 index 0000000..4f1fa90 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.9.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/sig_BDT_0.95.pdf b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.95.pdf new file mode 100644 index 0000000..c4399cc --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/sig_BDT_0.95.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/uzh-transp.pdf b/Kstarmumu_Run2/BDT2/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/uzh-transp.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/uzh.pdf b/Kstarmumu_Run2/BDT2/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/uzh.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/uzh_logo_e_pos.eps b/Kstarmumu_Run2/BDT2/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Kstarmumu_Run2/BDT2/images/uzh_logo_e_pos_gross.tif b/Kstarmumu_Run2/BDT2/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Kstarmumu_Run2/BDT2/mchrzasz+mp.sh b/Kstarmumu_Run2/BDT2/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Kstarmumu_Run2/BDT2/mchrzasz-blx.bib b/Kstarmumu_Run2/BDT2/mchrzasz-blx.bib new file mode 100644 index 0000000..fa04f16 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/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/Kstarmumu_Run2/BDT2/mchrzasz.aux b/Kstarmumu_Run2/BDT2/mchrzasz.aux new file mode 100644 index 0000000..6fbef86 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/mchrzasz.aux @@ -0,0 +1,78 @@ +\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 {pgfid8}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}} +\pgfsyspdfmark {pgfid9}{0}{0} +\pgfsyspdfmark {pgfid10}{0}{0} +\HyPL@Entry{2<>} +\pgfsyspdfmark {pgfid11}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\pgfsyspdfmark {pgfid12}{0}{0} +\pgfsyspdfmark {pgfid13}{0}{0} +\HyPL@Entry{3<>} +\pgfsyspdfmark {pgfid14}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\pgfsyspdfmark {pgfid15}{0}{0} +\pgfsyspdfmark {pgfid16}{0}{0} +\HyPL@Entry{4<>} +\pgfsyspdfmark {pgfid17}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}} +\pgfsyspdfmark {pgfid18}{0}{0} +\pgfsyspdfmark {pgfid19}{0}{0} +\HyPL@Entry{5<>} +\pgfsyspdfmark {pgfid20}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}} +\pgfsyspdfmark {pgfid21}{0}{0} +\pgfsyspdfmark {pgfid22}{0}{0} +\HyPL@Entry{6<>} +\pgfsyspdfmark {pgfid24}{23867907}{17900937} +\pgfsyspdfmark {pgfid23}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}} +\pgfsyspdfmark {pgfid25}{0}{0} +\pgfsyspdfmark {pgfid26}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{7}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{7}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{7}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {7}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {6}}} diff --git a/Kstarmumu_Run2/BDT2/mchrzasz.log b/Kstarmumu_Run2/BDT2/mchrzasz.log new file mode 100644 index 0000000..0cce310 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/mchrzasz.log @@ -0,0 +1,2474 @@ +This is XeTeX, Version 3.14159265-2.6-0.99992 (TeX Live 2015/Debian) (preloaded format=xelatex 2018.1.14) 14 FEB 2018 11:22 +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/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) + + +(/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. +))) +(./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 205. +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 211. +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 211. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 211. + + (/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 211. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 211. +LaTeX Font Info: Try loading font information for T3+cmr on input line 211. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 211. + +*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 211. + +(/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 211. +LaTeX Info: Redefining \pageref on input line 211. +LaTeX Info: Redefining \nameref on input line 211. + +(./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 211. + +*** 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 211. +Package biblatex Info: Reference segment=0 on input line 211. +(./mchrzasz.nav) +LaTeX Font Info: Try loading font information for OML+plm on input line 211. + + (/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 211 +. + +(/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 211 +. + +(/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 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 211. +LaTeX Font Info: Try loading font information for U+msa on input line 211. + +(/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 211. + +(/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 211. + +(/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=\count436 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <6> on input line 211. +\c__siunitx_mathtt_int=\count437 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 211 +. + +(/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) +) +File: images/lhcb-logo.pdf Graphic file (type QTm) + + +File: images/cern.png Graphic file (type QTm) + +LaTeX Font Info: Try loading font information for OT1+GilliusADF(0) on input + line 254. +LaTeX Font Info: No file OT1GilliusADF(0).fd. on input line 254. + + +LaTeX Font Warning: Font shape `OT1/GilliusADF(0)/m/n' undefined +(Font) using `OT1/cmr/m/n' instead on input line 254. + +File: images/bubble2.jpg Graphic file (type QTm) + +Overfull \vbox (9.8195pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 254. + +[1 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 266. + +[2 + +] +Overfull \hbox (35.6931pt too wide) in paragraph at lines 289--289 +[][]\EU1/GilliusADF(0)/m/n/10.95 https://indico.cern.ch/event/675879/[] + [] + +File: images/ROC_BDT.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 [] + +LaTeX Info: Redefining \HepProcess on input line 289. + +[3 + +] +File: images/BDT_0.25.pdf Graphic file (type QTm) + +File: images/sig_BDT_0.25.pdf Graphic file (type QTm) + +Overfull \vbox (8.08537pt too high) detected at line 319 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 319. + +[4 + +] +File: images/results_clas.pdf Graphic file (type QTm) + +Overfull \vbox (0.87215pt too high) detected at line 335 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 335. + +[5 + +] +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 355 +. + (/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/BG_lower.png Graphic file (type QTm) + + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 355. + +[6 + +] +\c@framenumberappendix=\count438 +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 364. + +[7 + +] +\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 368. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 368. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 368. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 368. + + +LaTeX Font Warning: Some font shapes were not available, defaults substituted. + +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 368. + ) +(\end occurred when \iftrue on line 211 was incomplete) +Here is how much of TeX's memory you used: + 51150 strings out of 493638 + 1016924 string characters out of 6146796 + 1302307 words of memory out of 5000000 + 53571 multiletter control sequences out of 15000+600000 + 29892 words of font info for 115 fonts, out of 8000000 for 9000 + 1328 hyphenation exceptions out of 8191 + 71i,17n,86p,10443b,1453s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (7 pages). diff --git a/Kstarmumu_Run2/BDT2/mchrzasz.nav b/Kstarmumu_Run2/BDT2/mchrzasz.nav new file mode 100644 index 0000000..02576ff --- /dev/null +++ b/Kstarmumu_Run2/BDT2/mchrzasz.nav @@ -0,0 +1,21 @@ +\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/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}} +\headcommand {\beamer@framepages {6}{6}} +\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}} +\headcommand {\beamer@framepages {7}{7}} +\headcommand {\beamer@partpages {1}{7}} +\headcommand {\beamer@subsectionpages {1}{7}} +\headcommand {\beamer@sectionpages {1}{7}} +\headcommand {\beamer@documentpages {7}} +\headcommand {\def \inserttotalframenumber {6}} diff --git a/Kstarmumu_Run2/BDT2/mchrzasz.out b/Kstarmumu_Run2/BDT2/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/mchrzasz.out diff --git a/Kstarmumu_Run2/BDT2/mchrzasz.pdf b/Kstarmumu_Run2/BDT2/mchrzasz.pdf new file mode 100644 index 0000000..bac12ee --- /dev/null +++ b/Kstarmumu_Run2/BDT2/mchrzasz.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT2/mchrzasz.run.xml b/Kstarmumu_Run2/BDT2/mchrzasz.run.xml new file mode 100644 index 0000000..4d0e3ba --- /dev/null +++ b/Kstarmumu_Run2/BDT2/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/Kstarmumu_Run2/BDT2/mchrzasz.snm b/Kstarmumu_Run2/BDT2/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/mchrzasz.snm diff --git a/Kstarmumu_Run2/BDT2/mchrzasz.tex b/Kstarmumu_Run2/BDT2/mchrzasz.tex new file mode 100644 index 0000000..816e464 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/mchrzasz.tex @@ -0,0 +1,368 @@ +\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} +\usepackage{hepparticles} +% 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{\im}{\rm{Im}} +\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{{\rm Br}} + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} + +\author{ {M.Chrzaszcz} (CERN)} +\institute{UZH} +\title[BDT update]{BDT update} +\date{30 January 2017} + + +\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.75\textwidth} + \flushright\bfseries \Huge {BDT update} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.23\textwidth} + % \hspace*{-1.cm} + \vspace*{-3mm} + \includegraphics[width=0.6\textwidth]{lhcb-logo} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-1.8em} { \Large Marcin Chrzaszcz\\\vspace{-0.1em} \vspace{-0.1em} } + +\end{column} +\begin{column}{0.53\textwidth} +\includegraphics[height=1.3cm]{cern} +\end{column} +\end{columns} +\vspace{0.2em} + + +\vspace{1em} + +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{$\PBzero \to \PKstar \Pmuon \APmuon$ meeting, CERN\\October 25, 2017} +\end{center} +\end{frame} +} + + + +\begin{frame}{Strategy} + +\begin{exampleblock}{Strategy} +Keep things as close to Run1 as possible +\end{exampleblock} + + +\end{frame} + + + +\begin{frame}{Reminder} + + +\begin{columns} +\column{0.4\textwidth} + +\ARROW We decided to use the old isolation and 2016 data for training only.\\ +\ARROW See previous slides:\\ \href{https://indico.cern.ch/event/675879/}{https://indico.cern.ch/event/675879/} + +\column{0.6\textwidth} + +\includegraphics[width=0.95\textwidth]{{images/ROC_BDT}.png} + +\end{columns} + + + + + +\end{frame} + + + + +\begin{frame}{BDT optimization} + +\ARROW Let's follow the last year procedure: +\begin{align*} +s_{\rm non-rez} = s_{\PJpsi} * \epsilon_{\rm non-rez} / \epsilon_{\PJpsi} +\end{align*} + +\ARROW For now let's assume the $\frac{\epsilon_{\rm non-rez}}{ \epsilon_{\PJpsi}} =1 $.\\ +\ARROW We scan the BDT cut fitting both the side-band and the resonant region: +\begin{columns} +\column{0.5\textwidth} + +\includegraphics[angle=-90,width=0.9\textwidth]{{images/BDT_0.25}.pdf} + +\column{0.5\textwidth} + +\includegraphics[angle=-90,width=0.9\textwidth]{{images/sig_BDT_0.25}.pdf} + +\end{columns} +\ARROW From this we know $s_{\PJpsi}$ and $b$ and calculate: +\begin{equation} +{\rm FOM } = \frac{s}{\sqrt{s+b}} +\end{equation} + + +\end{frame} + + + + + +\begin{frame}{BDT optimization} + +\ARROW Something is wrong: +\begin{center} +\includegraphics[angle=-90,width=0.9\textwidth]{{images/results_clas}.pdf} +\end{center} + + + + +\end{frame} + + + + + + + + + +\begin{frame}\frametitle{Conclusions} + + +\begin{itemize} +\item Now I need to debug my code and update the efficiency calculations to see if this makes a difference. +\item For now please us the old cut: ${\rm BDT} >0.2$ as it has similar $\frac{s}{b}$ ratio on the new tuples. +\item Tuples are here:\\ +\url{/eos/lhcb/wg/RD/Bd2Kstmumu/BDT} +\end{itemize} + +\end{frame} + + + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/Kstarmumu_Run2/BDT2/mchrzasz.toc b/Kstarmumu_Run2/BDT2/mchrzasz.toc new file mode 100644 index 0000000..baf3b21 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/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/Kstarmumu_Run2/BDT2/tikzfeynman.sty b/Kstarmumu_Run2/BDT2/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/Kstarmumu_Run2/BDT2/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}, +} + diff --git a/Kstarmumu_Run2/BDT3/Makefile b/Kstarmumu_Run2/BDT3/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/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/Kstarmumu_Run2/BDT3/bdt.pdf b/Kstarmumu_Run2/BDT3/bdt.pdf new file mode 100644 index 0000000..a888c91 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/bdt.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/beamercolorthemeFlip.sty b/Kstarmumu_Run2/BDT3/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/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/Kstarmumu_Run2/BDT3/beamerinnerthemeFlip.sty b/Kstarmumu_Run2/BDT3/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/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/Kstarmumu_Run2/BDT3/beamerouterthemeFlip.sty b/Kstarmumu_Run2/BDT3/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/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/Kstarmumu_Run2/BDT3/beamerouterthemedecolines.sty b/Kstarmumu_Run2/BDT3/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/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/Kstarmumu_Run2/BDT3/beamerthemeFlip.sty b/Kstarmumu_Run2/BDT3/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/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/Kstarmumu_Run2/BDT3/images/.DS_Store b/Kstarmumu_Run2/BDT3/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/.DS_Store Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_BsMassCut_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_BsMassCut_Pwave_Rez.png new file mode 100644 index 0000000..c9e4ed8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_BsMassCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_BsMassCut_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_BsMassCut_Pwave_fullq2.png new file mode 100644 index 0000000..356af2e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_BsMassCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_BsMassCut_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_BsMassCut_SPDwave_Rez.png new file mode 100644 index 0000000..678d54d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_BsMassCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_BsMassCut_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_BsMassCut_SPDwave_fullq2.png new file mode 100644 index 0000000..72d2ca6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_BsMassCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_BsMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_BsMass_Pwave_Rez.png new file mode 100644 index 0000000..2b97909 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_BsMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_BsMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_BsMass_Pwave_fullq2.png new file mode 100644 index 0000000..746723b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_BsMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_BsMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_BsMass_SPDwave_Rez.png new file mode 100644 index 0000000..b562aba --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_BsMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_BsMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_BsMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70ca9b8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_BsMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_BuToKMuMuMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_BuToKMuMuMass_Pwave_Rez.png new file mode 100644 index 0000000..3e38a6b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_BuToKMuMuMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_BuToKMuMuMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_BuToKMuMuMass_Pwave_fullq2.png new file mode 100644 index 0000000..fbe689a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_BuToKMuMuMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_BuToKMuMuMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_BuToKMuMuMass_SPDwave_Rez.png new file mode 100644 index 0000000..1c6c416 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_BuToKMuMuMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_BuToKMuMuMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_BuToKMuMuMass_SPDwave_fullq2.png new file mode 100644 index 0000000..49be5a6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_BuToKMuMuMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_DIRA_OWNPV.png b/Kstarmumu_Run2/BDT3/images/B0_DIRA_OWNPV.png new file mode 100644 index 0000000..c6397a9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_DIRA_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_DIRA_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images/B0_DIRA_OWNPVlog.png new file mode 100644 index 0000000..7efec12 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_DIRA_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/BDT3/images/B0_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..e32f3cc --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_ENDVERTEX_CHI2log.png b/Kstarmumu_Run2/BDT3/images/B0_ENDVERTEX_CHI2log.png new file mode 100644 index 0000000..85052b9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_ENDVERTEX_CHI2log.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_ENDVERTEX_CHI2w.png b/Kstarmumu_Run2/BDT3/images/B0_ENDVERTEX_CHI2w.png new file mode 100644 index 0000000..19d596c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_ENDVERTEX_CHI2w.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_FDCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images/B0_FDCHI2_OWNPV.png new file mode 100644 index 0000000..085e87f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_FDCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images/B0_FDCHI2_OWNPVlog.png new file mode 100644 index 0000000..247136e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_FDCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_FD_OWNPV.png b/Kstarmumu_Run2/BDT3/images/B0_FD_OWNPV.png new file mode 100644 index 0000000..b5440df --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_FD_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images/B0_FD_OWNPVlog.png new file mode 100644 index 0000000..d3237af --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_FD_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images/B0_IPCHI2_OWNPV.png new file mode 100644 index 0000000..2f1e168 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images/B0_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..453a010 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_IP_OWNPV.png b/Kstarmumu_Run2/BDT3/images/B0_IP_OWNPV.png new file mode 100644 index 0000000..41ee112 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images/B0_IP_OWNPVlog.png new file mode 100644 index 0000000..4834cba --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png new file mode 100644 index 0000000..59f30ed --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png new file mode 100644 index 0000000..08abb7f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png new file mode 100644 index 0000000..f2d9f49 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png new file mode 100644 index 0000000..00e9290 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2D_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2D_Pwave_Rez.png new file mode 100644 index 0000000..e5597d5 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2D_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png new file mode 100644 index 0000000..03666c6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png new file mode 100644 index 0000000..0d8a9e5 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png new file mode 100644 index 0000000..6745c2d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..bd37781 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..683bc19 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..c4f09d8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..a02fd24 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..af70172 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_LambdaB_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..86f7444 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..a5bf50d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..a77fb83 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..d0c3697 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..e8fe588 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_Lambda_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_PT.png b/Kstarmumu_Run2/BDT3/images/B0_PT.png new file mode 100644 index 0000000..db45d4b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_PTlog.png b/Kstarmumu_Run2/BDT3/images/B0_PTlog.png new file mode 100644 index 0000000..52f0157 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_PTw.png b/Kstarmumu_Run2/BDT3/images/B0_PTw.png new file mode 100644 index 0000000..297775d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_PTw.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_jpsiAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_jpsiAngSep_Pwave_Rez.png new file mode 100644 index 0000000..d72b782 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_jpsiAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_jpsiAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_jpsiAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..5fd4f53 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_jpsiAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_jpsiAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_jpsiAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..0fb392d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_jpsiAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_jpsiAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_jpsiAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4d8bcae --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_jpsiAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kmuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_kmuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1323a96 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kmuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kmuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_kmuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..1891bf9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kmuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kmuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_kmuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d60ad17 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kmuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kmuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_kmuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..c0df945 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kmuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kmuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_kmuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e8a8f7 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kmuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kmuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_kmuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..ff36d63 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kmuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kmuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_kmuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..e7b46f2 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kmuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kmuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_kmuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..bab6fe6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kmuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kmuswapMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_kmuswapMass_Pwave_Rez.png new file mode 100644 index 0000000..6a50d79 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kmuswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kmuswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_kmuswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..4784d6a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kmuswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kmuswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_kmuswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..df1d500 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kmuswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kmuswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_kmuswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..a28543e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kmuswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kpiswapMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_kpiswapMass_Pwave_Rez.png new file mode 100644 index 0000000..59935f8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kpiswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kpiswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_kpiswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..871f485 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kpiswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kpiswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_kpiswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..f7f7b73 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kpiswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kpiswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_kpiswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70618aa --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kpiswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kstarAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_kstarAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e90ae0 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kstarAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kstarAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_kstarAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..49d2d82 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kstarAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kstarAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_kstarAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d99d8c5 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kstarAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_kstarAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_kstarAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4913332 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_kstarAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_pimuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_pimuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..89e1b74 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_pimuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_pimuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_pimuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..6b84c85 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_pimuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_pimuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_pimuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..c1fbcb7 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_pimuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_pimuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_pimuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..ff7d39c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_pimuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_pimuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_pimuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..da0d58f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_pimuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_pimuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_pimuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..a02b32b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_pimuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_pimuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_pimuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..29d4996 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_pimuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_pimuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_pimuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4f0cd7e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_pimuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png b/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png new file mode 100644 index 0000000..f830bdd --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png b/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png new file mode 100644 index 0000000..84f9dce --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png b/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png new file mode 100644 index 0000000..1a0a272 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png b/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png new file mode 100644 index 0000000..dfe815c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png b/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png new file mode 100644 index 0000000..32c38da --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png b/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png new file mode 100644 index 0000000..15dbc08 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_swapMass2_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_swapMass2_Pwave_Rez.png new file mode 100644 index 0000000..fee86b2 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_swapMass2_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_swapMass2_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_swapMass2_Pwave_fullq2.png new file mode 100644 index 0000000..590aec9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_swapMass2_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_swapMass2_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_swapMass2_SPDwave_Rez.png new file mode 100644 index 0000000..c5a053d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_swapMass2_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_swapMass2_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_swapMass2_SPDwave_fullq2.png new file mode 100644 index 0000000..472beaf --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_swapMass2_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_swapMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_swapMass_Pwave_Rez.png new file mode 100644 index 0000000..924f4ac --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_swapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_swapMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_swapMass_Pwave_fullq2.png new file mode 100644 index 0000000..2b67b3d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_swapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_swapMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images/B0_swapMass_SPDwave_Rez.png new file mode 100644 index 0000000..0ecea47 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_swapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B0_swapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images/B0_swapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..90b7821 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B0_swapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.1.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.1.pdf new file mode 100644 index 0000000..e885c66 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.1.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.15.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.15.pdf new file mode 100644 index 0000000..e134031 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.15.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.2.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.2.pdf new file mode 100644 index 0000000..45ca7a9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.2.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.25.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.25.pdf new file mode 100644 index 0000000..416b580 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.25.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.3.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.3.pdf new file mode 100644 index 0000000..b27391c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.3.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.35.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.35.pdf new file mode 100644 index 0000000..f60f331 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.35.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.4.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.4.pdf new file mode 100644 index 0000000..e489f1c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.4.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.45.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.45.pdf new file mode 100644 index 0000000..2091f15 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.45.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.5.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.5.pdf new file mode 100644 index 0000000..406fa60 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.5.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.55.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.55.pdf new file mode 100644 index 0000000..5126d5c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.55.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.6.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.6.pdf new file mode 100644 index 0000000..21914c3 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.6.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.65.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.65.pdf new file mode 100644 index 0000000..1d771f0 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.65.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.7.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.7.pdf new file mode 100644 index 0000000..fc1c687 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.7.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.75.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.75.pdf new file mode 100644 index 0000000..1b4321f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.75.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.8.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.8.pdf new file mode 100644 index 0000000..573e953 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.8.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.85.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.85.pdf new file mode 100644 index 0000000..41295b2 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.85.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.9.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.9.pdf new file mode 100644 index 0000000..521176f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.9.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BDT_0.95.pdf b/Kstarmumu_Run2/BDT3/images/BDT_0.95.pdf new file mode 100644 index 0000000..db0e63d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BDT_0.95.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BG_both.png b/Kstarmumu_Run2/BDT3/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BG_both.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BG_lower.png b/Kstarmumu_Run2/BDT3/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BG_lower.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BG_upper.png b/Kstarmumu_Run2/BDT3/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BG_upper.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BKG.pdf b/Kstarmumu_Run2/BDT3/images/BKG.pdf new file mode 100644 index 0000000..6400b5d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BKG.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BKGCAT10.pdf b/Kstarmumu_Run2/BDT3/images/BKGCAT10.pdf new file mode 100644 index 0000000..2371687 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BKGCAT10.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BKGCAT40MCMatch.pdf b/Kstarmumu_Run2/BDT3/images/BKGCAT40MCMatch.pdf new file mode 100644 index 0000000..cf0e7a8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BKGCAT40MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BKGCAT50MCMatch.pdf b/Kstarmumu_Run2/BDT3/images/BKGCAT50MCMatch.pdf new file mode 100644 index 0000000..a303f08 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BKGCAT50MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/BKGCAT_mctruthmatched.pdf b/Kstarmumu_Run2/BDT3/images/BKGCAT_mctruthmatched.pdf new file mode 100644 index 0000000..4b91793 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/BKGCAT_mctruthmatched.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B_DiraCos.png b/Kstarmumu_Run2/BDT3/images/B_DiraCos.png new file mode 100644 index 0000000..67fb43b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B_DiraCos.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/BDT3/images/B_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..fe897a1 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B_FDCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images/B_FDCHI2_OWNPV.png new file mode 100644 index 0000000..f6f55c9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B_FD_OWNPV.png b/Kstarmumu_Run2/BDT3/images/B_FD_OWNPV.png new file mode 100644 index 0000000..24052b6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images/B_IPCHI2_OWNPV.png new file mode 100644 index 0000000..d228b4b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B_IP_OWNPV.png b/Kstarmumu_Run2/BDT3/images/B_IP_OWNPV.png new file mode 100644 index 0000000..b5d6a0e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B_M.png b/Kstarmumu_Run2/BDT3/images/B_M.png new file mode 100644 index 0000000..a3b3649 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B_M.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B_P.png b/Kstarmumu_Run2/BDT3/images/B_P.png new file mode 100644 index 0000000..c12cb08 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/B_PT.png b/Kstarmumu_Run2/BDT3/images/B_PT.png new file mode 100644 index 0000000..1097473 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/B_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/FitJpsiKstar_1.pdf b/Kstarmumu_Run2/BDT3/images/FitJpsiKstar_1.pdf new file mode 100644 index 0000000..cc5658a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/FitJpsiKstar_1.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/J_psi_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/BDT3/images/J_psi_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..77b8619 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/J_psi_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/J_psi_FDCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images/J_psi_FDCHI2_OWNPV.png new file mode 100644 index 0000000..2fbdc5f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/J_psi_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/J_psi_FD_OWNPV.png b/Kstarmumu_Run2/BDT3/images/J_psi_FD_OWNPV.png new file mode 100644 index 0000000..49f8807 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/J_psi_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/J_psi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images/J_psi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..4da4297 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/J_psi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/J_psi_IP_OWNPV.png b/Kstarmumu_Run2/BDT3/images/J_psi_IP_OWNPV.png new file mode 100644 index 0000000..923d1a4 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/J_psi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/J_psi_M.png b/Kstarmumu_Run2/BDT3/images/J_psi_M.png new file mode 100644 index 0000000..d7553fa --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/J_psi_M.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/J_psi_P.png b/Kstarmumu_Run2/BDT3/images/J_psi_P.png new file mode 100644 index 0000000..d6c55f3 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/J_psi_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Jpsi_fit_2015.png b/Kstarmumu_Run2/BDT3/images/Jpsi_fit_2015.png new file mode 100644 index 0000000..b9788b0 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Jpsi_fit_2015.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Jpsi_fit_2016.png b/Kstarmumu_Run2/BDT3/images/Jpsi_fit_2016.png new file mode 100644 index 0000000..abcdb37 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Jpsi_fit_2016.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Jpsi_fit_Run1.png b/Kstarmumu_Run2/BDT3/images/Jpsi_fit_Run1.png new file mode 100644 index 0000000..e65914d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Jpsi_fit_Run1.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Jpsi_fit_Run1_IP.png b/Kstarmumu_Run2/BDT3/images/Jpsi_fit_Run1_IP.png new file mode 100644 index 0000000..396a41e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Jpsi_fit_Run1_IP.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images/K_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6d9aa63 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images/K_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..79722f6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_IP_OWNPV.png b/Kstarmumu_Run2/BDT3/images/K_IP_OWNPV.png new file mode 100644 index 0000000..17d6d63 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images/K_IP_OWNPVlog.png new file mode 100644 index 0000000..14d6a78 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..0fee4e6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..774b2e2 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..5e71a12 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..7458090 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..7b5b334 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..4aaddf1 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..265c34e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..3ca3672 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ecb920e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..099da67 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..91460aa --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..e26067e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c1f79dd --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_P.png b/Kstarmumu_Run2/BDT3/images/K_P.png new file mode 100644 index 0000000..41ba5ea --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_PIDK.png b/Kstarmumu_Run2/BDT3/images/K_PIDK.png new file mode 100644 index 0000000..3cc7c4e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_PIDKlog.png b/Kstarmumu_Run2/BDT3/images/K_PIDKlog.png new file mode 100644 index 0000000..ce1839f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_PIDp.png b/Kstarmumu_Run2/BDT3/images/K_PIDp.png new file mode 100644 index 0000000..f6e1a21 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_PIDplog.png b/Kstarmumu_Run2/BDT3/images/K_PIDplog.png new file mode 100644 index 0000000..275c6be --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_PT.png b/Kstarmumu_Run2/BDT3/images/K_PT.png new file mode 100644 index 0000000..c4c6054 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_PTlog.png b/Kstarmumu_Run2/BDT3/images/K_PTlog.png new file mode 100644 index 0000000..dfc6273 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/K_Plog.png b/Kstarmumu_Run2/BDT3/images/K_Plog.png new file mode 100644 index 0000000..ebafd6d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/K_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/MagDown_2011_slices.pdf b/Kstarmumu_Run2/BDT3/images/MagDown_2011_slices.pdf new file mode 100644 index 0000000..394ed63 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/MagDown_2011_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/OLD.pdf b/Kstarmumu_Run2/BDT3/images/OLD.pdf new file mode 100644 index 0000000..5b28c83 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/OLD.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/OLD.png b/Kstarmumu_Run2/BDT3/images/OLD.png new file mode 100644 index 0000000..54120b2 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/OLD.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/PID.png b/Kstarmumu_Run2/BDT3/images/PID.png new file mode 100644 index 0000000..4ee1f13 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/PID.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/PID2.png b/Kstarmumu_Run2/BDT3/images/PID2.png new file mode 100644 index 0000000..7a2fcae --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/PID2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images/Pi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..de79226 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images/Pi_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..ec77e40 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_IP_OWNPV.png b/Kstarmumu_Run2/BDT3/images/Pi_IP_OWNPV.png new file mode 100644 index 0000000..c14ef69 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images/Pi_IP_OWNPVlog.png new file mode 100644 index 0000000..47c7a14 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..83328a7 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..6097b2d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..2fba00a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..a0f09e2 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..eeea066 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..aec0179 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..6772ee6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..b87002a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..8689c04 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..ea6f500 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..ecb007c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..34262fc --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c853d3b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_P.png b/Kstarmumu_Run2/BDT3/images/Pi_P.png new file mode 100644 index 0000000..7f4783f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_PIDK.png b/Kstarmumu_Run2/BDT3/images/Pi_PIDK.png new file mode 100644 index 0000000..94e91a8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_PIDKlog.png b/Kstarmumu_Run2/BDT3/images/Pi_PIDKlog.png new file mode 100644 index 0000000..d192507 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_PIDp.png b/Kstarmumu_Run2/BDT3/images/Pi_PIDp.png new file mode 100644 index 0000000..702182e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_PIDplog.png b/Kstarmumu_Run2/BDT3/images/Pi_PIDplog.png new file mode 100644 index 0000000..f859eb6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_PT.png b/Kstarmumu_Run2/BDT3/images/Pi_PT.png new file mode 100644 index 0000000..5aafe12 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_PTlog.png b/Kstarmumu_Run2/BDT3/images/Pi_PTlog.png new file mode 100644 index 0000000..1fb4b32 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Pi_Plog.png b/Kstarmumu_Run2/BDT3/images/Pi_Plog.png new file mode 100644 index 0000000..b9af5ac --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Pi_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/ROC_BDT.png b/Kstarmumu_Run2/BDT3/images/ROC_BDT.png new file mode 100644 index 0000000..2911ba7 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/ROC_BDT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/ST_logo.gif b/Kstarmumu_Run2/BDT3/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/ST_logo.gif Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/ST_logo.png b/Kstarmumu_Run2/BDT3/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/ST_logo.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/ST_logosmall.gif b/Kstarmumu_Run2/BDT3/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/ST_logosmall.gif Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/ZOOM.pdf b/Kstarmumu_Run2/BDT3/images/ZOOM.pdf new file mode 100644 index 0000000..33b98fc --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/ZOOM.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Z_rich_18.jpg b/Kstarmumu_Run2/BDT3/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Z_rich_18.jpg Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Z_rich_24.jpg b/Kstarmumu_Run2/BDT3/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Z_rich_24.jpg Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/Z_rich_30.jpg b/Kstarmumu_Run2/BDT3/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/Z_rich_30.jpg Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle/costhetak.png b/Kstarmumu_Run2/BDT3/images/angle/costhetak.png new file mode 100644 index 0000000..718d06e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle/costhetakn.png b/Kstarmumu_Run2/BDT3/images/angle/costhetakn.png new file mode 100644 index 0000000..2c1a11b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle/costhetal.png b/Kstarmumu_Run2/BDT3/images/angle/costhetal.png new file mode 100644 index 0000000..c04de76 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle/costhetaln.png b/Kstarmumu_Run2/BDT3/images/angle/costhetaln.png new file mode 100644 index 0000000..f66debd --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle/phi.png b/Kstarmumu_Run2/BDT3/images/angle/phi.png new file mode 100644 index 0000000..7c6bda0 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle/phi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle/phin.png b/Kstarmumu_Run2/BDT3/images/angle/phin.png new file mode 100644 index 0000000..79a8ff3 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle/phin.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle/q2.png b/Kstarmumu_Run2/BDT3/images/angle/q2.png new file mode 100644 index 0000000..9c2b6ce --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle/q2n.png b/Kstarmumu_Run2/BDT3/images/angle/q2n.png new file mode 100644 index 0000000..a40e906 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle2/costhetak.png b/Kstarmumu_Run2/BDT3/images/angle2/costhetak.png new file mode 100644 index 0000000..d43ed9d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle2/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle2/costhetakn.png b/Kstarmumu_Run2/BDT3/images/angle2/costhetakn.png new file mode 100644 index 0000000..95179d3 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle2/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle2/costhetal.png b/Kstarmumu_Run2/BDT3/images/angle2/costhetal.png new file mode 100644 index 0000000..f28b75b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle2/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle2/costhetaln.png b/Kstarmumu_Run2/BDT3/images/angle2/costhetaln.png new file mode 100644 index 0000000..850caae --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle2/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle2/phi.png b/Kstarmumu_Run2/BDT3/images/angle2/phi.png new file mode 100644 index 0000000..3d534c0 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle2/phi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle2/phin.png b/Kstarmumu_Run2/BDT3/images/angle2/phin.png new file mode 100644 index 0000000..c408f8b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle2/phin.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle2/q2.png b/Kstarmumu_Run2/BDT3/images/angle2/q2.png new file mode 100644 index 0000000..36b9645 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle2/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle2/q2n.png b/Kstarmumu_Run2/BDT3/images/angle2/q2n.png new file mode 100644 index 0000000..6b474c5 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle2/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle3/costhetak.png b/Kstarmumu_Run2/BDT3/images/angle3/costhetak.png new file mode 100644 index 0000000..e9e1c7d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle3/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle3/costhetakn.png b/Kstarmumu_Run2/BDT3/images/angle3/costhetakn.png new file mode 100644 index 0000000..9346d34 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle3/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle3/costhetal.png b/Kstarmumu_Run2/BDT3/images/angle3/costhetal.png new file mode 100644 index 0000000..4a67f7f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle3/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle3/costhetaln.png b/Kstarmumu_Run2/BDT3/images/angle3/costhetaln.png new file mode 100644 index 0000000..95bdeed --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle3/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle3/phi.png b/Kstarmumu_Run2/BDT3/images/angle3/phi.png new file mode 100644 index 0000000..b34f3d9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle3/phi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle3/phin.png b/Kstarmumu_Run2/BDT3/images/angle3/phin.png new file mode 100644 index 0000000..1a8d15d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle3/phin.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle3/q2.png b/Kstarmumu_Run2/BDT3/images/angle3/q2.png new file mode 100644 index 0000000..659e6ff --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle3/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle3/q2n.png b/Kstarmumu_Run2/BDT3/images/angle3/q2n.png new file mode 100644 index 0000000..84bf95c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle3/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle4/costhetak.png b/Kstarmumu_Run2/BDT3/images/angle4/costhetak.png new file mode 100644 index 0000000..6136b2d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle4/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle4/costhetakn.png b/Kstarmumu_Run2/BDT3/images/angle4/costhetakn.png new file mode 100644 index 0000000..ca4ed48 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle4/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle4/costhetal.png b/Kstarmumu_Run2/BDT3/images/angle4/costhetal.png new file mode 100644 index 0000000..67680ba --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle4/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle4/costhetaln.png b/Kstarmumu_Run2/BDT3/images/angle4/costhetaln.png new file mode 100644 index 0000000..1ecc818 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle4/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle4/phi.png b/Kstarmumu_Run2/BDT3/images/angle4/phi.png new file mode 100644 index 0000000..583e8d4 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle4/phi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle4/phin.png b/Kstarmumu_Run2/BDT3/images/angle4/phin.png new file mode 100644 index 0000000..0b8f938 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle4/phin.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle4/q2.png b/Kstarmumu_Run2/BDT3/images/angle4/q2.png new file mode 100644 index 0000000..53f122b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle4/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/angle4/q2n.png b/Kstarmumu_Run2/BDT3/images/angle4/q2n.png new file mode 100644 index 0000000..303a30c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/angle4/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/bubble2.jpg b/Kstarmumu_Run2/BDT3/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/bubble2.jpg Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/cern.png b/Kstarmumu_Run2/BDT3/images/cern.png new file mode 100644 index 0000000..b1d077c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/cern.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/costhetak_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/costhetak_LODiMuon.png new file mode 100644 index 0000000..56f2ec0 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/costhetak_LOMuon.png b/Kstarmumu_Run2/BDT3/images/costhetak_LOMuon.png new file mode 100644 index 0000000..f37fc36 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/costhetak_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/costhetak_phi_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/costhetak_phi_LODiMuon.png new file mode 100644 index 0000000..8bd7676 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/costhetak_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/costhetak_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/costhetak_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..fe60377 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/costhetak_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/costhetak_q2_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/costhetak_q2_LODiMuon.png new file mode 100644 index 0000000..a869c18 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/costhetak_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/costhetak_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/costhetak_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..84d7ccf --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/costhetak_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/costhetal_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/costhetal_LODiMuon.png new file mode 100644 index 0000000..43d8a3c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/costhetal_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/costhetal_LOMuon.png b/Kstarmumu_Run2/BDT3/images/costhetal_LOMuon.png new file mode 100644 index 0000000..c7b4390 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/costhetal_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/costhetal_costhetak_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/costhetal_costhetak_LODiMuon.png new file mode 100644 index 0000000..735025b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/costhetal_costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/costhetal_costhetak_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/costhetal_costhetak_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..982e942 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/costhetal_costhetak_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/costhetal_phi_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/costhetal_phi_LODiMuon.png new file mode 100644 index 0000000..e8fc911 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/costhetal_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/costhetal_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/costhetal_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..9140621 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/costhetal_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/costhetal_q2_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/costhetal_q2_LODiMuon.png new file mode 100644 index 0000000..e08bc7a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/costhetal_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/costhetal_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/costhetal_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..89bb80a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/costhetal_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/d.png b/Kstarmumu_Run2/BDT3/images/d.png new file mode 100644 index 0000000..4cb7f24 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/d.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/derotate.sh b/Kstarmumu_Run2/BDT3/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/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/Kstarmumu_Run2/BDT3/images/dirac.png b/Kstarmumu_Run2/BDT3/images/dirac.png new file mode 100644 index 0000000..6757d18 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/dirac.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/distr_pipt.pdf b/Kstarmumu_Run2/BDT3/images/distr_pipt.pdf new file mode 100644 index 0000000..83f1be7 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/distr_pipt.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/effPsi2S.png b/Kstarmumu_Run2/BDT3/images/effPsi2S.png new file mode 100644 index 0000000..e683700 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/effPsi2S.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/effPsi2S2.png b/Kstarmumu_Run2/BDT3/images/effPsi2S2.png new file mode 100644 index 0000000..7ac4da9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/effPsi2S2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/effjpsi.png b/Kstarmumu_Run2/BDT3/images/effjpsi.png new file mode 100644 index 0000000..91b8004 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/effjpsi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/effjpsi2.png b/Kstarmumu_Run2/BDT3/images/effjpsi2.png new file mode 100644 index 0000000..cb10c68 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/effjpsi2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/espen1.png b/Kstarmumu_Run2/BDT3/images/espen1.png new file mode 100644 index 0000000..1cf559b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/espen1.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/espen2.png b/Kstarmumu_Run2/BDT3/images/espen2.png new file mode 100644 index 0000000..ed9a9b8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/espen2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/espen3.png b/Kstarmumu_Run2/BDT3/images/espen3.png new file mode 100644 index 0000000..419cc5f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/espen3.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/example.png b/Kstarmumu_Run2/BDT3/images/example.png new file mode 100644 index 0000000..b20063b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/example.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/example2.png b/Kstarmumu_Run2/BDT3/images/example2.png new file mode 100644 index 0000000..fa0013b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/example2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/getFromAFS.sh b/Kstarmumu_Run2/BDT3/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/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/Kstarmumu_Run2/BDT3/images/index.png b/Kstarmumu_Run2/BDT3/images/index.png new file mode 100644 index 0000000..f51cd9d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/index.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/lhcb-logo-bad.pdf b/Kstarmumu_Run2/BDT3/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/lhcb-logo.pdf b/Kstarmumu_Run2/BDT3/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/lhcb-logo.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/lhcb-logo.svg b/Kstarmumu_Run2/BDT3/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf new file mode 100644 index 0000000..eac7396 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf new file mode 100644 index 0000000..6acce42 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf new file mode 100644 index 0000000..f6a4f8e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf new file mode 100644 index 0000000..a9d9d72 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf new file mode 100644 index 0000000..f8f3fdb --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf new file mode 100644 index 0000000..059e364 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..158a836 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf new file mode 100644 index 0000000..b126a38 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/BDT3/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..219ee63 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images/mu_minus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6c822cc --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images/mu_minus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..0d830e1 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_IP_OWNPV.png b/Kstarmumu_Run2/BDT3/images/mu_minus_IP_OWNPV.png new file mode 100644 index 0000000..d983d8e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images/mu_minus_IP_OWNPVlog.png new file mode 100644 index 0000000..d76333f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..77f097f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..61e3129 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..2feab6a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..fa22e3c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ec52412 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..387bf17 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..90a18a3 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..7b4862b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_P.png b/Kstarmumu_Run2/BDT3/images/mu_minus_P.png new file mode 100644 index 0000000..2509154 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_PT.png b/Kstarmumu_Run2/BDT3/images/mu_minus_PT.png new file mode 100644 index 0000000..c8ed4ee --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_PTlog.png b/Kstarmumu_Run2/BDT3/images/mu_minus_PTlog.png new file mode 100644 index 0000000..13765e1 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_minus_Plog.png b/Kstarmumu_Run2/BDT3/images/mu_minus_Plog.png new file mode 100644 index 0000000..2bab524 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_minus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_plus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images/mu_plus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..c7f94ad --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_plus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_plus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images/mu_plus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..8182f07 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_plus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_plus_IP_OWNPV.png b/Kstarmumu_Run2/BDT3/images/mu_plus_IP_OWNPV.png new file mode 100644 index 0000000..bad8cc1 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_plus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_plus_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images/mu_plus_IP_OWNPVlog.png new file mode 100644 index 0000000..4919b77 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_plus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..2fe5ef8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..f7d7a3d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..3a4e241 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..746cf78 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..e92b494 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_plus_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_plus_P.png b/Kstarmumu_Run2/BDT3/images/mu_plus_P.png new file mode 100644 index 0000000..b1121bb --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_plus_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_plus_PT.png b/Kstarmumu_Run2/BDT3/images/mu_plus_PT.png new file mode 100644 index 0000000..bb58f05 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_plus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_plus_PTlog.png b/Kstarmumu_Run2/BDT3/images/mu_plus_PTlog.png new file mode 100644 index 0000000..a237294 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_plus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/mu_plus_Plog.png b/Kstarmumu_Run2/BDT3/images/mu_plus_Plog.png new file mode 100644 index 0000000..46170cc --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/mu_plus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/nTracks.png b/Kstarmumu_Run2/BDT3/images/nTracks.png new file mode 100644 index 0000000..be10505 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/nTracks.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/nTrackslog.png b/Kstarmumu_Run2/BDT3/images/nTrackslog.png new file mode 100644 index 0000000..df17a6b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/nTrackslog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/nTracksw.png b/Kstarmumu_Run2/BDT3/images/nTracksw.png new file mode 100644 index 0000000..3503e19 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/nTracksw.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/phi_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/phi_LODiMuon.png new file mode 100644 index 0000000..6b63588 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/phi_LOMuon.png b/Kstarmumu_Run2/BDT3/images/phi_LOMuon.png new file mode 100644 index 0000000..e77a3bd --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/phi_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/phi_q2_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/phi_q2_LODiMuon.png new file mode 100644 index 0000000..86a3741 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/phi_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/phi_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/phi_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..c170879 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/phi_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf b/Kstarmumu_Run2/BDT3/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf new file mode 100644 index 0000000..9756562 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf b/Kstarmumu_Run2/BDT3/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf new file mode 100644 index 0000000..ed858cb --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/BDT3/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..8769ce9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf b/Kstarmumu_Run2/BDT3/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf new file mode 100644 index 0000000..fcf4b05 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/q2.png b/Kstarmumu_Run2/BDT3/images/q2.png new file mode 100644 index 0000000..79746ce --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/q2PHSP.png b/Kstarmumu_Run2/BDT3/images/q2PHSP.png new file mode 100644 index 0000000..204a9c7 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/q2PHSP.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/q2_LODiMuon.png b/Kstarmumu_Run2/BDT3/images/q2_LODiMuon.png new file mode 100644 index 0000000..8f0ed59 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/q2_LOMuon.png b/Kstarmumu_Run2/BDT3/images/q2_LOMuon.png new file mode 100644 index 0000000..4bfb732 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/q2_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/q2d.pdf b/Kstarmumu_Run2/BDT3/images/q2d.pdf new file mode 100644 index 0000000..048d357 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/q2d.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/results_clas.pdf b/Kstarmumu_Run2/BDT3/images/results_clas.pdf new file mode 100644 index 0000000..5544c19 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/results_clas.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/results_punz3.pdf b/Kstarmumu_Run2/BDT3/images/results_punz3.pdf new file mode 100644 index 0000000..e1cca35 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/results_punz3.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/results_punz5.pdf b/Kstarmumu_Run2/BDT3/images/results_punz5.pdf new file mode 100644 index 0000000..667d424 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/results_punz5.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/roc.png b/Kstarmumu_Run2/BDT3/images/roc.png new file mode 100644 index 0000000..4adacae --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/roc.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.1.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.1.pdf new file mode 100644 index 0000000..33e29e3 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.1.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.15.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.15.pdf new file mode 100644 index 0000000..c6296a4 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.15.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.2.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.2.pdf new file mode 100644 index 0000000..4ba3510 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.2.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.25.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.25.pdf new file mode 100644 index 0000000..f303f8a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.25.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.3.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.3.pdf new file mode 100644 index 0000000..62a9748 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.3.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.35.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.35.pdf new file mode 100644 index 0000000..5392db4 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.35.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.4.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.4.pdf new file mode 100644 index 0000000..ea14eb6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.4.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.45.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.45.pdf new file mode 100644 index 0000000..a0ab636 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.45.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.5.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.5.pdf new file mode 100644 index 0000000..c7a4125 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.5.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.55.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.55.pdf new file mode 100644 index 0000000..85c0b33 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.55.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.6.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.6.pdf new file mode 100644 index 0000000..37ce9a6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.6.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.65.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.65.pdf new file mode 100644 index 0000000..236f7ec --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.65.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.7.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.7.pdf new file mode 100644 index 0000000..5c75019 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.7.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.75.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.75.pdf new file mode 100644 index 0000000..db9fb23 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.75.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.8.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.8.pdf new file mode 100644 index 0000000..1fe9ef3 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.8.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.85.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.85.pdf new file mode 100644 index 0000000..5e69b9c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.85.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.9.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.9.pdf new file mode 100644 index 0000000..4f1fa90 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.9.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/sig_BDT_0.95.pdf b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.95.pdf new file mode 100644 index 0000000..c4399cc --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/sig_BDT_0.95.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/uzh-transp.pdf b/Kstarmumu_Run2/BDT3/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/uzh-transp.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/uzh.pdf b/Kstarmumu_Run2/BDT3/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/uzh.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/uzh_logo_e_pos.eps b/Kstarmumu_Run2/BDT3/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images/uzh_logo_e_pos_gross.tif b/Kstarmumu_Run2/BDT3/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/.DS_Store b/Kstarmumu_Run2/BDT3/images_sf/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/.DS_Store Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_BsMassCut_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMassCut_Pwave_Rez.png new file mode 100644 index 0000000..c9e4ed8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMassCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_BsMassCut_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMassCut_Pwave_fullq2.png new file mode 100644 index 0000000..356af2e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMassCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_BsMassCut_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMassCut_SPDwave_Rez.png new file mode 100644 index 0000000..678d54d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMassCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_BsMassCut_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMassCut_SPDwave_fullq2.png new file mode 100644 index 0000000..72d2ca6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMassCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_BsMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMass_Pwave_Rez.png new file mode 100644 index 0000000..2b97909 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_BsMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMass_Pwave_fullq2.png new file mode 100644 index 0000000..746723b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_BsMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMass_SPDwave_Rez.png new file mode 100644 index 0000000..b562aba --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_BsMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70ca9b8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_BsMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_BuToKMuMuMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_BuToKMuMuMass_Pwave_Rez.png new file mode 100644 index 0000000..3e38a6b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_BuToKMuMuMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_BuToKMuMuMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_BuToKMuMuMass_Pwave_fullq2.png new file mode 100644 index 0000000..fbe689a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_BuToKMuMuMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_BuToKMuMuMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_BuToKMuMuMass_SPDwave_Rez.png new file mode 100644 index 0000000..1c6c416 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_BuToKMuMuMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_BuToKMuMuMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_BuToKMuMuMass_SPDwave_fullq2.png new file mode 100644 index 0000000..49be5a6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_BuToKMuMuMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_DIRA_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/B0_DIRA_OWNPV.png new file mode 100644 index 0000000..c6397a9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_DIRA_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_DIRA_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images_sf/B0_DIRA_OWNPVlog.png new file mode 100644 index 0000000..7efec12 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_DIRA_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..e32f3cc --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_ENDVERTEX_CHI2log.png b/Kstarmumu_Run2/BDT3/images_sf/B0_ENDVERTEX_CHI2log.png new file mode 100644 index 0000000..85052b9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_ENDVERTEX_CHI2log.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_ENDVERTEX_CHI2w.png b/Kstarmumu_Run2/BDT3/images_sf/B0_ENDVERTEX_CHI2w.png new file mode 100644 index 0000000..19d596c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_ENDVERTEX_CHI2w.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_FDCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/B0_FDCHI2_OWNPV.png new file mode 100644 index 0000000..085e87f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_FDCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images_sf/B0_FDCHI2_OWNPVlog.png new file mode 100644 index 0000000..247136e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_FDCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_FD_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/B0_FD_OWNPV.png new file mode 100644 index 0000000..b5440df --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_FD_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images_sf/B0_FD_OWNPVlog.png new file mode 100644 index 0000000..d3237af --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_FD_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/B0_IPCHI2_OWNPV.png new file mode 100644 index 0000000..2f1e168 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images_sf/B0_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..453a010 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_IP_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/B0_IP_OWNPV.png new file mode 100644 index 0000000..41ee112 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images_sf/B0_IP_OWNPVlog.png new file mode 100644 index 0000000..4834cba --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2DCut_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2DCut_Pwave_Rez.png new file mode 100644 index 0000000..59f30ed --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2DCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png new file mode 100644 index 0000000..08abb7f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png new file mode 100644 index 0000000..f2d9f49 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png new file mode 100644 index 0000000..00e9290 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2D_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2D_Pwave_Rez.png new file mode 100644 index 0000000..e5597d5 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2D_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2D_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2D_Pwave_fullq2.png new file mode 100644 index 0000000..03666c6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2D_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2D_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2D_SPDwave_Rez.png new file mode 100644 index 0000000..0d8a9e5 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2D_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2D_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2D_SPDwave_fullq2.png new file mode 100644 index 0000000..6745c2d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK2D_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..bd37781 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..683bc19 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..c4f09d8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..a02fd24 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..af70172 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_LambdaB_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..86f7444 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..a5bf50d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..a77fb83 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..d0c3697 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..e8fe588 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_Lambda_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_PT.png b/Kstarmumu_Run2/BDT3/images_sf/B0_PT.png new file mode 100644 index 0000000..db45d4b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_PTlog.png b/Kstarmumu_Run2/BDT3/images_sf/B0_PTlog.png new file mode 100644 index 0000000..52f0157 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_PTw.png b/Kstarmumu_Run2/BDT3/images_sf/B0_PTw.png new file mode 100644 index 0000000..297775d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_PTw.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_jpsiAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_jpsiAngSep_Pwave_Rez.png new file mode 100644 index 0000000..d72b782 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_jpsiAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_jpsiAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_jpsiAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..5fd4f53 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_jpsiAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_jpsiAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_jpsiAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..0fb392d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_jpsiAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_jpsiAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_jpsiAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4d8bcae --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_jpsiAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kmuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1323a96 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kmuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..1891bf9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kmuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d60ad17 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kmuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..c0df945 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kmuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e8a8f7 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kmuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..ff36d63 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kmuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..e7b46f2 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kmuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..bab6fe6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kmuswapMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuswapMass_Pwave_Rez.png new file mode 100644 index 0000000..6a50d79 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kmuswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..4784d6a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kmuswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..df1d500 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kmuswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..a28543e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kmuswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kpiswapMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kpiswapMass_Pwave_Rez.png new file mode 100644 index 0000000..59935f8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kpiswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kpiswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kpiswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..871f485 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kpiswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kpiswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kpiswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..f7f7b73 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kpiswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kpiswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kpiswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70618aa --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kpiswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kstarAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kstarAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e90ae0 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kstarAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kstarAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kstarAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..49d2d82 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kstarAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kstarAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kstarAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d99d8c5 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kstarAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_kstarAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_kstarAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4913332 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_kstarAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_pimuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..89e1b74 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_pimuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..6b84c85 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_pimuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..c1fbcb7 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_pimuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..ff7d39c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_pimuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..da0d58f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_pimuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..a02b32b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_pimuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..29d4996 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_pimuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4f0cd7e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_pimuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png b/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png new file mode 100644 index 0000000..f830bdd --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png b/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png new file mode 100644 index 0000000..84f9dce --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png b/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png new file mode 100644 index 0000000..1a0a272 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png b/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png new file mode 100644 index 0000000..dfe815c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png b/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png new file mode 100644 index 0000000..32c38da --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png b/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png new file mode 100644 index 0000000..15dbc08 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass2_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass2_Pwave_Rez.png new file mode 100644 index 0000000..fee86b2 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass2_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass2_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass2_Pwave_fullq2.png new file mode 100644 index 0000000..590aec9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass2_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass2_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass2_SPDwave_Rez.png new file mode 100644 index 0000000..c5a053d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass2_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass2_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass2_SPDwave_fullq2.png new file mode 100644 index 0000000..472beaf --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass2_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass_Pwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass_Pwave_Rez.png new file mode 100644 index 0000000..924f4ac --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass_Pwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass_Pwave_fullq2.png new file mode 100644 index 0000000..2b67b3d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass_SPDwave_Rez.png b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass_SPDwave_Rez.png new file mode 100644 index 0000000..0ecea47 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..90b7821 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B0_swapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.1.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.1.pdf new file mode 100644 index 0000000..e885c66 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.1.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.15.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.15.pdf new file mode 100644 index 0000000..e134031 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.15.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.2.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.2.pdf new file mode 100644 index 0000000..45ca7a9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.2.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.25.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.25.pdf new file mode 100644 index 0000000..416b580 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.25.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.3.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.3.pdf new file mode 100644 index 0000000..b27391c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.3.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.35.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.35.pdf new file mode 100644 index 0000000..f60f331 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.35.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.4.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.4.pdf new file mode 100644 index 0000000..e489f1c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.4.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.45.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.45.pdf new file mode 100644 index 0000000..2091f15 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.45.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.5.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.5.pdf new file mode 100644 index 0000000..406fa60 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.5.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.55.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.55.pdf new file mode 100644 index 0000000..5126d5c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.55.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.6.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.6.pdf new file mode 100644 index 0000000..21914c3 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.6.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.65.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.65.pdf new file mode 100644 index 0000000..1d771f0 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.65.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.7.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.7.pdf new file mode 100644 index 0000000..fc1c687 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.7.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.75.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.75.pdf new file mode 100644 index 0000000..1b4321f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.75.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.8.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.8.pdf new file mode 100644 index 0000000..573e953 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.8.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.85.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.85.pdf new file mode 100644 index 0000000..41295b2 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.85.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.9.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.9.pdf new file mode 100644 index 0000000..521176f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.9.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BDT_0.95.pdf b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.95.pdf new file mode 100644 index 0000000..db0e63d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BDT_0.95.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BG_both.png b/Kstarmumu_Run2/BDT3/images_sf/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BG_both.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BG_lower.png b/Kstarmumu_Run2/BDT3/images_sf/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BG_lower.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BG_upper.png b/Kstarmumu_Run2/BDT3/images_sf/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BG_upper.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BKGCAT10.pdf b/Kstarmumu_Run2/BDT3/images_sf/BKGCAT10.pdf new file mode 100644 index 0000000..2371687 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BKGCAT10.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BKGCAT40MCMatch.pdf b/Kstarmumu_Run2/BDT3/images_sf/BKGCAT40MCMatch.pdf new file mode 100644 index 0000000..cf0e7a8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BKGCAT40MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BKGCAT50MCMatch.pdf b/Kstarmumu_Run2/BDT3/images_sf/BKGCAT50MCMatch.pdf new file mode 100644 index 0000000..a303f08 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BKGCAT50MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/BKGCAT_mctruthmatched.pdf b/Kstarmumu_Run2/BDT3/images_sf/BKGCAT_mctruthmatched.pdf new file mode 100644 index 0000000..4b91793 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/BKGCAT_mctruthmatched.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B_DiraCos.png b/Kstarmumu_Run2/BDT3/images_sf/B_DiraCos.png new file mode 100644 index 0000000..67fb43b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B_DiraCos.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/BDT3/images_sf/B_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..fe897a1 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B_FDCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/B_FDCHI2_OWNPV.png new file mode 100644 index 0000000..f6f55c9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B_FD_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/B_FD_OWNPV.png new file mode 100644 index 0000000..24052b6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/B_IPCHI2_OWNPV.png new file mode 100644 index 0000000..d228b4b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B_IP_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/B_IP_OWNPV.png new file mode 100644 index 0000000..b5d6a0e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B_M.png b/Kstarmumu_Run2/BDT3/images_sf/B_M.png new file mode 100644 index 0000000..a3b3649 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B_M.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B_P.png b/Kstarmumu_Run2/BDT3/images_sf/B_P.png new file mode 100644 index 0000000..c12cb08 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/B_PT.png b/Kstarmumu_Run2/BDT3/images_sf/B_PT.png new file mode 100644 index 0000000..1097473 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/B_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/FitJpsiKstar_1.pdf b/Kstarmumu_Run2/BDT3/images_sf/FitJpsiKstar_1.pdf new file mode 100644 index 0000000..cc5658a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/FitJpsiKstar_1.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/J_psi_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/BDT3/images_sf/J_psi_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..77b8619 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/J_psi_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/J_psi_FDCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/J_psi_FDCHI2_OWNPV.png new file mode 100644 index 0000000..2fbdc5f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/J_psi_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/J_psi_FD_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/J_psi_FD_OWNPV.png new file mode 100644 index 0000000..49f8807 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/J_psi_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/J_psi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/J_psi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..4da4297 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/J_psi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/J_psi_IP_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/J_psi_IP_OWNPV.png new file mode 100644 index 0000000..923d1a4 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/J_psi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/J_psi_M.png b/Kstarmumu_Run2/BDT3/images_sf/J_psi_M.png new file mode 100644 index 0000000..d7553fa --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/J_psi_M.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/J_psi_P.png b/Kstarmumu_Run2/BDT3/images_sf/J_psi_P.png new file mode 100644 index 0000000..d6c55f3 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/J_psi_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Jpsi_fit_2015.png b/Kstarmumu_Run2/BDT3/images_sf/Jpsi_fit_2015.png new file mode 100644 index 0000000..b9788b0 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Jpsi_fit_2015.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Jpsi_fit_2016.png b/Kstarmumu_Run2/BDT3/images_sf/Jpsi_fit_2016.png new file mode 100644 index 0000000..abcdb37 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Jpsi_fit_2016.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Jpsi_fit_Run1.png b/Kstarmumu_Run2/BDT3/images_sf/Jpsi_fit_Run1.png new file mode 100644 index 0000000..e65914d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Jpsi_fit_Run1.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Jpsi_fit_Run1_IP.png b/Kstarmumu_Run2/BDT3/images_sf/Jpsi_fit_Run1_IP.png new file mode 100644 index 0000000..396a41e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Jpsi_fit_Run1_IP.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/K_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6d9aa63 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images_sf/K_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..79722f6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_IP_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/K_IP_OWNPV.png new file mode 100644 index 0000000..17d6d63 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images_sf/K_IP_OWNPVlog.png new file mode 100644 index 0000000..14d6a78 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..0fee4e6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..774b2e2 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..5e71a12 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..7458090 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..7b5b334 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..4aaddf1 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..265c34e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..3ca3672 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ecb920e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..099da67 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..91460aa --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..e26067e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c1f79dd --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_P.png b/Kstarmumu_Run2/BDT3/images_sf/K_P.png new file mode 100644 index 0000000..41ba5ea --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_PIDK.png b/Kstarmumu_Run2/BDT3/images_sf/K_PIDK.png new file mode 100644 index 0000000..3cc7c4e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_PIDKlog.png b/Kstarmumu_Run2/BDT3/images_sf/K_PIDKlog.png new file mode 100644 index 0000000..ce1839f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_PIDp.png b/Kstarmumu_Run2/BDT3/images_sf/K_PIDp.png new file mode 100644 index 0000000..f6e1a21 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_PIDplog.png b/Kstarmumu_Run2/BDT3/images_sf/K_PIDplog.png new file mode 100644 index 0000000..275c6be --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_PT.png b/Kstarmumu_Run2/BDT3/images_sf/K_PT.png new file mode 100644 index 0000000..c4c6054 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_PTlog.png b/Kstarmumu_Run2/BDT3/images_sf/K_PTlog.png new file mode 100644 index 0000000..dfc6273 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/K_Plog.png b/Kstarmumu_Run2/BDT3/images_sf/K_Plog.png new file mode 100644 index 0000000..ebafd6d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/K_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/MagDown_2011_slices.pdf b/Kstarmumu_Run2/BDT3/images_sf/MagDown_2011_slices.pdf new file mode 100644 index 0000000..394ed63 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/MagDown_2011_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/OLD.pdf b/Kstarmumu_Run2/BDT3/images_sf/OLD.pdf new file mode 100644 index 0000000..5b28c83 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/OLD.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/OLD.png b/Kstarmumu_Run2/BDT3/images_sf/OLD.png new file mode 100644 index 0000000..54120b2 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/OLD.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/PID.png b/Kstarmumu_Run2/BDT3/images_sf/PID.png new file mode 100644 index 0000000..4ee1f13 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/PID.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/PID2.png b/Kstarmumu_Run2/BDT3/images_sf/PID2.png new file mode 100644 index 0000000..7a2fcae --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/PID2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..de79226 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..ec77e40 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_IP_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_IP_OWNPV.png new file mode 100644 index 0000000..c14ef69 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_IP_OWNPVlog.png new file mode 100644 index 0000000..47c7a14 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..83328a7 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..6097b2d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..2fba00a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..a0f09e2 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..eeea066 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..aec0179 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..6772ee6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..b87002a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..8689c04 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..ea6f500 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..ecb007c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..34262fc --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c853d3b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_P.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_P.png new file mode 100644 index 0000000..7f4783f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_PIDK.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_PIDK.png new file mode 100644 index 0000000..94e91a8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_PIDKlog.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_PIDKlog.png new file mode 100644 index 0000000..d192507 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_PIDp.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_PIDp.png new file mode 100644 index 0000000..702182e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_PIDplog.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_PIDplog.png new file mode 100644 index 0000000..f859eb6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_PT.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_PT.png new file mode 100644 index 0000000..5aafe12 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_PTlog.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_PTlog.png new file mode 100644 index 0000000..1fb4b32 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Pi_Plog.png b/Kstarmumu_Run2/BDT3/images_sf/Pi_Plog.png new file mode 100644 index 0000000..b9af5ac --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Pi_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/ROC_BDT.png b/Kstarmumu_Run2/BDT3/images_sf/ROC_BDT.png new file mode 100644 index 0000000..2911ba7 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/ROC_BDT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/ST_logo.gif b/Kstarmumu_Run2/BDT3/images_sf/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/ST_logo.gif Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/ST_logo.png b/Kstarmumu_Run2/BDT3/images_sf/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/ST_logo.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/ST_logosmall.gif b/Kstarmumu_Run2/BDT3/images_sf/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/ST_logosmall.gif Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/ZOOM.pdf b/Kstarmumu_Run2/BDT3/images_sf/ZOOM.pdf new file mode 100644 index 0000000..33b98fc --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/ZOOM.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Z_rich_18.jpg b/Kstarmumu_Run2/BDT3/images_sf/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Z_rich_18.jpg Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Z_rich_24.jpg b/Kstarmumu_Run2/BDT3/images_sf/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Z_rich_24.jpg Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/Z_rich_30.jpg b/Kstarmumu_Run2/BDT3/images_sf/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/Z_rich_30.jpg Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle/costhetak.png b/Kstarmumu_Run2/BDT3/images_sf/angle/costhetak.png new file mode 100644 index 0000000..718d06e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle/costhetakn.png b/Kstarmumu_Run2/BDT3/images_sf/angle/costhetakn.png new file mode 100644 index 0000000..2c1a11b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle/costhetal.png b/Kstarmumu_Run2/BDT3/images_sf/angle/costhetal.png new file mode 100644 index 0000000..c04de76 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle/costhetaln.png b/Kstarmumu_Run2/BDT3/images_sf/angle/costhetaln.png new file mode 100644 index 0000000..f66debd --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle/phi.png b/Kstarmumu_Run2/BDT3/images_sf/angle/phi.png new file mode 100644 index 0000000..7c6bda0 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle/phi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle/phin.png b/Kstarmumu_Run2/BDT3/images_sf/angle/phin.png new file mode 100644 index 0000000..79a8ff3 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle/phin.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle/q2.png b/Kstarmumu_Run2/BDT3/images_sf/angle/q2.png new file mode 100644 index 0000000..9c2b6ce --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle/q2n.png b/Kstarmumu_Run2/BDT3/images_sf/angle/q2n.png new file mode 100644 index 0000000..a40e906 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle2/costhetak.png b/Kstarmumu_Run2/BDT3/images_sf/angle2/costhetak.png new file mode 100644 index 0000000..d43ed9d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle2/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle2/costhetakn.png b/Kstarmumu_Run2/BDT3/images_sf/angle2/costhetakn.png new file mode 100644 index 0000000..95179d3 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle2/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle2/costhetal.png b/Kstarmumu_Run2/BDT3/images_sf/angle2/costhetal.png new file mode 100644 index 0000000..f28b75b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle2/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle2/costhetaln.png b/Kstarmumu_Run2/BDT3/images_sf/angle2/costhetaln.png new file mode 100644 index 0000000..850caae --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle2/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle2/phi.png b/Kstarmumu_Run2/BDT3/images_sf/angle2/phi.png new file mode 100644 index 0000000..3d534c0 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle2/phi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle2/phin.png b/Kstarmumu_Run2/BDT3/images_sf/angle2/phin.png new file mode 100644 index 0000000..c408f8b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle2/phin.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle2/q2.png b/Kstarmumu_Run2/BDT3/images_sf/angle2/q2.png new file mode 100644 index 0000000..36b9645 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle2/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle2/q2n.png b/Kstarmumu_Run2/BDT3/images_sf/angle2/q2n.png new file mode 100644 index 0000000..6b474c5 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle2/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle3/costhetak.png b/Kstarmumu_Run2/BDT3/images_sf/angle3/costhetak.png new file mode 100644 index 0000000..e9e1c7d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle3/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle3/costhetakn.png b/Kstarmumu_Run2/BDT3/images_sf/angle3/costhetakn.png new file mode 100644 index 0000000..9346d34 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle3/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle3/costhetal.png b/Kstarmumu_Run2/BDT3/images_sf/angle3/costhetal.png new file mode 100644 index 0000000..4a67f7f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle3/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle3/costhetaln.png b/Kstarmumu_Run2/BDT3/images_sf/angle3/costhetaln.png new file mode 100644 index 0000000..95bdeed --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle3/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle3/phi.png b/Kstarmumu_Run2/BDT3/images_sf/angle3/phi.png new file mode 100644 index 0000000..b34f3d9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle3/phi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle3/phin.png b/Kstarmumu_Run2/BDT3/images_sf/angle3/phin.png new file mode 100644 index 0000000..1a8d15d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle3/phin.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle3/q2.png b/Kstarmumu_Run2/BDT3/images_sf/angle3/q2.png new file mode 100644 index 0000000..659e6ff --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle3/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle3/q2n.png b/Kstarmumu_Run2/BDT3/images_sf/angle3/q2n.png new file mode 100644 index 0000000..84bf95c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle3/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle4/costhetak.png b/Kstarmumu_Run2/BDT3/images_sf/angle4/costhetak.png new file mode 100644 index 0000000..6136b2d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle4/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle4/costhetakn.png b/Kstarmumu_Run2/BDT3/images_sf/angle4/costhetakn.png new file mode 100644 index 0000000..ca4ed48 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle4/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle4/costhetal.png b/Kstarmumu_Run2/BDT3/images_sf/angle4/costhetal.png new file mode 100644 index 0000000..67680ba --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle4/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle4/costhetaln.png b/Kstarmumu_Run2/BDT3/images_sf/angle4/costhetaln.png new file mode 100644 index 0000000..1ecc818 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle4/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle4/phi.png b/Kstarmumu_Run2/BDT3/images_sf/angle4/phi.png new file mode 100644 index 0000000..583e8d4 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle4/phi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle4/phin.png b/Kstarmumu_Run2/BDT3/images_sf/angle4/phin.png new file mode 100644 index 0000000..0b8f938 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle4/phin.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle4/q2.png b/Kstarmumu_Run2/BDT3/images_sf/angle4/q2.png new file mode 100644 index 0000000..53f122b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle4/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/angle4/q2n.png b/Kstarmumu_Run2/BDT3/images_sf/angle4/q2n.png new file mode 100644 index 0000000..303a30c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/angle4/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/bubble2.jpg b/Kstarmumu_Run2/BDT3/images_sf/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/bubble2.jpg Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/cern.png b/Kstarmumu_Run2/BDT3/images_sf/cern.png new file mode 100644 index 0000000..b1d077c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/cern.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/costhetak_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/costhetak_LODiMuon.png new file mode 100644 index 0000000..56f2ec0 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/costhetak_LOMuon.png b/Kstarmumu_Run2/BDT3/images_sf/costhetak_LOMuon.png new file mode 100644 index 0000000..f37fc36 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/costhetak_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/costhetak_phi_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/costhetak_phi_LODiMuon.png new file mode 100644 index 0000000..8bd7676 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/costhetak_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/costhetak_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/costhetak_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..fe60377 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/costhetak_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/costhetak_q2_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/costhetak_q2_LODiMuon.png new file mode 100644 index 0000000..a869c18 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/costhetak_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/costhetak_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/costhetak_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..84d7ccf --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/costhetak_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/costhetal_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/costhetal_LODiMuon.png new file mode 100644 index 0000000..43d8a3c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/costhetal_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/costhetal_LOMuon.png b/Kstarmumu_Run2/BDT3/images_sf/costhetal_LOMuon.png new file mode 100644 index 0000000..c7b4390 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/costhetal_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/costhetal_costhetak_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/costhetal_costhetak_LODiMuon.png new file mode 100644 index 0000000..735025b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/costhetal_costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/costhetal_costhetak_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/costhetal_costhetak_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..982e942 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/costhetal_costhetak_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/costhetal_phi_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/costhetal_phi_LODiMuon.png new file mode 100644 index 0000000..e8fc911 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/costhetal_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/costhetal_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/costhetal_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..9140621 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/costhetal_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/costhetal_q2_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/costhetal_q2_LODiMuon.png new file mode 100644 index 0000000..e08bc7a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/costhetal_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/costhetal_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/costhetal_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..89bb80a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/costhetal_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/d.png b/Kstarmumu_Run2/BDT3/images_sf/d.png new file mode 100644 index 0000000..4cb7f24 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/d.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/derotate.sh b/Kstarmumu_Run2/BDT3/images_sf/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/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/Kstarmumu_Run2/BDT3/images_sf/dirac.png b/Kstarmumu_Run2/BDT3/images_sf/dirac.png new file mode 100644 index 0000000..6757d18 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/dirac.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/distr_pipt.pdf b/Kstarmumu_Run2/BDT3/images_sf/distr_pipt.pdf new file mode 100644 index 0000000..83f1be7 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/distr_pipt.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/effPsi2S.png b/Kstarmumu_Run2/BDT3/images_sf/effPsi2S.png new file mode 100644 index 0000000..e683700 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/effPsi2S.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/effPsi2S2.png b/Kstarmumu_Run2/BDT3/images_sf/effPsi2S2.png new file mode 100644 index 0000000..7ac4da9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/effPsi2S2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/effjpsi.png b/Kstarmumu_Run2/BDT3/images_sf/effjpsi.png new file mode 100644 index 0000000..91b8004 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/effjpsi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/effjpsi2.png b/Kstarmumu_Run2/BDT3/images_sf/effjpsi2.png new file mode 100644 index 0000000..cb10c68 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/effjpsi2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/espen1.png b/Kstarmumu_Run2/BDT3/images_sf/espen1.png new file mode 100644 index 0000000..1cf559b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/espen1.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/espen2.png b/Kstarmumu_Run2/BDT3/images_sf/espen2.png new file mode 100644 index 0000000..ed9a9b8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/espen2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/espen3.png b/Kstarmumu_Run2/BDT3/images_sf/espen3.png new file mode 100644 index 0000000..419cc5f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/espen3.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/example.png b/Kstarmumu_Run2/BDT3/images_sf/example.png new file mode 100644 index 0000000..b20063b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/example.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/example2.png b/Kstarmumu_Run2/BDT3/images_sf/example2.png new file mode 100644 index 0000000..fa0013b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/example2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/getFromAFS.sh b/Kstarmumu_Run2/BDT3/images_sf/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/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/Kstarmumu_Run2/BDT3/images_sf/index.png b/Kstarmumu_Run2/BDT3/images_sf/index.png new file mode 100644 index 0000000..f51cd9d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/index.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/lhcb-logo-bad.pdf b/Kstarmumu_Run2/BDT3/images_sf/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/lhcb-logo-bad.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/lhcb-logo.pdf b/Kstarmumu_Run2/BDT3/images_sf/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/lhcb-logo.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/lhcb-logo.svg b/Kstarmumu_Run2/BDT3/images_sf/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf new file mode 100644 index 0000000..eac7396 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf new file mode 100644 index 0000000..6acce42 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf new file mode 100644 index 0000000..f6a4f8e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf new file mode 100644 index 0000000..a9d9d72 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf new file mode 100644 index 0000000..f8f3fdb --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf new file mode 100644 index 0000000..059e364 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..158a836 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf new file mode 100644 index 0000000..b126a38 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..219ee63 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6c822cc --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..0d830e1 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_IP_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_IP_OWNPV.png new file mode 100644 index 0000000..d983d8e --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_IP_OWNPVlog.png new file mode 100644 index 0000000..d76333f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..77f097f --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..61e3129 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..2feab6a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..fa22e3c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ec52412 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..387bf17 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..90a18a3 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..7b4862b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_P.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_P.png new file mode 100644 index 0000000..2509154 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_PT.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_PT.png new file mode 100644 index 0000000..c8ed4ee --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_PTlog.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_PTlog.png new file mode 100644 index 0000000..13765e1 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_minus_Plog.png b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_Plog.png new file mode 100644 index 0000000..2bab524 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_minus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_plus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..c7f94ad --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_plus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..8182f07 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_plus_IP_OWNPV.png b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_IP_OWNPV.png new file mode 100644 index 0000000..bad8cc1 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_plus_IP_OWNPVlog.png b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_IP_OWNPVlog.png new file mode 100644 index 0000000..4919b77 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..2fe5ef8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..f7d7a3d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..3a4e241 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..746cf78 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..e92b494 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_plus_P.png b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_P.png new file mode 100644 index 0000000..b1121bb --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_P.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_plus_PT.png b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_PT.png new file mode 100644 index 0000000..bb58f05 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_plus_PTlog.png b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_PTlog.png new file mode 100644 index 0000000..a237294 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/mu_plus_Plog.png b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_Plog.png new file mode 100644 index 0000000..46170cc --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/mu_plus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/nTracks.png b/Kstarmumu_Run2/BDT3/images_sf/nTracks.png new file mode 100644 index 0000000..be10505 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/nTracks.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/nTrackslog.png b/Kstarmumu_Run2/BDT3/images_sf/nTrackslog.png new file mode 100644 index 0000000..df17a6b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/nTrackslog.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/nTracksw.png b/Kstarmumu_Run2/BDT3/images_sf/nTracksw.png new file mode 100644 index 0000000..3503e19 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/nTracksw.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/phi_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/phi_LODiMuon.png new file mode 100644 index 0000000..6b63588 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/phi_LOMuon.png b/Kstarmumu_Run2/BDT3/images_sf/phi_LOMuon.png new file mode 100644 index 0000000..e77a3bd --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/phi_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/phi_q2_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/phi_q2_LODiMuon.png new file mode 100644 index 0000000..86a3741 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/phi_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/phi_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/phi_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..c170879 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/phi_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf b/Kstarmumu_Run2/BDT3/images_sf/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf new file mode 100644 index 0000000..9756562 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf b/Kstarmumu_Run2/BDT3/images_sf/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf new file mode 100644 index 0000000..ed858cb --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/BDT3/images_sf/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..8769ce9 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf b/Kstarmumu_Run2/BDT3/images_sf/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf new file mode 100644 index 0000000..fcf4b05 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/q2.png b/Kstarmumu_Run2/BDT3/images_sf/q2.png new file mode 100644 index 0000000..79746ce --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/q2.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/q2PHSP.png b/Kstarmumu_Run2/BDT3/images_sf/q2PHSP.png new file mode 100644 index 0000000..204a9c7 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/q2PHSP.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/q2_LODiMuon.png b/Kstarmumu_Run2/BDT3/images_sf/q2_LODiMuon.png new file mode 100644 index 0000000..8f0ed59 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/q2_LOMuon.png b/Kstarmumu_Run2/BDT3/images_sf/q2_LOMuon.png new file mode 100644 index 0000000..4bfb732 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/q2_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/q2d.pdf b/Kstarmumu_Run2/BDT3/images_sf/q2d.pdf new file mode 100644 index 0000000..048d357 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/q2d.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/results_clas.pdf b/Kstarmumu_Run2/BDT3/images_sf/results_clas.pdf new file mode 100644 index 0000000..4ba7df0 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/results_clas.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/results_punz3.pdf b/Kstarmumu_Run2/BDT3/images_sf/results_punz3.pdf new file mode 100644 index 0000000..2d7655d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/results_punz3.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/results_punz5.pdf b/Kstarmumu_Run2/BDT3/images_sf/results_punz5.pdf new file mode 100644 index 0000000..213cc4c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/results_punz5.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/roc.png b/Kstarmumu_Run2/BDT3/images_sf/roc.png new file mode 100644 index 0000000..4adacae --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/roc.png Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.1.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.1.pdf new file mode 100644 index 0000000..33e29e3 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.1.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.15.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.15.pdf new file mode 100644 index 0000000..c6296a4 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.15.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.2.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.2.pdf new file mode 100644 index 0000000..4ba3510 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.2.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.25.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.25.pdf new file mode 100644 index 0000000..f303f8a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.25.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.3.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.3.pdf new file mode 100644 index 0000000..62a9748 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.3.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.35.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.35.pdf new file mode 100644 index 0000000..5392db4 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.35.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.4.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.4.pdf new file mode 100644 index 0000000..ea14eb6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.4.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.45.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.45.pdf new file mode 100644 index 0000000..a0ab636 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.45.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.5.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.5.pdf new file mode 100644 index 0000000..c7a4125 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.5.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.55.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.55.pdf new file mode 100644 index 0000000..85c0b33 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.55.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.6.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.6.pdf new file mode 100644 index 0000000..37ce9a6 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.6.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.65.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.65.pdf new file mode 100644 index 0000000..236f7ec --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.65.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.7.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.7.pdf new file mode 100644 index 0000000..5c75019 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.7.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.75.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.75.pdf new file mode 100644 index 0000000..db9fb23 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.75.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.8.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.8.pdf new file mode 100644 index 0000000..1fe9ef3 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.8.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.85.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.85.pdf new file mode 100644 index 0000000..5e69b9c --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.85.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.9.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.9.pdf new file mode 100644 index 0000000..4f1fa90 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.9.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.95.pdf b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.95.pdf new file mode 100644 index 0000000..c4399cc --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/sig_BDT_0.95.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/uzh-transp.pdf b/Kstarmumu_Run2/BDT3/images_sf/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/uzh-transp.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/uzh.pdf b/Kstarmumu_Run2/BDT3/images_sf/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/uzh.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/uzh_logo_e_pos.eps b/Kstarmumu_Run2/BDT3/images_sf/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/uzh_logo_e_pos.eps Binary files differ diff --git a/Kstarmumu_Run2/BDT3/images_sf/uzh_logo_e_pos_gross.tif b/Kstarmumu_Run2/BDT3/images_sf/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/images_sf/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Kstarmumu_Run2/BDT3/mchrzasz+mp.sh b/Kstarmumu_Run2/BDT3/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Kstarmumu_Run2/BDT3/mchrzasz-blx.bib b/Kstarmumu_Run2/BDT3/mchrzasz-blx.bib new file mode 100644 index 0000000..fa04f16 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/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/Kstarmumu_Run2/BDT3/mchrzasz.aux b/Kstarmumu_Run2/BDT3/mchrzasz.aux new file mode 100644 index 0000000..3c2b8c4 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/mchrzasz.aux @@ -0,0 +1,66 @@ +\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} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\pgfsyspdfmark {pgfid9}{0}{0} +\pgfsyspdfmark {pgfid10}{0}{0} +\HyPL@Entry{3<>} +\pgfsyspdfmark {pgfid11}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\pgfsyspdfmark {pgfid12}{0}{0} +\pgfsyspdfmark {pgfid13}{0}{0} +\HyPL@Entry{4<>} +\pgfsyspdfmark {pgfid15}{23867907}{17900937} +\pgfsyspdfmark {pgfid14}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}} +\pgfsyspdfmark {pgfid16}{0}{0} +\pgfsyspdfmark {pgfid17}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{5}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{5}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{5}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {5}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {4}}} diff --git a/Kstarmumu_Run2/BDT3/mchrzasz.log b/Kstarmumu_Run2/BDT3/mchrzasz.log new file mode 100644 index 0000000..958ddac --- /dev/null +++ b/Kstarmumu_Run2/BDT3/mchrzasz.log @@ -0,0 +1,2445 @@ +This is XeTeX, Version 3.14159265-2.6-0.99992 (TeX Live 2015/Debian) (preloaded format=xelatex 2018.1.14) 27 FEB 2018 15:57 +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/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) + + +(/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. +))) +(./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 205. +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 211. +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 211. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 211. + + (/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 211. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 211. +LaTeX Font Info: Try loading font information for T3+cmr on input line 211. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 211. + +*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 211. + +(/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 211. +LaTeX Info: Redefining \pageref on input line 211. +LaTeX Info: Redefining \nameref on input line 211. + +(./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 211. + +*** 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 211. +Package biblatex Info: Reference segment=0 on input line 211. +(./mchrzasz.nav) +LaTeX Font Info: Try loading font information for OML+plm on input line 211. + + (/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 211 +. + +(/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 211 +. + +(/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 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 211. +LaTeX Font Info: Try loading font information for U+msa on input line 211. + +(/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 211. + +(/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 211. + +(/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=\count436 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <6> on input line 211. +\c__siunitx_mathtt_int=\count437 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 211 +. + +(/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) +) +File: images/lhcb-logo.pdf Graphic file (type QTm) + + +File: images/cern.png Graphic file (type QTm) + +LaTeX Font Info: Try loading font information for OT1+GilliusADF(0) on input + line 254. +LaTeX Font Info: No file OT1GilliusADF(0).fd. on input line 254. + + +LaTeX Font Warning: Font shape `OT1/GilliusADF(0)/m/n' undefined +(Font) using `OT1/cmr/m/n' instead on input line 254. + +File: images/bubble2.jpg Graphic file (type QTm) + +Overfull \vbox (9.8195pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 254. + +[1 + +] +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 270 +. + (/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/BG_lower.png Graphic file (type QTm) + + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 270. + +[2 + +] +File: images/OLD.pdf Graphic file (type QTm) + +File: images/results_clas.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 [] + +LaTeX Info: Redefining \HepProcess on input line 316. + +[3 + +] +File: images/results_punz5.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 [] + +LaTeX Info: Redefining \HepProcess on input line 349. + +[4 + +] +\c@framenumberappendix=\count438 +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 356. + +[5 + +] +\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 360. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 360. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 360. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 360. + + +LaTeX Font Warning: Some font shapes were not available, defaults substituted. + +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 360. + ) +(\end occurred when \iftrue on line 211 was incomplete) +Here is how much of TeX's memory you used: + 51048 strings out of 493638 + 1014009 string characters out of 6146796 + 1301307 words of memory out of 5000000 + 53471 multiletter control sequences out of 15000+600000 + 29884 words of font info for 114 fonts, out of 8000000 for 9000 + 1328 hyphenation exceptions out of 8191 + 71i,17n,86p,10443b,1447s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (5 pages). diff --git a/Kstarmumu_Run2/BDT3/mchrzasz.nav b/Kstarmumu_Run2/BDT3/mchrzasz.nav new file mode 100644 index 0000000..b4333a8 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/mchrzasz.nav @@ -0,0 +1,17 @@ +\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/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\beamer@partpages {1}{5}} +\headcommand {\beamer@subsectionpages {1}{5}} +\headcommand {\beamer@sectionpages {1}{5}} +\headcommand {\beamer@documentpages {5}} +\headcommand {\def \inserttotalframenumber {4}} diff --git a/Kstarmumu_Run2/BDT3/mchrzasz.out b/Kstarmumu_Run2/BDT3/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/mchrzasz.out diff --git a/Kstarmumu_Run2/BDT3/mchrzasz.pdf b/Kstarmumu_Run2/BDT3/mchrzasz.pdf new file mode 100644 index 0000000..fb6db7a --- /dev/null +++ b/Kstarmumu_Run2/BDT3/mchrzasz.pdf Binary files differ diff --git a/Kstarmumu_Run2/BDT3/mchrzasz.run.xml b/Kstarmumu_Run2/BDT3/mchrzasz.run.xml new file mode 100644 index 0000000..4d0e3ba --- /dev/null +++ b/Kstarmumu_Run2/BDT3/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/Kstarmumu_Run2/BDT3/mchrzasz.snm b/Kstarmumu_Run2/BDT3/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/mchrzasz.snm diff --git a/Kstarmumu_Run2/BDT3/mchrzasz.synctex.gz b/Kstarmumu_Run2/BDT3/mchrzasz.synctex.gz new file mode 100644 index 0000000..bfbd804 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/mchrzasz.synctex.gz Binary files differ diff --git a/Kstarmumu_Run2/BDT3/mchrzasz.tex b/Kstarmumu_Run2/BDT3/mchrzasz.tex new file mode 100644 index 0000000..351575b --- /dev/null +++ b/Kstarmumu_Run2/BDT3/mchrzasz.tex @@ -0,0 +1,360 @@ +\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} +\usepackage{hepparticles} +% 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{\im}{\rm{Im}} +\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{{\rm Br}} + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} + +\author{ {M.Chrzaszcz} (CERN)} +\institute{UZH} +\title[BDT update]{BDT update} +\date{30 January 2017} + + +\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.75\textwidth} + \flushright\bfseries \Huge {BDT update} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.23\textwidth} + % \hspace*{-1.cm} + \vspace*{-3mm} + \includegraphics[width=0.6\textwidth]{lhcb-logo} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-1.8em} { \Large Marcin Chrzaszcz\\\vspace{-0.1em} \vspace{-0.1em} } + +\end{column} +\begin{column}{0.53\textwidth} +\includegraphics[height=1.3cm]{cern} +\end{column} +\end{columns} +\vspace{0.2em} + + +\vspace{1em} + +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{$\PBzero \to \PKstar \Pmuon \APmuon$ meeting, CERN\\October 25, 2017} +\end{center} +\end{frame} +} + + + +\begin{frame}{BDT optimization - bug found:} + + +\ARROW: The was a typo:\\ +\texttt{BDT < X} in stead of \texttt{BDT > X}\\ +when scanning the BDT cut + + + + + +\end{frame} + + + + +\begin{frame}{BDT optimization - optimization} + + +\begin{center} + + + +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/OLD.pdf}} + +\column{0.5\textwidth} +\ARROW We selected the \texttt{BDT>0.2} to be on the safe side. + + + +\end{columns} + + + + +\begin{columns} +\column{0.5\textwidth} +\includegraphics[angle=-90,width=0.95\textwidth]{{images/results_clas}.pdf}\\ + +\column{0.5\textwidth} + + + +\ARROW Following the same principle we should now select: \texttt{BDT>0.1} + + +\end{columns} + + + + +\end{center} + + + +\end{frame} + + +\begin{frame}{BDT optimization - optimization Punzi} + +\ARROW Punzi FOM: +\begin{align} +{\rm FOM} = \frac{s}{a/2 + \sqrt{b}} +\end{align} + +\begin{center} + + + + + +\begin{columns} +\column{0.5\textwidth} +\includegraphics[angle=-90,width=0.95\textwidth]{{images/results_punz5}.pdf}\\ + +\column{0.5\textwidth} +\ARROW $a=3$\\ +\ARROW Gives different answer but this is expected. + +\end{columns} + + +\ARROW Stick to the previous optimization method. + +\end{center} + + + +\end{frame} + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/Kstarmumu_Run2/BDT3/mchrzasz.toc b/Kstarmumu_Run2/BDT3/mchrzasz.toc new file mode 100644 index 0000000..baf3b21 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/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/Kstarmumu_Run2/BDT3/tikzfeynman.sty b/Kstarmumu_Run2/BDT3/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/Kstarmumu_Run2/BDT3/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}, +} + diff --git a/Kstarmumu_Run2/MC_check/Makefile b/Kstarmumu_Run2/MC_check/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/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/Kstarmumu_Run2/MC_check/beamercolorthemeFlip.sty b/Kstarmumu_Run2/MC_check/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/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/Kstarmumu_Run2/MC_check/beamerinnerthemeFlip.sty b/Kstarmumu_Run2/MC_check/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/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/Kstarmumu_Run2/MC_check/beamerouterthemeFlip.sty b/Kstarmumu_Run2/MC_check/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/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/Kstarmumu_Run2/MC_check/beamerouterthemedecolines.sty b/Kstarmumu_Run2/MC_check/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/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/Kstarmumu_Run2/MC_check/beamerthemeFlip.sty b/Kstarmumu_Run2/MC_check/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/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/Kstarmumu_Run2/MC_check/images/.DS_Store b/Kstarmumu_Run2/MC_check/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/.DS_Store Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_BsMassCut_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_BsMassCut_Pwave_Rez.png new file mode 100644 index 0000000..c9e4ed8 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_BsMassCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_BsMassCut_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_BsMassCut_Pwave_fullq2.png new file mode 100644 index 0000000..356af2e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_BsMassCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_BsMassCut_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_BsMassCut_SPDwave_Rez.png new file mode 100644 index 0000000..678d54d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_BsMassCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_BsMassCut_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_BsMassCut_SPDwave_fullq2.png new file mode 100644 index 0000000..72d2ca6 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_BsMassCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_BsMass_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_BsMass_Pwave_Rez.png new file mode 100644 index 0000000..2b97909 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_BsMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_BsMass_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_BsMass_Pwave_fullq2.png new file mode 100644 index 0000000..746723b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_BsMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_BsMass_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_BsMass_SPDwave_Rez.png new file mode 100644 index 0000000..b562aba --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_BsMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_BsMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_BsMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70ca9b8 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_BsMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_BuToKMuMuMass_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_BuToKMuMuMass_Pwave_Rez.png new file mode 100644 index 0000000..3e38a6b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_BuToKMuMuMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_BuToKMuMuMass_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_BuToKMuMuMass_Pwave_fullq2.png new file mode 100644 index 0000000..fbe689a --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_BuToKMuMuMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_BuToKMuMuMass_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_BuToKMuMuMass_SPDwave_Rez.png new file mode 100644 index 0000000..1c6c416 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_BuToKMuMuMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_BuToKMuMuMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_BuToKMuMuMass_SPDwave_fullq2.png new file mode 100644 index 0000000..49be5a6 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_BuToKMuMuMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_DIRA_OWNPV.png b/Kstarmumu_Run2/MC_check/images/B0_DIRA_OWNPV.png new file mode 100644 index 0000000..c6397a9 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_DIRA_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_DIRA_OWNPVlog.png b/Kstarmumu_Run2/MC_check/images/B0_DIRA_OWNPVlog.png new file mode 100644 index 0000000..7efec12 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_DIRA_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_DiraCos.png b/Kstarmumu_Run2/MC_check/images/B0_DiraCos.png new file mode 100644 index 0000000..67724e5 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_DiraCos.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_DiraCosJ.png b/Kstarmumu_Run2/MC_check/images/B0_DiraCosJ.png new file mode 100644 index 0000000..1cac67b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_DiraCosJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/MC_check/images/B0_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..e5a408a --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_ENDVERTEX_CHI2J.png b/Kstarmumu_Run2/MC_check/images/B0_ENDVERTEX_CHI2J.png new file mode 100644 index 0000000..8b6709e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_ENDVERTEX_CHI2J.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_ENDVERTEX_CHI2log.png b/Kstarmumu_Run2/MC_check/images/B0_ENDVERTEX_CHI2log.png new file mode 100644 index 0000000..85052b9 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_ENDVERTEX_CHI2log.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_ENDVERTEX_CHI2w.png b/Kstarmumu_Run2/MC_check/images/B0_ENDVERTEX_CHI2w.png new file mode 100644 index 0000000..19d596c --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_ENDVERTEX_CHI2w.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_FDCHI2_OWNPV.png b/Kstarmumu_Run2/MC_check/images/B0_FDCHI2_OWNPV.png new file mode 100644 index 0000000..5b836ad --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_FDCHI2_OWNPVJ.png b/Kstarmumu_Run2/MC_check/images/B0_FDCHI2_OWNPVJ.png new file mode 100644 index 0000000..30b3239 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_FDCHI2_OWNPVJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_FDCHI2_OWNPVlog.png b/Kstarmumu_Run2/MC_check/images/B0_FDCHI2_OWNPVlog.png new file mode 100644 index 0000000..247136e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_FDCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_FD_OWNPV.png b/Kstarmumu_Run2/MC_check/images/B0_FD_OWNPV.png new file mode 100644 index 0000000..9fa0a59 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_FD_OWNPVJ.png b/Kstarmumu_Run2/MC_check/images/B0_FD_OWNPVJ.png new file mode 100644 index 0000000..261a657 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_FD_OWNPVJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_FD_OWNPVlog.png b/Kstarmumu_Run2/MC_check/images/B0_FD_OWNPVlog.png new file mode 100644 index 0000000..d3237af --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_FD_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MC_check/images/B0_IPCHI2_OWNPV.png new file mode 100644 index 0000000..8aa4fbc --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_IPCHI2_OWNPVJ.png b/Kstarmumu_Run2/MC_check/images/B0_IPCHI2_OWNPVJ.png new file mode 100644 index 0000000..1d29900 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_IPCHI2_OWNPVJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MC_check/images/B0_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..453a010 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_IP_OWNPV.png b/Kstarmumu_Run2/MC_check/images/B0_IP_OWNPV.png new file mode 100644 index 0000000..00f4667 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_IP_OWNPVJ.png b/Kstarmumu_Run2/MC_check/images/B0_IP_OWNPVJ.png new file mode 100644 index 0000000..f08ebe7 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_IP_OWNPVJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_IP_OWNPVlog.png b/Kstarmumu_Run2/MC_check/images/B0_IP_OWNPVlog.png new file mode 100644 index 0000000..4834cba --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png new file mode 100644 index 0000000..59f30ed --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png new file mode 100644 index 0000000..08abb7f --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png new file mode 100644 index 0000000..f2d9f49 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png new file mode 100644 index 0000000..00e9290 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2D_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2D_Pwave_Rez.png new file mode 100644 index 0000000..e5597d5 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2D_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png new file mode 100644 index 0000000..03666c6 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png new file mode 100644 index 0000000..0d8a9e5 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png new file mode 100644 index 0000000..6745c2d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..bd37781 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..683bc19 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..c4f09d8 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..a02fd24 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..af70172 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_LambdaB_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..86f7444 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..a5bf50d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..a77fb83 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..d0c3697 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..e8fe588 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_Lambda_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_M.png b/Kstarmumu_Run2/MC_check/images/B0_M.png new file mode 100644 index 0000000..d3b4ae9 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_M.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_MJ.png b/Kstarmumu_Run2/MC_check/images/B0_MJ.png new file mode 100644 index 0000000..6c03915 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_MJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_P.png b/Kstarmumu_Run2/MC_check/images/B0_P.png new file mode 100644 index 0000000..bd038d9 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_P.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_PJ.png b/Kstarmumu_Run2/MC_check/images/B0_PJ.png new file mode 100644 index 0000000..7cb3276 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_PJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_PT.png b/Kstarmumu_Run2/MC_check/images/B0_PT.png new file mode 100644 index 0000000..9ad4d59 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_PTJ.png b/Kstarmumu_Run2/MC_check/images/B0_PTJ.png new file mode 100644 index 0000000..79f08db --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_PTJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_PTlog.png b/Kstarmumu_Run2/MC_check/images/B0_PTlog.png new file mode 100644 index 0000000..52f0157 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_PTw.png b/Kstarmumu_Run2/MC_check/images/B0_PTw.png new file mode 100644 index 0000000..297775d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_PTw.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_jpsiAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_jpsiAngSep_Pwave_Rez.png new file mode 100644 index 0000000..d72b782 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_jpsiAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_jpsiAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_jpsiAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..5fd4f53 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_jpsiAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_jpsiAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_jpsiAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..0fb392d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_jpsiAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_jpsiAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_jpsiAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4d8bcae --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_jpsiAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kmuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_kmuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1323a96 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kmuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kmuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_kmuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..1891bf9 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kmuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kmuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_kmuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d60ad17 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kmuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kmuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_kmuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..c0df945 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kmuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kmuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_kmuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e8a8f7 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kmuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kmuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_kmuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..ff36d63 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kmuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kmuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_kmuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..e7b46f2 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kmuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kmuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_kmuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..bab6fe6 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kmuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kmuswapMass_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_kmuswapMass_Pwave_Rez.png new file mode 100644 index 0000000..6a50d79 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kmuswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kmuswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_kmuswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..4784d6a --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kmuswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kmuswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_kmuswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..df1d500 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kmuswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kmuswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_kmuswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..a28543e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kmuswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kpiswapMass_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_kpiswapMass_Pwave_Rez.png new file mode 100644 index 0000000..59935f8 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kpiswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kpiswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_kpiswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..871f485 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kpiswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kpiswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_kpiswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..f7f7b73 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kpiswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kpiswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_kpiswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70618aa --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kpiswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kstarAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_kstarAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e90ae0 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kstarAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kstarAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_kstarAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..49d2d82 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kstarAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kstarAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_kstarAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d99d8c5 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kstarAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_kstarAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_kstarAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4913332 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_kstarAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_pimuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_pimuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..89e1b74 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_pimuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_pimuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_pimuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..6b84c85 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_pimuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_pimuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_pimuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..c1fbcb7 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_pimuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_pimuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_pimuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..ff7d39c --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_pimuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_pimuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_pimuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..da0d58f --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_pimuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_pimuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_pimuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..a02b32b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_pimuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_pimuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_pimuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..29d4996 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_pimuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_pimuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_pimuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4f0cd7e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_pimuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png b/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png new file mode 100644 index 0000000..f830bdd --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png b/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png new file mode 100644 index 0000000..84f9dce --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png b/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png new file mode 100644 index 0000000..1a0a272 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png b/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png new file mode 100644 index 0000000..dfe815c --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png b/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png new file mode 100644 index 0000000..32c38da --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png b/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png new file mode 100644 index 0000000..15dbc08 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_swapMass2_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_swapMass2_Pwave_Rez.png new file mode 100644 index 0000000..fee86b2 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_swapMass2_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_swapMass2_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_swapMass2_Pwave_fullq2.png new file mode 100644 index 0000000..590aec9 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_swapMass2_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_swapMass2_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_swapMass2_SPDwave_Rez.png new file mode 100644 index 0000000..c5a053d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_swapMass2_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_swapMass2_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_swapMass2_SPDwave_fullq2.png new file mode 100644 index 0000000..472beaf --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_swapMass2_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_swapMass_Pwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_swapMass_Pwave_Rez.png new file mode 100644 index 0000000..924f4ac --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_swapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_swapMass_Pwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_swapMass_Pwave_fullq2.png new file mode 100644 index 0000000..2b67b3d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_swapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_swapMass_SPDwave_Rez.png b/Kstarmumu_Run2/MC_check/images/B0_swapMass_SPDwave_Rez.png new file mode 100644 index 0000000..0ecea47 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_swapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B0_swapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MC_check/images/B0_swapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..90b7821 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B0_swapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/BG_both.png b/Kstarmumu_Run2/MC_check/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/BG_both.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/BG_lower.png b/Kstarmumu_Run2/MC_check/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/BG_lower.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/BG_upper.png b/Kstarmumu_Run2/MC_check/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/BG_upper.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/BKGCAT10.pdf b/Kstarmumu_Run2/MC_check/images/BKGCAT10.pdf new file mode 100644 index 0000000..2371687 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/BKGCAT10.pdf Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/BKGCAT40MCMatch.pdf b/Kstarmumu_Run2/MC_check/images/BKGCAT40MCMatch.pdf new file mode 100644 index 0000000..cf0e7a8 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/BKGCAT40MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/BKGCAT50MCMatch.pdf b/Kstarmumu_Run2/MC_check/images/BKGCAT50MCMatch.pdf new file mode 100644 index 0000000..a303f08 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/BKGCAT50MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/BKGCAT_mctruthmatched.pdf b/Kstarmumu_Run2/MC_check/images/BKGCAT_mctruthmatched.pdf new file mode 100644 index 0000000..4b91793 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/BKGCAT_mctruthmatched.pdf Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B_DiraCos.png b/Kstarmumu_Run2/MC_check/images/B_DiraCos.png new file mode 100644 index 0000000..67fb43b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B_DiraCos.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/MC_check/images/B_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..fe897a1 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B_FDCHI2_OWNPV.png b/Kstarmumu_Run2/MC_check/images/B_FDCHI2_OWNPV.png new file mode 100644 index 0000000..f6f55c9 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B_FD_OWNPV.png b/Kstarmumu_Run2/MC_check/images/B_FD_OWNPV.png new file mode 100644 index 0000000..24052b6 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MC_check/images/B_IPCHI2_OWNPV.png new file mode 100644 index 0000000..d228b4b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B_IP_OWNPV.png b/Kstarmumu_Run2/MC_check/images/B_IP_OWNPV.png new file mode 100644 index 0000000..b5d6a0e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B_M.png b/Kstarmumu_Run2/MC_check/images/B_M.png new file mode 100644 index 0000000..a3b3649 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B_M.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B_P.png b/Kstarmumu_Run2/MC_check/images/B_P.png new file mode 100644 index 0000000..c12cb08 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B_P.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/B_PT.png b/Kstarmumu_Run2/MC_check/images/B_PT.png new file mode 100644 index 0000000..1097473 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/B_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/J_psi_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/MC_check/images/J_psi_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..77b8619 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/J_psi_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/J_psi_FDCHI2_OWNPV.png b/Kstarmumu_Run2/MC_check/images/J_psi_FDCHI2_OWNPV.png new file mode 100644 index 0000000..2fbdc5f --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/J_psi_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/J_psi_FD_OWNPV.png b/Kstarmumu_Run2/MC_check/images/J_psi_FD_OWNPV.png new file mode 100644 index 0000000..49f8807 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/J_psi_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/J_psi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MC_check/images/J_psi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..d36ff69 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/J_psi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/J_psi_IPCHI2_OWNPVJ.png b/Kstarmumu_Run2/MC_check/images/J_psi_IPCHI2_OWNPVJ.png new file mode 100644 index 0000000..826ad97 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/J_psi_IPCHI2_OWNPVJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/J_psi_IP_OWNPV.png b/Kstarmumu_Run2/MC_check/images/J_psi_IP_OWNPV.png new file mode 100644 index 0000000..ecd349d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/J_psi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/J_psi_IP_OWNPVJ.png b/Kstarmumu_Run2/MC_check/images/J_psi_IP_OWNPVJ.png new file mode 100644 index 0000000..0648599 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/J_psi_IP_OWNPVJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/J_psi_M.png b/Kstarmumu_Run2/MC_check/images/J_psi_M.png new file mode 100644 index 0000000..800dd65 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/J_psi_M.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/J_psi_P.png b/Kstarmumu_Run2/MC_check/images/J_psi_P.png new file mode 100644 index 0000000..d6c55f3 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/J_psi_P.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Jpsi_fit_2015.png b/Kstarmumu_Run2/MC_check/images/Jpsi_fit_2015.png new file mode 100644 index 0000000..09a99c6 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Jpsi_fit_2015.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Jpsi_fit_2016.png b/Kstarmumu_Run2/MC_check/images/Jpsi_fit_2016.png new file mode 100644 index 0000000..a83532b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Jpsi_fit_2016.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Jpsi_fit_Run1.png b/Kstarmumu_Run2/MC_check/images/Jpsi_fit_Run1.png new file mode 100644 index 0000000..e65914d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Jpsi_fit_Run1.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Jpsi_fit_Run1_IP.png b/Kstarmumu_Run2/MC_check/images/Jpsi_fit_Run1_IP.png new file mode 100644 index 0000000..396a41e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Jpsi_fit_Run1_IP.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MC_check/images/K_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6d9aa63 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MC_check/images/K_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..79722f6 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_IP_OWNPV.png b/Kstarmumu_Run2/MC_check/images/K_IP_OWNPV.png new file mode 100644 index 0000000..17d6d63 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_IP_OWNPVlog.png b/Kstarmumu_Run2/MC_check/images/K_IP_OWNPVlog.png new file mode 100644 index 0000000..14d6a78 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..0fee4e6 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..774b2e2 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..5e71a12 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..7458090 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..7b5b334 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..4aaddf1 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..265c34e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..3ca3672 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ecb920e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..099da67 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..91460aa --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..e26067e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c1f79dd --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_P.png b/Kstarmumu_Run2/MC_check/images/K_P.png new file mode 100644 index 0000000..41ba5ea --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_P.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_PIDK.png b/Kstarmumu_Run2/MC_check/images/K_PIDK.png new file mode 100644 index 0000000..3cc7c4e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_PIDKlog.png b/Kstarmumu_Run2/MC_check/images/K_PIDKlog.png new file mode 100644 index 0000000..ce1839f --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_PIDp.png b/Kstarmumu_Run2/MC_check/images/K_PIDp.png new file mode 100644 index 0000000..f6e1a21 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_PIDplog.png b/Kstarmumu_Run2/MC_check/images/K_PIDplog.png new file mode 100644 index 0000000..275c6be --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_PT.png b/Kstarmumu_Run2/MC_check/images/K_PT.png new file mode 100644 index 0000000..c4c6054 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_PTlog.png b/Kstarmumu_Run2/MC_check/images/K_PTlog.png new file mode 100644 index 0000000..dfc6273 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/K_Plog.png b/Kstarmumu_Run2/MC_check/images/K_Plog.png new file mode 100644 index 0000000..ebafd6d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/K_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Kstar_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MC_check/images/Kstar_IPCHI2_OWNPV.png new file mode 100644 index 0000000..19b0b09 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Kstar_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Kstar_IPCHI2_OWNPVJ.png b/Kstarmumu_Run2/MC_check/images/Kstar_IPCHI2_OWNPVJ.png new file mode 100644 index 0000000..1196bda --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Kstar_IPCHI2_OWNPVJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Kstar_IP_OWNPV.png b/Kstarmumu_Run2/MC_check/images/Kstar_IP_OWNPV.png new file mode 100644 index 0000000..3caceb5 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Kstar_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Kstar_IP_OWNPVJ.png b/Kstarmumu_Run2/MC_check/images/Kstar_IP_OWNPVJ.png new file mode 100644 index 0000000..a25e59e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Kstar_IP_OWNPVJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Kstar_M.png b/Kstarmumu_Run2/MC_check/images/Kstar_M.png new file mode 100644 index 0000000..2686162 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Kstar_M.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Kstar_MJ.png b/Kstarmumu_Run2/MC_check/images/Kstar_MJ.png new file mode 100644 index 0000000..8f30b24 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Kstar_MJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Kstar_P.png b/Kstarmumu_Run2/MC_check/images/Kstar_P.png new file mode 100644 index 0000000..553be4e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Kstar_P.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Kstar_PJ.png b/Kstarmumu_Run2/MC_check/images/Kstar_PJ.png new file mode 100644 index 0000000..5325568 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Kstar_PJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Kstar_PT.png b/Kstarmumu_Run2/MC_check/images/Kstar_PT.png new file mode 100644 index 0000000..639a6d1 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Kstar_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Kstar_PTJ.png b/Kstarmumu_Run2/MC_check/images/Kstar_PTJ.png new file mode 100644 index 0000000..c2d524a --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Kstar_PTJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/MagDown_2011_slices.pdf b/Kstarmumu_Run2/MC_check/images/MagDown_2011_slices.pdf new file mode 100644 index 0000000..394ed63 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/MagDown_2011_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MC_check/images/Pi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..de79226 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MC_check/images/Pi_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..ec77e40 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_IP_OWNPV.png b/Kstarmumu_Run2/MC_check/images/Pi_IP_OWNPV.png new file mode 100644 index 0000000..c14ef69 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_IP_OWNPVlog.png b/Kstarmumu_Run2/MC_check/images/Pi_IP_OWNPVlog.png new file mode 100644 index 0000000..47c7a14 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..83328a7 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..6097b2d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..2fba00a --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..a0f09e2 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..eeea066 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..aec0179 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..6772ee6 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..b87002a --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..8689c04 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..ea6f500 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..ecb007c --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..34262fc --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c853d3b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_P.png b/Kstarmumu_Run2/MC_check/images/Pi_P.png new file mode 100644 index 0000000..7f4783f --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_P.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_PIDK.png b/Kstarmumu_Run2/MC_check/images/Pi_PIDK.png new file mode 100644 index 0000000..94e91a8 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_PIDKlog.png b/Kstarmumu_Run2/MC_check/images/Pi_PIDKlog.png new file mode 100644 index 0000000..d192507 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_PIDp.png b/Kstarmumu_Run2/MC_check/images/Pi_PIDp.png new file mode 100644 index 0000000..702182e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_PIDplog.png b/Kstarmumu_Run2/MC_check/images/Pi_PIDplog.png new file mode 100644 index 0000000..f859eb6 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_PT.png b/Kstarmumu_Run2/MC_check/images/Pi_PT.png new file mode 100644 index 0000000..5aafe12 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_PTlog.png b/Kstarmumu_Run2/MC_check/images/Pi_PTlog.png new file mode 100644 index 0000000..1fb4b32 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Pi_Plog.png b/Kstarmumu_Run2/MC_check/images/Pi_Plog.png new file mode 100644 index 0000000..b9af5ac --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Pi_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/ST_logo.gif b/Kstarmumu_Run2/MC_check/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/ST_logo.gif Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/ST_logo.png b/Kstarmumu_Run2/MC_check/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/ST_logo.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/ST_logosmall.gif b/Kstarmumu_Run2/MC_check/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/ST_logosmall.gif Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Z_rich_18.jpg b/Kstarmumu_Run2/MC_check/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Z_rich_18.jpg Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Z_rich_24.jpg b/Kstarmumu_Run2/MC_check/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Z_rich_24.jpg Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/Z_rich_30.jpg b/Kstarmumu_Run2/MC_check/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/Z_rich_30.jpg Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle/costhetak.png b/Kstarmumu_Run2/MC_check/images/angle/costhetak.png new file mode 100644 index 0000000..718d06e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle/costhetakn.png b/Kstarmumu_Run2/MC_check/images/angle/costhetakn.png new file mode 100644 index 0000000..2c1a11b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle/costhetal.png b/Kstarmumu_Run2/MC_check/images/angle/costhetal.png new file mode 100644 index 0000000..c04de76 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle/costhetaln.png b/Kstarmumu_Run2/MC_check/images/angle/costhetaln.png new file mode 100644 index 0000000..f66debd --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle/phi.png b/Kstarmumu_Run2/MC_check/images/angle/phi.png new file mode 100644 index 0000000..7c6bda0 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle/phi.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle/phin.png b/Kstarmumu_Run2/MC_check/images/angle/phin.png new file mode 100644 index 0000000..79a8ff3 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle/phin.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle/q2.png b/Kstarmumu_Run2/MC_check/images/angle/q2.png new file mode 100644 index 0000000..9c2b6ce --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle/q2n.png b/Kstarmumu_Run2/MC_check/images/angle/q2n.png new file mode 100644 index 0000000..a40e906 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle2/costhetak.png b/Kstarmumu_Run2/MC_check/images/angle2/costhetak.png new file mode 100644 index 0000000..d43ed9d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle2/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle2/costhetakn.png b/Kstarmumu_Run2/MC_check/images/angle2/costhetakn.png new file mode 100644 index 0000000..95179d3 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle2/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle2/costhetal.png b/Kstarmumu_Run2/MC_check/images/angle2/costhetal.png new file mode 100644 index 0000000..f28b75b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle2/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle2/costhetaln.png b/Kstarmumu_Run2/MC_check/images/angle2/costhetaln.png new file mode 100644 index 0000000..850caae --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle2/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle2/phi.png b/Kstarmumu_Run2/MC_check/images/angle2/phi.png new file mode 100644 index 0000000..3d534c0 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle2/phi.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle2/phin.png b/Kstarmumu_Run2/MC_check/images/angle2/phin.png new file mode 100644 index 0000000..c408f8b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle2/phin.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle2/q2.png b/Kstarmumu_Run2/MC_check/images/angle2/q2.png new file mode 100644 index 0000000..36b9645 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle2/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle2/q2n.png b/Kstarmumu_Run2/MC_check/images/angle2/q2n.png new file mode 100644 index 0000000..6b474c5 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle2/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle3/costhetak.png b/Kstarmumu_Run2/MC_check/images/angle3/costhetak.png new file mode 100644 index 0000000..e9e1c7d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle3/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle3/costhetakn.png b/Kstarmumu_Run2/MC_check/images/angle3/costhetakn.png new file mode 100644 index 0000000..9346d34 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle3/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle3/costhetal.png b/Kstarmumu_Run2/MC_check/images/angle3/costhetal.png new file mode 100644 index 0000000..4a67f7f --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle3/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle3/costhetaln.png b/Kstarmumu_Run2/MC_check/images/angle3/costhetaln.png new file mode 100644 index 0000000..95bdeed --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle3/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle3/phi.png b/Kstarmumu_Run2/MC_check/images/angle3/phi.png new file mode 100644 index 0000000..b34f3d9 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle3/phi.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle3/phin.png b/Kstarmumu_Run2/MC_check/images/angle3/phin.png new file mode 100644 index 0000000..1a8d15d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle3/phin.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle3/q2.png b/Kstarmumu_Run2/MC_check/images/angle3/q2.png new file mode 100644 index 0000000..659e6ff --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle3/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle3/q2n.png b/Kstarmumu_Run2/MC_check/images/angle3/q2n.png new file mode 100644 index 0000000..84bf95c --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle3/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle4/costhetak.png b/Kstarmumu_Run2/MC_check/images/angle4/costhetak.png new file mode 100644 index 0000000..6136b2d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle4/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle4/costhetakn.png b/Kstarmumu_Run2/MC_check/images/angle4/costhetakn.png new file mode 100644 index 0000000..ca4ed48 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle4/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle4/costhetal.png b/Kstarmumu_Run2/MC_check/images/angle4/costhetal.png new file mode 100644 index 0000000..67680ba --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle4/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle4/costhetaln.png b/Kstarmumu_Run2/MC_check/images/angle4/costhetaln.png new file mode 100644 index 0000000..1ecc818 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle4/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle4/phi.png b/Kstarmumu_Run2/MC_check/images/angle4/phi.png new file mode 100644 index 0000000..583e8d4 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle4/phi.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle4/phin.png b/Kstarmumu_Run2/MC_check/images/angle4/phin.png new file mode 100644 index 0000000..0b8f938 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle4/phin.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle4/q2.png b/Kstarmumu_Run2/MC_check/images/angle4/q2.png new file mode 100644 index 0000000..53f122b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle4/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/angle4/q2n.png b/Kstarmumu_Run2/MC_check/images/angle4/q2n.png new file mode 100644 index 0000000..303a30c --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/angle4/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/bubble2.jpg b/Kstarmumu_Run2/MC_check/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/bubble2.jpg Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetak.png b/Kstarmumu_Run2/MC_check/images/costhetak.png new file mode 100644 index 0000000..970ce73 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetakJ.png b/Kstarmumu_Run2/MC_check/images/costhetakJ.png new file mode 100644 index 0000000..aaa3bd1 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetakJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetak_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/costhetak_LODiMuon.png new file mode 100644 index 0000000..56f2ec0 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetak_LOMuon.png b/Kstarmumu_Run2/MC_check/images/costhetak_LOMuon.png new file mode 100644 index 0000000..f37fc36 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetak_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetak_phi_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/costhetak_phi_LODiMuon.png new file mode 100644 index 0000000..8bd7676 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetak_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetak_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/costhetak_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..fe60377 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetak_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetak_q2_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/costhetak_q2_LODiMuon.png new file mode 100644 index 0000000..a869c18 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetak_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetak_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/costhetak_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..84d7ccf --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetak_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetal.png b/Kstarmumu_Run2/MC_check/images/costhetal.png new file mode 100644 index 0000000..544ed79 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetalJ.png b/Kstarmumu_Run2/MC_check/images/costhetalJ.png new file mode 100644 index 0000000..dd67e7e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetalJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetal_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/costhetal_LODiMuon.png new file mode 100644 index 0000000..43d8a3c --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetal_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetal_LOMuon.png b/Kstarmumu_Run2/MC_check/images/costhetal_LOMuon.png new file mode 100644 index 0000000..c7b4390 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetal_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetal_costhetak_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/costhetal_costhetak_LODiMuon.png new file mode 100644 index 0000000..735025b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetal_costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetal_costhetak_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/costhetal_costhetak_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..982e942 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetal_costhetak_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetal_phi_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/costhetal_phi_LODiMuon.png new file mode 100644 index 0000000..e8fc911 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetal_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetal_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/costhetal_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..9140621 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetal_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetal_q2_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/costhetal_q2_LODiMuon.png new file mode 100644 index 0000000..e08bc7a --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetal_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/costhetal_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/costhetal_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..89bb80a --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/costhetal_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/d.png b/Kstarmumu_Run2/MC_check/images/d.png new file mode 100644 index 0000000..4cb7f24 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/d.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/derotate.sh b/Kstarmumu_Run2/MC_check/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/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/Kstarmumu_Run2/MC_check/images/dirac.png b/Kstarmumu_Run2/MC_check/images/dirac.png new file mode 100644 index 0000000..6757d18 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/dirac.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/distr_pipt.pdf b/Kstarmumu_Run2/MC_check/images/distr_pipt.pdf new file mode 100644 index 0000000..83f1be7 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/distr_pipt.pdf Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/effPsi2S.png b/Kstarmumu_Run2/MC_check/images/effPsi2S.png new file mode 100644 index 0000000..e683700 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/effPsi2S.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/effPsi2S2.png b/Kstarmumu_Run2/MC_check/images/effPsi2S2.png new file mode 100644 index 0000000..7ac4da9 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/effPsi2S2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/effjpsi.png b/Kstarmumu_Run2/MC_check/images/effjpsi.png new file mode 100644 index 0000000..91b8004 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/effjpsi.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/effjpsi2.png b/Kstarmumu_Run2/MC_check/images/effjpsi2.png new file mode 100644 index 0000000..cb10c68 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/effjpsi2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/espen1.png b/Kstarmumu_Run2/MC_check/images/espen1.png new file mode 100644 index 0000000..1cf559b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/espen1.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/espen2.png b/Kstarmumu_Run2/MC_check/images/espen2.png new file mode 100644 index 0000000..ed9a9b8 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/espen2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/espen3.png b/Kstarmumu_Run2/MC_check/images/espen3.png new file mode 100644 index 0000000..419cc5f --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/espen3.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/getFromAFS.sh b/Kstarmumu_Run2/MC_check/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Kstarmumu_Run2/MC_check/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/Kstarmumu_Run2/MC_check/images/index.png b/Kstarmumu_Run2/MC_check/images/index.png new file mode 100644 index 0000000..f51cd9d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/index.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/lhcb-logo-bad.pdf b/Kstarmumu_Run2/MC_check/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/lhcb-logo.pdf b/Kstarmumu_Run2/MC_check/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/lhcb-logo.pdf Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/lhcb-logo.svg b/Kstarmumu_Run2/MC_check/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MC_check/images/mu_minus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6c822cc --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MC_check/images/mu_minus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..0d830e1 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_IP_OWNPV.png b/Kstarmumu_Run2/MC_check/images/mu_minus_IP_OWNPV.png new file mode 100644 index 0000000..d983d8e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_IP_OWNPVlog.png b/Kstarmumu_Run2/MC_check/images/mu_minus_IP_OWNPVlog.png new file mode 100644 index 0000000..d76333f --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..77f097f --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..61e3129 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..2feab6a --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..fa22e3c --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ec52412 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..387bf17 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..90a18a3 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..7b4862b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_P.png b/Kstarmumu_Run2/MC_check/images/mu_minus_P.png new file mode 100644 index 0000000..2509154 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_P.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_PT.png b/Kstarmumu_Run2/MC_check/images/mu_minus_PT.png new file mode 100644 index 0000000..c8ed4ee --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_PTlog.png b/Kstarmumu_Run2/MC_check/images/mu_minus_PTlog.png new file mode 100644 index 0000000..13765e1 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_minus_Plog.png b/Kstarmumu_Run2/MC_check/images/mu_minus_Plog.png new file mode 100644 index 0000000..2bab524 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_minus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_plus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MC_check/images/mu_plus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..c7f94ad --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_plus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_plus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MC_check/images/mu_plus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..8182f07 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_plus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_plus_IP_OWNPV.png b/Kstarmumu_Run2/MC_check/images/mu_plus_IP_OWNPV.png new file mode 100644 index 0000000..bad8cc1 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_plus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_plus_IP_OWNPVlog.png b/Kstarmumu_Run2/MC_check/images/mu_plus_IP_OWNPVlog.png new file mode 100644 index 0000000..4919b77 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_plus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..2fe5ef8 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..f7d7a3d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..3a4e241 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..746cf78 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..e92b494 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_plus_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_plus_P.png b/Kstarmumu_Run2/MC_check/images/mu_plus_P.png new file mode 100644 index 0000000..b1121bb --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_plus_P.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_plus_PT.png b/Kstarmumu_Run2/MC_check/images/mu_plus_PT.png new file mode 100644 index 0000000..bb58f05 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_plus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_plus_PTlog.png b/Kstarmumu_Run2/MC_check/images/mu_plus_PTlog.png new file mode 100644 index 0000000..a237294 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_plus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/mu_plus_Plog.png b/Kstarmumu_Run2/MC_check/images/mu_plus_Plog.png new file mode 100644 index 0000000..46170cc --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/mu_plus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/nTracks.png b/Kstarmumu_Run2/MC_check/images/nTracks.png new file mode 100644 index 0000000..61f8248 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/nTracks.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/nTracksJ.png b/Kstarmumu_Run2/MC_check/images/nTracksJ.png new file mode 100644 index 0000000..87c3619 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/nTracksJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/nTrackslog.png b/Kstarmumu_Run2/MC_check/images/nTrackslog.png new file mode 100644 index 0000000..df17a6b --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/nTrackslog.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/nTracksw.png b/Kstarmumu_Run2/MC_check/images/nTracksw.png new file mode 100644 index 0000000..3503e19 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/nTracksw.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/nVeloClusters.png b/Kstarmumu_Run2/MC_check/images/nVeloClusters.png new file mode 100644 index 0000000..f01bff3 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/nVeloClusters.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/nVeloClustersJ.png b/Kstarmumu_Run2/MC_check/images/nVeloClustersJ.png new file mode 100644 index 0000000..2ca2cb1 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/nVeloClustersJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/nVeloClusters_DATA.png b/Kstarmumu_Run2/MC_check/images/nVeloClusters_DATA.png new file mode 100644 index 0000000..3b9e4e8 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/nVeloClusters_DATA.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/nVeloClusters_MC.png b/Kstarmumu_Run2/MC_check/images/nVeloClusters_MC.png new file mode 100644 index 0000000..a039481 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/nVeloClusters_MC.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/nVeloTracks.png b/Kstarmumu_Run2/MC_check/images/nVeloTracks.png new file mode 100644 index 0000000..3902061 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/nVeloTracks.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/nVeloTracksJ.png b/Kstarmumu_Run2/MC_check/images/nVeloTracksJ.png new file mode 100644 index 0000000..e02c3d5 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/nVeloTracksJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/nVeloTracks_DATA.png b/Kstarmumu_Run2/MC_check/images/nVeloTracks_DATA.png new file mode 100644 index 0000000..d145b1e --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/nVeloTracks_DATA.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/nVeloTracks_MC.png b/Kstarmumu_Run2/MC_check/images/nVeloTracks_MC.png new file mode 100644 index 0000000..782cb16 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/nVeloTracks_MC.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/phi.png b/Kstarmumu_Run2/MC_check/images/phi.png new file mode 100644 index 0000000..b3a3f44 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/phi.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/phiJ.png b/Kstarmumu_Run2/MC_check/images/phiJ.png new file mode 100644 index 0000000..b0974b9 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/phiJ.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/phi_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/phi_LODiMuon.png new file mode 100644 index 0000000..6b63588 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/phi_LOMuon.png b/Kstarmumu_Run2/MC_check/images/phi_LOMuon.png new file mode 100644 index 0000000..e77a3bd --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/phi_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/phi_q2_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/phi_q2_LODiMuon.png new file mode 100644 index 0000000..86a3741 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/phi_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/phi_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/phi_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..c170879 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/phi_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/q2.png b/Kstarmumu_Run2/MC_check/images/q2.png new file mode 100644 index 0000000..560f774 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/q2J.png b/Kstarmumu_Run2/MC_check/images/q2J.png new file mode 100644 index 0000000..405db43 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/q2J.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/q2PHSP.png b/Kstarmumu_Run2/MC_check/images/q2PHSP.png new file mode 100644 index 0000000..204a9c7 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/q2PHSP.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/q2_LODiMuon.png b/Kstarmumu_Run2/MC_check/images/q2_LODiMuon.png new file mode 100644 index 0000000..8f0ed59 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/q2_LOMuon.png b/Kstarmumu_Run2/MC_check/images/q2_LOMuon.png new file mode 100644 index 0000000..4bfb732 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/q2_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/q2d.pdf b/Kstarmumu_Run2/MC_check/images/q2d.pdf new file mode 100644 index 0000000..048d357 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/q2d.pdf Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/roc.png b/Kstarmumu_Run2/MC_check/images/roc.png new file mode 100644 index 0000000..4adacae --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/roc.png Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/uzh-transp.pdf b/Kstarmumu_Run2/MC_check/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/uzh-transp.pdf Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/uzh.pdf b/Kstarmumu_Run2/MC_check/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/uzh.pdf Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/uzh_logo_e_pos.eps b/Kstarmumu_Run2/MC_check/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Kstarmumu_Run2/MC_check/images/uzh_logo_e_pos_gross.tif b/Kstarmumu_Run2/MC_check/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Kstarmumu_Run2/MC_check/mchrzasz+mp.sh b/Kstarmumu_Run2/MC_check/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Kstarmumu_Run2/MC_check/mchrzasz-blx.bib b/Kstarmumu_Run2/MC_check/mchrzasz-blx.bib new file mode 100644 index 0000000..fa04f16 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/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/Kstarmumu_Run2/MC_check/mchrzasz.aux b/Kstarmumu_Run2/MC_check/mchrzasz.aux new file mode 100644 index 0000000..afde847 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/mchrzasz.aux @@ -0,0 +1,126 @@ +\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} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\pgfsyspdfmark {pgfid9}{0}{0} +\pgfsyspdfmark {pgfid10}{0}{0} +\HyPL@Entry{3<>} +\pgfsyspdfmark {pgfid11}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\pgfsyspdfmark {pgfid12}{0}{0} +\pgfsyspdfmark {pgfid13}{0}{0} +\HyPL@Entry{4<>} +\pgfsyspdfmark {pgfid14}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{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}{6}{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}{7}{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}{8}{8/8}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {8}{8}}} +\pgfsyspdfmark {pgfid24}{0}{0} +\pgfsyspdfmark {pgfid25}{0}{0} +\HyPL@Entry{8<>} +\pgfsyspdfmark {pgfid31}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}} +\pgfsyspdfmark {pgfid32}{0}{0} +\pgfsyspdfmark {pgfid33}{0}{0} +\HyPL@Entry{9<>} +\pgfsyspdfmark {pgfid34}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}} +\pgfsyspdfmark {pgfid35}{0}{0} +\pgfsyspdfmark {pgfid36}{0}{0} +\HyPL@Entry{10<>} +\pgfsyspdfmark {pgfid37}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{11}{11/11}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {11}{11}}} +\pgfsyspdfmark {pgfid38}{0}{0} +\pgfsyspdfmark {pgfid39}{0}{0} +\HyPL@Entry{11<>} +\pgfsyspdfmark {pgfid40}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{12/12}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}} +\pgfsyspdfmark {pgfid41}{0}{0} +\pgfsyspdfmark {pgfid42}{0}{0} +\HyPL@Entry{12<>} +\pgfsyspdfmark {pgfid43}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{13}{13/13}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}} +\pgfsyspdfmark {pgfid44}{0}{0} +\pgfsyspdfmark {pgfid45}{0}{0} +\HyPL@Entry{13<>} +\pgfsyspdfmark {pgfid46}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{14}{14/14}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}} +\pgfsyspdfmark {pgfid47}{0}{0} +\pgfsyspdfmark {pgfid48}{0}{0} +\HyPL@Entry{14<>} +\pgfsyspdfmark {pgfid50}{23867907}{17900937} +\pgfsyspdfmark {pgfid49}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{15}{15/15}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {15}{15}}} +\pgfsyspdfmark {pgfid51}{0}{0} +\pgfsyspdfmark {pgfid52}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{15}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{15}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{15}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {15}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {14}}} diff --git a/Kstarmumu_Run2/MC_check/mchrzasz.log b/Kstarmumu_Run2/MC_check/mchrzasz.log new file mode 100644 index 0000000..48ba0fe --- /dev/null +++ b/Kstarmumu_Run2/MC_check/mchrzasz.log @@ -0,0 +1,2784 @@ +This is XeTeX, Version 3.14159265-2.6-0.99992 (TeX Live 2015/Debian) (preloaded format=xelatex 2017.1.21) 11 APR 2017 15:21 +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/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) + + +(/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. +))) +(./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 204. +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 210. + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@itcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@slcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@sfcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@upcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@itcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@slcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@sfcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@upcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@itcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@slcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@sfcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@upcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@itcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@slcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@sfcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@upcode' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 210. + +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 210. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 210. + + (/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 210. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 210. +LaTeX Font Info: Try loading font information for T3+cmr on input line 210. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 210. + +*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 210. + +(/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 210. +LaTeX Info: Redefining \pageref on input line 210. +LaTeX Info: Redefining \nameref on input line 210. + +(./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 210. + +*** 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 210. +Package biblatex Info: Reference segment=0 on input line 210. +(./mchrzasz.nav) +LaTeX Font Info: Try loading font information for OML+plm on input line 210. + + (/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 210 +. + +(/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 210 +. + +(/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) <6> on input line 210. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 210. +LaTeX Font Info: Try loading font information for U+msa on input line 210. + +(/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 210. + +(/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 210. + +(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ursfs.fd +File: ursfs.fd 1998/03/24 rsfs font definition file (jk) +) +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 210. +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 210. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10> on input line 210. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 210. +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 210. +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 210. +\c__siunitx_mathsf_int=\count436 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 210. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 210. +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 210. +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 210. +\c__siunitx_mathtt_int=\count437 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 210 +. + +(/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) +) +File: images/lhcb-logo.pdf Graphic file (type QTm) + + +File: images/uzh-transp.pdf Graphic file (type QTm) + +LaTeX Font Info: Try loading font information for OT1+GilliusADF(0) on input + line 252. +LaTeX Font Info: No file OT1GilliusADF(0).fd. on input line 252. + + +LaTeX Font Warning: Font shape `OT1/GilliusADF(0)/m/n' undefined +(Font) using `OT1/cmr/m/n' instead on input line 252. + +File: images/bubble2.jpg Graphic file (type QTm) + +Overfull \vbox (9.8195pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 252. + +[1 + +] +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 274 +. + (/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/BG_lower.png Graphic file (type QTm) + + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 274. + +[2 + +] +File: images/costhetak.png Graphic file (type QTm) + +File: images/costhetal.png Graphic file (type QTm) + +File: images/q2.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 [] + +LaTeX Info: Redefining \HepProcess on input line 298. + +[3 + +] +File: images/Kstar_M.png Graphic file (type QTm) + +File: images/B0_M.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 [] + +LaTeX Info: Redefining \HepProcess on input line 315. + +[4 + +] +File: images/B0_DiraCos.png Graphic file (type QTm) + +File: images/B0_ENDVERTEX_CHI2.png Graphic file (type QTm) + +File: images/B0_IP_OWNPV.png Graphic file (type QTm) + + +File: images/B0_IPCHI2_OWNPV.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 [] + +LaTeX Info: Redefining \HepProcess on input line 337. + +[5 + +] +File: images/B0_FDCHI2_OWNPV.png Graphic file (type QTm) + +File: images/B0_FD_OWNPV.png Graphic file (type QTm) + +File: images/B0_P.png Graphic file (type QTm) + + +File: images/B0_PT.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 [] + +LaTeX Info: Redefining \HepProcess on input line 360. + +[6 + +] +File: images/J_psi_IPCHI2_OWNPV.png Graphic file (type QTm) + +File: images/J_psi_IP_OWNPV.png Graphic file (type QTm) + + +File: images/Kstar_IP_OWNPV.png Graphic file (type QTm) + +File: images/Kstar_IPCHI2_OWNPV.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 [] + +LaTeX Info: Redefining \HepProcess on input line 383. + +[7 + +] +File: images/nTracks.png Graphic file (type QTm) + +File: images/nVeloClusters.png Graphic file (type QTm) + +File: images/nVeloTracks.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 [] + +LaTeX Info: Redefining \HepProcess on input line 408. + +[8 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 428. + +[9 + +] +File: images/B0_DiraCosJ.png Graphic file (type QTm) + +File: images/B0_ENDVERTEX_CHI2J.png Graphic file (type QTm) + +File: images/B0_IP_OWNPVJ.png Graphic file (type QTm) + + +File: images/B0_IPCHI2_OWNPVJ.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 [] + +LaTeX Info: Redefining \HepProcess on input line 451. + +[10 + +] +File: images/B0_FDCHI2_OWNPVJ.png Graphic file (type QTm) + +File: images/B0_FD_OWNPVJ.png Graphic file (type QTm) + +File: images/B0_PJ.png Graphic file (type QTm) + + +File: images/B0_PTJ.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 [] + +LaTeX Info: Redefining \HepProcess on input line 474. + +[11 + +] +File: images/J_psi_IPCHI2_OWNPVJ.png Graphic file (type QTm) + +File: images/J_psi_IP_OWNPVJ.png Graphic file (type QTm) + + +File: images/Kstar_IP_OWNPVJ.png Graphic file (type QTm) + +File: images/Kstar_IPCHI2_OWNPVJ.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 [] + +LaTeX Info: Redefining \HepProcess on input line 497. + +[12 + +] +File: images/nTracksJ.png Graphic file (type QTm) + +File: images/nVeloClustersJ.png Graphic file (type QTm) + +File: images/nVeloTracksJ.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 [] + +LaTeX Info: Redefining \HepProcess on input line 523. + +[13 + +] +File: images/nVeloTracks_MC.png Graphic file (type QTm) + +File: images/nVeloTracks_DATA.png Graphic file (type QTm) + +File: images/nVeloClusters_MC.png Graphic file (type QTm) + + +File: images/nVeloClusters_DATA.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 [] + +LaTeX Info: Redefining \HepProcess on input line 533. + +[14 + +] +\c@framenumberappendix=\count438 +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 548. + +[15 + +] +\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 552. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 552. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 552. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 552. + + +LaTeX Font Warning: Some font shapes were not available, defaults substituted. + +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 552. + ) +(\end occurred when \iftrue on line 210 was incomplete) +Here is how much of TeX's memory you used: + 51316 strings out of 493638 + 1020676 string characters out of 6146796 + 1305414 words of memory out of 5000000 + 53696 multiletter control sequences out of 15000+600000 + 29932 words of font info for 120 fonts, out of 8000000 for 9000 + 1328 hyphenation exceptions out of 8191 + 71i,18n,86p,10443b,1477s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (15 pages). diff --git a/Kstarmumu_Run2/MC_check/mchrzasz.nav b/Kstarmumu_Run2/MC_check/mchrzasz.nav new file mode 100644 index 0000000..6140b45 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/mchrzasz.nav @@ -0,0 +1,37 @@ +\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/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}} +\headcommand {\beamer@framepages {6}{6}} +\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}} +\headcommand {\beamer@framepages {7}{7}} +\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}} +\headcommand {\beamer@framepages {8}{8}} +\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}} +\headcommand {\beamer@framepages {10}{10}} +\headcommand {\slideentry {0}{0}{11}{11/11}{}{0}} +\headcommand {\beamer@framepages {11}{11}} +\headcommand {\slideentry {0}{0}{12}{12/12}{}{0}} +\headcommand {\beamer@framepages {12}{12}} +\headcommand {\slideentry {0}{0}{13}{13/13}{}{0}} +\headcommand {\beamer@framepages {13}{13}} +\headcommand {\slideentry {0}{0}{14}{14/14}{}{0}} +\headcommand {\beamer@framepages {14}{14}} +\headcommand {\slideentry {0}{0}{15}{15/15}{}{0}} +\headcommand {\beamer@framepages {15}{15}} +\headcommand {\beamer@partpages {1}{15}} +\headcommand {\beamer@subsectionpages {1}{15}} +\headcommand {\beamer@sectionpages {1}{15}} +\headcommand {\beamer@documentpages {15}} +\headcommand {\def \inserttotalframenumber {14}} diff --git a/Kstarmumu_Run2/MC_check/mchrzasz.out b/Kstarmumu_Run2/MC_check/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/mchrzasz.out diff --git a/Kstarmumu_Run2/MC_check/mchrzasz.pdf b/Kstarmumu_Run2/MC_check/mchrzasz.pdf new file mode 100644 index 0000000..662524c --- /dev/null +++ b/Kstarmumu_Run2/MC_check/mchrzasz.pdf Binary files differ diff --git a/Kstarmumu_Run2/MC_check/mchrzasz.run.xml b/Kstarmumu_Run2/MC_check/mchrzasz.run.xml new file mode 100644 index 0000000..4d0e3ba --- /dev/null +++ b/Kstarmumu_Run2/MC_check/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/Kstarmumu_Run2/MC_check/mchrzasz.snm b/Kstarmumu_Run2/MC_check/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/mchrzasz.snm diff --git a/Kstarmumu_Run2/MC_check/mchrzasz.synctex.gz b/Kstarmumu_Run2/MC_check/mchrzasz.synctex.gz new file mode 100644 index 0000000..084f222 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/mchrzasz.synctex.gz Binary files differ diff --git a/Kstarmumu_Run2/MC_check/mchrzasz.tex b/Kstarmumu_Run2/MC_check/mchrzasz.tex new file mode 100644 index 0000000..7a91d83 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/mchrzasz.tex @@ -0,0 +1,552 @@ +\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} +\usepackage{hepparticles} +% 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{\im}{\rm{Im}} +\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{{\rm Br}} + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} + +\author{ {M.Chrzaszcz~A.Mauri~R.Coutinho} (UZH)} +\institute{UZH} +\title[$\PBzero \to \PKstar \Pmuon \APmuon$ Update]{$\PBzero \to \PKstar \Pmuon \APmuon$ Update} +\date{30 January 2017} + + +\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.75\textwidth} + \flushright\bfseries \Huge {MC validation} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.23\textwidth} + % \hspace*{-1.cm} + \vspace*{-3mm} + \includegraphics[width=0.6\textwidth]{lhcb-logo} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-1.8em} { \large Marcin Chrzaszcz\\\vspace{-0.1em} \large Andrea Mauri\\\vspace{-0.1em} \large Rafael Silva Coutinho\\\vspace{-0.1em} } + +\end{column} +\begin{column}{0.53\textwidth} +\includegraphics[height=1.3cm]{uzh-transp} +\end{column} +\end{columns} +\vspace{0.2em} + +\vspace{1em} + +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{$\PBzero \to \PKstar \Pmuon \APmuon$ meeting, CERN\\April 11, 2017} +\end{center} +\end{frame} +} + + + + + + + + +\begin{frame}\frametitle{Intro} + +\ARROW We have been ask by Vladimir to check our Filtered production.\\ +\ARROW So here is what we did: +\begin{itemize} +\item Run over the stripping on both of them. +\item Truth-match: \texttt{B0\_BKGCAT==10} +\item Reweigh both Run1 and Run2 to be flat in $q^2$. +\item Compare ;) +\end{itemize} + + +\end{frame} + + + + +\begin{frame}\frametitle{Angles} +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/costhetak.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/costhetal.png} + +\end{columns} +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/q2.png} + +\column{0.5\textwidth} +\ARROW Angles are oki doki.\\ +\ARROW $\cos \theta_l$ is a tinny bit getter. +\end{columns} + + +\end{frame} + + +\begin{frame}\frametitle{RunX invariants} +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/Kstar_M.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_M.png} + +\end{columns} + +\ARROW Masses are tiny shifted.\\ +\ARROW Overall oki-doki. + + +\end{frame} + +\begin{frame}\frametitle{Kinematics} +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_DiraCos.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_ENDVERTEX_CHI2.png} + +\end{columns} + +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_IP_OWNPV.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_IPCHI2_OWNPV.png} + +\end{columns} + + +\end{frame} + + +\begin{frame}\frametitle{Kinematics} +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_FDCHI2_OWNPV.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_FD_OWNPV.png} + +\end{columns} + +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_P.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_PT.png} + +\end{columns} + + +\end{frame} + + +\begin{frame}\frametitle{Kinematics} +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/J_psi_IPCHI2_OWNPV.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/J_psi_IP_OWNPV.png} + +\end{columns} + +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/Kstar_IP_OWNPV.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/Kstar_IPCHI2_OWNPV.png} + +\end{columns} + + +\end{frame} + + +\begin{frame}\frametitle{Global events} +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/nTracks.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/nVeloClusters.png} + +\end{columns} + +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/nVeloTracks.png} + +\column{0.5\textwidth} +\ARROW So there are differences in both kinematics and global events.\\ +\ARROW Naively I would expect this differences to be there. + + +\end{columns} + + +\end{frame} + + +\begin{frame}\frametitle{Let's sum up what we know} + +\ARROW The angular efficiencies are essentially the same.\\ +\ARROW Invariantes are ok.\\ +\ARROW All the ntupling looks oki doki.\\ +\ARROWR There are differences in the kinematics and global events quantities.\\ +\ARROWR One would naively expect them to be there.\\ +\ARROWR To be sure nothing is slipping our mind I have added to comparison $\PB \to \PKstar \PJpsi$ Run1 and Run2.\\ +\begin{alertblock}{Reminder:} +The MC $\PB \to \PKstar \PJpsi$ for both Run1 and Run2 is non filtered. So if filtering is causing any problem we should see it there. +\end{alertblock} + +\begin{exampleblock}{} +\ARROWR In the following plots the $\PB \to \PKstar \PJpsi$ is added without any reweighing to make it flat in $q^2$. +\end{exampleblock} + + +\end{frame} + + +\begin{frame}\frametitle{Kinematics} +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_DiraCosJ.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_ENDVERTEX_CHI2J.png} + +\end{columns} + +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_IP_OWNPVJ.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_IPCHI2_OWNPVJ.png} + +\end{columns} + + +\end{frame} + + +\begin{frame}\frametitle{Kinematics} +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_FDCHI2_OWNPVJ.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_FD_OWNPVJ.png} + +\end{columns} + +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_PJ.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/B0_PTJ.png} + +\end{columns} + + +\end{frame} + + +\begin{frame}\frametitle{Kinematics} +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/J_psi_IPCHI2_OWNPVJ.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/J_psi_IP_OWNPVJ.png} + +\end{columns} + +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/Kstar_IP_OWNPVJ.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/Kstar_IPCHI2_OWNPVJ.png} + +\end{columns} + + +\end{frame} + + +\begin{frame}\frametitle{Global events} +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/nTracksJ.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/nVeloClustersJ.png} + +\end{columns} + +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/nVeloTracksJ.png} + +\column{0.5\textwidth} +\ARROW Everything looks ok with the filtering.\\ +\ARROW If you have more x-checks let me know.\\ +\ARROW Thing to think about: Move the rest of the production to LDST. + + +\end{columns} + + +\end{frame} + +\begin{frame}\frametitle{Brain storm?, credit to Andrea} + +\includegraphics[width=0.45\textwidth]{images/nVeloTracks_MC.png} +\includegraphics[width=0.45\textwidth]{images/nVeloTracks_DATA.png}\\ + +\includegraphics[width=0.45\textwidth]{images/nVeloClusters_MC.png} +\includegraphics[width=0.45\textwidth]{images/nVeloClusters_DATA.png}\\ + +\end{frame} + + + + + + + + + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/Kstarmumu_Run2/MC_check/mchrzasz.toc b/Kstarmumu_Run2/MC_check/mchrzasz.toc new file mode 100644 index 0000000..baf3b21 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/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/Kstarmumu_Run2/MC_check/tikzfeynman.sty b/Kstarmumu_Run2/MC_check/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/Kstarmumu_Run2/MC_check/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}, +} + diff --git a/Kstarmumu_Run2/MassCalib.tar.gz b/Kstarmumu_Run2/MassCalib.tar.gz new file mode 100644 index 0000000..c4ec82b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib.tar.gz Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/Makefile b/Kstarmumu_Run2/MassCalib/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/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/Kstarmumu_Run2/MassCalib/bdt.pdf b/Kstarmumu_Run2/MassCalib/bdt.pdf new file mode 100644 index 0000000..a888c91 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/bdt.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/beamercolorthemeFlip.sty b/Kstarmumu_Run2/MassCalib/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/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/Kstarmumu_Run2/MassCalib/beamerinnerthemeFlip.sty b/Kstarmumu_Run2/MassCalib/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/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/Kstarmumu_Run2/MassCalib/beamerouterthemeFlip.sty b/Kstarmumu_Run2/MassCalib/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/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/Kstarmumu_Run2/MassCalib/beamerouterthemedecolines.sty b/Kstarmumu_Run2/MassCalib/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/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/Kstarmumu_Run2/MassCalib/beamerthemeFlip.sty b/Kstarmumu_Run2/MassCalib/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/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/Kstarmumu_Run2/MassCalib/images/.DS_Store b/Kstarmumu_Run2/MassCalib/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/.DS_Store Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_BsMassCut_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_BsMassCut_Pwave_Rez.png new file mode 100644 index 0000000..c9e4ed8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_BsMassCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_BsMassCut_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_BsMassCut_Pwave_fullq2.png new file mode 100644 index 0000000..356af2e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_BsMassCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_BsMassCut_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_BsMassCut_SPDwave_Rez.png new file mode 100644 index 0000000..678d54d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_BsMassCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_BsMassCut_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_BsMassCut_SPDwave_fullq2.png new file mode 100644 index 0000000..72d2ca6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_BsMassCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_BsMass_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_BsMass_Pwave_Rez.png new file mode 100644 index 0000000..2b97909 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_BsMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_BsMass_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_BsMass_Pwave_fullq2.png new file mode 100644 index 0000000..746723b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_BsMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_BsMass_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_BsMass_SPDwave_Rez.png new file mode 100644 index 0000000..b562aba --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_BsMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_BsMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_BsMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70ca9b8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_BsMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_BuToKMuMuMass_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_BuToKMuMuMass_Pwave_Rez.png new file mode 100644 index 0000000..3e38a6b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_BuToKMuMuMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_BuToKMuMuMass_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_BuToKMuMuMass_Pwave_fullq2.png new file mode 100644 index 0000000..fbe689a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_BuToKMuMuMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_BuToKMuMuMass_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_BuToKMuMuMass_SPDwave_Rez.png new file mode 100644 index 0000000..1c6c416 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_BuToKMuMuMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_BuToKMuMuMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_BuToKMuMuMass_SPDwave_fullq2.png new file mode 100644 index 0000000..49be5a6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_BuToKMuMuMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_DIRA_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/B0_DIRA_OWNPV.png new file mode 100644 index 0000000..c6397a9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_DIRA_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_DIRA_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images/B0_DIRA_OWNPVlog.png new file mode 100644 index 0000000..7efec12 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_DIRA_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/MassCalib/images/B0_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..e32f3cc --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_ENDVERTEX_CHI2log.png b/Kstarmumu_Run2/MassCalib/images/B0_ENDVERTEX_CHI2log.png new file mode 100644 index 0000000..85052b9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_ENDVERTEX_CHI2log.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_ENDVERTEX_CHI2w.png b/Kstarmumu_Run2/MassCalib/images/B0_ENDVERTEX_CHI2w.png new file mode 100644 index 0000000..19d596c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_ENDVERTEX_CHI2w.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_FDCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/B0_FDCHI2_OWNPV.png new file mode 100644 index 0000000..085e87f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_FDCHI2_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images/B0_FDCHI2_OWNPVlog.png new file mode 100644 index 0000000..247136e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_FDCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_FD_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/B0_FD_OWNPV.png new file mode 100644 index 0000000..b5440df --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_FD_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images/B0_FD_OWNPVlog.png new file mode 100644 index 0000000..d3237af --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_FD_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/B0_IPCHI2_OWNPV.png new file mode 100644 index 0000000..2f1e168 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images/B0_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..453a010 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_IP_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/B0_IP_OWNPV.png new file mode 100644 index 0000000..41ee112 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_IP_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images/B0_IP_OWNPVlog.png new file mode 100644 index 0000000..4834cba --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png new file mode 100644 index 0000000..59f30ed --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png new file mode 100644 index 0000000..08abb7f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png new file mode 100644 index 0000000..f2d9f49 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png new file mode 100644 index 0000000..00e9290 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2D_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2D_Pwave_Rez.png new file mode 100644 index 0000000..e5597d5 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2D_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png new file mode 100644 index 0000000..03666c6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png new file mode 100644 index 0000000..0d8a9e5 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png new file mode 100644 index 0000000..6745c2d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..bd37781 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..683bc19 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..c4f09d8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..a02fd24 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..af70172 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_LambdaB_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..86f7444 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..a5bf50d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..a77fb83 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..d0c3697 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..e8fe588 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_Lambda_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_PT.png b/Kstarmumu_Run2/MassCalib/images/B0_PT.png new file mode 100644 index 0000000..db45d4b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_PTlog.png b/Kstarmumu_Run2/MassCalib/images/B0_PTlog.png new file mode 100644 index 0000000..52f0157 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_PTw.png b/Kstarmumu_Run2/MassCalib/images/B0_PTw.png new file mode 100644 index 0000000..297775d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_PTw.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_jpsiAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_jpsiAngSep_Pwave_Rez.png new file mode 100644 index 0000000..d72b782 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_jpsiAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_jpsiAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_jpsiAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..5fd4f53 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_jpsiAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_jpsiAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_jpsiAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..0fb392d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_jpsiAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_jpsiAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_jpsiAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4d8bcae --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_jpsiAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kmuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_kmuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1323a96 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kmuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kmuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_kmuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..1891bf9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kmuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kmuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_kmuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d60ad17 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kmuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kmuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_kmuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..c0df945 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kmuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kmuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_kmuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e8a8f7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kmuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kmuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_kmuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..ff36d63 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kmuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kmuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_kmuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..e7b46f2 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kmuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kmuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_kmuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..bab6fe6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kmuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kmuswapMass_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_kmuswapMass_Pwave_Rez.png new file mode 100644 index 0000000..6a50d79 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kmuswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kmuswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_kmuswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..4784d6a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kmuswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kmuswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_kmuswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..df1d500 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kmuswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kmuswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_kmuswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..a28543e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kmuswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kpiswapMass_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_kpiswapMass_Pwave_Rez.png new file mode 100644 index 0000000..59935f8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kpiswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kpiswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_kpiswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..871f485 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kpiswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kpiswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_kpiswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..f7f7b73 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kpiswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kpiswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_kpiswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70618aa --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kpiswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kstarAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_kstarAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e90ae0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kstarAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kstarAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_kstarAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..49d2d82 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kstarAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kstarAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_kstarAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d99d8c5 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kstarAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_kstarAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_kstarAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4913332 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_kstarAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_pimuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_pimuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..89e1b74 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_pimuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_pimuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_pimuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..6b84c85 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_pimuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_pimuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_pimuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..c1fbcb7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_pimuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_pimuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_pimuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..ff7d39c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_pimuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_pimuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_pimuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..da0d58f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_pimuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_pimuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_pimuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..a02b32b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_pimuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_pimuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_pimuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..29d4996 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_pimuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_pimuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_pimuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4f0cd7e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_pimuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png b/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png new file mode 100644 index 0000000..f830bdd --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png b/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png new file mode 100644 index 0000000..84f9dce --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png b/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png new file mode 100644 index 0000000..1a0a272 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png b/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png new file mode 100644 index 0000000..dfe815c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png b/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png new file mode 100644 index 0000000..32c38da --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png b/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png new file mode 100644 index 0000000..15dbc08 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_swapMass2_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_swapMass2_Pwave_Rez.png new file mode 100644 index 0000000..fee86b2 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_swapMass2_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_swapMass2_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_swapMass2_Pwave_fullq2.png new file mode 100644 index 0000000..590aec9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_swapMass2_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_swapMass2_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_swapMass2_SPDwave_Rez.png new file mode 100644 index 0000000..c5a053d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_swapMass2_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_swapMass2_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_swapMass2_SPDwave_fullq2.png new file mode 100644 index 0000000..472beaf --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_swapMass2_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_swapMass_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_swapMass_Pwave_Rez.png new file mode 100644 index 0000000..924f4ac --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_swapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_swapMass_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_swapMass_Pwave_fullq2.png new file mode 100644 index 0000000..2b67b3d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_swapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_swapMass_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images/B0_swapMass_SPDwave_Rez.png new file mode 100644 index 0000000..0ecea47 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_swapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B0_swapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images/B0_swapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..90b7821 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B0_swapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.1.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.1.pdf new file mode 100644 index 0000000..e885c66 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.1.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.15.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.15.pdf new file mode 100644 index 0000000..e134031 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.15.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.2.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.2.pdf new file mode 100644 index 0000000..45ca7a9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.2.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.25.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.25.pdf new file mode 100644 index 0000000..416b580 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.25.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.3.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.3.pdf new file mode 100644 index 0000000..b27391c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.3.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.35.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.35.pdf new file mode 100644 index 0000000..f60f331 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.35.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.4.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.4.pdf new file mode 100644 index 0000000..e489f1c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.4.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.45.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.45.pdf new file mode 100644 index 0000000..2091f15 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.45.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.5.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.5.pdf new file mode 100644 index 0000000..406fa60 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.5.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.55.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.55.pdf new file mode 100644 index 0000000..5126d5c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.55.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.6.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.6.pdf new file mode 100644 index 0000000..21914c3 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.6.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.65.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.65.pdf new file mode 100644 index 0000000..1d771f0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.65.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.7.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.7.pdf new file mode 100644 index 0000000..fc1c687 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.7.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.75.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.75.pdf new file mode 100644 index 0000000..1b4321f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.75.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.8.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.8.pdf new file mode 100644 index 0000000..573e953 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.8.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.85.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.85.pdf new file mode 100644 index 0000000..41295b2 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.85.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.9.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.9.pdf new file mode 100644 index 0000000..521176f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.9.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BDT_0.95.pdf b/Kstarmumu_Run2/MassCalib/images/BDT_0.95.pdf new file mode 100644 index 0000000..db0e63d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BDT_0.95.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BG_both.png b/Kstarmumu_Run2/MassCalib/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BG_both.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BG_lower.png b/Kstarmumu_Run2/MassCalib/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BG_lower.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BG_upper.png b/Kstarmumu_Run2/MassCalib/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BG_upper.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BKG.pdf b/Kstarmumu_Run2/MassCalib/images/BKG.pdf new file mode 100644 index 0000000..6400b5d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BKG.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BKGCAT10.pdf b/Kstarmumu_Run2/MassCalib/images/BKGCAT10.pdf new file mode 100644 index 0000000..2371687 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BKGCAT10.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BKGCAT40MCMatch.pdf b/Kstarmumu_Run2/MassCalib/images/BKGCAT40MCMatch.pdf new file mode 100644 index 0000000..cf0e7a8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BKGCAT40MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BKGCAT50MCMatch.pdf b/Kstarmumu_Run2/MassCalib/images/BKGCAT50MCMatch.pdf new file mode 100644 index 0000000..a303f08 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BKGCAT50MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/BKGCAT_mctruthmatched.pdf b/Kstarmumu_Run2/MassCalib/images/BKGCAT_mctruthmatched.pdf new file mode 100644 index 0000000..4b91793 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/BKGCAT_mctruthmatched.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B_DiraCos.png b/Kstarmumu_Run2/MassCalib/images/B_DiraCos.png new file mode 100644 index 0000000..67fb43b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B_DiraCos.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/MassCalib/images/B_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..fe897a1 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B_FDCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/B_FDCHI2_OWNPV.png new file mode 100644 index 0000000..f6f55c9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B_FD_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/B_FD_OWNPV.png new file mode 100644 index 0000000..24052b6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/B_IPCHI2_OWNPV.png new file mode 100644 index 0000000..d228b4b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B_IP_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/B_IP_OWNPV.png new file mode 100644 index 0000000..b5d6a0e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B_M.png b/Kstarmumu_Run2/MassCalib/images/B_M.png new file mode 100644 index 0000000..a3b3649 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B_M.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B_P.png b/Kstarmumu_Run2/MassCalib/images/B_P.png new file mode 100644 index 0000000..c12cb08 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B_P.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/B_PT.png b/Kstarmumu_Run2/MassCalib/images/B_PT.png new file mode 100644 index 0000000..1097473 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/B_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/FitJpsiKstar_1.pdf b/Kstarmumu_Run2/MassCalib/images/FitJpsiKstar_1.pdf new file mode 100644 index 0000000..cc5658a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/FitJpsiKstar_1.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/J_psi_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/MassCalib/images/J_psi_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..77b8619 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/J_psi_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/J_psi_FDCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/J_psi_FDCHI2_OWNPV.png new file mode 100644 index 0000000..2fbdc5f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/J_psi_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/J_psi_FD_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/J_psi_FD_OWNPV.png new file mode 100644 index 0000000..49f8807 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/J_psi_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/J_psi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/J_psi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..4da4297 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/J_psi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/J_psi_IP_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/J_psi_IP_OWNPV.png new file mode 100644 index 0000000..923d1a4 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/J_psi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/J_psi_M.png b/Kstarmumu_Run2/MassCalib/images/J_psi_M.png new file mode 100644 index 0000000..d7553fa --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/J_psi_M.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/J_psi_P.png b/Kstarmumu_Run2/MassCalib/images/J_psi_P.png new file mode 100644 index 0000000..d6c55f3 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/J_psi_P.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_2015.png b/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_2015.png new file mode 100644 index 0000000..b9788b0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_2015.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_2016.png b/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_2016.png new file mode 100644 index 0000000..abcdb37 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_2016.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_MC_2016.pdf b/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_MC_2016.pdf new file mode 100644 index 0000000..e9c952e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_MC_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_Run1.png b/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_Run1.png new file mode 100644 index 0000000..e65914d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_Run1.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_Run1_IP.png b/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_Run1_IP.png new file mode 100644 index 0000000..396a41e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_Run1_IP.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_data_2016.pdf b/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_data_2016.pdf new file mode 100644 index 0000000..ef437c7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Jpsi_fit_data_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/K_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6d9aa63 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images/K_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..79722f6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_IP_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/K_IP_OWNPV.png new file mode 100644 index 0000000..17d6d63 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_IP_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images/K_IP_OWNPVlog.png new file mode 100644 index 0000000..14d6a78 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..0fee4e6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..774b2e2 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..5e71a12 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..7458090 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..7b5b334 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..4aaddf1 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..265c34e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..3ca3672 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ecb920e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..099da67 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..91460aa --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..e26067e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c1f79dd --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_P.png b/Kstarmumu_Run2/MassCalib/images/K_P.png new file mode 100644 index 0000000..41ba5ea --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_P.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_PIDK.png b/Kstarmumu_Run2/MassCalib/images/K_PIDK.png new file mode 100644 index 0000000..3cc7c4e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_PIDKlog.png b/Kstarmumu_Run2/MassCalib/images/K_PIDKlog.png new file mode 100644 index 0000000..ce1839f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_PIDp.png b/Kstarmumu_Run2/MassCalib/images/K_PIDp.png new file mode 100644 index 0000000..f6e1a21 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_PIDplog.png b/Kstarmumu_Run2/MassCalib/images/K_PIDplog.png new file mode 100644 index 0000000..275c6be --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_PT.png b/Kstarmumu_Run2/MassCalib/images/K_PT.png new file mode 100644 index 0000000..c4c6054 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_PTlog.png b/Kstarmumu_Run2/MassCalib/images/K_PTlog.png new file mode 100644 index 0000000..dfc6273 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/K_Plog.png b/Kstarmumu_Run2/MassCalib/images/K_Plog.png new file mode 100644 index 0000000..ebafd6d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/K_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_0.1_0.98_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_0.1_0.98_2016.pdf new file mode 100644 index 0000000..9d38a8f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_0.1_0.98_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_1.1_2.5_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_1.1_2.5_2016.pdf new file mode 100644 index 0000000..484e7f7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_1.1_2.5_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_1.1_2_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_1.1_2_2016.pdf new file mode 100644 index 0000000..df8ab03 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_1.1_2_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_11.75_12.5_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_11.75_12.5_2016.pdf new file mode 100644 index 0000000..94051e6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_11.75_12.5_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_11_11.75_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_11_11.75_2016.pdf new file mode 100644 index 0000000..27be382 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_11_11.75_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_11_12.5_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_11_12.5_2016.pdf new file mode 100644 index 0000000..b2c544a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_11_12.5_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_15_16_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_15_16_2016.pdf new file mode 100644 index 0000000..1fbcee5 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_15_16_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_15_17_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_15_17_2016.pdf new file mode 100644 index 0000000..7887a08 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_15_17_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_16_17_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_16_17_2016.pdf new file mode 100644 index 0000000..ca125ae --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_16_17_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_17_18_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_17_18_2016.pdf new file mode 100644 index 0000000..5ba24ba --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_17_18_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_17_19_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_17_19_2016.pdf new file mode 100644 index 0000000..3af2595 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_17_19_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_18_19_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_18_19_2016.pdf new file mode 100644 index 0000000..6e10513 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_18_19_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_2.5_4_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_2.5_4_2016.pdf new file mode 100644 index 0000000..f2b6bd0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_2.5_4_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_2_3_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_2_3_2016.pdf new file mode 100644 index 0000000..68aa23b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_2_3_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_3_4_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_3_4_2016.pdf new file mode 100644 index 0000000..6125298 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_3_4_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_4_5_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_4_5_2016.pdf new file mode 100644 index 0000000..e2c2ee4 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_4_5_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_4_6_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_4_6_2016.pdf new file mode 100644 index 0000000..0435451 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_4_6_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_5_6_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_5_6_2016.pdf new file mode 100644 index 0000000..34cfbc2 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_5_6_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_6_7_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_6_7_2016.pdf new file mode 100644 index 0000000..c6e8bfc --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_6_7_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_6_8_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_6_8_2016.pdf new file mode 100644 index 0000000..1f68af1 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_6_8_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/KstarMuMu_7_8_2016.pdf b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_7_8_2016.pdf new file mode 100644 index 0000000..8b61370 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/KstarMuMu_7_8_2016.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/MagDown_2011_slices.pdf b/Kstarmumu_Run2/MassCalib/images/MagDown_2011_slices.pdf new file mode 100644 index 0000000..394ed63 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/MagDown_2011_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/OLD.pdf b/Kstarmumu_Run2/MassCalib/images/OLD.pdf new file mode 100644 index 0000000..7514430 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/OLD.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/OLD.png b/Kstarmumu_Run2/MassCalib/images/OLD.png new file mode 100644 index 0000000..54120b2 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/OLD.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/PID.png b/Kstarmumu_Run2/MassCalib/images/PID.png new file mode 100644 index 0000000..4ee1f13 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/PID.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/PID2.png b/Kstarmumu_Run2/MassCalib/images/PID2.png new file mode 100644 index 0000000..7a2fcae --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/PID2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/Pi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..de79226 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images/Pi_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..ec77e40 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_IP_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/Pi_IP_OWNPV.png new file mode 100644 index 0000000..c14ef69 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_IP_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images/Pi_IP_OWNPVlog.png new file mode 100644 index 0000000..47c7a14 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..83328a7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..6097b2d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..2fba00a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..a0f09e2 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..eeea066 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..aec0179 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..6772ee6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..b87002a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..8689c04 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..ea6f500 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..ecb007c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..34262fc --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c853d3b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_P.png b/Kstarmumu_Run2/MassCalib/images/Pi_P.png new file mode 100644 index 0000000..7f4783f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_P.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_PIDK.png b/Kstarmumu_Run2/MassCalib/images/Pi_PIDK.png new file mode 100644 index 0000000..94e91a8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_PIDKlog.png b/Kstarmumu_Run2/MassCalib/images/Pi_PIDKlog.png new file mode 100644 index 0000000..d192507 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_PIDp.png b/Kstarmumu_Run2/MassCalib/images/Pi_PIDp.png new file mode 100644 index 0000000..702182e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_PIDplog.png b/Kstarmumu_Run2/MassCalib/images/Pi_PIDplog.png new file mode 100644 index 0000000..f859eb6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_PT.png b/Kstarmumu_Run2/MassCalib/images/Pi_PT.png new file mode 100644 index 0000000..5aafe12 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_PTlog.png b/Kstarmumu_Run2/MassCalib/images/Pi_PTlog.png new file mode 100644 index 0000000..1fb4b32 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Pi_Plog.png b/Kstarmumu_Run2/MassCalib/images/Pi_Plog.png new file mode 100644 index 0000000..b9af5ac --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Pi_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/ROC_BDT.png b/Kstarmumu_Run2/MassCalib/images/ROC_BDT.png new file mode 100644 index 0000000..2911ba7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/ROC_BDT.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/ST_logo.gif b/Kstarmumu_Run2/MassCalib/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/ST_logo.gif Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/ST_logo.png b/Kstarmumu_Run2/MassCalib/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/ST_logo.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/ST_logosmall.gif b/Kstarmumu_Run2/MassCalib/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/ST_logosmall.gif Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/S_factor_1GeV.pdf b/Kstarmumu_Run2/MassCalib/images/S_factor_1GeV.pdf new file mode 100644 index 0000000..24c99c5 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/S_factor_1GeV.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/S_factor_2GeV.pdf b/Kstarmumu_Run2/MassCalib/images/S_factor_2GeV.pdf new file mode 100644 index 0000000..1fc3296 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/S_factor_2GeV.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/S_factor_2GeV_Run1.png b/Kstarmumu_Run2/MassCalib/images/S_factor_2GeV_Run1.png new file mode 100644 index 0000000..f7be9fc --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/S_factor_2GeV_Run1.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/ZOOM.pdf b/Kstarmumu_Run2/MassCalib/images/ZOOM.pdf new file mode 100644 index 0000000..33b98fc --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/ZOOM.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Z_rich_18.jpg b/Kstarmumu_Run2/MassCalib/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Z_rich_18.jpg Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Z_rich_24.jpg b/Kstarmumu_Run2/MassCalib/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Z_rich_24.jpg Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/Z_rich_30.jpg b/Kstarmumu_Run2/MassCalib/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/Z_rich_30.jpg Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle/costhetak.png b/Kstarmumu_Run2/MassCalib/images/angle/costhetak.png new file mode 100644 index 0000000..718d06e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle/costhetakn.png b/Kstarmumu_Run2/MassCalib/images/angle/costhetakn.png new file mode 100644 index 0000000..2c1a11b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle/costhetal.png b/Kstarmumu_Run2/MassCalib/images/angle/costhetal.png new file mode 100644 index 0000000..c04de76 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle/costhetaln.png b/Kstarmumu_Run2/MassCalib/images/angle/costhetaln.png new file mode 100644 index 0000000..f66debd --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle/phi.png b/Kstarmumu_Run2/MassCalib/images/angle/phi.png new file mode 100644 index 0000000..7c6bda0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle/phi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle/phin.png b/Kstarmumu_Run2/MassCalib/images/angle/phin.png new file mode 100644 index 0000000..79a8ff3 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle/phin.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle/q2.png b/Kstarmumu_Run2/MassCalib/images/angle/q2.png new file mode 100644 index 0000000..9c2b6ce --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle/q2n.png b/Kstarmumu_Run2/MassCalib/images/angle/q2n.png new file mode 100644 index 0000000..a40e906 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle2/costhetak.png b/Kstarmumu_Run2/MassCalib/images/angle2/costhetak.png new file mode 100644 index 0000000..d43ed9d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle2/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle2/costhetakn.png b/Kstarmumu_Run2/MassCalib/images/angle2/costhetakn.png new file mode 100644 index 0000000..95179d3 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle2/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle2/costhetal.png b/Kstarmumu_Run2/MassCalib/images/angle2/costhetal.png new file mode 100644 index 0000000..f28b75b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle2/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle2/costhetaln.png b/Kstarmumu_Run2/MassCalib/images/angle2/costhetaln.png new file mode 100644 index 0000000..850caae --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle2/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle2/phi.png b/Kstarmumu_Run2/MassCalib/images/angle2/phi.png new file mode 100644 index 0000000..3d534c0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle2/phi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle2/phin.png b/Kstarmumu_Run2/MassCalib/images/angle2/phin.png new file mode 100644 index 0000000..c408f8b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle2/phin.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle2/q2.png b/Kstarmumu_Run2/MassCalib/images/angle2/q2.png new file mode 100644 index 0000000..36b9645 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle2/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle2/q2n.png b/Kstarmumu_Run2/MassCalib/images/angle2/q2n.png new file mode 100644 index 0000000..6b474c5 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle2/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle3/costhetak.png b/Kstarmumu_Run2/MassCalib/images/angle3/costhetak.png new file mode 100644 index 0000000..e9e1c7d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle3/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle3/costhetakn.png b/Kstarmumu_Run2/MassCalib/images/angle3/costhetakn.png new file mode 100644 index 0000000..9346d34 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle3/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle3/costhetal.png b/Kstarmumu_Run2/MassCalib/images/angle3/costhetal.png new file mode 100644 index 0000000..4a67f7f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle3/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle3/costhetaln.png b/Kstarmumu_Run2/MassCalib/images/angle3/costhetaln.png new file mode 100644 index 0000000..95bdeed --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle3/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle3/phi.png b/Kstarmumu_Run2/MassCalib/images/angle3/phi.png new file mode 100644 index 0000000..b34f3d9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle3/phi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle3/phin.png b/Kstarmumu_Run2/MassCalib/images/angle3/phin.png new file mode 100644 index 0000000..1a8d15d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle3/phin.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle3/q2.png b/Kstarmumu_Run2/MassCalib/images/angle3/q2.png new file mode 100644 index 0000000..659e6ff --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle3/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle3/q2n.png b/Kstarmumu_Run2/MassCalib/images/angle3/q2n.png new file mode 100644 index 0000000..84bf95c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle3/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle4/costhetak.png b/Kstarmumu_Run2/MassCalib/images/angle4/costhetak.png new file mode 100644 index 0000000..6136b2d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle4/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle4/costhetakn.png b/Kstarmumu_Run2/MassCalib/images/angle4/costhetakn.png new file mode 100644 index 0000000..ca4ed48 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle4/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle4/costhetal.png b/Kstarmumu_Run2/MassCalib/images/angle4/costhetal.png new file mode 100644 index 0000000..67680ba --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle4/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle4/costhetaln.png b/Kstarmumu_Run2/MassCalib/images/angle4/costhetaln.png new file mode 100644 index 0000000..1ecc818 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle4/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle4/phi.png b/Kstarmumu_Run2/MassCalib/images/angle4/phi.png new file mode 100644 index 0000000..583e8d4 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle4/phi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle4/phin.png b/Kstarmumu_Run2/MassCalib/images/angle4/phin.png new file mode 100644 index 0000000..0b8f938 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle4/phin.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle4/q2.png b/Kstarmumu_Run2/MassCalib/images/angle4/q2.png new file mode 100644 index 0000000..53f122b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle4/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/angle4/q2n.png b/Kstarmumu_Run2/MassCalib/images/angle4/q2n.png new file mode 100644 index 0000000..303a30c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/angle4/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/bubble2.jpg b/Kstarmumu_Run2/MassCalib/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/bubble2.jpg Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/cern.png b/Kstarmumu_Run2/MassCalib/images/cern.png new file mode 100644 index 0000000..b1d077c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/cern.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/costhetak_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/costhetak_LODiMuon.png new file mode 100644 index 0000000..56f2ec0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/costhetak_LOMuon.png b/Kstarmumu_Run2/MassCalib/images/costhetak_LOMuon.png new file mode 100644 index 0000000..f37fc36 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/costhetak_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/costhetak_phi_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/costhetak_phi_LODiMuon.png new file mode 100644 index 0000000..8bd7676 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/costhetak_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/costhetak_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/costhetak_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..fe60377 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/costhetak_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/costhetak_q2_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/costhetak_q2_LODiMuon.png new file mode 100644 index 0000000..a869c18 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/costhetak_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/costhetak_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/costhetak_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..84d7ccf --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/costhetak_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/costhetal_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/costhetal_LODiMuon.png new file mode 100644 index 0000000..43d8a3c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/costhetal_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/costhetal_LOMuon.png b/Kstarmumu_Run2/MassCalib/images/costhetal_LOMuon.png new file mode 100644 index 0000000..c7b4390 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/costhetal_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/costhetal_costhetak_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/costhetal_costhetak_LODiMuon.png new file mode 100644 index 0000000..735025b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/costhetal_costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/costhetal_costhetak_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/costhetal_costhetak_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..982e942 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/costhetal_costhetak_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/costhetal_phi_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/costhetal_phi_LODiMuon.png new file mode 100644 index 0000000..e8fc911 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/costhetal_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/costhetal_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/costhetal_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..9140621 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/costhetal_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/costhetal_q2_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/costhetal_q2_LODiMuon.png new file mode 100644 index 0000000..e08bc7a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/costhetal_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/costhetal_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/costhetal_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..89bb80a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/costhetal_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/d.png b/Kstarmumu_Run2/MassCalib/images/d.png new file mode 100644 index 0000000..4cb7f24 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/d.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/derotate.sh b/Kstarmumu_Run2/MassCalib/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/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/Kstarmumu_Run2/MassCalib/images/dirac.png b/Kstarmumu_Run2/MassCalib/images/dirac.png new file mode 100644 index 0000000..6757d18 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/dirac.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/distr_pipt.pdf b/Kstarmumu_Run2/MassCalib/images/distr_pipt.pdf new file mode 100644 index 0000000..83f1be7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/distr_pipt.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/effPsi2S.png b/Kstarmumu_Run2/MassCalib/images/effPsi2S.png new file mode 100644 index 0000000..e683700 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/effPsi2S.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/effPsi2S2.png b/Kstarmumu_Run2/MassCalib/images/effPsi2S2.png new file mode 100644 index 0000000..7ac4da9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/effPsi2S2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/effjpsi.png b/Kstarmumu_Run2/MassCalib/images/effjpsi.png new file mode 100644 index 0000000..91b8004 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/effjpsi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/effjpsi2.png b/Kstarmumu_Run2/MassCalib/images/effjpsi2.png new file mode 100644 index 0000000..cb10c68 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/effjpsi2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/espen1.png b/Kstarmumu_Run2/MassCalib/images/espen1.png new file mode 100644 index 0000000..1cf559b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/espen1.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/espen2.png b/Kstarmumu_Run2/MassCalib/images/espen2.png new file mode 100644 index 0000000..ed9a9b8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/espen2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/espen3.png b/Kstarmumu_Run2/MassCalib/images/espen3.png new file mode 100644 index 0000000..419cc5f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/espen3.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/example.png b/Kstarmumu_Run2/MassCalib/images/example.png new file mode 100644 index 0000000..b20063b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/example.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/example2.png b/Kstarmumu_Run2/MassCalib/images/example2.png new file mode 100644 index 0000000..fa0013b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/example2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/getFromAFS.sh b/Kstarmumu_Run2/MassCalib/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/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/Kstarmumu_Run2/MassCalib/images/index.png b/Kstarmumu_Run2/MassCalib/images/index.png new file mode 100644 index 0000000..f51cd9d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/index.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/lhcb-logo-bad.pdf b/Kstarmumu_Run2/MassCalib/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/lhcb-logo.pdf b/Kstarmumu_Run2/MassCalib/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/lhcb-logo.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/lhcb-logo.svg b/Kstarmumu_Run2/MassCalib/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf new file mode 100644 index 0000000..eac7396 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf new file mode 100644 index 0000000..6acce42 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf new file mode 100644 index 0000000..f6a4f8e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf new file mode 100644 index 0000000..a9d9d72 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf new file mode 100644 index 0000000..f8f3fdb --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf new file mode 100644 index 0000000..059e364 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..158a836 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf new file mode 100644 index 0000000..b126a38 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..219ee63 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6c822cc --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..0d830e1 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_IP_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_IP_OWNPV.png new file mode 100644 index 0000000..d983d8e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_IP_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_IP_OWNPVlog.png new file mode 100644 index 0000000..d76333f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..77f097f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..61e3129 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..2feab6a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..fa22e3c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ec52412 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..387bf17 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..90a18a3 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..7b4862b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_P.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_P.png new file mode 100644 index 0000000..2509154 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_P.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_PT.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_PT.png new file mode 100644 index 0000000..c8ed4ee --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_PTlog.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_PTlog.png new file mode 100644 index 0000000..13765e1 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_minus_Plog.png b/Kstarmumu_Run2/MassCalib/images/mu_minus_Plog.png new file mode 100644 index 0000000..2bab524 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_minus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_plus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/mu_plus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..c7f94ad --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_plus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_plus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images/mu_plus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..8182f07 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_plus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_plus_IP_OWNPV.png b/Kstarmumu_Run2/MassCalib/images/mu_plus_IP_OWNPV.png new file mode 100644 index 0000000..bad8cc1 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_plus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_plus_IP_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images/mu_plus_IP_OWNPVlog.png new file mode 100644 index 0000000..4919b77 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_plus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..2fe5ef8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..f7d7a3d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..3a4e241 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..746cf78 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..e92b494 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_plus_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_plus_P.png b/Kstarmumu_Run2/MassCalib/images/mu_plus_P.png new file mode 100644 index 0000000..b1121bb --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_plus_P.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_plus_PT.png b/Kstarmumu_Run2/MassCalib/images/mu_plus_PT.png new file mode 100644 index 0000000..bb58f05 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_plus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_plus_PTlog.png b/Kstarmumu_Run2/MassCalib/images/mu_plus_PTlog.png new file mode 100644 index 0000000..a237294 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_plus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/mu_plus_Plog.png b/Kstarmumu_Run2/MassCalib/images/mu_plus_Plog.png new file mode 100644 index 0000000..46170cc --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/mu_plus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/nTracks.png b/Kstarmumu_Run2/MassCalib/images/nTracks.png new file mode 100644 index 0000000..be10505 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/nTracks.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/nTrackslog.png b/Kstarmumu_Run2/MassCalib/images/nTrackslog.png new file mode 100644 index 0000000..df17a6b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/nTrackslog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/nTracksw.png b/Kstarmumu_Run2/MassCalib/images/nTracksw.png new file mode 100644 index 0000000..3503e19 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/nTracksw.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/phi_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/phi_LODiMuon.png new file mode 100644 index 0000000..6b63588 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/phi_LOMuon.png b/Kstarmumu_Run2/MassCalib/images/phi_LOMuon.png new file mode 100644 index 0000000..e77a3bd --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/phi_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/phi_q2_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/phi_q2_LODiMuon.png new file mode 100644 index 0000000..86a3741 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/phi_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/phi_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/phi_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..c170879 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/phi_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf b/Kstarmumu_Run2/MassCalib/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf new file mode 100644 index 0000000..9756562 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf b/Kstarmumu_Run2/MassCalib/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf new file mode 100644 index 0000000..ed858cb --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/MassCalib/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..8769ce9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf b/Kstarmumu_Run2/MassCalib/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf new file mode 100644 index 0000000..fcf4b05 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/q2.png b/Kstarmumu_Run2/MassCalib/images/q2.png new file mode 100644 index 0000000..79746ce --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/q2PHSP.png b/Kstarmumu_Run2/MassCalib/images/q2PHSP.png new file mode 100644 index 0000000..204a9c7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/q2PHSP.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/q2_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images/q2_LODiMuon.png new file mode 100644 index 0000000..8f0ed59 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/q2_LOMuon.png b/Kstarmumu_Run2/MassCalib/images/q2_LOMuon.png new file mode 100644 index 0000000..4bfb732 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/q2_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/q2d.pdf b/Kstarmumu_Run2/MassCalib/images/q2d.pdf new file mode 100644 index 0000000..048d357 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/q2d.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/results_clas.pdf b/Kstarmumu_Run2/MassCalib/images/results_clas.pdf new file mode 100644 index 0000000..5544c19 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/results_clas.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/results_punz3.pdf b/Kstarmumu_Run2/MassCalib/images/results_punz3.pdf new file mode 100644 index 0000000..e1cca35 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/results_punz3.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/results_punz5.pdf b/Kstarmumu_Run2/MassCalib/images/results_punz5.pdf new file mode 100644 index 0000000..667d424 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/results_punz5.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/roc.png b/Kstarmumu_Run2/MassCalib/images/roc.png new file mode 100644 index 0000000..4adacae --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/roc.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.1.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.1.pdf new file mode 100644 index 0000000..33e29e3 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.1.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.15.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.15.pdf new file mode 100644 index 0000000..c6296a4 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.15.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.2.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.2.pdf new file mode 100644 index 0000000..4ba3510 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.2.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.25.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.25.pdf new file mode 100644 index 0000000..f303f8a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.25.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.3.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.3.pdf new file mode 100644 index 0000000..62a9748 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.3.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.35.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.35.pdf new file mode 100644 index 0000000..5392db4 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.35.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.4.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.4.pdf new file mode 100644 index 0000000..ea14eb6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.4.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.45.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.45.pdf new file mode 100644 index 0000000..a0ab636 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.45.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.5.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.5.pdf new file mode 100644 index 0000000..c7a4125 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.5.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.55.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.55.pdf new file mode 100644 index 0000000..85c0b33 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.55.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.6.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.6.pdf new file mode 100644 index 0000000..37ce9a6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.6.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.65.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.65.pdf new file mode 100644 index 0000000..236f7ec --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.65.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.7.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.7.pdf new file mode 100644 index 0000000..5c75019 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.7.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.75.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.75.pdf new file mode 100644 index 0000000..db9fb23 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.75.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.8.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.8.pdf new file mode 100644 index 0000000..1fe9ef3 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.8.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.85.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.85.pdf new file mode 100644 index 0000000..5e69b9c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.85.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.9.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.9.pdf new file mode 100644 index 0000000..4f1fa90 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.9.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.95.pdf b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.95.pdf new file mode 100644 index 0000000..c4399cc --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/sig_BDT_0.95.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/uzh-transp.pdf b/Kstarmumu_Run2/MassCalib/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/uzh-transp.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/uzh.pdf b/Kstarmumu_Run2/MassCalib/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/uzh.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/uzh_logo_e_pos.eps b/Kstarmumu_Run2/MassCalib/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images/uzh_logo_e_pos_gross.tif b/Kstarmumu_Run2/MassCalib/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/.DS_Store b/Kstarmumu_Run2/MassCalib/images_sf/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/.DS_Store Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMassCut_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMassCut_Pwave_Rez.png new file mode 100644 index 0000000..c9e4ed8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMassCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMassCut_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMassCut_Pwave_fullq2.png new file mode 100644 index 0000000..356af2e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMassCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMassCut_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMassCut_SPDwave_Rez.png new file mode 100644 index 0000000..678d54d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMassCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMassCut_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMassCut_SPDwave_fullq2.png new file mode 100644 index 0000000..72d2ca6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMassCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMass_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMass_Pwave_Rez.png new file mode 100644 index 0000000..2b97909 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMass_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMass_Pwave_fullq2.png new file mode 100644 index 0000000..746723b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMass_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMass_SPDwave_Rez.png new file mode 100644 index 0000000..b562aba --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70ca9b8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_BsMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_BuToKMuMuMass_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_BuToKMuMuMass_Pwave_Rez.png new file mode 100644 index 0000000..3e38a6b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_BuToKMuMuMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_BuToKMuMuMass_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_BuToKMuMuMass_Pwave_fullq2.png new file mode 100644 index 0000000..fbe689a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_BuToKMuMuMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_BuToKMuMuMass_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_BuToKMuMuMass_SPDwave_Rez.png new file mode 100644 index 0000000..1c6c416 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_BuToKMuMuMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_BuToKMuMuMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_BuToKMuMuMass_SPDwave_fullq2.png new file mode 100644 index 0000000..49be5a6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_BuToKMuMuMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_DIRA_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_DIRA_OWNPV.png new file mode 100644 index 0000000..c6397a9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_DIRA_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_DIRA_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_DIRA_OWNPVlog.png new file mode 100644 index 0000000..7efec12 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_DIRA_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..e32f3cc --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_ENDVERTEX_CHI2log.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_ENDVERTEX_CHI2log.png new file mode 100644 index 0000000..85052b9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_ENDVERTEX_CHI2log.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_ENDVERTEX_CHI2w.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_ENDVERTEX_CHI2w.png new file mode 100644 index 0000000..19d596c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_ENDVERTEX_CHI2w.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_FDCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_FDCHI2_OWNPV.png new file mode 100644 index 0000000..085e87f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_FDCHI2_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_FDCHI2_OWNPVlog.png new file mode 100644 index 0000000..247136e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_FDCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_FD_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_FD_OWNPV.png new file mode 100644 index 0000000..b5440df --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_FD_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_FD_OWNPVlog.png new file mode 100644 index 0000000..d3237af --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_FD_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_IPCHI2_OWNPV.png new file mode 100644 index 0000000..2f1e168 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..453a010 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_IP_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_IP_OWNPV.png new file mode 100644 index 0000000..41ee112 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_IP_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_IP_OWNPVlog.png new file mode 100644 index 0000000..4834cba --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2DCut_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2DCut_Pwave_Rez.png new file mode 100644 index 0000000..59f30ed --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2DCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png new file mode 100644 index 0000000..08abb7f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png new file mode 100644 index 0000000..f2d9f49 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png new file mode 100644 index 0000000..00e9290 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2D_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2D_Pwave_Rez.png new file mode 100644 index 0000000..e5597d5 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2D_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2D_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2D_Pwave_fullq2.png new file mode 100644 index 0000000..03666c6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2D_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2D_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2D_SPDwave_Rez.png new file mode 100644 index 0000000..0d8a9e5 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2D_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2D_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2D_SPDwave_fullq2.png new file mode 100644 index 0000000..6745c2d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK2D_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..bd37781 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..683bc19 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..c4f09d8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..a02fd24 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..af70172 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_LambdaB_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..86f7444 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..a5bf50d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..a77fb83 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..d0c3697 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..e8fe588 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_Lambda_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_PT.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_PT.png new file mode 100644 index 0000000..db45d4b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_PTlog.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_PTlog.png new file mode 100644 index 0000000..52f0157 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_PTw.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_PTw.png new file mode 100644 index 0000000..297775d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_PTw.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_jpsiAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_jpsiAngSep_Pwave_Rez.png new file mode 100644 index 0000000..d72b782 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_jpsiAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_jpsiAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_jpsiAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..5fd4f53 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_jpsiAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_jpsiAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_jpsiAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..0fb392d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_jpsiAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_jpsiAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_jpsiAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4d8bcae --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_jpsiAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1323a96 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..1891bf9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d60ad17 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..c0df945 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e8a8f7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..ff36d63 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..e7b46f2 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..bab6fe6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuswapMass_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuswapMass_Pwave_Rez.png new file mode 100644 index 0000000..6a50d79 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..4784d6a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..df1d500 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..a28543e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kmuswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kpiswapMass_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kpiswapMass_Pwave_Rez.png new file mode 100644 index 0000000..59935f8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kpiswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kpiswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kpiswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..871f485 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kpiswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kpiswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kpiswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..f7f7b73 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kpiswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kpiswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kpiswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70618aa --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kpiswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kstarAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kstarAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e90ae0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kstarAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kstarAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kstarAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..49d2d82 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kstarAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kstarAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kstarAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d99d8c5 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kstarAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_kstarAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_kstarAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4913332 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_kstarAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..89e1b74 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..6b84c85 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..c1fbcb7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..ff7d39c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..da0d58f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..a02b32b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..29d4996 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4f0cd7e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_pimuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png new file mode 100644 index 0000000..f830bdd --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png new file mode 100644 index 0000000..84f9dce --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png new file mode 100644 index 0000000..1a0a272 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png new file mode 100644 index 0000000..dfe815c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png new file mode 100644 index 0000000..32c38da --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png new file mode 100644 index 0000000..15dbc08 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass2_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass2_Pwave_Rez.png new file mode 100644 index 0000000..fee86b2 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass2_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass2_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass2_Pwave_fullq2.png new file mode 100644 index 0000000..590aec9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass2_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass2_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass2_SPDwave_Rez.png new file mode 100644 index 0000000..c5a053d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass2_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass2_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass2_SPDwave_fullq2.png new file mode 100644 index 0000000..472beaf --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass2_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass_Pwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass_Pwave_Rez.png new file mode 100644 index 0000000..924f4ac --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass_Pwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass_Pwave_fullq2.png new file mode 100644 index 0000000..2b67b3d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass_SPDwave_Rez.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass_SPDwave_Rez.png new file mode 100644 index 0000000..0ecea47 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..90b7821 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B0_swapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.1.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.1.pdf new file mode 100644 index 0000000..e885c66 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.1.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.15.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.15.pdf new file mode 100644 index 0000000..e134031 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.15.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.2.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.2.pdf new file mode 100644 index 0000000..45ca7a9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.2.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.25.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.25.pdf new file mode 100644 index 0000000..416b580 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.25.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.3.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.3.pdf new file mode 100644 index 0000000..b27391c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.3.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.35.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.35.pdf new file mode 100644 index 0000000..f60f331 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.35.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.4.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.4.pdf new file mode 100644 index 0000000..e489f1c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.4.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.45.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.45.pdf new file mode 100644 index 0000000..2091f15 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.45.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.5.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.5.pdf new file mode 100644 index 0000000..406fa60 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.5.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.55.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.55.pdf new file mode 100644 index 0000000..5126d5c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.55.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.6.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.6.pdf new file mode 100644 index 0000000..21914c3 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.6.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.65.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.65.pdf new file mode 100644 index 0000000..1d771f0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.65.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.7.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.7.pdf new file mode 100644 index 0000000..fc1c687 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.7.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.75.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.75.pdf new file mode 100644 index 0000000..1b4321f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.75.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.8.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.8.pdf new file mode 100644 index 0000000..573e953 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.8.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.85.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.85.pdf new file mode 100644 index 0000000..41295b2 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.85.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.9.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.9.pdf new file mode 100644 index 0000000..521176f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.9.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.95.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.95.pdf new file mode 100644 index 0000000..db0e63d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BDT_0.95.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BG_both.png b/Kstarmumu_Run2/MassCalib/images_sf/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BG_both.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BG_lower.png b/Kstarmumu_Run2/MassCalib/images_sf/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BG_lower.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BG_upper.png b/Kstarmumu_Run2/MassCalib/images_sf/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BG_upper.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BKGCAT10.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BKGCAT10.pdf new file mode 100644 index 0000000..2371687 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BKGCAT10.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BKGCAT40MCMatch.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BKGCAT40MCMatch.pdf new file mode 100644 index 0000000..cf0e7a8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BKGCAT40MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BKGCAT50MCMatch.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BKGCAT50MCMatch.pdf new file mode 100644 index 0000000..a303f08 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BKGCAT50MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/BKGCAT_mctruthmatched.pdf b/Kstarmumu_Run2/MassCalib/images_sf/BKGCAT_mctruthmatched.pdf new file mode 100644 index 0000000..4b91793 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/BKGCAT_mctruthmatched.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B_DiraCos.png b/Kstarmumu_Run2/MassCalib/images_sf/B_DiraCos.png new file mode 100644 index 0000000..67fb43b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B_DiraCos.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/MassCalib/images_sf/B_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..fe897a1 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B_FDCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/B_FDCHI2_OWNPV.png new file mode 100644 index 0000000..f6f55c9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B_FD_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/B_FD_OWNPV.png new file mode 100644 index 0000000..24052b6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/B_IPCHI2_OWNPV.png new file mode 100644 index 0000000..d228b4b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B_IP_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/B_IP_OWNPV.png new file mode 100644 index 0000000..b5d6a0e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B_M.png b/Kstarmumu_Run2/MassCalib/images_sf/B_M.png new file mode 100644 index 0000000..a3b3649 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B_M.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B_P.png b/Kstarmumu_Run2/MassCalib/images_sf/B_P.png new file mode 100644 index 0000000..c12cb08 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B_P.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/B_PT.png b/Kstarmumu_Run2/MassCalib/images_sf/B_PT.png new file mode 100644 index 0000000..1097473 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/B_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/FitJpsiKstar_1.pdf b/Kstarmumu_Run2/MassCalib/images_sf/FitJpsiKstar_1.pdf new file mode 100644 index 0000000..cc5658a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/FitJpsiKstar_1.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/J_psi_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/MassCalib/images_sf/J_psi_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..77b8619 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/J_psi_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/J_psi_FDCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/J_psi_FDCHI2_OWNPV.png new file mode 100644 index 0000000..2fbdc5f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/J_psi_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/J_psi_FD_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/J_psi_FD_OWNPV.png new file mode 100644 index 0000000..49f8807 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/J_psi_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/J_psi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/J_psi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..4da4297 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/J_psi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/J_psi_IP_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/J_psi_IP_OWNPV.png new file mode 100644 index 0000000..923d1a4 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/J_psi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/J_psi_M.png b/Kstarmumu_Run2/MassCalib/images_sf/J_psi_M.png new file mode 100644 index 0000000..d7553fa --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/J_psi_M.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/J_psi_P.png b/Kstarmumu_Run2/MassCalib/images_sf/J_psi_P.png new file mode 100644 index 0000000..d6c55f3 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/J_psi_P.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Jpsi_fit_2015.png b/Kstarmumu_Run2/MassCalib/images_sf/Jpsi_fit_2015.png new file mode 100644 index 0000000..b9788b0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Jpsi_fit_2015.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Jpsi_fit_2016.png b/Kstarmumu_Run2/MassCalib/images_sf/Jpsi_fit_2016.png new file mode 100644 index 0000000..abcdb37 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Jpsi_fit_2016.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Jpsi_fit_Run1.png b/Kstarmumu_Run2/MassCalib/images_sf/Jpsi_fit_Run1.png new file mode 100644 index 0000000..e65914d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Jpsi_fit_Run1.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Jpsi_fit_Run1_IP.png b/Kstarmumu_Run2/MassCalib/images_sf/Jpsi_fit_Run1_IP.png new file mode 100644 index 0000000..396a41e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Jpsi_fit_Run1_IP.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/K_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6d9aa63 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images_sf/K_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..79722f6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_IP_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/K_IP_OWNPV.png new file mode 100644 index 0000000..17d6d63 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_IP_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images_sf/K_IP_OWNPVlog.png new file mode 100644 index 0000000..14d6a78 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..0fee4e6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..774b2e2 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..5e71a12 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..7458090 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..7b5b334 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..4aaddf1 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..265c34e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..3ca3672 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ecb920e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..099da67 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..91460aa --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..e26067e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c1f79dd --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_P.png b/Kstarmumu_Run2/MassCalib/images_sf/K_P.png new file mode 100644 index 0000000..41ba5ea --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_P.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_PIDK.png b/Kstarmumu_Run2/MassCalib/images_sf/K_PIDK.png new file mode 100644 index 0000000..3cc7c4e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_PIDKlog.png b/Kstarmumu_Run2/MassCalib/images_sf/K_PIDKlog.png new file mode 100644 index 0000000..ce1839f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_PIDp.png b/Kstarmumu_Run2/MassCalib/images_sf/K_PIDp.png new file mode 100644 index 0000000..f6e1a21 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_PIDplog.png b/Kstarmumu_Run2/MassCalib/images_sf/K_PIDplog.png new file mode 100644 index 0000000..275c6be --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_PT.png b/Kstarmumu_Run2/MassCalib/images_sf/K_PT.png new file mode 100644 index 0000000..c4c6054 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_PTlog.png b/Kstarmumu_Run2/MassCalib/images_sf/K_PTlog.png new file mode 100644 index 0000000..dfc6273 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/K_Plog.png b/Kstarmumu_Run2/MassCalib/images_sf/K_Plog.png new file mode 100644 index 0000000..ebafd6d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/K_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/MagDown_2011_slices.pdf b/Kstarmumu_Run2/MassCalib/images_sf/MagDown_2011_slices.pdf new file mode 100644 index 0000000..394ed63 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/MagDown_2011_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/OLD.pdf b/Kstarmumu_Run2/MassCalib/images_sf/OLD.pdf new file mode 100644 index 0000000..5b28c83 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/OLD.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/OLD.png b/Kstarmumu_Run2/MassCalib/images_sf/OLD.png new file mode 100644 index 0000000..54120b2 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/OLD.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/PID.png b/Kstarmumu_Run2/MassCalib/images_sf/PID.png new file mode 100644 index 0000000..4ee1f13 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/PID.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/PID2.png b/Kstarmumu_Run2/MassCalib/images_sf/PID2.png new file mode 100644 index 0000000..7a2fcae --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/PID2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..de79226 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..ec77e40 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_IP_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_IP_OWNPV.png new file mode 100644 index 0000000..c14ef69 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_IP_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_IP_OWNPVlog.png new file mode 100644 index 0000000..47c7a14 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..83328a7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..6097b2d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..2fba00a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..a0f09e2 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..eeea066 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..aec0179 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..6772ee6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..b87002a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..8689c04 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..ea6f500 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..ecb007c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..34262fc --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c853d3b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_P.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_P.png new file mode 100644 index 0000000..7f4783f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_P.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_PIDK.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_PIDK.png new file mode 100644 index 0000000..94e91a8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_PIDKlog.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_PIDKlog.png new file mode 100644 index 0000000..d192507 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_PIDp.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_PIDp.png new file mode 100644 index 0000000..702182e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_PIDplog.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_PIDplog.png new file mode 100644 index 0000000..f859eb6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_PT.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_PT.png new file mode 100644 index 0000000..5aafe12 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_PTlog.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_PTlog.png new file mode 100644 index 0000000..1fb4b32 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Pi_Plog.png b/Kstarmumu_Run2/MassCalib/images_sf/Pi_Plog.png new file mode 100644 index 0000000..b9af5ac --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Pi_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/ROC_BDT.png b/Kstarmumu_Run2/MassCalib/images_sf/ROC_BDT.png new file mode 100644 index 0000000..2911ba7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/ROC_BDT.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/ST_logo.gif b/Kstarmumu_Run2/MassCalib/images_sf/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/ST_logo.gif Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/ST_logo.png b/Kstarmumu_Run2/MassCalib/images_sf/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/ST_logo.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/ST_logosmall.gif b/Kstarmumu_Run2/MassCalib/images_sf/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/ST_logosmall.gif Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/ZOOM.pdf b/Kstarmumu_Run2/MassCalib/images_sf/ZOOM.pdf new file mode 100644 index 0000000..33b98fc --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/ZOOM.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Z_rich_18.jpg b/Kstarmumu_Run2/MassCalib/images_sf/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Z_rich_18.jpg Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Z_rich_24.jpg b/Kstarmumu_Run2/MassCalib/images_sf/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Z_rich_24.jpg Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/Z_rich_30.jpg b/Kstarmumu_Run2/MassCalib/images_sf/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/Z_rich_30.jpg Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle/costhetak.png b/Kstarmumu_Run2/MassCalib/images_sf/angle/costhetak.png new file mode 100644 index 0000000..718d06e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle/costhetakn.png b/Kstarmumu_Run2/MassCalib/images_sf/angle/costhetakn.png new file mode 100644 index 0000000..2c1a11b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle/costhetal.png b/Kstarmumu_Run2/MassCalib/images_sf/angle/costhetal.png new file mode 100644 index 0000000..c04de76 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle/costhetaln.png b/Kstarmumu_Run2/MassCalib/images_sf/angle/costhetaln.png new file mode 100644 index 0000000..f66debd --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle/phi.png b/Kstarmumu_Run2/MassCalib/images_sf/angle/phi.png new file mode 100644 index 0000000..7c6bda0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle/phi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle/phin.png b/Kstarmumu_Run2/MassCalib/images_sf/angle/phin.png new file mode 100644 index 0000000..79a8ff3 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle/phin.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle/q2.png b/Kstarmumu_Run2/MassCalib/images_sf/angle/q2.png new file mode 100644 index 0000000..9c2b6ce --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle/q2n.png b/Kstarmumu_Run2/MassCalib/images_sf/angle/q2n.png new file mode 100644 index 0000000..a40e906 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle2/costhetak.png b/Kstarmumu_Run2/MassCalib/images_sf/angle2/costhetak.png new file mode 100644 index 0000000..d43ed9d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle2/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle2/costhetakn.png b/Kstarmumu_Run2/MassCalib/images_sf/angle2/costhetakn.png new file mode 100644 index 0000000..95179d3 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle2/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle2/costhetal.png b/Kstarmumu_Run2/MassCalib/images_sf/angle2/costhetal.png new file mode 100644 index 0000000..f28b75b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle2/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle2/costhetaln.png b/Kstarmumu_Run2/MassCalib/images_sf/angle2/costhetaln.png new file mode 100644 index 0000000..850caae --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle2/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle2/phi.png b/Kstarmumu_Run2/MassCalib/images_sf/angle2/phi.png new file mode 100644 index 0000000..3d534c0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle2/phi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle2/phin.png b/Kstarmumu_Run2/MassCalib/images_sf/angle2/phin.png new file mode 100644 index 0000000..c408f8b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle2/phin.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle2/q2.png b/Kstarmumu_Run2/MassCalib/images_sf/angle2/q2.png new file mode 100644 index 0000000..36b9645 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle2/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle2/q2n.png b/Kstarmumu_Run2/MassCalib/images_sf/angle2/q2n.png new file mode 100644 index 0000000..6b474c5 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle2/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle3/costhetak.png b/Kstarmumu_Run2/MassCalib/images_sf/angle3/costhetak.png new file mode 100644 index 0000000..e9e1c7d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle3/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle3/costhetakn.png b/Kstarmumu_Run2/MassCalib/images_sf/angle3/costhetakn.png new file mode 100644 index 0000000..9346d34 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle3/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle3/costhetal.png b/Kstarmumu_Run2/MassCalib/images_sf/angle3/costhetal.png new file mode 100644 index 0000000..4a67f7f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle3/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle3/costhetaln.png b/Kstarmumu_Run2/MassCalib/images_sf/angle3/costhetaln.png new file mode 100644 index 0000000..95bdeed --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle3/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle3/phi.png b/Kstarmumu_Run2/MassCalib/images_sf/angle3/phi.png new file mode 100644 index 0000000..b34f3d9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle3/phi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle3/phin.png b/Kstarmumu_Run2/MassCalib/images_sf/angle3/phin.png new file mode 100644 index 0000000..1a8d15d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle3/phin.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle3/q2.png b/Kstarmumu_Run2/MassCalib/images_sf/angle3/q2.png new file mode 100644 index 0000000..659e6ff --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle3/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle3/q2n.png b/Kstarmumu_Run2/MassCalib/images_sf/angle3/q2n.png new file mode 100644 index 0000000..84bf95c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle3/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle4/costhetak.png b/Kstarmumu_Run2/MassCalib/images_sf/angle4/costhetak.png new file mode 100644 index 0000000..6136b2d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle4/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle4/costhetakn.png b/Kstarmumu_Run2/MassCalib/images_sf/angle4/costhetakn.png new file mode 100644 index 0000000..ca4ed48 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle4/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle4/costhetal.png b/Kstarmumu_Run2/MassCalib/images_sf/angle4/costhetal.png new file mode 100644 index 0000000..67680ba --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle4/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle4/costhetaln.png b/Kstarmumu_Run2/MassCalib/images_sf/angle4/costhetaln.png new file mode 100644 index 0000000..1ecc818 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle4/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle4/phi.png b/Kstarmumu_Run2/MassCalib/images_sf/angle4/phi.png new file mode 100644 index 0000000..583e8d4 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle4/phi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle4/phin.png b/Kstarmumu_Run2/MassCalib/images_sf/angle4/phin.png new file mode 100644 index 0000000..0b8f938 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle4/phin.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle4/q2.png b/Kstarmumu_Run2/MassCalib/images_sf/angle4/q2.png new file mode 100644 index 0000000..53f122b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle4/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/angle4/q2n.png b/Kstarmumu_Run2/MassCalib/images_sf/angle4/q2n.png new file mode 100644 index 0000000..303a30c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/angle4/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/bubble2.jpg b/Kstarmumu_Run2/MassCalib/images_sf/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/bubble2.jpg Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/cern.png b/Kstarmumu_Run2/MassCalib/images_sf/cern.png new file mode 100644 index 0000000..b1d077c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/cern.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/costhetak_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/costhetak_LODiMuon.png new file mode 100644 index 0000000..56f2ec0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/costhetak_LOMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/costhetak_LOMuon.png new file mode 100644 index 0000000..f37fc36 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/costhetak_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/costhetak_phi_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/costhetak_phi_LODiMuon.png new file mode 100644 index 0000000..8bd7676 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/costhetak_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/costhetak_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/costhetak_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..fe60377 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/costhetak_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/costhetak_q2_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/costhetak_q2_LODiMuon.png new file mode 100644 index 0000000..a869c18 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/costhetak_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/costhetak_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/costhetak_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..84d7ccf --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/costhetak_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/costhetal_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_LODiMuon.png new file mode 100644 index 0000000..43d8a3c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/costhetal_LOMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_LOMuon.png new file mode 100644 index 0000000..c7b4390 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/costhetal_costhetak_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_costhetak_LODiMuon.png new file mode 100644 index 0000000..735025b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/costhetal_costhetak_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_costhetak_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..982e942 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_costhetak_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/costhetal_phi_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_phi_LODiMuon.png new file mode 100644 index 0000000..e8fc911 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/costhetal_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..9140621 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/costhetal_q2_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_q2_LODiMuon.png new file mode 100644 index 0000000..e08bc7a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/costhetal_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..89bb80a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/costhetal_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/d.png b/Kstarmumu_Run2/MassCalib/images_sf/d.png new file mode 100644 index 0000000..4cb7f24 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/d.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/derotate.sh b/Kstarmumu_Run2/MassCalib/images_sf/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/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/Kstarmumu_Run2/MassCalib/images_sf/dirac.png b/Kstarmumu_Run2/MassCalib/images_sf/dirac.png new file mode 100644 index 0000000..6757d18 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/dirac.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/distr_pipt.pdf b/Kstarmumu_Run2/MassCalib/images_sf/distr_pipt.pdf new file mode 100644 index 0000000..83f1be7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/distr_pipt.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/effPsi2S.png b/Kstarmumu_Run2/MassCalib/images_sf/effPsi2S.png new file mode 100644 index 0000000..e683700 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/effPsi2S.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/effPsi2S2.png b/Kstarmumu_Run2/MassCalib/images_sf/effPsi2S2.png new file mode 100644 index 0000000..7ac4da9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/effPsi2S2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/effjpsi.png b/Kstarmumu_Run2/MassCalib/images_sf/effjpsi.png new file mode 100644 index 0000000..91b8004 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/effjpsi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/effjpsi2.png b/Kstarmumu_Run2/MassCalib/images_sf/effjpsi2.png new file mode 100644 index 0000000..cb10c68 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/effjpsi2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/espen1.png b/Kstarmumu_Run2/MassCalib/images_sf/espen1.png new file mode 100644 index 0000000..1cf559b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/espen1.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/espen2.png b/Kstarmumu_Run2/MassCalib/images_sf/espen2.png new file mode 100644 index 0000000..ed9a9b8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/espen2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/espen3.png b/Kstarmumu_Run2/MassCalib/images_sf/espen3.png new file mode 100644 index 0000000..419cc5f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/espen3.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/example.png b/Kstarmumu_Run2/MassCalib/images_sf/example.png new file mode 100644 index 0000000..b20063b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/example.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/example2.png b/Kstarmumu_Run2/MassCalib/images_sf/example2.png new file mode 100644 index 0000000..fa0013b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/example2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/getFromAFS.sh b/Kstarmumu_Run2/MassCalib/images_sf/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/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/Kstarmumu_Run2/MassCalib/images_sf/index.png b/Kstarmumu_Run2/MassCalib/images_sf/index.png new file mode 100644 index 0000000..f51cd9d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/index.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/lhcb-logo-bad.pdf b/Kstarmumu_Run2/MassCalib/images_sf/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/lhcb-logo-bad.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/lhcb-logo.pdf b/Kstarmumu_Run2/MassCalib/images_sf/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/lhcb-logo.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/lhcb-logo.svg b/Kstarmumu_Run2/MassCalib/images_sf/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf new file mode 100644 index 0000000..eac7396 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf new file mode 100644 index 0000000..6acce42 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf new file mode 100644 index 0000000..f6a4f8e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf new file mode 100644 index 0000000..a9d9d72 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf new file mode 100644 index 0000000..f8f3fdb --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf new file mode 100644 index 0000000..059e364 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..158a836 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf new file mode 100644 index 0000000..b126a38 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..219ee63 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6c822cc --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..0d830e1 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_IP_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_IP_OWNPV.png new file mode 100644 index 0000000..d983d8e --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_IP_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_IP_OWNPVlog.png new file mode 100644 index 0000000..d76333f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..77f097f --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..61e3129 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..2feab6a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..fa22e3c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ec52412 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..387bf17 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..90a18a3 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..7b4862b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_P.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_P.png new file mode 100644 index 0000000..2509154 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_P.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_PT.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_PT.png new file mode 100644 index 0000000..c8ed4ee --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_PTlog.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_PTlog.png new file mode 100644 index 0000000..13765e1 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_Plog.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_Plog.png new file mode 100644 index 0000000..2bab524 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_minus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..c7f94ad --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..8182f07 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_IP_OWNPV.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_IP_OWNPV.png new file mode 100644 index 0000000..bad8cc1 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_IP_OWNPVlog.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_IP_OWNPVlog.png new file mode 100644 index 0000000..4919b77 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..2fe5ef8 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..f7d7a3d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..3a4e241 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..746cf78 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..e92b494 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_P.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_P.png new file mode 100644 index 0000000..b1121bb --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_P.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_PT.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_PT.png new file mode 100644 index 0000000..bb58f05 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_PTlog.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_PTlog.png new file mode 100644 index 0000000..a237294 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_Plog.png b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_Plog.png new file mode 100644 index 0000000..46170cc --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/mu_plus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/nTracks.png b/Kstarmumu_Run2/MassCalib/images_sf/nTracks.png new file mode 100644 index 0000000..be10505 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/nTracks.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/nTrackslog.png b/Kstarmumu_Run2/MassCalib/images_sf/nTrackslog.png new file mode 100644 index 0000000..df17a6b --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/nTrackslog.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/nTracksw.png b/Kstarmumu_Run2/MassCalib/images_sf/nTracksw.png new file mode 100644 index 0000000..3503e19 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/nTracksw.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/phi_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/phi_LODiMuon.png new file mode 100644 index 0000000..6b63588 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/phi_LOMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/phi_LOMuon.png new file mode 100644 index 0000000..e77a3bd --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/phi_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/phi_q2_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/phi_q2_LODiMuon.png new file mode 100644 index 0000000..86a3741 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/phi_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/phi_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/phi_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..c170879 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/phi_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf b/Kstarmumu_Run2/MassCalib/images_sf/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf new file mode 100644 index 0000000..9756562 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf b/Kstarmumu_Run2/MassCalib/images_sf/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf new file mode 100644 index 0000000..ed858cb --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/MassCalib/images_sf/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..8769ce9 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf b/Kstarmumu_Run2/MassCalib/images_sf/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf new file mode 100644 index 0000000..fcf4b05 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/q2.png b/Kstarmumu_Run2/MassCalib/images_sf/q2.png new file mode 100644 index 0000000..79746ce --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/q2.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/q2PHSP.png b/Kstarmumu_Run2/MassCalib/images_sf/q2PHSP.png new file mode 100644 index 0000000..204a9c7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/q2PHSP.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/q2_LODiMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/q2_LODiMuon.png new file mode 100644 index 0000000..8f0ed59 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/q2_LOMuon.png b/Kstarmumu_Run2/MassCalib/images_sf/q2_LOMuon.png new file mode 100644 index 0000000..4bfb732 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/q2_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/q2d.pdf b/Kstarmumu_Run2/MassCalib/images_sf/q2d.pdf new file mode 100644 index 0000000..048d357 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/q2d.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/results_clas.pdf b/Kstarmumu_Run2/MassCalib/images_sf/results_clas.pdf new file mode 100644 index 0000000..4ba7df0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/results_clas.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/results_punz3.pdf b/Kstarmumu_Run2/MassCalib/images_sf/results_punz3.pdf new file mode 100644 index 0000000..2d7655d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/results_punz3.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/results_punz5.pdf b/Kstarmumu_Run2/MassCalib/images_sf/results_punz5.pdf new file mode 100644 index 0000000..213cc4c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/results_punz5.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/roc.png b/Kstarmumu_Run2/MassCalib/images_sf/roc.png new file mode 100644 index 0000000..4adacae --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/roc.png Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.1.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.1.pdf new file mode 100644 index 0000000..33e29e3 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.1.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.15.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.15.pdf new file mode 100644 index 0000000..c6296a4 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.15.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.2.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.2.pdf new file mode 100644 index 0000000..4ba3510 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.2.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.25.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.25.pdf new file mode 100644 index 0000000..f303f8a --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.25.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.3.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.3.pdf new file mode 100644 index 0000000..62a9748 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.3.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.35.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.35.pdf new file mode 100644 index 0000000..5392db4 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.35.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.4.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.4.pdf new file mode 100644 index 0000000..ea14eb6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.4.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.45.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.45.pdf new file mode 100644 index 0000000..a0ab636 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.45.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.5.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.5.pdf new file mode 100644 index 0000000..c7a4125 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.5.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.55.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.55.pdf new file mode 100644 index 0000000..85c0b33 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.55.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.6.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.6.pdf new file mode 100644 index 0000000..37ce9a6 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.6.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.65.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.65.pdf new file mode 100644 index 0000000..236f7ec --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.65.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.7.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.7.pdf new file mode 100644 index 0000000..5c75019 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.7.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.75.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.75.pdf new file mode 100644 index 0000000..db9fb23 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.75.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.8.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.8.pdf new file mode 100644 index 0000000..1fe9ef3 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.8.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.85.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.85.pdf new file mode 100644 index 0000000..5e69b9c --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.85.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.9.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.9.pdf new file mode 100644 index 0000000..4f1fa90 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.9.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.95.pdf b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.95.pdf new file mode 100644 index 0000000..c4399cc --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/sig_BDT_0.95.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/uzh-transp.pdf b/Kstarmumu_Run2/MassCalib/images_sf/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/uzh-transp.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/uzh.pdf b/Kstarmumu_Run2/MassCalib/images_sf/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/uzh.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/uzh_logo_e_pos.eps b/Kstarmumu_Run2/MassCalib/images_sf/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/uzh_logo_e_pos.eps Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/images_sf/uzh_logo_e_pos_gross.tif b/Kstarmumu_Run2/MassCalib/images_sf/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/images_sf/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/mchrzasz+mp.sh b/Kstarmumu_Run2/MassCalib/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Kstarmumu_Run2/MassCalib/mchrzasz-blx.bib b/Kstarmumu_Run2/MassCalib/mchrzasz-blx.bib new file mode 100644 index 0000000..fa04f16 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/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/Kstarmumu_Run2/MassCalib/mchrzasz.aux b/Kstarmumu_Run2/MassCalib/mchrzasz.aux new file mode 100644 index 0000000..fa20af0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/mchrzasz.aux @@ -0,0 +1,96 @@ +\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} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\pgfsyspdfmark {pgfid9}{0}{0} +\pgfsyspdfmark {pgfid10}{0}{0} +\HyPL@Entry{3<>} +\pgfsyspdfmark {pgfid11}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\pgfsyspdfmark {pgfid12}{0}{0} +\pgfsyspdfmark {pgfid13}{0}{0} +\HyPL@Entry{4<>} +\pgfsyspdfmark {pgfid14}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{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}{6}{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}{7}{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}{8}{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}{9}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}} +\pgfsyspdfmark {pgfid27}{0}{0} +\pgfsyspdfmark {pgfid28}{0}{0} +\HyPL@Entry{9<>} +\pgfsyspdfmark {pgfid30}{23867907}{17900937} +\pgfsyspdfmark {pgfid29}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}} +\pgfsyspdfmark {pgfid31}{0}{0} +\pgfsyspdfmark {pgfid32}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{10}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{10}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{10}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {10}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {9}}} diff --git a/Kstarmumu_Run2/MassCalib/mchrzasz.log b/Kstarmumu_Run2/MassCalib/mchrzasz.log new file mode 100644 index 0000000..5074493 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/mchrzasz.log @@ -0,0 +1,2525 @@ +This is XeTeX, Version 3.14159265-2.6-0.99992 (TeX Live 2015/Debian) (preloaded format=xelatex 2018.1.14) 25 MAR 2018 21:57 +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/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) + + +(/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. +))) +(./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 205. +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 211. +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 211. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 211. + + (/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 211. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 211. +LaTeX Font Info: Try loading font information for T3+cmr on input line 211. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 211. + +*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 211. + +(/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 211. +LaTeX Info: Redefining \pageref on input line 211. +LaTeX Info: Redefining \nameref on input line 211. + +(./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 211. + +*** 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 211. +Package biblatex Info: Reference segment=0 on input line 211. +(./mchrzasz.nav) +LaTeX Font Info: Try loading font information for OML+plm on input line 211. + + (/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 211 +. + +(/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 211 +. + +(/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 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 211. +LaTeX Font Info: Try loading font information for U+msa on input line 211. + +(/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 211. + +(/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 211. + +(/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=\count436 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <6> on input line 211. +\c__siunitx_mathtt_int=\count437 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 211 +. + +(/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) +) +File: images/lhcb-logo.pdf Graphic file (type QTm) + + +File: images/cern.png Graphic file (type QTm) + +LaTeX Font Info: Try loading font information for OT1+GilliusADF(0) on input + line 255. +LaTeX Font Info: No file OT1GilliusADF(0).fd. on input line 255. + + +LaTeX Font Warning: Font shape `OT1/GilliusADF(0)/m/n' undefined +(Font) using `OT1/cmr/m/n' instead on input line 255. + +File: images/bubble2.jpg Graphic file (type QTm) + +Overfull \vbox (9.8195pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 255. + +[1 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 267. + +[2 + +] +File: images/Jpsi_fit_data_2016.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 [] + +LaTeX Info: Redefining \HepProcess on input line 283. + +[3 + +] +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 300 +. + (/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/Jpsi_fit_MC_2016.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 [] + +LaTeX Info: Redefining \HepProcess on input line 300. + +[4 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 318. + +[5 + +] +File: images/KstarMuMu_0.1_0.98_2016.pdf Graphic file (type QTm) + +File: images/KstarMuMu_1.1_2.5_2016.pdf Graphic file (type QTm) + + +File: images/KstarMuMu_2.5_4_2016.pdf Graphic file (type QTm) + + +File: images/KstarMuMu_4_6_2016.pdf Graphic file (type QTm) + + +Overfull \vbox (10.6737pt too high) detected at line 334 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 334. + +[6 + +] +File: images/KstarMuMu_6_8_2016.pdf Graphic file (type QTm) + +File: images/KstarMuMu_11_12.5_2016.pdf Graphic file (type QTm) + + +File: images/KstarMuMu_15_17_2016.pdf Graphic file (type QTm) + + +File: images/KstarMuMu_17_19_2016.pdf Graphic file (type QTm) + + +Overfull \vbox (10.6737pt too high) detected at line 346 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 346. + +[7 + +] +File: images/S_factor_1GeV.pdf Graphic file (type QTm) + +File: images/S_factor_2GeV.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 [] + +LaTeX Info: Redefining \HepProcess on input line 356. + +[8 + +] +File: images/S_factor_2GeV_Run1.png Graphic file (type QTm) + +File: images/OLD.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 [] + +LaTeX Info: Redefining \HepProcess on input line 367. + +[9 + +] +\c@framenumberappendix=\count438 +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 385. + +[10 + +] +\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 389. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 389. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 389. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 389. + + +LaTeX Font Warning: Some font shapes were not available, defaults substituted. + +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 389. + ) +(\end occurred when \iftrue on line 211 was incomplete) +Here is how much of TeX's memory you used: + 51172 strings out of 493638 + 1017153 string characters out of 6146796 + 1301315 words of memory out of 5000000 + 53584 multiletter control sequences out of 15000+600000 + 29884 words of font info for 114 fonts, out of 8000000 for 9000 + 1328 hyphenation exceptions out of 8191 + 71i,17n,86p,10443b,1462s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (10 pages). diff --git a/Kstarmumu_Run2/MassCalib/mchrzasz.nav b/Kstarmumu_Run2/MassCalib/mchrzasz.nav new file mode 100644 index 0000000..4af2b04 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/mchrzasz.nav @@ -0,0 +1,27 @@ +\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/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}} +\headcommand {\beamer@framepages {6}{6}} +\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}} +\headcommand {\beamer@framepages {7}{7}} +\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}} +\headcommand {\beamer@framepages {8}{8}} +\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}} +\headcommand {\beamer@framepages {10}{10}} +\headcommand {\beamer@partpages {1}{10}} +\headcommand {\beamer@subsectionpages {1}{10}} +\headcommand {\beamer@sectionpages {1}{10}} +\headcommand {\beamer@documentpages {10}} +\headcommand {\def \inserttotalframenumber {9}} diff --git a/Kstarmumu_Run2/MassCalib/mchrzasz.out b/Kstarmumu_Run2/MassCalib/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/mchrzasz.out diff --git a/Kstarmumu_Run2/MassCalib/mchrzasz.pdf b/Kstarmumu_Run2/MassCalib/mchrzasz.pdf new file mode 100644 index 0000000..718fe56 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/mchrzasz.pdf Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/mchrzasz.run.xml b/Kstarmumu_Run2/MassCalib/mchrzasz.run.xml new file mode 100644 index 0000000..4d0e3ba --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/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/Kstarmumu_Run2/MassCalib/mchrzasz.snm b/Kstarmumu_Run2/MassCalib/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/mchrzasz.snm diff --git a/Kstarmumu_Run2/MassCalib/mchrzasz.synctex.gz b/Kstarmumu_Run2/MassCalib/mchrzasz.synctex.gz new file mode 100644 index 0000000..f6a79a0 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/mchrzasz.synctex.gz Binary files differ diff --git a/Kstarmumu_Run2/MassCalib/mchrzasz.tex b/Kstarmumu_Run2/MassCalib/mchrzasz.tex new file mode 100644 index 0000000..599035d --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/mchrzasz.tex @@ -0,0 +1,389 @@ +\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} +\usepackage{hepparticles} +% 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{\im}{\rm{Im}} +\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{{\rm Br}} + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} + +\author{ {M.Chrzaszcz} (CERN)} +\institute{UZH} +\title[Mass Calibration]{Mass Calibration} +\date{28 March 2018} + + +\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.75\textwidth} + \flushright\bfseries \Huge {Mass Calibration} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.23\textwidth} + % \hspace*{-1.cm} + \vspace*{-3mm} + \includegraphics[width=0.6\textwidth]{lhcb-logo} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-1.8em} { \Large Marcin Chrzaszcz\\\vspace{-0.1em} \vspace{-0.1em} } + +\end{column} +\begin{column}{0.53\textwidth} +\includegraphics[height=1.3cm]{cern} +\end{column} +\end{columns} +\vspace{0.2em} + + +\vspace{1em} + +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{$\PBzero \to \PKstar \Pmuon \APmuon$ meeting, CERN\\28 March 2018 +} +\end{center} +\end{frame} +} + + +\begin{frame}{Mass Calibration - why? } + +\ARROW In the fit for rare mode $\PBd \to \PKstar \Pmu \Pmu$ we cannot leave the mass shape floating as we do for $\PBd \to \PKstar \PJpsi$\\ +\ARROW To many free parameters!\\ +\ARROW We need to obtain the mass-shape from data: $\PBd \to \PKstar \PJpsi$\\ +\ARROW Than account for difference due kinematics. + + +\end{frame} + + +\begin{frame}{Mass Calibration -Procedure} + +\begin{itemize} +\item Perform fit (2CB)to data with $\PBd \to \PKstar \PJpsi$\\ +\begin{itemize} +\item After Preselection+BDT cut. +\end{itemize} +\end{itemize} +\begin{center} +\includegraphics[angle=-90,width=0.7\textwidth]{{images/Jpsi_fit_data_2016}.pdf} +\end{center} + + +\end{frame} + + + +\begin{frame}{Mass Calibration -Procedure 2} + +\begin{itemize} +\item Perform fit to MC with $\PBd \to \PKstar \Pmu \Pmu$ \texttt{FLATQ2} in $\PJpsi$ mass window. +\begin{itemize} +\item After Preselection+BDT cut. +\end{itemize} +\end{itemize} +\begin{center} +\includegraphics[angle=-90,width=0.7\textwidth]{{images/Jpsi_fit_MC_2016}.pdf} +\end{center} + + +\end{frame} + + + +\begin{frame}{Mass Calibration -Procedure 3} + +\begin{itemize} +\item We fix now all the parameters besides the widths of CB. +\item We parametrize the width: +\begin{equation} +\sigma^{\rm MC}_{q^2}= \sigma^{\rm MC}_{\PJpsi} \times S_{q^2} +\end{equation} +\item Only free parameters is the $S_{q^2}$. +\item To obtain the data prediction for given $q^2$ the $S_{q^2}$ is applied to signal pdf from $\PBd \to \PKstar \Pmu \Pmu$. +\end{itemize} + + + +\end{frame} + + + + + +\begin{frame}{Fits to MC} + +\begin{center} +\includegraphics[angle=-90,width=0.49\textwidth]{images/KstarMuMu_0.1_0.98_2016.pdf} +\includegraphics[angle=-90,width=0.49\textwidth]{images/KstarMuMu_1.1_2.5_2016.pdf}\\ +\includegraphics[angle=-90,width=0.49\textwidth]{images/KstarMuMu_2.5_4_2016.pdf} +\includegraphics[angle=-90,width=0.49\textwidth]{images/KstarMuMu_4_6_2016.pdf} + +\end{center} + +\end{frame} + +\begin{frame}{Fits to MC} + +\begin{center} +\includegraphics[angle=-90,width=0.49\textwidth]{images/KstarMuMu_6_8_2016.pdf} +\includegraphics[angle=-90,width=0.49\textwidth]{images/KstarMuMu_11_12.5_2016.pdf}\\ +\includegraphics[angle=-90,width=0.49\textwidth]{images/KstarMuMu_15_17_2016.pdf} +\includegraphics[angle=-90,width=0.49\textwidth]{images/KstarMuMu_17_19_2016.pdf} + +\end{center} + +\end{frame} + + +\begin{frame}{Scaling factor -results} + +\begin{center} +\includegraphics[angle=-90,width=0.49\textwidth]{images/S_factor_1GeV.pdf} +\includegraphics[angle=-90,width=0.49\textwidth]{images/S_factor_2GeV.pdf}\\ +\end{center} + +\end{frame} + +\begin{frame}{Scaling factor -crosscheck} +\ARROW This is the same procedure as was in Run1 analysis.\\ +\ARROW Let's repeat everything on Run1 S21 ntuples: + +\begin{center} +\includegraphics[width=0.49\textwidth]{images/S_factor_2GeV_Run1.png} +\includegraphics[width=0.49\textwidth]{images/OLD.pdf}\\ +\end{center} +\ARROW Quite compatible ;) +\end{frame} + + + + + + + + + + + + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/Kstarmumu_Run2/MassCalib/mchrzasz.toc b/Kstarmumu_Run2/MassCalib/mchrzasz.toc new file mode 100644 index 0000000..baf3b21 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/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/Kstarmumu_Run2/MassCalib/tikzfeynman.sty b/Kstarmumu_Run2/MassCalib/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/Kstarmumu_Run2/MassCalib/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}, +} + diff --git a/Kstarmumu_Run2/Preselection_Diff/Makefile b/Kstarmumu_Run2/Preselection_Diff/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/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/Kstarmumu_Run2/Preselection_Diff/beamercolorthemeFlip.sty b/Kstarmumu_Run2/Preselection_Diff/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/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/Kstarmumu_Run2/Preselection_Diff/beamerinnerthemeFlip.sty b/Kstarmumu_Run2/Preselection_Diff/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/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/Kstarmumu_Run2/Preselection_Diff/beamerouterthemeFlip.sty b/Kstarmumu_Run2/Preselection_Diff/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/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/Kstarmumu_Run2/Preselection_Diff/beamerouterthemedecolines.sty b/Kstarmumu_Run2/Preselection_Diff/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/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/Kstarmumu_Run2/Preselection_Diff/beamerthemeFlip.sty b/Kstarmumu_Run2/Preselection_Diff/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/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/Kstarmumu_Run2/Preselection_Diff/images/.DS_Store b/Kstarmumu_Run2/Preselection_Diff/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/.DS_Store Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMassCut_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMassCut_Pwave_Rez.png new file mode 100644 index 0000000..c9e4ed8 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMassCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMassCut_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMassCut_Pwave_fullq2.png new file mode 100644 index 0000000..356af2e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMassCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMassCut_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMassCut_SPDwave_Rez.png new file mode 100644 index 0000000..678d54d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMassCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMassCut_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMassCut_SPDwave_fullq2.png new file mode 100644 index 0000000..72d2ca6 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMassCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMass_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMass_Pwave_Rez.png new file mode 100644 index 0000000..2b97909 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMass_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMass_Pwave_fullq2.png new file mode 100644 index 0000000..746723b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMass_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMass_SPDwave_Rez.png new file mode 100644 index 0000000..b562aba --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMass_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70ca9b8 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_BsMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_BuToKMuMuMass_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_BuToKMuMuMass_Pwave_Rez.png new file mode 100644 index 0000000..3e38a6b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_BuToKMuMuMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_BuToKMuMuMass_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_BuToKMuMuMass_Pwave_fullq2.png new file mode 100644 index 0000000..fbe689a --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_BuToKMuMuMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_BuToKMuMuMass_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_BuToKMuMuMass_SPDwave_Rez.png new file mode 100644 index 0000000..1c6c416 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_BuToKMuMuMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_BuToKMuMuMass_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_BuToKMuMuMass_SPDwave_fullq2.png new file mode 100644 index 0000000..49be5a6 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_BuToKMuMuMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_DIRA_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_DIRA_OWNPV.png new file mode 100644 index 0000000..c6397a9 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_DIRA_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_DIRA_OWNPVlog.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_DIRA_OWNPVlog.png new file mode 100644 index 0000000..7efec12 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_DIRA_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..e32f3cc --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_ENDVERTEX_CHI2log.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_ENDVERTEX_CHI2log.png new file mode 100644 index 0000000..85052b9 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_ENDVERTEX_CHI2log.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_ENDVERTEX_CHI2w.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_ENDVERTEX_CHI2w.png new file mode 100644 index 0000000..19d596c --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_ENDVERTEX_CHI2w.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_FDCHI2_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_FDCHI2_OWNPV.png new file mode 100644 index 0000000..085e87f --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_FDCHI2_OWNPVlog.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_FDCHI2_OWNPVlog.png new file mode 100644 index 0000000..247136e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_FDCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_FD_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_FD_OWNPV.png new file mode 100644 index 0000000..b5440df --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_FD_OWNPVlog.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_FD_OWNPVlog.png new file mode 100644 index 0000000..d3237af --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_FD_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_IPCHI2_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_IPCHI2_OWNPV.png new file mode 100644 index 0000000..2f1e168 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..453a010 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_IP_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_IP_OWNPV.png new file mode 100644 index 0000000..41ee112 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_IP_OWNPVlog.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_IP_OWNPVlog.png new file mode 100644 index 0000000..4834cba --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png new file mode 100644 index 0000000..59f30ed --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png new file mode 100644 index 0000000..08abb7f --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png new file mode 100644 index 0000000..f2d9f49 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png new file mode 100644 index 0000000..00e9290 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2D_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2D_Pwave_Rez.png new file mode 100644 index 0000000..e5597d5 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2D_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png new file mode 100644 index 0000000..03666c6 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png new file mode 100644 index 0000000..0d8a9e5 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png new file mode 100644 index 0000000..6745c2d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..bd37781 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..683bc19 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..c4f09d8 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..a02fd24 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..af70172 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_LambdaB_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..86f7444 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..a5bf50d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..a77fb83 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..d0c3697 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..e8fe588 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_Lambda_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_PT.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_PT.png new file mode 100644 index 0000000..db45d4b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_PT.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_PTlog.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_PTlog.png new file mode 100644 index 0000000..52f0157 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_PTw.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_PTw.png new file mode 100644 index 0000000..297775d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_PTw.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_jpsiAngSep_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_jpsiAngSep_Pwave_Rez.png new file mode 100644 index 0000000..d72b782 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_jpsiAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_jpsiAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_jpsiAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..5fd4f53 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_jpsiAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_jpsiAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_jpsiAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..0fb392d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_jpsiAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_jpsiAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_jpsiAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4d8bcae --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_jpsiAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1323a96 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..1891bf9 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d60ad17 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..c0df945 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e8a8f7 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..ff36d63 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..e7b46f2 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..bab6fe6 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuswapMass_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuswapMass_Pwave_Rez.png new file mode 100644 index 0000000..6a50d79 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..4784d6a --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..df1d500 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..a28543e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kmuswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kpiswapMass_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kpiswapMass_Pwave_Rez.png new file mode 100644 index 0000000..59935f8 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kpiswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kpiswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kpiswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..871f485 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kpiswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kpiswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kpiswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..f7f7b73 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kpiswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kpiswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kpiswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70618aa --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kpiswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kstarAngSep_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kstarAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e90ae0 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kstarAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kstarAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kstarAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..49d2d82 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kstarAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kstarAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kstarAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d99d8c5 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kstarAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_kstarAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_kstarAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4913332 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_kstarAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..89e1b74 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..6b84c85 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..c1fbcb7 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..ff7d39c --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..da0d58f --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..a02b32b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..29d4996 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4f0cd7e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_pimuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png new file mode 100644 index 0000000..f830bdd --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png new file mode 100644 index 0000000..84f9dce --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png new file mode 100644 index 0000000..1a0a272 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png new file mode 100644 index 0000000..dfe815c --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png new file mode 100644 index 0000000..32c38da --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png new file mode 100644 index 0000000..15dbc08 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass2_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass2_Pwave_Rez.png new file mode 100644 index 0000000..fee86b2 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass2_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass2_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass2_Pwave_fullq2.png new file mode 100644 index 0000000..590aec9 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass2_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass2_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass2_SPDwave_Rez.png new file mode 100644 index 0000000..c5a053d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass2_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass2_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass2_SPDwave_fullq2.png new file mode 100644 index 0000000..472beaf --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass2_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass_Pwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass_Pwave_Rez.png new file mode 100644 index 0000000..924f4ac --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass_Pwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass_Pwave_fullq2.png new file mode 100644 index 0000000..2b67b3d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass_SPDwave_Rez.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass_SPDwave_Rez.png new file mode 100644 index 0000000..0ecea47 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..90b7821 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B0_swapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/BG_both.png b/Kstarmumu_Run2/Preselection_Diff/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/BG_both.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/BG_lower.png b/Kstarmumu_Run2/Preselection_Diff/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/BG_lower.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/BG_upper.png b/Kstarmumu_Run2/Preselection_Diff/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/BG_upper.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/BKGCAT10.pdf b/Kstarmumu_Run2/Preselection_Diff/images/BKGCAT10.pdf new file mode 100644 index 0000000..2371687 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/BKGCAT10.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/BKGCAT40MCMatch.pdf b/Kstarmumu_Run2/Preselection_Diff/images/BKGCAT40MCMatch.pdf new file mode 100644 index 0000000..cf0e7a8 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/BKGCAT40MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/BKGCAT50MCMatch.pdf b/Kstarmumu_Run2/Preselection_Diff/images/BKGCAT50MCMatch.pdf new file mode 100644 index 0000000..a303f08 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/BKGCAT50MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/BKGCAT_mctruthmatched.pdf b/Kstarmumu_Run2/Preselection_Diff/images/BKGCAT_mctruthmatched.pdf new file mode 100644 index 0000000..4b91793 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/BKGCAT_mctruthmatched.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B_DiraCos.png b/Kstarmumu_Run2/Preselection_Diff/images/B_DiraCos.png new file mode 100644 index 0000000..67fb43b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B_DiraCos.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/Preselection_Diff/images/B_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..fe897a1 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B_FDCHI2_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/B_FDCHI2_OWNPV.png new file mode 100644 index 0000000..f6f55c9 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B_FD_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/B_FD_OWNPV.png new file mode 100644 index 0000000..24052b6 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B_IPCHI2_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/B_IPCHI2_OWNPV.png new file mode 100644 index 0000000..d228b4b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B_IP_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/B_IP_OWNPV.png new file mode 100644 index 0000000..b5d6a0e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B_M.png b/Kstarmumu_Run2/Preselection_Diff/images/B_M.png new file mode 100644 index 0000000..a3b3649 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B_M.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B_P.png b/Kstarmumu_Run2/Preselection_Diff/images/B_P.png new file mode 100644 index 0000000..c12cb08 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B_P.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/B_PT.png b/Kstarmumu_Run2/Preselection_Diff/images/B_PT.png new file mode 100644 index 0000000..1097473 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/B_PT.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/J_psi_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/Preselection_Diff/images/J_psi_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..77b8619 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/J_psi_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/J_psi_FDCHI2_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/J_psi_FDCHI2_OWNPV.png new file mode 100644 index 0000000..2fbdc5f --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/J_psi_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/J_psi_FD_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/J_psi_FD_OWNPV.png new file mode 100644 index 0000000..49f8807 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/J_psi_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/J_psi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/J_psi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..4da4297 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/J_psi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/J_psi_IP_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/J_psi_IP_OWNPV.png new file mode 100644 index 0000000..923d1a4 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/J_psi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/J_psi_M.png b/Kstarmumu_Run2/Preselection_Diff/images/J_psi_M.png new file mode 100644 index 0000000..d7553fa --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/J_psi_M.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/J_psi_P.png b/Kstarmumu_Run2/Preselection_Diff/images/J_psi_P.png new file mode 100644 index 0000000..d6c55f3 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/J_psi_P.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Jpsi_fit_2015.png b/Kstarmumu_Run2/Preselection_Diff/images/Jpsi_fit_2015.png new file mode 100644 index 0000000..09a99c6 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Jpsi_fit_2015.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Jpsi_fit_2016.png b/Kstarmumu_Run2/Preselection_Diff/images/Jpsi_fit_2016.png new file mode 100644 index 0000000..fbdd709 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Jpsi_fit_2016.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Jpsi_fit_Run1.png b/Kstarmumu_Run2/Preselection_Diff/images/Jpsi_fit_Run1.png new file mode 100644 index 0000000..5834d00 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Jpsi_fit_Run1.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Jpsi_fit_Run1_IP.png b/Kstarmumu_Run2/Preselection_Diff/images/Jpsi_fit_Run1_IP.png new file mode 100644 index 0000000..396a41e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Jpsi_fit_Run1_IP.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_IPCHI2_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/K_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6d9aa63 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/Preselection_Diff/images/K_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..79722f6 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_IP_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/K_IP_OWNPV.png new file mode 100644 index 0000000..17d6d63 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_IP_OWNPVlog.png b/Kstarmumu_Run2/Preselection_Diff/images/K_IP_OWNPVlog.png new file mode 100644 index 0000000..14d6a78 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..0fee4e6 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..774b2e2 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..5e71a12 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..7458090 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..7b5b334 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..4aaddf1 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..265c34e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..3ca3672 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ecb920e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..099da67 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..91460aa --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..e26067e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c1f79dd --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_P.png b/Kstarmumu_Run2/Preselection_Diff/images/K_P.png new file mode 100644 index 0000000..41ba5ea --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_P.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_PIDK.png b/Kstarmumu_Run2/Preselection_Diff/images/K_PIDK.png new file mode 100644 index 0000000..3cc7c4e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_PIDKlog.png b/Kstarmumu_Run2/Preselection_Diff/images/K_PIDKlog.png new file mode 100644 index 0000000..ce1839f --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_PIDp.png b/Kstarmumu_Run2/Preselection_Diff/images/K_PIDp.png new file mode 100644 index 0000000..f6e1a21 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_PIDplog.png b/Kstarmumu_Run2/Preselection_Diff/images/K_PIDplog.png new file mode 100644 index 0000000..275c6be --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_PT.png b/Kstarmumu_Run2/Preselection_Diff/images/K_PT.png new file mode 100644 index 0000000..c4c6054 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_PT.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_PTlog.png b/Kstarmumu_Run2/Preselection_Diff/images/K_PTlog.png new file mode 100644 index 0000000..dfc6273 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/K_Plog.png b/Kstarmumu_Run2/Preselection_Diff/images/K_Plog.png new file mode 100644 index 0000000..ebafd6d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/K_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/MagDown_2011_slices.pdf b/Kstarmumu_Run2/Preselection_Diff/images/MagDown_2011_slices.pdf new file mode 100644 index 0000000..394ed63 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/MagDown_2011_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/PID.png b/Kstarmumu_Run2/Preselection_Diff/images/PID.png new file mode 100644 index 0000000..4ee1f13 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/PID.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/PID2.png b/Kstarmumu_Run2/Preselection_Diff/images/PID2.png new file mode 100644 index 0000000..7a2fcae --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/PID2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..de79226 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..ec77e40 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_IP_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_IP_OWNPV.png new file mode 100644 index 0000000..c14ef69 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_IP_OWNPVlog.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_IP_OWNPVlog.png new file mode 100644 index 0000000..47c7a14 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..83328a7 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..6097b2d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..2fba00a --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..a0f09e2 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..eeea066 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..aec0179 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..6772ee6 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..b87002a --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..8689c04 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..ea6f500 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..ecb007c --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..34262fc --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c853d3b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_P.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_P.png new file mode 100644 index 0000000..7f4783f --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_P.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_PIDK.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_PIDK.png new file mode 100644 index 0000000..94e91a8 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_PIDKlog.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_PIDKlog.png new file mode 100644 index 0000000..d192507 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_PIDp.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_PIDp.png new file mode 100644 index 0000000..702182e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_PIDplog.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_PIDplog.png new file mode 100644 index 0000000..f859eb6 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_PT.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_PT.png new file mode 100644 index 0000000..5aafe12 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_PT.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_PTlog.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_PTlog.png new file mode 100644 index 0000000..1fb4b32 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Pi_Plog.png b/Kstarmumu_Run2/Preselection_Diff/images/Pi_Plog.png new file mode 100644 index 0000000..b9af5ac --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Pi_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/ST_logo.gif b/Kstarmumu_Run2/Preselection_Diff/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/ST_logo.gif Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/ST_logo.png b/Kstarmumu_Run2/Preselection_Diff/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/ST_logo.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/ST_logosmall.gif b/Kstarmumu_Run2/Preselection_Diff/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/ST_logosmall.gif Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Z_rich_18.jpg b/Kstarmumu_Run2/Preselection_Diff/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Z_rich_18.jpg Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Z_rich_24.jpg b/Kstarmumu_Run2/Preselection_Diff/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Z_rich_24.jpg Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/Z_rich_30.jpg b/Kstarmumu_Run2/Preselection_Diff/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/Z_rich_30.jpg Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle/costhetak.png b/Kstarmumu_Run2/Preselection_Diff/images/angle/costhetak.png new file mode 100644 index 0000000..718d06e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle/costhetakn.png b/Kstarmumu_Run2/Preselection_Diff/images/angle/costhetakn.png new file mode 100644 index 0000000..2c1a11b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle/costhetal.png b/Kstarmumu_Run2/Preselection_Diff/images/angle/costhetal.png new file mode 100644 index 0000000..c04de76 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle/costhetaln.png b/Kstarmumu_Run2/Preselection_Diff/images/angle/costhetaln.png new file mode 100644 index 0000000..f66debd --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle/phi.png b/Kstarmumu_Run2/Preselection_Diff/images/angle/phi.png new file mode 100644 index 0000000..7c6bda0 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle/phi.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle/phin.png b/Kstarmumu_Run2/Preselection_Diff/images/angle/phin.png new file mode 100644 index 0000000..79a8ff3 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle/phin.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle/q2.png b/Kstarmumu_Run2/Preselection_Diff/images/angle/q2.png new file mode 100644 index 0000000..9c2b6ce --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle/q2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle/q2n.png b/Kstarmumu_Run2/Preselection_Diff/images/angle/q2n.png new file mode 100644 index 0000000..a40e906 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle2/costhetak.png b/Kstarmumu_Run2/Preselection_Diff/images/angle2/costhetak.png new file mode 100644 index 0000000..d43ed9d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle2/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle2/costhetakn.png b/Kstarmumu_Run2/Preselection_Diff/images/angle2/costhetakn.png new file mode 100644 index 0000000..95179d3 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle2/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle2/costhetal.png b/Kstarmumu_Run2/Preselection_Diff/images/angle2/costhetal.png new file mode 100644 index 0000000..f28b75b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle2/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle2/costhetaln.png b/Kstarmumu_Run2/Preselection_Diff/images/angle2/costhetaln.png new file mode 100644 index 0000000..850caae --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle2/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle2/phi.png b/Kstarmumu_Run2/Preselection_Diff/images/angle2/phi.png new file mode 100644 index 0000000..3d534c0 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle2/phi.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle2/phin.png b/Kstarmumu_Run2/Preselection_Diff/images/angle2/phin.png new file mode 100644 index 0000000..c408f8b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle2/phin.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle2/q2.png b/Kstarmumu_Run2/Preselection_Diff/images/angle2/q2.png new file mode 100644 index 0000000..36b9645 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle2/q2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle2/q2n.png b/Kstarmumu_Run2/Preselection_Diff/images/angle2/q2n.png new file mode 100644 index 0000000..6b474c5 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle2/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle3/costhetak.png b/Kstarmumu_Run2/Preselection_Diff/images/angle3/costhetak.png new file mode 100644 index 0000000..e9e1c7d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle3/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle3/costhetakn.png b/Kstarmumu_Run2/Preselection_Diff/images/angle3/costhetakn.png new file mode 100644 index 0000000..9346d34 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle3/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle3/costhetal.png b/Kstarmumu_Run2/Preselection_Diff/images/angle3/costhetal.png new file mode 100644 index 0000000..4a67f7f --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle3/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle3/costhetaln.png b/Kstarmumu_Run2/Preselection_Diff/images/angle3/costhetaln.png new file mode 100644 index 0000000..95bdeed --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle3/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle3/phi.png b/Kstarmumu_Run2/Preselection_Diff/images/angle3/phi.png new file mode 100644 index 0000000..b34f3d9 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle3/phi.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle3/phin.png b/Kstarmumu_Run2/Preselection_Diff/images/angle3/phin.png new file mode 100644 index 0000000..1a8d15d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle3/phin.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle3/q2.png b/Kstarmumu_Run2/Preselection_Diff/images/angle3/q2.png new file mode 100644 index 0000000..659e6ff --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle3/q2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle3/q2n.png b/Kstarmumu_Run2/Preselection_Diff/images/angle3/q2n.png new file mode 100644 index 0000000..84bf95c --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle3/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle4/costhetak.png b/Kstarmumu_Run2/Preselection_Diff/images/angle4/costhetak.png new file mode 100644 index 0000000..6136b2d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle4/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle4/costhetakn.png b/Kstarmumu_Run2/Preselection_Diff/images/angle4/costhetakn.png new file mode 100644 index 0000000..ca4ed48 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle4/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle4/costhetal.png b/Kstarmumu_Run2/Preselection_Diff/images/angle4/costhetal.png new file mode 100644 index 0000000..67680ba --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle4/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle4/costhetaln.png b/Kstarmumu_Run2/Preselection_Diff/images/angle4/costhetaln.png new file mode 100644 index 0000000..1ecc818 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle4/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle4/phi.png b/Kstarmumu_Run2/Preselection_Diff/images/angle4/phi.png new file mode 100644 index 0000000..583e8d4 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle4/phi.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle4/phin.png b/Kstarmumu_Run2/Preselection_Diff/images/angle4/phin.png new file mode 100644 index 0000000..0b8f938 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle4/phin.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle4/q2.png b/Kstarmumu_Run2/Preselection_Diff/images/angle4/q2.png new file mode 100644 index 0000000..53f122b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle4/q2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/angle4/q2n.png b/Kstarmumu_Run2/Preselection_Diff/images/angle4/q2n.png new file mode 100644 index 0000000..303a30c --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/angle4/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/bubble2.jpg b/Kstarmumu_Run2/Preselection_Diff/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/bubble2.jpg Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/cern.png b/Kstarmumu_Run2/Preselection_Diff/images/cern.png new file mode 100644 index 0000000..b1d077c --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/cern.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetak.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetak.png new file mode 100644 index 0000000..047c609 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetak_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetak_LODiMuon.png new file mode 100644 index 0000000..56f2ec0 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetak_LOMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetak_LOMuon.png new file mode 100644 index 0000000..f37fc36 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetak_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetak_phi_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetak_phi_LODiMuon.png new file mode 100644 index 0000000..8bd7676 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetak_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetak_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetak_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..fe60377 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetak_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetak_q2_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetak_q2_LODiMuon.png new file mode 100644 index 0000000..a869c18 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetak_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetak_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetak_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..84d7ccf --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetak_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetal_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_LODiMuon.png new file mode 100644 index 0000000..43d8a3c --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetal_LOMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_LOMuon.png new file mode 100644 index 0000000..c7b4390 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetal_costhetak_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_costhetak_LODiMuon.png new file mode 100644 index 0000000..735025b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetal_costhetak_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_costhetak_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..982e942 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_costhetak_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetal_phi_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_phi_LODiMuon.png new file mode 100644 index 0000000..e8fc911 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetal_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..9140621 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetal_q2_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_q2_LODiMuon.png new file mode 100644 index 0000000..e08bc7a --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/costhetal_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..89bb80a --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/costhetal_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/d.png b/Kstarmumu_Run2/Preselection_Diff/images/d.png new file mode 100644 index 0000000..4cb7f24 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/d.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/derotate.sh b/Kstarmumu_Run2/Preselection_Diff/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/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/Kstarmumu_Run2/Preselection_Diff/images/dirac.png b/Kstarmumu_Run2/Preselection_Diff/images/dirac.png new file mode 100644 index 0000000..6757d18 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/dirac.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/distr_pipt.pdf b/Kstarmumu_Run2/Preselection_Diff/images/distr_pipt.pdf new file mode 100644 index 0000000..83f1be7 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/distr_pipt.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/effPsi2S.png b/Kstarmumu_Run2/Preselection_Diff/images/effPsi2S.png new file mode 100644 index 0000000..e683700 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/effPsi2S.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/effPsi2S2.png b/Kstarmumu_Run2/Preselection_Diff/images/effPsi2S2.png new file mode 100644 index 0000000..7ac4da9 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/effPsi2S2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/effjpsi.png b/Kstarmumu_Run2/Preselection_Diff/images/effjpsi.png new file mode 100644 index 0000000..91b8004 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/effjpsi.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/effjpsi2.png b/Kstarmumu_Run2/Preselection_Diff/images/effjpsi2.png new file mode 100644 index 0000000..cb10c68 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/effjpsi2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/espen1.png b/Kstarmumu_Run2/Preselection_Diff/images/espen1.png new file mode 100644 index 0000000..1cf559b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/espen1.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/espen2.png b/Kstarmumu_Run2/Preselection_Diff/images/espen2.png new file mode 100644 index 0000000..ed9a9b8 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/espen2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/espen3.png b/Kstarmumu_Run2/Preselection_Diff/images/espen3.png new file mode 100644 index 0000000..419cc5f --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/espen3.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/example.png b/Kstarmumu_Run2/Preselection_Diff/images/example.png new file mode 100644 index 0000000..b20063b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/example.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/example2.png b/Kstarmumu_Run2/Preselection_Diff/images/example2.png new file mode 100644 index 0000000..fa0013b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/example2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/getFromAFS.sh b/Kstarmumu_Run2/Preselection_Diff/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/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/Kstarmumu_Run2/Preselection_Diff/images/index.png b/Kstarmumu_Run2/Preselection_Diff/images/index.png new file mode 100644 index 0000000..f51cd9d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/index.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/lhcb-logo-bad.pdf b/Kstarmumu_Run2/Preselection_Diff/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/lhcb-logo.pdf b/Kstarmumu_Run2/Preselection_Diff/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/lhcb-logo.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/lhcb-logo.svg b/Kstarmumu_Run2/Preselection_Diff/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf new file mode 100644 index 0000000..eac7396 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf new file mode 100644 index 0000000..6acce42 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf new file mode 100644 index 0000000..f6a4f8e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf new file mode 100644 index 0000000..a9d9d72 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf new file mode 100644 index 0000000..f8f3fdb --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf new file mode 100644 index 0000000..059e364 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..158a836 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf new file mode 100644 index 0000000..b126a38 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..219ee63 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6c822cc --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..0d830e1 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_IP_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_IP_OWNPV.png new file mode 100644 index 0000000..d983d8e --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_IP_OWNPVlog.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_IP_OWNPVlog.png new file mode 100644 index 0000000..d76333f --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..77f097f --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..61e3129 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..2feab6a --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..fa22e3c --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ec52412 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..387bf17 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..90a18a3 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..7b4862b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_P.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_P.png new file mode 100644 index 0000000..2509154 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_P.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_PT.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_PT.png new file mode 100644 index 0000000..c8ed4ee --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_PTlog.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_PTlog.png new file mode 100644 index 0000000..13765e1 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_Plog.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_Plog.png new file mode 100644 index 0000000..2bab524 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_minus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..c7f94ad --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..8182f07 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_IP_OWNPV.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_IP_OWNPV.png new file mode 100644 index 0000000..bad8cc1 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_IP_OWNPVlog.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_IP_OWNPVlog.png new file mode 100644 index 0000000..4919b77 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..2fe5ef8 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..f7d7a3d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..3a4e241 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..746cf78 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..e92b494 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_P.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_P.png new file mode 100644 index 0000000..b1121bb --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_P.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_PT.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_PT.png new file mode 100644 index 0000000..bb58f05 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_PTlog.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_PTlog.png new file mode 100644 index 0000000..a237294 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_Plog.png b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_Plog.png new file mode 100644 index 0000000..46170cc --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/mu_plus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/nTracks.png b/Kstarmumu_Run2/Preselection_Diff/images/nTracks.png new file mode 100644 index 0000000..be10505 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/nTracks.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/nTrackslog.png b/Kstarmumu_Run2/Preselection_Diff/images/nTrackslog.png new file mode 100644 index 0000000..df17a6b --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/nTrackslog.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/nTracksw.png b/Kstarmumu_Run2/Preselection_Diff/images/nTracksw.png new file mode 100644 index 0000000..3503e19 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/nTracksw.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/phi_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/phi_LODiMuon.png new file mode 100644 index 0000000..6b63588 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/phi_LOMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/phi_LOMuon.png new file mode 100644 index 0000000..e77a3bd --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/phi_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/phi_q2_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/phi_q2_LODiMuon.png new file mode 100644 index 0000000..86a3741 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/phi_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/phi_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/phi_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..c170879 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/phi_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf b/Kstarmumu_Run2/Preselection_Diff/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf new file mode 100644 index 0000000..9756562 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf b/Kstarmumu_Run2/Preselection_Diff/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf new file mode 100644 index 0000000..ed858cb --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/Preselection_Diff/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..8769ce9 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf b/Kstarmumu_Run2/Preselection_Diff/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf new file mode 100644 index 0000000..fcf4b05 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/q2.png b/Kstarmumu_Run2/Preselection_Diff/images/q2.png new file mode 100644 index 0000000..79746ce --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/q2.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/q2PHSP.png b/Kstarmumu_Run2/Preselection_Diff/images/q2PHSP.png new file mode 100644 index 0000000..204a9c7 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/q2PHSP.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/q2_LODiMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/q2_LODiMuon.png new file mode 100644 index 0000000..8f0ed59 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/q2_LOMuon.png b/Kstarmumu_Run2/Preselection_Diff/images/q2_LOMuon.png new file mode 100644 index 0000000..4bfb732 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/q2_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/q2d.pdf b/Kstarmumu_Run2/Preselection_Diff/images/q2d.pdf new file mode 100644 index 0000000..048d357 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/q2d.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/roc.png b/Kstarmumu_Run2/Preselection_Diff/images/roc.png new file mode 100644 index 0000000..4adacae --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/roc.png Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/uzh-transp.pdf b/Kstarmumu_Run2/Preselection_Diff/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/uzh-transp.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/uzh.pdf b/Kstarmumu_Run2/Preselection_Diff/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/uzh.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/uzh_logo_e_pos.eps b/Kstarmumu_Run2/Preselection_Diff/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/images/uzh_logo_e_pos_gross.tif b/Kstarmumu_Run2/Preselection_Diff/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/mchrzasz+mp.sh b/Kstarmumu_Run2/Preselection_Diff/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Kstarmumu_Run2/Preselection_Diff/mchrzasz-blx.bib b/Kstarmumu_Run2/Preselection_Diff/mchrzasz-blx.bib new file mode 100644 index 0000000..fa04f16 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/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/Kstarmumu_Run2/Preselection_Diff/mchrzasz.aux b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.aux new file mode 100644 index 0000000..98d16d2 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.aux @@ -0,0 +1,78 @@ +\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} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\pgfsyspdfmark {pgfid9}{0}{0} +\pgfsyspdfmark {pgfid10}{0}{0} +\HyPL@Entry{3<>} +\pgfsyspdfmark {pgfid11}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\pgfsyspdfmark {pgfid12}{0}{0} +\pgfsyspdfmark {pgfid13}{0}{0} +\HyPL@Entry{4<>} +\pgfsyspdfmark {pgfid14}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{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}{6}{6/6}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}} +\pgfsyspdfmark {pgfid18}{0}{0} +\pgfsyspdfmark {pgfid19}{0}{0} +\HyPL@Entry{6<>} +\pgfsyspdfmark {pgfid21}{23867907}{17900937} +\pgfsyspdfmark {pgfid20}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}} +\pgfsyspdfmark {pgfid22}{0}{0} +\pgfsyspdfmark {pgfid23}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{7}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{7}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{7}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {7}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {6}}} diff --git a/Kstarmumu_Run2/Preselection_Diff/mchrzasz.log b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.log new file mode 100644 index 0000000..40d1486 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.log @@ -0,0 +1,2454 @@ +This is XeTeX, Version 3.14159265-2.6-0.99992 (TeX Live 2015/Debian) (preloaded format=xelatex 2018.1.14) 17 JAN 2018 10:17 +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/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) + + +(/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. +))) +(./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 205. +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 211. +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 211. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 211. + + (/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 211. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 211. +LaTeX Font Info: Try loading font information for T3+cmr on input line 211. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 211. + +*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 211. + +(/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 211. +LaTeX Info: Redefining \pageref on input line 211. +LaTeX Info: Redefining \nameref on input line 211. + +(./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 211. + +*** 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 211. +Package biblatex Info: Reference segment=0 on input line 211. +(./mchrzasz.nav) +LaTeX Font Info: Try loading font information for OML+plm on input line 211. + + (/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 211 +. + +(/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 211 +. + +(/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 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 211. +LaTeX Font Info: Try loading font information for U+msa on input line 211. + +(/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 211. + +(/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 211. + +(/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=\count436 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 211. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <6> on input line 211. +\c__siunitx_mathtt_int=\count437 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 211 +. + +(/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) +) +File: images/lhcb-logo.pdf Graphic file (type QTm) + + +File: images/cern.png Graphic file (type QTm) + +LaTeX Font Info: Try loading font information for OT1+GilliusADF(0) on input + line 254. +LaTeX Font Info: No file OT1GilliusADF(0).fd. on input line 254. + + +LaTeX Font Warning: Font shape `OT1/GilliusADF(0)/m/n' undefined +(Font) using `OT1/cmr/m/n' instead on input line 254. + +File: images/bubble2.jpg Graphic file (type QTm) + +Overfull \vbox (9.8195pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 254. + +[1 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 276. + +[2 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 293. + +[3 + +] +LaTeX Font Info: External font `plex10' loaded for size +(Font) <14.4> on input line 309. +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 309. + +[4 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 324. + +[5 + +] +File: images/costhetak.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 [] + +LaTeX Info: Redefining \HepProcess on input line 348. + +[6 + +] +\c@framenumberappendix=\count438 +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 357. + +[7 + +] +\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 361. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 361. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 361. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 361. + + +LaTeX Font Warning: Some font shapes were not available, defaults substituted. + +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 361. + ) +(\end occurred when \iftrue on line 211 was incomplete) +Here is how much of TeX's memory you used: + 51038 strings out of 493638 + 1013609 string characters out of 6146796 + 1301343 words of memory out of 5000000 + 53461 multiletter control sequences out of 15000+600000 + 34085 words of font info for 127 fonts, out of 8000000 for 9000 + 1328 hyphenation exceptions out of 8191 + 71i,17n,86p,10443b,1453s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (7 pages). diff --git a/Kstarmumu_Run2/Preselection_Diff/mchrzasz.nav b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.nav new file mode 100644 index 0000000..02576ff --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.nav @@ -0,0 +1,21 @@ +\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/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}} +\headcommand {\beamer@framepages {6}{6}} +\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}} +\headcommand {\beamer@framepages {7}{7}} +\headcommand {\beamer@partpages {1}{7}} +\headcommand {\beamer@subsectionpages {1}{7}} +\headcommand {\beamer@sectionpages {1}{7}} +\headcommand {\beamer@documentpages {7}} +\headcommand {\def \inserttotalframenumber {6}} diff --git a/Kstarmumu_Run2/Preselection_Diff/mchrzasz.out b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.out diff --git a/Kstarmumu_Run2/Preselection_Diff/mchrzasz.pdf b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.pdf new file mode 100644 index 0000000..d1ee29f --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.pdf Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/mchrzasz.run.xml b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.run.xml new file mode 100644 index 0000000..4d0e3ba --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/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/Kstarmumu_Run2/Preselection_Diff/mchrzasz.snm b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.snm diff --git a/Kstarmumu_Run2/Preselection_Diff/mchrzasz.synctex.gz b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.synctex.gz new file mode 100644 index 0000000..d37a857 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.synctex.gz Binary files differ diff --git a/Kstarmumu_Run2/Preselection_Diff/mchrzasz.tex b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.tex new file mode 100644 index 0000000..fbb0469 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.tex @@ -0,0 +1,361 @@ +\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} +\usepackage{hepparticles} +% 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{\im}{\rm{Im}} +\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{{\rm Br}} + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} + +\author{ {M.Chrzaszcz} (CERN)} +\institute{UZH} +\title[Run1 vs Run2 in preselection]{Run1 vs Run2 in preselection} +\date{14 January 2018} + + +\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.75\textwidth} + \flushright\bfseries \Huge {Run1 vs Run2 in preselection} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.23\textwidth} + % \hspace*{-1.cm} + \vspace*{-3mm} + \includegraphics[width=0.6\textwidth]{lhcb-logo} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-1.8em} { \Large Marcin Chrzaszcz\\\vspace{-0.1em} \vspace{-0.1em} } + +\end{column} +\begin{column}{0.53\textwidth} +\includegraphics[height=1.3cm]{cern} +\end{column} +\end{columns} +\vspace{0.2em} + + +\vspace{1em} + +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{$\PBzero \to \PKstar \Pmuon \APmuon$ meeting, CERN\\ January 14, 2018} +\end{center} +\end{frame} +} + + + +\begin{frame}{Angle} + +\begin{center} +\begin{tabular}{c|c} +Eluned & Marcin\\ \hline \hline +Angle(h,h')>0.001 & Angle(h,h')>0.001 \\ +Angle(l,l')>0.001 & Angle(l,l')>0.001 \\ +~& Angle(l,h)>0.001 \\ +\hline +DIRA>0.99995 & DIRA>0.9999 \\ + +\end{tabular} +\end{center} + + + + +\end{frame} + + + +\begin{frame}{Vertex Chi2} + +\begin{center} +\begin{tabular}{c|c} +Eluned & Marcin\\ \hline \hline +B VTXCHI2/NDOF < 5 & B VTXCHI2/NDOF < 6\\ +~ & Jpsi VTXCHI2/NDOF < 12\\ +~ & Kstar VTXCHI2/NDOF < 12\\ +\hline +\end{tabular} +\end{center} + + +\end{frame} + +\begin{frame}{$\Lambda_b$ VETO} + +\begin{center} +\begin{tabular}{c|c} +Eluned & Marcin\\ \hline \hline +$m_{p K\mu\mu} \in [5575, 5665]$ & $m_{p K\mu\mu} \in [5575, 5665]$\\ +$pi\_PIDp>0$ & $pi\_PIDp>15$\\ +$k\_PIDp>0$ & $k\_PIDp>10$\\ +\hline +\end{tabular} +\end{center} + + + +\end{frame} + + +\begin{frame}{Track} + +\begin{center} +\begin{tabular}{c|c} +Eluned & Marcin\\ \hline \hline +~ & $\theta \in [0,400]$\\ +~ & CloneDist<0\\ + +\hline +\end{tabular} +\end{center} + +\end{frame} + +\iffalse + +\begin{frame}{Splots} + +\begin{center} +Run1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~2016\\ +\includegraphics[width=0.45\textwidth]{{images/Jpsi_fit_Run1}.png} +\includegraphics[width=0.45\textwidth]{{images/Jpsi_fit_2016}.png} + + +\end{center} + +\end{frame} +\fi +\begin{frame}{Splots} + +\begin{center} +\includegraphics[width=0.95\textwidth]{{images/costhetak}.png} + + +\end{center} + +\end{frame} + + + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/Kstarmumu_Run2/Preselection_Diff/mchrzasz.toc b/Kstarmumu_Run2/Preselection_Diff/mchrzasz.toc new file mode 100644 index 0000000..baf3b21 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/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/Kstarmumu_Run2/Preselection_Diff/tikzfeynman.sty b/Kstarmumu_Run2/Preselection_Diff/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/Kstarmumu_Run2/Preselection_Diff/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}, +} + diff --git a/Kstarmumu_Run2/SelectionFINAL.tar.gz b/Kstarmumu_Run2/SelectionFINAL.tar.gz new file mode 100644 index 0000000..53a2d3f --- /dev/null +++ b/Kstarmumu_Run2/SelectionFINAL.tar.gz Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/Makefile b/Kstarmumu_Run2/TISTOSbug/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/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/Kstarmumu_Run2/TISTOSbug/beamercolorthemeFlip.sty b/Kstarmumu_Run2/TISTOSbug/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/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/Kstarmumu_Run2/TISTOSbug/beamerinnerthemeFlip.sty b/Kstarmumu_Run2/TISTOSbug/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/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/Kstarmumu_Run2/TISTOSbug/beamerouterthemeFlip.sty b/Kstarmumu_Run2/TISTOSbug/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/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/Kstarmumu_Run2/TISTOSbug/beamerouterthemedecolines.sty b/Kstarmumu_Run2/TISTOSbug/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/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/Kstarmumu_Run2/TISTOSbug/beamerthemeFlip.sty b/Kstarmumu_Run2/TISTOSbug/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/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/Kstarmumu_Run2/TISTOSbug/images/.DS_Store b/Kstarmumu_Run2/TISTOSbug/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/.DS_Store Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_BsMassCut_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMassCut_Pwave_Rez.png new file mode 100644 index 0000000..c9e4ed8 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMassCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_BsMassCut_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMassCut_Pwave_fullq2.png new file mode 100644 index 0000000..356af2e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMassCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_BsMassCut_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMassCut_SPDwave_Rez.png new file mode 100644 index 0000000..678d54d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMassCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_BsMassCut_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMassCut_SPDwave_fullq2.png new file mode 100644 index 0000000..72d2ca6 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMassCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_BsMass_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMass_Pwave_Rez.png new file mode 100644 index 0000000..2b97909 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_BsMass_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMass_Pwave_fullq2.png new file mode 100644 index 0000000..746723b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_BsMass_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMass_SPDwave_Rez.png new file mode 100644 index 0000000..b562aba --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_BsMass_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70ca9b8 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_BsMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_BuToKMuMuMass_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_BuToKMuMuMass_Pwave_Rez.png new file mode 100644 index 0000000..3e38a6b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_BuToKMuMuMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_BuToKMuMuMass_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_BuToKMuMuMass_Pwave_fullq2.png new file mode 100644 index 0000000..fbe689a --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_BuToKMuMuMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_BuToKMuMuMass_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_BuToKMuMuMass_SPDwave_Rez.png new file mode 100644 index 0000000..1c6c416 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_BuToKMuMuMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_BuToKMuMuMass_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_BuToKMuMuMass_SPDwave_fullq2.png new file mode 100644 index 0000000..49be5a6 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_BuToKMuMuMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_DIRA_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/B0_DIRA_OWNPV.png new file mode 100644 index 0000000..c6397a9 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_DIRA_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_DIRA_OWNPVlog.png b/Kstarmumu_Run2/TISTOSbug/images/B0_DIRA_OWNPVlog.png new file mode 100644 index 0000000..7efec12 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_DIRA_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..e32f3cc --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_ENDVERTEX_CHI2log.png b/Kstarmumu_Run2/TISTOSbug/images/B0_ENDVERTEX_CHI2log.png new file mode 100644 index 0000000..85052b9 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_ENDVERTEX_CHI2log.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_ENDVERTEX_CHI2w.png b/Kstarmumu_Run2/TISTOSbug/images/B0_ENDVERTEX_CHI2w.png new file mode 100644 index 0000000..19d596c --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_ENDVERTEX_CHI2w.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_FDCHI2_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/B0_FDCHI2_OWNPV.png new file mode 100644 index 0000000..085e87f --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_FDCHI2_OWNPVlog.png b/Kstarmumu_Run2/TISTOSbug/images/B0_FDCHI2_OWNPVlog.png new file mode 100644 index 0000000..247136e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_FDCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_FD_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/B0_FD_OWNPV.png new file mode 100644 index 0000000..b5440df --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_FD_OWNPVlog.png b/Kstarmumu_Run2/TISTOSbug/images/B0_FD_OWNPVlog.png new file mode 100644 index 0000000..d3237af --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_FD_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_IPCHI2_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/B0_IPCHI2_OWNPV.png new file mode 100644 index 0000000..2f1e168 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/TISTOSbug/images/B0_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..453a010 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_IP_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/B0_IP_OWNPV.png new file mode 100644 index 0000000..41ee112 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_IP_OWNPVlog.png b/Kstarmumu_Run2/TISTOSbug/images/B0_IP_OWNPVlog.png new file mode 100644 index 0000000..4834cba --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png new file mode 100644 index 0000000..59f30ed --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2DCut_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png new file mode 100644 index 0000000..08abb7f --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png new file mode 100644 index 0000000..f2d9f49 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2DCut_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png new file mode 100644 index 0000000..00e9290 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2D_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2D_Pwave_Rez.png new file mode 100644 index 0000000..e5597d5 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2D_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png new file mode 100644 index 0000000..03666c6 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2D_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png new file mode 100644 index 0000000..0d8a9e5 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2D_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png new file mode 100644 index 0000000..6745c2d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..bd37781 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..683bc19 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..c4f09d8 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..a02fd24 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..af70172 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_LambdaB_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_Pwave_NonRez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_Pwave_NonRez.png new file mode 100644 index 0000000..86f7444 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_Pwave_NonRez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_Pwave_Rez.png new file mode 100644 index 0000000..a5bf50d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_Pwave_fullq2.png new file mode 100644 index 0000000..a77fb83 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_SPDwave_Rez.png new file mode 100644 index 0000000..d0c3697 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_SPDwave_fullq2.png new file mode 100644 index 0000000..e8fe588 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_Lambda_M_pK_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_PT.png b/Kstarmumu_Run2/TISTOSbug/images/B0_PT.png new file mode 100644 index 0000000..db45d4b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_PT.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_PTlog.png b/Kstarmumu_Run2/TISTOSbug/images/B0_PTlog.png new file mode 100644 index 0000000..52f0157 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_PTw.png b/Kstarmumu_Run2/TISTOSbug/images/B0_PTw.png new file mode 100644 index 0000000..297775d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_PTw.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_jpsiAngSep_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_jpsiAngSep_Pwave_Rez.png new file mode 100644 index 0000000..d72b782 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_jpsiAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_jpsiAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_jpsiAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..5fd4f53 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_jpsiAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_jpsiAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_jpsiAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..0fb392d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_jpsiAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_jpsiAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_jpsiAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4d8bcae --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_jpsiAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kmuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1323a96 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kmuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..1891bf9 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kmuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d60ad17 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kmuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..c0df945 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kmuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e8a8f7 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kmuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..ff36d63 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kmuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..e7b46f2 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kmuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..bab6fe6 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kmuswapMass_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuswapMass_Pwave_Rez.png new file mode 100644 index 0000000..6a50d79 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kmuswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..4784d6a --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kmuswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..df1d500 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kmuswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..a28543e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kmuswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kpiswapMass_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kpiswapMass_Pwave_Rez.png new file mode 100644 index 0000000..59935f8 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kpiswapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kpiswapMass_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kpiswapMass_Pwave_fullq2.png new file mode 100644 index 0000000..871f485 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kpiswapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kpiswapMass_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kpiswapMass_SPDwave_Rez.png new file mode 100644 index 0000000..f7f7b73 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kpiswapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kpiswapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kpiswapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..70618aa --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kpiswapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kstarAngSep_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kstarAngSep_Pwave_Rez.png new file mode 100644 index 0000000..1e90ae0 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kstarAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kstarAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kstarAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..49d2d82 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kstarAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kstarAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kstarAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..d99d8c5 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kstarAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_kstarAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_kstarAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4913332 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_kstarAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_pimuminAngSep_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuminAngSep_Pwave_Rez.png new file mode 100644 index 0000000..89e1b74 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuminAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_pimuminAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuminAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..6b84c85 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuminAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_pimuminAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuminAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..c1fbcb7 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuminAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_pimuminAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuminAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..ff7d39c --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuminAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_pimuplusAngSep_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuplusAngSep_Pwave_Rez.png new file mode 100644 index 0000000..da0d58f --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuplusAngSep_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_pimuplusAngSep_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuplusAngSep_Pwave_fullq2.png new file mode 100644 index 0000000..a02b32b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuplusAngSep_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_pimuplusAngSep_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuplusAngSep_SPDwave_Rez.png new file mode 100644 index 0000000..29d4996 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuplusAngSep_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_pimuplusAngSep_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuplusAngSep_SPDwave_fullq2.png new file mode 100644 index 0000000..4f0cd7e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_pimuplusAngSep_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png b/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png new file mode 100644 index 0000000..f830bdd --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png b/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png new file mode 100644 index 0000000..84f9dce --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDFIRSTVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png b/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png new file mode 100644 index 0000000..1a0a272 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDSECONDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png b/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png new file mode 100644 index 0000000..dfe815c --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDSECONDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png b/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png new file mode 100644 index 0000000..32c38da --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUE.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png b/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png new file mode 100644 index 0000000..15dbc08 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_relinfo_VTXISOBDTHARDTHIRDVALUElog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass2_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass2_Pwave_Rez.png new file mode 100644 index 0000000..fee86b2 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass2_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass2_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass2_Pwave_fullq2.png new file mode 100644 index 0000000..590aec9 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass2_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass2_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass2_SPDwave_Rez.png new file mode 100644 index 0000000..c5a053d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass2_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass2_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass2_SPDwave_fullq2.png new file mode 100644 index 0000000..472beaf --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass2_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass_Pwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass_Pwave_Rez.png new file mode 100644 index 0000000..924f4ac --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass_Pwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass_Pwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass_Pwave_fullq2.png new file mode 100644 index 0000000..2b67b3d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass_Pwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass_SPDwave_Rez.png b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass_SPDwave_Rez.png new file mode 100644 index 0000000..0ecea47 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass_SPDwave_Rez.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass_SPDwave_fullq2.png b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass_SPDwave_fullq2.png new file mode 100644 index 0000000..90b7821 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B0_swapMass_SPDwave_fullq2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/BG_both.png b/Kstarmumu_Run2/TISTOSbug/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/BG_both.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/BG_lower.png b/Kstarmumu_Run2/TISTOSbug/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/BG_lower.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/BG_upper.png b/Kstarmumu_Run2/TISTOSbug/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/BG_upper.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/BKGCAT10.pdf b/Kstarmumu_Run2/TISTOSbug/images/BKGCAT10.pdf new file mode 100644 index 0000000..2371687 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/BKGCAT10.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/BKGCAT40MCMatch.pdf b/Kstarmumu_Run2/TISTOSbug/images/BKGCAT40MCMatch.pdf new file mode 100644 index 0000000..cf0e7a8 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/BKGCAT40MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/BKGCAT50MCMatch.pdf b/Kstarmumu_Run2/TISTOSbug/images/BKGCAT50MCMatch.pdf new file mode 100644 index 0000000..a303f08 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/BKGCAT50MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/BKGCAT_mctruthmatched.pdf b/Kstarmumu_Run2/TISTOSbug/images/BKGCAT_mctruthmatched.pdf new file mode 100644 index 0000000..4b91793 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/BKGCAT_mctruthmatched.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B_DiraCos.png b/Kstarmumu_Run2/TISTOSbug/images/B_DiraCos.png new file mode 100644 index 0000000..67fb43b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B_DiraCos.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/TISTOSbug/images/B_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..fe897a1 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B_FDCHI2_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/B_FDCHI2_OWNPV.png new file mode 100644 index 0000000..f6f55c9 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B_FD_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/B_FD_OWNPV.png new file mode 100644 index 0000000..24052b6 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B_IPCHI2_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/B_IPCHI2_OWNPV.png new file mode 100644 index 0000000..d228b4b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B_IP_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/B_IP_OWNPV.png new file mode 100644 index 0000000..b5d6a0e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B_M.png b/Kstarmumu_Run2/TISTOSbug/images/B_M.png new file mode 100644 index 0000000..a3b3649 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B_M.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B_P.png b/Kstarmumu_Run2/TISTOSbug/images/B_P.png new file mode 100644 index 0000000..c12cb08 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B_P.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/B_PT.png b/Kstarmumu_Run2/TISTOSbug/images/B_PT.png new file mode 100644 index 0000000..1097473 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/B_PT.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/J_psi_ENDVERTEX_CHI2.png b/Kstarmumu_Run2/TISTOSbug/images/J_psi_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..77b8619 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/J_psi_ENDVERTEX_CHI2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/J_psi_FDCHI2_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/J_psi_FDCHI2_OWNPV.png new file mode 100644 index 0000000..2fbdc5f --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/J_psi_FDCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/J_psi_FD_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/J_psi_FD_OWNPV.png new file mode 100644 index 0000000..49f8807 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/J_psi_FD_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/J_psi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/J_psi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..4da4297 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/J_psi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/J_psi_IP_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/J_psi_IP_OWNPV.png new file mode 100644 index 0000000..923d1a4 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/J_psi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/J_psi_M.png b/Kstarmumu_Run2/TISTOSbug/images/J_psi_M.png new file mode 100644 index 0000000..d7553fa --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/J_psi_M.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/J_psi_P.png b/Kstarmumu_Run2/TISTOSbug/images/J_psi_P.png new file mode 100644 index 0000000..d6c55f3 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/J_psi_P.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Jpsi_fit_2015.png b/Kstarmumu_Run2/TISTOSbug/images/Jpsi_fit_2015.png new file mode 100644 index 0000000..09a99c6 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Jpsi_fit_2015.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Jpsi_fit_2016.png b/Kstarmumu_Run2/TISTOSbug/images/Jpsi_fit_2016.png new file mode 100644 index 0000000..a83532b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Jpsi_fit_2016.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Jpsi_fit_Run1.png b/Kstarmumu_Run2/TISTOSbug/images/Jpsi_fit_Run1.png new file mode 100644 index 0000000..e65914d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Jpsi_fit_Run1.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Jpsi_fit_Run1_IP.png b/Kstarmumu_Run2/TISTOSbug/images/Jpsi_fit_Run1_IP.png new file mode 100644 index 0000000..396a41e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Jpsi_fit_Run1_IP.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_IPCHI2_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/K_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6d9aa63 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/TISTOSbug/images/K_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..79722f6 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_IP_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/K_IP_OWNPV.png new file mode 100644 index 0000000..17d6d63 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_IP_OWNPVlog.png b/Kstarmumu_Run2/TISTOSbug/images/K_IP_OWNPVlog.png new file mode 100644 index 0000000..14d6a78 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..0fee4e6 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..774b2e2 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..5e71a12 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..7458090 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..7b5b334 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..4aaddf1 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..265c34e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..3ca3672 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ecb920e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..099da67 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..91460aa --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..e26067e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c1f79dd --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_P.png b/Kstarmumu_Run2/TISTOSbug/images/K_P.png new file mode 100644 index 0000000..41ba5ea --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_P.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_PIDK.png b/Kstarmumu_Run2/TISTOSbug/images/K_PIDK.png new file mode 100644 index 0000000..3cc7c4e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_PIDKlog.png b/Kstarmumu_Run2/TISTOSbug/images/K_PIDKlog.png new file mode 100644 index 0000000..ce1839f --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_PIDp.png b/Kstarmumu_Run2/TISTOSbug/images/K_PIDp.png new file mode 100644 index 0000000..f6e1a21 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_PIDplog.png b/Kstarmumu_Run2/TISTOSbug/images/K_PIDplog.png new file mode 100644 index 0000000..275c6be --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_PT.png b/Kstarmumu_Run2/TISTOSbug/images/K_PT.png new file mode 100644 index 0000000..c4c6054 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_PT.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_PTlog.png b/Kstarmumu_Run2/TISTOSbug/images/K_PTlog.png new file mode 100644 index 0000000..dfc6273 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/K_Plog.png b/Kstarmumu_Run2/TISTOSbug/images/K_Plog.png new file mode 100644 index 0000000..ebafd6d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/K_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/MagDown_2011_slices.pdf b/Kstarmumu_Run2/TISTOSbug/images/MagDown_2011_slices.pdf new file mode 100644 index 0000000..394ed63 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/MagDown_2011_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/PID.png b/Kstarmumu_Run2/TISTOSbug/images/PID.png new file mode 100644 index 0000000..4ee1f13 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/PID.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/PID2.png b/Kstarmumu_Run2/TISTOSbug/images/PID2.png new file mode 100644 index 0000000..7a2fcae --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/PID2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_IPCHI2_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_IPCHI2_OWNPV.png new file mode 100644 index 0000000..de79226 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..ec77e40 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_IP_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_IP_OWNPV.png new file mode 100644 index 0000000..c14ef69 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_IP_OWNPVlog.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_IP_OWNPVlog.png new file mode 100644 index 0000000..47c7a14 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..83328a7 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..6097b2d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNklog.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNklog.png new file mode 100644 index 0000000..2fba00a --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNklog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..a0f09e2 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..eeea066 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..aec0179 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNpilog.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNpilog.png new file mode 100644 index 0000000..6772ee6 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNpilog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNplog.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNplog.png new file mode 100644 index 0000000..b87002a --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV2_ProbNNplog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..8689c04 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..ea6f500 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..ecb007c --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..34262fc --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNpi.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNpi.png new file mode 100644 index 0000000..c853d3b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_MC12TuneV3_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_P.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_P.png new file mode 100644 index 0000000..7f4783f --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_P.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_PIDK.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_PIDK.png new file mode 100644 index 0000000..94e91a8 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_PIDK.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_PIDKlog.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_PIDKlog.png new file mode 100644 index 0000000..d192507 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_PIDKlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_PIDp.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_PIDp.png new file mode 100644 index 0000000..702182e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_PIDp.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_PIDplog.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_PIDplog.png new file mode 100644 index 0000000..f859eb6 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_PIDplog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_PT.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_PT.png new file mode 100644 index 0000000..5aafe12 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_PT.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_PTlog.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_PTlog.png new file mode 100644 index 0000000..1fb4b32 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Pi_Plog.png b/Kstarmumu_Run2/TISTOSbug/images/Pi_Plog.png new file mode 100644 index 0000000..b9af5ac --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Pi_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/ST_logo.gif b/Kstarmumu_Run2/TISTOSbug/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/ST_logo.gif Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/ST_logo.png b/Kstarmumu_Run2/TISTOSbug/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/ST_logo.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/ST_logosmall.gif b/Kstarmumu_Run2/TISTOSbug/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/ST_logosmall.gif Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Z_rich_18.jpg b/Kstarmumu_Run2/TISTOSbug/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Z_rich_18.jpg Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Z_rich_24.jpg b/Kstarmumu_Run2/TISTOSbug/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Z_rich_24.jpg Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/Z_rich_30.jpg b/Kstarmumu_Run2/TISTOSbug/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/Z_rich_30.jpg Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle/costhetak.png b/Kstarmumu_Run2/TISTOSbug/images/angle/costhetak.png new file mode 100644 index 0000000..718d06e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle/costhetakn.png b/Kstarmumu_Run2/TISTOSbug/images/angle/costhetakn.png new file mode 100644 index 0000000..2c1a11b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle/costhetal.png b/Kstarmumu_Run2/TISTOSbug/images/angle/costhetal.png new file mode 100644 index 0000000..c04de76 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle/costhetaln.png b/Kstarmumu_Run2/TISTOSbug/images/angle/costhetaln.png new file mode 100644 index 0000000..f66debd --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle/phi.png b/Kstarmumu_Run2/TISTOSbug/images/angle/phi.png new file mode 100644 index 0000000..7c6bda0 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle/phi.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle/phin.png b/Kstarmumu_Run2/TISTOSbug/images/angle/phin.png new file mode 100644 index 0000000..79a8ff3 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle/phin.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle/q2.png b/Kstarmumu_Run2/TISTOSbug/images/angle/q2.png new file mode 100644 index 0000000..9c2b6ce --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle/q2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle/q2n.png b/Kstarmumu_Run2/TISTOSbug/images/angle/q2n.png new file mode 100644 index 0000000..a40e906 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle2/costhetak.png b/Kstarmumu_Run2/TISTOSbug/images/angle2/costhetak.png new file mode 100644 index 0000000..d43ed9d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle2/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle2/costhetakn.png b/Kstarmumu_Run2/TISTOSbug/images/angle2/costhetakn.png new file mode 100644 index 0000000..95179d3 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle2/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle2/costhetal.png b/Kstarmumu_Run2/TISTOSbug/images/angle2/costhetal.png new file mode 100644 index 0000000..f28b75b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle2/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle2/costhetaln.png b/Kstarmumu_Run2/TISTOSbug/images/angle2/costhetaln.png new file mode 100644 index 0000000..850caae --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle2/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle2/phi.png b/Kstarmumu_Run2/TISTOSbug/images/angle2/phi.png new file mode 100644 index 0000000..3d534c0 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle2/phi.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle2/phin.png b/Kstarmumu_Run2/TISTOSbug/images/angle2/phin.png new file mode 100644 index 0000000..c408f8b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle2/phin.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle2/q2.png b/Kstarmumu_Run2/TISTOSbug/images/angle2/q2.png new file mode 100644 index 0000000..36b9645 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle2/q2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle2/q2n.png b/Kstarmumu_Run2/TISTOSbug/images/angle2/q2n.png new file mode 100644 index 0000000..6b474c5 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle2/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle3/costhetak.png b/Kstarmumu_Run2/TISTOSbug/images/angle3/costhetak.png new file mode 100644 index 0000000..e9e1c7d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle3/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle3/costhetakn.png b/Kstarmumu_Run2/TISTOSbug/images/angle3/costhetakn.png new file mode 100644 index 0000000..9346d34 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle3/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle3/costhetal.png b/Kstarmumu_Run2/TISTOSbug/images/angle3/costhetal.png new file mode 100644 index 0000000..4a67f7f --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle3/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle3/costhetaln.png b/Kstarmumu_Run2/TISTOSbug/images/angle3/costhetaln.png new file mode 100644 index 0000000..95bdeed --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle3/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle3/phi.png b/Kstarmumu_Run2/TISTOSbug/images/angle3/phi.png new file mode 100644 index 0000000..b34f3d9 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle3/phi.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle3/phin.png b/Kstarmumu_Run2/TISTOSbug/images/angle3/phin.png new file mode 100644 index 0000000..1a8d15d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle3/phin.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle3/q2.png b/Kstarmumu_Run2/TISTOSbug/images/angle3/q2.png new file mode 100644 index 0000000..659e6ff --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle3/q2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle3/q2n.png b/Kstarmumu_Run2/TISTOSbug/images/angle3/q2n.png new file mode 100644 index 0000000..84bf95c --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle3/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle4/costhetak.png b/Kstarmumu_Run2/TISTOSbug/images/angle4/costhetak.png new file mode 100644 index 0000000..6136b2d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle4/costhetak.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle4/costhetakn.png b/Kstarmumu_Run2/TISTOSbug/images/angle4/costhetakn.png new file mode 100644 index 0000000..ca4ed48 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle4/costhetakn.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle4/costhetal.png b/Kstarmumu_Run2/TISTOSbug/images/angle4/costhetal.png new file mode 100644 index 0000000..67680ba --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle4/costhetal.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle4/costhetaln.png b/Kstarmumu_Run2/TISTOSbug/images/angle4/costhetaln.png new file mode 100644 index 0000000..1ecc818 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle4/costhetaln.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle4/phi.png b/Kstarmumu_Run2/TISTOSbug/images/angle4/phi.png new file mode 100644 index 0000000..583e8d4 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle4/phi.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle4/phin.png b/Kstarmumu_Run2/TISTOSbug/images/angle4/phin.png new file mode 100644 index 0000000..0b8f938 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle4/phin.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle4/q2.png b/Kstarmumu_Run2/TISTOSbug/images/angle4/q2.png new file mode 100644 index 0000000..53f122b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle4/q2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/angle4/q2n.png b/Kstarmumu_Run2/TISTOSbug/images/angle4/q2n.png new file mode 100644 index 0000000..303a30c --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/angle4/q2n.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/bubble2.jpg b/Kstarmumu_Run2/TISTOSbug/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/bubble2.jpg Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/cern.png b/Kstarmumu_Run2/TISTOSbug/images/cern.png new file mode 100644 index 0000000..b1d077c --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/cern.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/costhetak_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/costhetak_LODiMuon.png new file mode 100644 index 0000000..56f2ec0 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/costhetak_LOMuon.png b/Kstarmumu_Run2/TISTOSbug/images/costhetak_LOMuon.png new file mode 100644 index 0000000..f37fc36 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/costhetak_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/costhetak_phi_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/costhetak_phi_LODiMuon.png new file mode 100644 index 0000000..8bd7676 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/costhetak_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/costhetak_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/costhetak_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..fe60377 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/costhetak_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/costhetak_q2_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/costhetak_q2_LODiMuon.png new file mode 100644 index 0000000..a869c18 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/costhetak_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/costhetak_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/costhetak_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..84d7ccf --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/costhetak_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/costhetal_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/costhetal_LODiMuon.png new file mode 100644 index 0000000..43d8a3c --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/costhetal_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/costhetal_LOMuon.png b/Kstarmumu_Run2/TISTOSbug/images/costhetal_LOMuon.png new file mode 100644 index 0000000..c7b4390 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/costhetal_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/costhetal_costhetak_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/costhetal_costhetak_LODiMuon.png new file mode 100644 index 0000000..735025b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/costhetal_costhetak_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/costhetal_costhetak_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/costhetal_costhetak_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..982e942 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/costhetal_costhetak_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/costhetal_phi_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/costhetal_phi_LODiMuon.png new file mode 100644 index 0000000..e8fc911 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/costhetal_phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/costhetal_phi_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/costhetal_phi_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..9140621 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/costhetal_phi_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/costhetal_q2_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/costhetal_q2_LODiMuon.png new file mode 100644 index 0000000..e08bc7a --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/costhetal_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/costhetal_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/costhetal_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..89bb80a --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/costhetal_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/d.png b/Kstarmumu_Run2/TISTOSbug/images/d.png new file mode 100644 index 0000000..4cb7f24 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/d.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/derotate.sh b/Kstarmumu_Run2/TISTOSbug/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/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/Kstarmumu_Run2/TISTOSbug/images/dirac.png b/Kstarmumu_Run2/TISTOSbug/images/dirac.png new file mode 100644 index 0000000..6757d18 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/dirac.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/distr_pipt.pdf b/Kstarmumu_Run2/TISTOSbug/images/distr_pipt.pdf new file mode 100644 index 0000000..83f1be7 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/distr_pipt.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/effPsi2S.png b/Kstarmumu_Run2/TISTOSbug/images/effPsi2S.png new file mode 100644 index 0000000..e683700 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/effPsi2S.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/effPsi2S2.png b/Kstarmumu_Run2/TISTOSbug/images/effPsi2S2.png new file mode 100644 index 0000000..7ac4da9 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/effPsi2S2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/effjpsi.png b/Kstarmumu_Run2/TISTOSbug/images/effjpsi.png new file mode 100644 index 0000000..91b8004 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/effjpsi.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/effjpsi2.png b/Kstarmumu_Run2/TISTOSbug/images/effjpsi2.png new file mode 100644 index 0000000..cb10c68 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/effjpsi2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/espen1.png b/Kstarmumu_Run2/TISTOSbug/images/espen1.png new file mode 100644 index 0000000..1cf559b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/espen1.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/espen2.png b/Kstarmumu_Run2/TISTOSbug/images/espen2.png new file mode 100644 index 0000000..ed9a9b8 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/espen2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/espen3.png b/Kstarmumu_Run2/TISTOSbug/images/espen3.png new file mode 100644 index 0000000..419cc5f --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/espen3.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/example.png b/Kstarmumu_Run2/TISTOSbug/images/example.png new file mode 100644 index 0000000..b20063b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/example.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/example2.png b/Kstarmumu_Run2/TISTOSbug/images/example2.png new file mode 100644 index 0000000..fa0013b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/example2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/getFromAFS.sh b/Kstarmumu_Run2/TISTOSbug/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/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/Kstarmumu_Run2/TISTOSbug/images/index.png b/Kstarmumu_Run2/TISTOSbug/images/index.png new file mode 100644 index 0000000..f51cd9d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/index.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/lhcb-logo-bad.pdf b/Kstarmumu_Run2/TISTOSbug/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/lhcb-logo.pdf b/Kstarmumu_Run2/TISTOSbug/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/lhcb-logo.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/lhcb-logo.svg b/Kstarmumu_Run2/TISTOSbug/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf new file mode 100644 index 0000000..eac7396 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagDown_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf new file mode 100644 index 0000000..6acce42 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagDown_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf new file mode 100644 index 0000000..f6a4f8e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagDown_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf new file mode 100644 index 0000000..a9d9d72 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagDown_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf new file mode 100644 index 0000000..f8f3fdb --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagUp_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf new file mode 100644 index 0000000..059e364 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagUp_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..158a836 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf new file mode 100644 index 0000000..b126a38 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLK_Brunel_MagUp_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..219ee63 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_CombDLLmu_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..6c822cc --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..0d830e1 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_IP_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_IP_OWNPV.png new file mode 100644 index 0000000..d983d8e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_IP_OWNPVlog.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_IP_OWNPVlog.png new file mode 100644 index 0000000..d76333f --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..77f097f --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..61e3129 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..2feab6a --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..fa22e3c --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV3_ProbNNe.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV3_ProbNNe.png new file mode 100644 index 0000000..ec52412 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV3_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV3_ProbNNk.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV3_ProbNNk.png new file mode 100644 index 0000000..387bf17 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV3_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV3_ProbNNmu.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV3_ProbNNmu.png new file mode 100644 index 0000000..90a18a3 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV3_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV3_ProbNNp.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV3_ProbNNp.png new file mode 100644 index 0000000..7b4862b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_MC12TuneV3_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_P.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_P.png new file mode 100644 index 0000000..2509154 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_P.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_PT.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_PT.png new file mode 100644 index 0000000..c8ed4ee --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_PTlog.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_PTlog.png new file mode 100644 index 0000000..13765e1 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_minus_Plog.png b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_Plog.png new file mode 100644 index 0000000..2bab524 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_minus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_plus_IPCHI2_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..c7f94ad --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_IPCHI2_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_plus_IPCHI2_OWNPVlog.png b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_IPCHI2_OWNPVlog.png new file mode 100644 index 0000000..8182f07 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_IPCHI2_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_plus_IP_OWNPV.png b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_IP_OWNPV.png new file mode 100644 index 0000000..bad8cc1 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_IP_OWNPV.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_plus_IP_OWNPVlog.png b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_IP_OWNPVlog.png new file mode 100644 index 0000000..4919b77 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_IP_OWNPVlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNe.png b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNe.png new file mode 100644 index 0000000..2fe5ef8 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNe.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNk.png b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNk.png new file mode 100644 index 0000000..f7d7a3d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNk.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNmu.png b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNmu.png new file mode 100644 index 0000000..3a4e241 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNmu.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNp.png b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNp.png new file mode 100644 index 0000000..746cf78 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNp.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNpi.png b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNpi.png new file mode 100644 index 0000000..e92b494 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_MC12TuneV2_ProbNNpi.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_plus_P.png b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_P.png new file mode 100644 index 0000000..b1121bb --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_P.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_plus_PT.png b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_PT.png new file mode 100644 index 0000000..bb58f05 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_PT.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_plus_PTlog.png b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_PTlog.png new file mode 100644 index 0000000..a237294 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_PTlog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/mu_plus_Plog.png b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_Plog.png new file mode 100644 index 0000000..46170cc --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/mu_plus_Plog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/nTracks.png b/Kstarmumu_Run2/TISTOSbug/images/nTracks.png new file mode 100644 index 0000000..be10505 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/nTracks.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/nTrackslog.png b/Kstarmumu_Run2/TISTOSbug/images/nTrackslog.png new file mode 100644 index 0000000..df17a6b --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/nTrackslog.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/nTracksw.png b/Kstarmumu_Run2/TISTOSbug/images/nTracksw.png new file mode 100644 index 0000000..3503e19 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/nTracksw.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/phi_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/phi_LODiMuon.png new file mode 100644 index 0000000..6b63588 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/phi_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/phi_LOMuon.png b/Kstarmumu_Run2/TISTOSbug/images/phi_LOMuon.png new file mode 100644 index 0000000..e77a3bd --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/phi_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/phi_q2_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/phi_q2_LODiMuon.png new file mode 100644 index 0000000..86a3741 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/phi_q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/phi_q2_SimpleHLT_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/phi_q2_SimpleHLT_LODiMuon.png new file mode 100644 index 0000000..c170879 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/phi_q2_SimpleHLT_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf b/Kstarmumu_Run2/TISTOSbug/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf new file mode 100644 index 0000000..9756562 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/pi_CombDLLmu_Brunel_MagUp_2015_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf b/Kstarmumu_Run2/TISTOSbug/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf new file mode 100644 index 0000000..ed858cb --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/pi_CombDLLmu_Brunel_MagUp_2015_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf b/Kstarmumu_Run2/TISTOSbug/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf new file mode 100644 index 0000000..8769ce9 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/pi_CombDLLmu_Brunel_MagUp_2016_hist.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf b/Kstarmumu_Run2/TISTOSbug/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf new file mode 100644 index 0000000..fcf4b05 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/pi_CombDLLmu_Brunel_MagUp_2016_slices.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/q2.png b/Kstarmumu_Run2/TISTOSbug/images/q2.png new file mode 100644 index 0000000..79746ce --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/q2.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/q2PHSP.png b/Kstarmumu_Run2/TISTOSbug/images/q2PHSP.png new file mode 100644 index 0000000..204a9c7 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/q2PHSP.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/q2_LODiMuon.png b/Kstarmumu_Run2/TISTOSbug/images/q2_LODiMuon.png new file mode 100644 index 0000000..8f0ed59 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/q2_LODiMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/q2_LOMuon.png b/Kstarmumu_Run2/TISTOSbug/images/q2_LOMuon.png new file mode 100644 index 0000000..4bfb732 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/q2_LOMuon.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/q2d.pdf b/Kstarmumu_Run2/TISTOSbug/images/q2d.pdf new file mode 100644 index 0000000..048d357 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/q2d.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/roc.png b/Kstarmumu_Run2/TISTOSbug/images/roc.png new file mode 100644 index 0000000..4adacae --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/roc.png Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/uzh-transp.pdf b/Kstarmumu_Run2/TISTOSbug/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/uzh-transp.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/uzh.pdf b/Kstarmumu_Run2/TISTOSbug/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/uzh.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/uzh_logo_e_pos.eps b/Kstarmumu_Run2/TISTOSbug/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/images/uzh_logo_e_pos_gross.tif b/Kstarmumu_Run2/TISTOSbug/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/mchrzasz+mp.sh b/Kstarmumu_Run2/TISTOSbug/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Kstarmumu_Run2/TISTOSbug/mchrzasz-blx.bib b/Kstarmumu_Run2/TISTOSbug/mchrzasz-blx.bib new file mode 100644 index 0000000..0cd9139 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/mchrzasz-blx.bib @@ -0,0 +1,11 @@ +@Comment{$ biblatex control file $} +@Comment{$ biblatex version 2.8 $} +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.8:0:0:1:0:1:1:0:0:0:0:1:3:1:79:+:nty}, +} diff --git a/Kstarmumu_Run2/TISTOSbug/mchrzasz.aux b/Kstarmumu_Run2/TISTOSbug/mchrzasz.aux new file mode 100644 index 0000000..f0bdee1 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/mchrzasz.aux @@ -0,0 +1,96 @@ +\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} +\abx@aux@sortscheme{nty} +\abx@aux@refcontext{nty/global/} +\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 } +\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 {pgfid10}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\pgfsyspdfmark {pgfid11}{0}{0} +\pgfsyspdfmark {pgfid12}{0}{0} +\HyPL@Entry{3<>} +\pgfsyspdfmark {pgfid13}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\pgfsyspdfmark {pgfid14}{0}{0} +\pgfsyspdfmark {pgfid15}{0}{0} +\HyPL@Entry{4<>} +\pgfsyspdfmark {pgfid16}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}} +\pgfsyspdfmark {pgfid17}{0}{0} +\pgfsyspdfmark {pgfid18}{0}{0} +\HyPL@Entry{5<>} +\pgfsyspdfmark {pgfid19}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}} +\pgfsyspdfmark {pgfid20}{0}{0} +\pgfsyspdfmark {pgfid21}{0}{0} +\HyPL@Entry{6<>} +\pgfsyspdfmark {pgfid22}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}} +\pgfsyspdfmark {pgfid23}{0}{0} +\pgfsyspdfmark {pgfid24}{0}{0} +\HyPL@Entry{7<>} +\pgfsyspdfmark {pgfid25}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {8}{8}}} +\pgfsyspdfmark {pgfid26}{0}{0} +\pgfsyspdfmark {pgfid27}{0}{0} +\HyPL@Entry{8<>} +\pgfsyspdfmark {pgfid28}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}} +\pgfsyspdfmark {pgfid29}{0}{0} +\pgfsyspdfmark {pgfid30}{0}{0} +\HyPL@Entry{9<>} +\pgfsyspdfmark {pgfid32}{23867907}{17900937} +\pgfsyspdfmark {pgfid31}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}} +\pgfsyspdfmark {pgfid33}{0}{0} +\pgfsyspdfmark {pgfid34}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{10}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{10}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{10}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {10}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {9}}} diff --git a/Kstarmumu_Run2/TISTOSbug/mchrzasz.log b/Kstarmumu_Run2/TISTOSbug/mchrzasz.log new file mode 100644 index 0000000..0bac6f3 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/mchrzasz.log @@ -0,0 +1,2560 @@ +This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016/Debian) (preloaded format=xelatex 2017.10.14) 18 OCT 2017 10:18 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**mchrzasz.tex +(./mchrzasz.tex +LaTeX2e <2017/01/01> patch level 3 +Babel <3.9r> and hyphenation patterns for 83 language(s) loaded. +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamer.cls +Document Class: beamer 2017/01/22 v3.40 A class for typesetting presentations +(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty +Package: etoolbox 2017/01/02 v2.4 e-TeX tools for LaTeX (JAW) +\etb@tempcnta=\count79 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemodes.sty +\beamer@tempbox=\box26 +\beamer@tempcount=\count80 +\c@beamerpauses=\count81 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasedecode.sty +\beamer@slideinframe=\count82 +\beamer@minimum=\count83 +) +\beamer@commentbox=\box27 +\beamer@modecount=\count84 +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty +Package: ifpdf 2016/05/14 v3.1 Provides the ifpdf switch +) +\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=\count85 +\beamer@subsubsectionmax=\count86 +\beamer@subsectionmax=\count87 +\beamer@sectionmax=\count88 +\beamer@totalheads=\count89 +\beamer@headcounter=\count90 +\beamer@partstartpage=\count91 +\beamer@sectionstartpage=\count92 +\beamer@subsectionstartpage=\count93 +\beamer@animationtempa=\count94 +\beamer@animationtempb=\count95 +\beamer@xpos=\count96 +\beamer@ypos=\count97 +\beamer@showpartnumber=\count98 +\beamer@currentsubsection=\count99 +\beamer@coveringdepth=\count100 +\beamer@sectionadjust=\count101 +\beamer@tocsectionnumber=\count102 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty +(/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 2016/05/16 v1.6 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=\count103 +\Gm@cntv=\count104 +\c@Gm@tempcnt=\count105 +\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/10/09 v1.0u 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/graphics-cfg/graphics.cfg +File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration +) +Package graphics Info: Driver file: xetex.def on input line 99. + +(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def +File: xetex.def 2016/07/11 v4.10 LaTeX color/graphics driver for XeTeX (L3/RRM/ +JK) +)) +\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=\count106 +\c@pgf@countb=\count107 +\c@pgf@countc=\count108 +\c@pgf@countd=\count109 +\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=\count110 +))) +(/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=\count111 +\pgfsyssoftpath@bigbuffer@items=\count112 +) +(/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 2016/05/11 v2.12 LaTeX color extensions (UK) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg +File: color.cfg 2016/01/02 v1.6 sample color configuration +) +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 2016/10/06 v2.4d Tabular extension package (FMi) +\col@sep=\dimen139 +\extrarowheight=\dimen140 +\NC@list=\toks23 +\extratabsurround=\skip44 +\backup@length=\skip45 +) +\everycr=\toks24 +\minrowclearance=\skip46 +) +\rownum=\count113 +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348. +Package xcolor Info: Model `RGB' extended on input line 1364. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371. + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def +File: dvipsnam.def 2016/06/17 v3.0m Driver-dependent file (DPC,SPQR) +) +(/usr/share/texlive/texmf-dist/tex/latex/xcolor/svgnam.def +File: svgnam.def 2016/05/11 v2.12 Predefined colors according to SVG 1.1 (UK) +) +(/usr/share/texlive/texmf-dist/tex/latex/xcolor/x11nam.def +File: x11nam.def 2016/05/11 v2.12 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=\count114 +\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=\count115 +)) +(/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=\count116 +) +(/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=\count117 +) +(/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=\count118 +\XC@countmixins=\count119 +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/atbegshi.sty +Package: atbegshi 2016/06/09 v1.18 At begin shipout hook (HO) + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty +Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty +Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (HO) +)) +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty +Package: hyperref 2016/06/24 v6.83q Hypertext links for LaTeX + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty +Package: hobsub-hyperref 2016/05/16 v1.14 Bundle oberdiek, subset hyperref (HO) + + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty +Package: hobsub-generic 2016/05/16 v1.14 Bundle oberdiek, subset generic (HO) +Package: hobsub 2016/05/16 v1.14 Construct package bundles (HO) +Package hobsub Info: Skipping package `infwarerr' (already loaded). +Package hobsub Info: Skipping package `ltxcmds' (already loaded). +Package: ifluatex 2016/05/16 v1.4 Provides the ifluatex switch (HO) +Package ifluatex Info: LuaTeX not detected. +Package hobsub Info: Skipping package `ifvtex' (already loaded). +Package: intcalc 2016/05/16 v1.2 Expandable calculations with integers (HO) +Package hobsub Info: Skipping package `ifpdf' (already loaded). +Package: etexcmds 2016/05/16 v1.6 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 2016/05/16 v1.17 Key value parser (HO) +Package: kvdefinekeys 2016/05/16 v1.4 Define keys (HO) +Package: pdftexcmds 2016/05/21 v0.22 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 2016/05/16 v1.14 Implements pdfTeX's escape features (HO) +Package: bigintcalc 2016/05/16 v1.4 Expandable calculations on big integers (HO +) +Package: bitset 2016/05/16 v1.2 Handle bit-vector datatype (HO) +Package: uniquecounter 2016/05/16 v1.3 Provide unlimited unique counter (HO) +) +Package hobsub Info: Skipping package `hobsub' (already loaded). +Package: letltxmacro 2016/05/16 v1.5 Let assignment for LaTeX macros (HO) +Package: hopatch 2016/05/16 v1.3 Wrapper for package hooks (HO) +Package: xcolor-patch 2016/05/16 xcolor patch +Package: atveryend 2016/05/16 v1.9 Hooks at the very end of document (HO) +Package hobsub Info: Skipping package `atbegshi' (already loaded). +Package: refcount 2016/05/16 v3.5 Data extraction from label references (HO) +Package: hycolor 2016/05/16 v1.8 Color options for hyperref/bookmark (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty +Package: auxhook 2016/05/16 v1.4 Hooks for auxiliary files (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty +Package: kvoptions 2016/05/16 v3.12 Key value format for package options (HO) +) +\@linkdim=\dimen166 +\Hy@linkcounter=\count120 +\Hy@pagecounter=\count121 + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def +File: pd1enc.def 2016/06/24 v6.83q Hyperref: PDFDocEncoding definition (HO) +) +\Hy@SavedSpaceFactor=\count122 + +(/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 4362. +Package hyperref Info: Option `bookmarksopen' set `true' on input line 4362. +Package hyperref Info: Option `implicit' set `false' on input line 4362. +Package hyperref Info: Hyper figures OFF on input line 4486. +Package hyperref Info: Link nesting OFF on input line 4491. +Package hyperref Info: Hyper index ON on input line 4494. +Package hyperref Info: Plain pages OFF on input line 4501. +Package hyperref Info: Backreferencing OFF on input line 4506. +Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals. +Package hyperref Info: Bookmarks ON on input line 4735. +\c@Hy@tempcnt=\count123 + +(/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 5088. +\XeTeXLinkMargin=\dimen167 +\Fld@menulength=\count124 +\Field@Width=\dimen168 +\Fld@charsize=\dimen169 +Package hyperref Info: Hyper figures OFF on input line 6342. +Package hyperref Info: Link nesting OFF on input line 6347. +Package hyperref Info: Hyper index ON on input line 6350. +Package hyperref Info: backreferencing OFF on input line 6357. +Package hyperref Info: Link coloring OFF on input line 6362. +Package hyperref Info: Link coloring with OCG OFF on input line 6367. +Package hyperref Info: PDF/A mode OFF on input line 6372. +LaTeX Info: Redefining \ref on input line 6412. +LaTeX Info: Redefining \pageref on input line 6416. +\Hy@abspage=\count125 + + +Package hyperref Message: Stopped early. + +) + +Package hyperref Message: Driver (autodetected): hxetex. + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def +File: hxetex.def 2016/06/24 v6.83q Hyperref driver for XeTeX + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def +File: puenc.def 2016/06/24 v6.83q Hyperref: PDF Unicode definition (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/stringenc.sty +Package: stringenc 2016/05/16 v1.11 Convert strings between diff. encodings (HO +) +) +\pdfm@box=\box40 +\c@Hy@AnnotLevel=\count126 +\HyField@AnnotCount=\count127 +\Fld@listcount=\count128 +\c@bookmark@seq@number=\count129 + +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty +Package: rerunfilecheck 2016/05/16 v1.8 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 2016/05/16 v1.11 stringenc: Printable ASCII characters + +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaserequires.sty +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasefont.sty +(/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 +(/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) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty +\beamer@argscount=\count130 +\beamer@lastskipcover=\skip47 +\beamer@trivlistdepth=\count131 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetitle.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasesection.sty +\c@lecture=\count132 +\c@part=\count133 +\c@section=\count134 +\c@subsection=\count135 +\c@subsubsection=\count136 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframe.sty +\beamer@framebox=\box41 +\beamer@frametitlebox=\box42 +\beamer@zoombox=\box43 +\beamer@zoomcount=\count137 +\beamer@zoomframecount=\count138 +\beamer@frametextheight=\dimen170 +\c@subsectionslide=\count139 +\beamer@frametopskip=\skip48 +\beamer@framebottomskip=\skip49 +\beamer@frametopskipautobreak=\skip50 +\beamer@framebottomskipautobreak=\skip51 +\beamer@envbody=\toks29 +\framewidth=\dimen171 +\c@framenumber=\count140 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty +\beamer@verbatimfileout=\write4 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty +\beamer@splitbox=\box44 +\beamer@autobreakcount=\count141 +\beamer@autobreaklastheight=\dimen172 +\beamer@frametitletoks=\toks30 +\beamer@framesubtitletoks=\toks31 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty +\beamer@footins=\box45 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasecolor.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenotes.sty +\beamer@frameboxcopy=\box46 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetoc.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty +\beamer@sbttoks=\toks32 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty +\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 +(/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty +Package: enumerate 2015/07/23 v3.00 enumerate extensions (DPC) +\@enLab=\toks33 +) +\c@figure=\count142 +\c@table=\count143 +\abovecaptionskip=\skip52 +\belowcaptionskip=\skip53 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty +\beamer@section@min@dim=\dimen178 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2016/11/05 v2.16a 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 2016/03/08 v2.02 operator names +) +\inf@bad=\count144 +LaTeX Info: Redefining \frac on input line 213. +\uproot@=\count145 +\leftroot@=\count146 +LaTeX Info: Redefining \overline on input line 375. +\classnum@=\count147 +\DOTSCASE@=\count148 +LaTeX Info: Redefining \ldots on input line 472. +LaTeX Info: Redefining \dots on input line 475. +LaTeX Info: Redefining \cdots on input line 596. +\Mathstrutbox@=\box52 +\strutbox@=\box53 +\big@size=\dimen181 +LaTeX Font Info: Redeclaring font encoding OML on input line 712. +LaTeX Font Info: Redeclaring font encoding OMS on input line 713. +\macc@depth=\count149 +\c@MaxMatrixCols=\count150 +\dotsspace@=\muskip11 +\c@parentequation=\count151 +\dspbrk@lvl=\count152 +\tag@help=\toks35 +\row@=\count153 +\column@=\count154 +\maxfields@=\count155 +\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 2817. +LaTeX Info: Redefining \] on input line 2818. +) +(/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=\count156 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasethemes.sty)) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/theme/beamerthemedefault +.sty +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemedefa +ult.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemede +fault.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemede +fault.sty +\beamer@dima=\dimen188 +\beamer@dimb=\dimen189 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemede +fault.sty))) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty +Package: babel 2016/04/23 3.9r 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/04/23 3.9r Babel common definitions +\babel@savecnt=\count157 +\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> +) (./beamerthemeFlip.sty (./beamerinnerthemeFlip.sty +\beamer@Flip@normalmargin=\skip60 +) +(./beamerouterthemeFlip.sty +(/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/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=\count158 +\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=\count159 +\tikznumberofchildren=\count160 +\tikznumberofcurrentchild=\count161 +\tikz@fig@count=\count162 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex +File: pgfmodulematrix.code.tex 2013/09/17 (rcs-revision 1.8) +\pgfmatrixcurrentrow=\count163 +\pgfmatrixcurrentcolumn=\count164 +\pgf@matrix@numberofcolumns=\count165 +) +\tikz@expandcount=\count166 + +(/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=\count167 +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=\count168 +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 2017/02/22 v2.0g 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 2017/02/22 v2.0g 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) +(/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty +Package: expl3 2016/11/21 v6760 L3 programming layer (loader) + +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3-code.tex +Package: expl3 2016/11/21 v6760 L3 programming layer (code) +L3 Module: l3bootstrap 2016/06/13 v6596 L3 Bootstrap code +L3 Module: l3names 2016/10/13 v6722 L3 Namespace for primitives +L3 Module: l3basics 2016/09/01 v6696 L3 Basic definitions +L3 Module: l3expan 2016/08/19 v6684 L3 Argument expansion +L3 Module: l3tl 2016/08/19 v6692 L3 Token lists +L3 Module: l3str 2016/08/19 v6692 L3 Strings +L3 Module: l3seq 2016/08/19 v6685 L3 Sequences and stacks +L3 Module: l3int 2016/09/07 v6700 L3 Integers +\c_max_int=\count169 +\l_tmpa_int=\count170 +\l_tmpb_int=\count171 +\g_tmpa_int=\count172 +\g_tmpb_int=\count173 +L3 Module: l3quark 2016/08/19 v6685 L3 Quarks +L3 Module: l3prg 2016/08/18 v6679 L3 Control structures +\g__prg_map_int=\count174 +L3 Module: l3clist 2016/08/19 v6685 L3 Comma separated lists +L3 Module: l3token 2016/09/01 v6695 L3 Experimental token manipulation +L3 Module: l3prop 2016/08/19 v6685 L3 Property lists +L3 Module: l3msg 2016/08/19 v6691 L3 Messages +L3 Module: l3file 2016/08/19 v6685 L3 File and I/O operations +\l_iow_line_count_int=\count175 +\l__iow_target_count_int=\count176 +\l__iow_current_line_int=\count177 +\l__iow_current_word_int=\count178 +\l__iow_current_indentation_int=\count179 +L3 Module: l3skip 2016/08/19 v6692 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 2016/09/21 v6711 L3 Key-value interfaces +\l_keys_choice_int=\count180 +L3 Module: l3fp 2016/11/21 v6761 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 2016/08/19 v6685 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 2016/08/19 v6685 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 2016/06/13 v6596 L3 Experimental color support +L3 Module: l3sys 2015/09/25 v6087 L3 Experimental system/runtime functions +L3 Module: l3candidates 2016/08/19 v6688 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 2016/08/18 v6679 L3 Experimental LuaTeX-specific functions +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def +File: l3xdvidpfmx.def 2016/08/18 v6679 L3 Experimental driver: xdvipdfmx +\l__driver_tmp_box=\box74 +)) +(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +Package: xparse 2016/11/21 v6760 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 2017/02/12 v2.6 Font selection for XeLaTeX and LuaLaTeX + +(/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty +Package: fontspec-xetex 2017/02/12 v2.6 Font selection for XeLaTeX and LuaLaTeX + +\l__fontspec_script_int=\count195 +\l__fontspec_language_int=\count196 +\l__fontspec_strnum_int=\count197 +\l__fontspec_tmp_int=\count198 +\l__fontspec_em_int=\count199 +\l__fontspec_emdef_int=\count266 +\l__fontspec_strong_int=\count267 +\l__fontspec_strongdef_int=\count268 +\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 2017/02/22 v2.0g Standard LaTeX package + +(/usr/share/texlive/texmf-dist/tex/latex/base/tuenc.def +File: tuenc.def 2017/02/22 v2.0g Standard LaTeX file +LaTeX Font Info: Redeclaring font encoding TU on input line 82. +) +LaTeX Font Info: Try loading font information for TU+ptm on input line 105. +LaTeX Font Info: No file TUptm.fd. on input line 105. + + +LaTeX Font Warning: Font shape `TU/ptm/m/n' undefined +(Font) using `TU/lmr/m/n' instead on input line 105. + +) +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \fontspec with sig. 'O{}mO{}' on line 475. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \setmainfont with sig. 'O{}mO{}' on line 491. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \setsansfont with sig. 'O{}mO{}' on line 507. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \setmonofont with sig. 'O{}mO{}' on line 523. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \setmathrm with sig. 'O{}mO{}' on line 528. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \setboldmathrm with sig. 'O{}mO{}' on line 533. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \setmathsf with sig. 'O{}mO{}' on line 538. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \setmathtt with sig. 'O{}mO{}' on line 543. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newfontfamily with sig. 'mO{}mO{}' on line 563. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newfontface with sig. 'mO{}mO{}' on line 567. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \defaultfontfeatures with sig. 't+om' on line 574. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \addfontfeatures with sig. 'm' on line 623. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newfontfeature with sig. 'mm' on line 634. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newAATfeature with sig. 'mmmm' on line 642. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newopentypefeature with sig. 'mmm' on line 652. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \aliasfontfeature with sig. 'mm' on line 675. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \aliasfontfeatureoption with sig. 'mmm' on line 692. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newfontscript with sig. 'mm' on line 696. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \newfontlanguage with sig. 'mm' on line 700. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareFontsExtensions with sig. 'm' on line 705. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \IfFontFeatureActiveTF with sig. 'mmm' on line 711. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \EncodingCommand with sig. 'mO{}m' on line 3338. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \EncodingAccent with sig. 'mm' on line 3344. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \EncodingSymbol with sig. 'mm' on line 3350. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \EncodingComposite with sig. 'mmm' on line 3356. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \EncodingCompositeCommand with sig. 'mmm' on line 3362. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareUnicodeEncoding with sig. 'mm' on line 3387. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \UndeclareSymbol with sig. 'm' on line 3393. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \UndeclareComposite with sig. 'mm' on line 3401. +................................................. + (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg) +LaTeX Info: Redefining \sishape on input line 3552. +LaTeX Info: Redefining \textsi on input line 3557. +LaTeX Info: Redefining \itshape on input line 3586. +LaTeX Info: Redefining \slshape on input line 3591. +LaTeX Info: Redefining \scshape on input line 3596. +LaTeX Info: Redefining \upshape on input line 3601. +LaTeX Info: Redefining \em on input line 3631. +LaTeX Info: Redefining \emph on input line 3656. +LaTeX Font Info: Font shape `TU/lmss/m/it' in size <10.95> not available +(Font) Font shape `TU/lmss/m/sl' tried instead on input line 3706. + +LaTeX Info: Redefining \- on input line 3707. +................................................. +. LaTeX info: "xparse/redefine-command" +. +. Redefining command \oldstylenums with sig. 'm' on line 3802. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \liningnums with sig. 'm' on line 3806. +................................................. +)) +\g__fontspec_family_GilliusADF_int=\count269 +................................................. +. 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;" +. - 'small caps' (m/sc) with NFSS spec.: +. - 'bold' (bx/n) with NFSS spec.: <->"Gillius +. ADF/B/OT:script=latn;language=DFLT;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;" +. - '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;" +. - 'bold italic small caps' (bx/itsc) with NFSS spec.: +................................................. +LaTeX Info: Redefining \rmfamily on input line 27. +LaTeX Info: Redefining \sffamily on input line 28. + +(/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=\box75 +) +\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 2016/04/23 v1.1 Conditionals for odd/even page detection +\c@checkoddpage=\count270 +) +(/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty +Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages +\@vwid@box=\box76 +\sift@deathcycles=\count271 +\@vwid@loff=\dimen300 +\@vwid@roff=\dimen301 +)) +(/usr/share/texlive/texmf-dist/tex/latex/tools/bm.sty +Package: bm 2017/01/16 v1.2c Bold Symbol Support (DPC/FMi) +\symboldoperators=\mathgroup6 +\symboldletters=\mathgroup7 +\symboldsymbols=\mathgroup8 +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=\mathgroup9 +) +(/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 +Package: multirow 2016/11/25 v2.2 Span multiple rows of a table +\multirow@colwidth=\skip67 +\multirow@cntb=\count272 +\multirow@dima=\skip68 +\bigstrutjot=\dimen302 +) +(/usr/share/texlive/texmf-dist/tex/latex/arydshln/arydshln.sty +Package: arydshln 2016/04/28 v1.73 +\dashlinedash=\dimen303 +\dashlinegap=\dimen304 +\adl@box=\box77 +\adl@height=\dimen305 +\adl@heightsave=\dimen306 +\adl@depth=\dimen307 +\adl@depthsave=\dimen308 +\adl@finaldepth=\dimen309 +\adl@columns=\count273 +\adl@ncol=\count274 +\adl@currentcolumn=\count275 +\adl@currentcolumnsave=\count276 +\adl@totalheight=\count277 +\adl@totalheightsave=\count278 +\adl@dash=\count279 +\adl@gap=\count280 +\adl@cla=\count281 +\adl@clb=\count282 +\adl@everyvbox=\toks51 +\adl@LTpagetotal=\dimen310 +) +(/usr/share/texlive/texmf-dist/tex/latex/siunitx/siunitx.sty +Package: siunitx 2017/01/01 v2.7a A comprehensive (SI) units package + +(/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty +Package: l3keys2e 2016/11/21 v6760 LaTeX2e option processing using LaTeX3 keys +) +\l__siunitx_tmp_box=\box78 +\l__siunitx_tmp_dim=\dimen311 +\l__siunitx_tmp_int=\count283 +\l__siunitx_number_mantissa_length_int=\count284 +\l__siunitx_number_uncert_length_int=\count285 +\l__siunitx_round_int=\count286 +\l__siunitx_process_decimal_int=\count287 +\l__siunitx_process_uncertainty_int=\count288 +\l__siunitx_process_fixed_int=\count289 +\l__siunitx_process_integer_min_int=\count290 +\l__siunitx_process_precision_int=\count291 +\l__siunitx_group_min_int=\count292 +\l__siunitx_angle_marker_box=\box79 +\l__siunitx_angle_unit_box=\box80 +\l__siunitx_angle_marker_dim=\dimen312 +\l__siunitx_angle_unit_dim=\dimen313 +\l__siunitx_unit_int=\count293 +\l__siunitx_unit_denominator_int=\count294 +\l__siunitx_unit_numerator_int=\count295 +\l__siunitx_unit_prefix_int=\count296 +\l__siunitx_unit_prefix_base_int=\count297 +\l__siunitx_unit_prefix_gram_int=\count298 +\l__siunitx_number_product_int=\count299 +\c__siunitx_one_fill_skip=\skip69 +\l__siunitx_table_unit_align_skip=\skip70 +\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=\box81 +\l__siunitx_table_post_box=\box82 +\l__siunitx_table_mantissa_box=\box83 +\l__siunitx_table_result_box=\box84 +\l__siunitx_table_number_align_skip=\skip71 +\l__siunitx_table_text_align_skip=\skip72 +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareBinaryPrefix with sig. 'mmm' on line 7249. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareSIPostPower with sig. 'mm' on line 7252. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareSIPrefix with sig. 'mmm' on line 7255. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareSIPrePower with sig. 'mm' on line 7258. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareSIQualifier with sig. 'mm' on line 7261. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareSIUnit with sig. 'O{}mm' on line 7264. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \DeclareSIUnitWithOptions with sig. 'mmm' on line 7267. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \ang with sig. 'o>{\SplitArgument {2}{;}}m' on line 7282. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \num with sig. 'om' on line 7291. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \numlist with sig. 'o>{\SplitList {;}}m' on line 7300. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \numrange with sig. 'omm' on line 7309. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \SIlist with sig. 'o>{\SplitList {;}}mm' on line 7321. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \SIrange with sig. 'ommm' on line 7333. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \SI with sig. 'omom' on line 7345. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \sisetup with sig. 'm' on line 7348. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \tablenum with sig. 'om' on line 7363. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \si with sig. 'om' on line 7375. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \__siunitx_bookmark_num:w with sig. 'om' on line 7422. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \__siunitx_bookmark_numrange:w with sig. 'omm' on line +. 7424. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \__siunitx_bookmark_SI:w with sig. 'omom' on line 7426. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \__siunitx_bookmark_SIlist:w with sig. 'omm' on line 7428. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \__siunitx_bookmark_SIrange:w with sig. 'ommm' on line +. 7430. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining command \__siunitx_bookmark_si:w with sig. 'om' on line 7431. +................................................. +) +(/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=\count300 +\calc@Bcount=\count301 +\calc@Adimen=\dimen323 +\calc@Bdimen=\dimen324 +\calc@Askip=\skip73 +\calc@Bskip=\skip74 +LaTeX Info: Redefining \setlength on input line 80. +LaTeX Info: Redefining \addtolength on input line 81. +\calc@Ccount=\count302 +\calc@Cskip=\skip75 +) +(/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 2016/05/16 v1.17 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 2016/06/07 v1.8 + +Package: textpos 2016/06/07 1.8, absolute positioning of text on the page +\TP@textbox=\box85 +\TPHorizModule=\dimen325 +\TPVertModule=\dimen326 +\TP@margin=\dimen327 +\TP@absmargin=\dimen328 +Grid set 16 x 16 = 22.7622pt x 17.07166pt +\TPboxrulesize=\dimen329 +\TP@tbargs=\toks52 +\TP@prevdepth=\dimen330 +) (/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.sty +Package: subfigure 2002/03/15 v2.1.5 subfigure package +\subfigtopskip=\skip76 +\subfigcapskip=\skip77 +\subfigcaptopadj=\dimen331 +\subfigbottomskip=\skip78 +\subfigcapmargin=\dimen332 +\subfiglabelskip=\skip79 +\c@subfigure=\count303 +\c@lofdepth=\count304 +\c@subtable=\count305 +\c@lotdepth=\count306 + +**************************************** +* Local config file subfigure.cfg used * +**************************************** +(/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.cfg) +\subfig@top=\skip80 +\subfig@bottom=\skip81 +) +(/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) + + +(/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 --> TU/GilliusADF(0)/bx/n on inpu +t line 110. +LaTeX Font Info: Overwriting math alphabet `\mathsfup' in version `bold' +(Font) OT1/GilliusADF(0)/m/n --> TU/GilliusADF(0)/bx/n on inpu +t line 113. +LaTeX Font Info: Overwriting math alphabet `\mathsfit' in version `bold' +(Font) TU/GilliusADF(0)/m/sl --> TU/GilliusADF(0)/bx/sl on inp +ut line 116. +))) +(./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=\box86 +\pgfnodeparttwobox=\box87 +\pgfnodepartthreebox=\box88 +\pgfnodepartfourbox=\box89 +\pgfnodeparttwentybox=\box90 +\pgfnodepartnineteenbox=\box91 +\pgfnodeparteighteenbox=\box92 +\pgfnodepartseventeenbox=\box93 +\pgfnodepartsixteenbox=\box94 +\pgfnodepartfifteenbox=\box95 +\pgfnodepartfourteenbox=\box96 +\pgfnodepartthirteenbox=\box97 +\pgfnodeparttwelvebox=\box98 +\pgfnodepartelevenbox=\box99 +\pgfnodeparttenbox=\box100 +\pgfnodepartninebox=\box101 +\pgfnodeparteightbox=\box102 +\pgfnodepartsevenbox=\box103 +\pgfnodepartsixbox=\box104 +\pgfnodepartfivebox=\box105 +))) +(/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=\count307 +\pgfdecorationsegmentamplitude=\dimen339 +\pgfdecorationsegmentlength=\dimen340 +) +\tikz@lib@dec@box=\box106 +) +(/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=\skip82 +\bc@invboxd=\skip83 +\bc@titleLength=\skip84 +\logowidth=\skip85 + +(/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/oberdiek/zref-abspage.sty +Package: zref-abspage 2016/05/21 v2.26 Module abspage for zref (HO) + +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/zref-base.sty +Package: zref-base 2016/05/21 v2.26 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=\count308 +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=\skip86 +\c@mdf@globalstyle@cnt=\count309 +\mdf@skipabove@length=\skip87 +\mdf@skipbelow@length=\skip88 +\mdf@leftmargin@length=\skip89 +\mdf@rightmargin@length=\skip90 +\mdf@innerleftmargin@length=\skip91 +\mdf@innerrightmargin@length=\skip92 +\mdf@innertopmargin@length=\skip93 +\mdf@innerbottommargin@length=\skip94 +\mdf@splittopskip@length=\skip95 +\mdf@splitbottomskip@length=\skip96 +\mdf@outermargin@length=\skip97 +\mdf@innermargin@length=\skip98 +\mdf@linewidth@length=\skip99 +\mdf@innerlinewidth@length=\skip100 +\mdf@middlelinewidth@length=\skip101 +\mdf@outerlinewidth@length=\skip102 +\mdf@roundcorner@length=\skip103 +\mdf@footenotedistance@length=\skip104 +\mdf@userdefinedwidth@length=\skip105 +\mdf@needspace@length=\skip106 +\mdf@frametitleaboveskip@length=\skip107 +\mdf@frametitlebelowskip@length=\skip108 +\mdf@frametitlerulewidth@length=\skip109 +\mdf@frametitleleftmargin@length=\skip110 +\mdf@frametitlerightmargin@length=\skip111 +\mdf@shadowsize@length=\skip112 +\mdf@extratopheight@length=\skip113 +\mdf@subtitleabovelinewidth@length=\skip114 +\mdf@subtitlebelowlinewidth@length=\skip115 +\mdf@subtitleaboveskip@length=\skip116 +\mdf@subtitlebelowskip@length=\skip117 +\mdf@subtitleinneraboveskip@length=\skip118 +\mdf@subtitleinnerbelowskip@length=\skip119 +\mdf@subsubtitleabovelinewidth@length=\skip120 +\mdf@subsubtitlebelowlinewidth@length=\skip121 +\mdf@subsubtitleaboveskip@length=\skip122 +\mdf@subsubtitlebelowskip@length=\skip123 +\mdf@subsubtitleinneraboveskip@length=\skip124 +\mdf@subsubtitleinnerbelowskip@length=\skip125 + +(/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=\box107 +\mdf@footnotebox=\box108 +\mdf@splitbox@one=\box109 +\mdf@splitbox@two=\box110 +\mdf@splitbox@save=\box111 +\mdfsplitboxwidth=\skip126 +\mdfsplitboxtotalwidth=\skip127 +\mdfsplitboxheight=\skip128 +\mdfsplitboxdepth=\skip129 +\mdfsplitboxtotalheight=\skip130 +\mdfframetitleboxwidth=\skip131 +\mdfframetitleboxtotalwidth=\skip132 +\mdfframetitleboxheight=\skip133 +\mdfframetitleboxdepth=\skip134 +\mdfframetitleboxtotalheight=\skip135 +\mdffootnoteboxwidth=\skip136 +\mdffootnoteboxtotalwidth=\skip137 +\mdffootnoteboxheight=\skip138 +\mdffootnoteboxdepth=\skip139 +\mdffootnoteboxtotalheight=\skip140 +\mdftotallinewidth=\skip141 +\mdfboundingboxwidth=\skip142 +\mdfboundingboxtotalwidth=\skip143 +\mdfboundingboxheight=\skip144 +\mdfboundingboxdepth=\skip145 +\mdfboundingboxtotalheight=\skip146 +\mdf@freevspace@length=\skip147 +\mdf@horizontalwidthofbox@length=\skip148 +\mdf@verticalmarginwhole@length=\skip149 +\mdf@horizontalspaceofbox=\skip150 +\mdfsubtitleheight=\skip151 +\mdfsubsubtitleheight=\skip152 +\c@mdfcountframes=\count310 + +****** 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=\count311 +\c@mdf@env@i=\count312 +\c@mdf@env@ii=\count313 +\c@mdf@zref@counter=\count314 +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=\count315 +\bcval@epBarre=\skip153 +\bcval@framesep=\skip154 +\bcval@tailleOndu=\skip155 +\bcval@borderWidth=\skip156 +Invalid UTF-8 byte or sequence at line 216 replaced by U+FFFD. +\bcval@margeG=\skip157 +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=\skip158 +\bc@envbox=\box112 +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=\box113 +\pgf@layerboxsaved@background=\box114 +) +(/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=\toks53 +\gmp@commands=\toks54 +\gmp@out=\write6 +\c@gmp@count=\count316 +) +(/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@=\toks55 +\c@fmfgraph=\count317 +)) +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty +Package: biblatex 2016/12/05 v3.7 programmable bibliographies (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=\count318 + +(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def +File: logreq.def 2010/08/04 v1.0 logreq spec v1.0 +)) +(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.sty +(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.tex +\@xs@message=\write8 +\integerpart=\count319 +\decimalpart=\count320 +) +Package: xstring 2013/10/13 v1.7c String manipulations (C Tellechea) +) +\c@tabx@nest=\count321 +\c@listtotal=\count322 +\c@listcount=\count323 +\c@liststart=\count324 +\c@liststop=\count325 +\c@citecount=\count326 +\c@citetotal=\count327 +\c@multicitecount=\count328 +\c@multicitetotal=\count329 +\c@instcount=\count330 +\c@maxnames=\count331 +\c@minnames=\count332 +\c@maxitems=\count333 +\c@minitems=\count334 +\c@citecounter=\count335 +\c@savedcitecounter=\count336 +\c@uniquelist=\count337 +\c@uniquename=\count338 +\c@refsection=\count339 +\c@refsegment=\count340 +\c@maxextratitle=\count341 +\c@maxextratitleyear=\count342 +\c@maxextrayear=\count343 +\c@maxextraalpha=\count344 +\c@abbrvpenalty=\count345 +\c@highnamepenalty=\count346 +\c@lownamepenalty=\count347 +\c@maxparens=\count348 +\c@parenlevel=\count349 +\blx@tempcnta=\count350 +\blx@tempcntb=\count351 +\blx@tempcntc=\count352 +\blx@maxsection=\count353 +\blx@maxsegment@0=\count354 +\blx@notetype=\count355 +\blx@parenlevel@text=\count356 +\blx@parenlevel@foot=\count357 +\blx@sectionciteorder@0=\count358 +\labelnumberwidth=\skip159 +\labelalphawidth=\skip160 +\biblabelsep=\skip161 +\bibitemsep=\skip162 +\bibnamesep=\skip163 +\bibinitsep=\skip164 +\bibparsep=\skip165 +\bibhang=\skip166 +\blx@bcfin=\read3 +\blx@bcfout=\write9 +\c@mincomprange=\count359 +\c@maxcomprange=\count360 +\c@mincompwidth=\count361 +Package biblatex Info: Trying to load biblatex default data model... +Package biblatex Info: ... file 'blx-dm.def' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-dm.def) +Package biblatex Info: Trying to load biblatex style data model... +Package biblatex Info: ... file 'numeric-comp.dbx' not found. +Package biblatex Info: Trying to load biblatex custom data model... +Package biblatex Info: ... file 'biblatex-dm.cfg' not found. +\c@afterword=\count362 +\c@savedafterword=\count363 +\c@annotator=\count364 +\c@savedannotator=\count365 +\c@author=\count366 +\c@savedauthor=\count367 +\c@bookauthor=\count368 +\c@savedbookauthor=\count369 +\c@commentator=\count370 +\c@savedcommentator=\count371 +\c@editor=\count372 +\c@savededitor=\count373 +\c@editora=\count374 +\c@savededitora=\count375 +\c@editorb=\count376 +\c@savededitorb=\count377 +\c@editorc=\count378 +\c@savededitorc=\count379 +\c@foreword=\count380 +\c@savedforeword=\count381 +\c@holder=\count382 +\c@savedholder=\count383 +\c@introduction=\count384 +\c@savedintroduction=\count385 +\c@namea=\count386 +\c@savednamea=\count387 +\c@nameb=\count388 +\c@savednameb=\count389 +\c@namec=\count390 +\c@savednamec=\count391 +\c@translator=\count392 +\c@savedtranslator=\count393 +\c@shortauthor=\count394 +\c@savedshortauthor=\count395 +\c@shorteditor=\count396 +\c@savedshorteditor=\count397 +\c@labelname=\count398 +\c@savedlabelname=\count399 +\c@institution=\count400 +\c@savedinstitution=\count401 +\c@lista=\count402 +\c@savedlista=\count403 +\c@listb=\count404 +\c@savedlistb=\count405 +\c@listc=\count406 +\c@savedlistc=\count407 +\c@listd=\count408 +\c@savedlistd=\count409 +\c@liste=\count410 +\c@savedliste=\count411 +\c@listf=\count412 +\c@savedlistf=\count413 +\c@location=\count414 +\c@savedlocation=\count415 +\c@organization=\count416 +\c@savedorganization=\count417 +\c@origlocation=\count418 +\c@savedoriglocation=\count419 +\c@origpublisher=\count420 +\c@savedorigpublisher=\count421 +\c@publisher=\count422 +\c@savedpublisher=\count423 +\c@language=\count424 +\c@savedlanguage=\count425 +\c@pageref=\count426 +\c@savedpageref=\count427 +\shorthandwidth=\skip167 +\shortjournalwidth=\skip168 +\shortserieswidth=\skip169 +\shorttitlewidth=\skip170 +\shortauthorwidth=\skip171 +\shorteditorwidth=\skip172 +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/12/05 v3.7 biblatex compatibility (PK/JW/AB) +) +Package biblatex Info: Trying to load BibTeX backend compatibility... +Package biblatex Info: ... file 'blx-bibtex.def' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-bibtex.def +File: blx-bibtex.def 2016/12/05 v3.7 biblatex compatibility (PK/JW/AB) + + +Package biblatex Warning: Using fall-back BibTeX(8) backend: +(biblatex) functionality may be reduced/unavailable. + +) +Package biblatex Info: Trying to load generic definitions... +Package biblatex Info: ... file 'biblatex.def' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.def +File: biblatex.def 2016/12/05 v3.7 biblatex compatibility (PK/JW/AB) +\c@textcitecount=\count428 +\c@textcitetotal=\count429 +\c@textcitemaxnames=\count430 +\c@biburlnumpenalty=\count431 +\c@biburlucpenalty=\count432 +\c@biburllcpenalty=\count433 +\c@smartand=\count434 +) +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/12/05 v3.7 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/12/05 v3.7 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/12/05 v3.7 biblatex bibliography style (PK/JW/AB) +\c@bbx:relatedcount=\count435 +\c@bbx:relatedtotal=\count436 +))) +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/12/05 v3.7 biblatex citation style (PK/JW/AB) +\c@cbx@tempcnta=\count437 +\c@cbx@tempcntb=\count438 +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 205. +LaTeX Info: Redefining \HepProcess on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@itcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@slcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@sfcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@upcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@itcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@slcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@sfcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@upcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@itcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@slcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@sfcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@upcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@itcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@slcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@sfcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\@upcode' on input line 211. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 211. + +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/12/05 v3.7 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=\count439 +\@quotereset=\count440 +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for TU/lmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 211. +LaTeX Font Info: ... okay on input line 211. + +*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=\box115 +Package hyperref Info: Link coloring OFF on input line 211. + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty +Package: nameref 2016/05/21 v2.44 Cross-referencing by name of section + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty +Package: gettitlestring 2016/05/16 v1.5 Cleanup title references (HO) +) +\c@section@level=\count441 +) +LaTeX Info: Redefining \ref on input line 211. +LaTeX Info: Redefining \pageref on input line 211. +LaTeX Info: Redefining \nameref on input line 211. + +(./mchrzasz.out) (./mchrzasz.out) +\@outlinefile=\write10 +\openout10 = `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 211. + +(/usr/share/texlive/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg +File: siunitx-abbreviations.cfg 2017/01/01 v2.7a 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 Info: Input encoding 'utf8' specified. +Package biblatex Info: Data encoding 'utf8' specified. +(biblatex) No need to reencode data. +\openout9 = `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 211. +Package biblatex Info: Reference segment=0 on input line 211. +(./mchrzasz.nav) +LaTeX Font Info: Try loading font information for U+msa on input line 211. + (/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 211. + +(/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 211. + +(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ursfs.fd +File: ursfs.fd 1998/03/24 rsfs font definition file (jk) +) +LaTeX Font Info: Font shape `TU/GilliusADF(0)/m/sl' in size <6> not availabl +e +(Font) Font shape `TU/GilliusADF(0)/m/it' tried instead on input l +ine 211. +LaTeX Font Info: Font shape `TU/GilliusADF(0)/m/sl' in size <5> not availabl +e +(Font) Font shape `TU/GilliusADF(0)/m/it' tried instead on input l +ine 211. +LaTeX Font Info: Font shape `TU/GilliusADF(0)/m/sl' in size <10> not availab +le +(Font) Font shape `TU/GilliusADF(0)/m/it' tried instead on input l +ine 211. +LaTeX Font Info: Font shape `TU/GilliusADF(0)/m/sl' in size <7> not availabl +e +(Font) Font shape `TU/GilliusADF(0)/m/it' tried instead on input l +ine 211. +\c__siunitx_mathsf_int=\count442 +LaTeX Font Info: Font shape `TU/GilliusADF(0)/m/sl' in size <10.95> not avai +lable +(Font) Font shape `TU/GilliusADF(0)/m/it' tried instead on input l +ine 211. +LaTeX Font Info: Font shape `TU/GilliusADF(0)/m/sl' in size <8> not availabl +e +(Font) Font shape `TU/GilliusADF(0)/m/it' tried instead on input l +ine 211. +\c__siunitx_mathtt_int=\count443 +File: images/lhcb-logo.pdf Graphic file (type QTm) + + +File: images/cern.png Graphic file (type QTm) + +LaTeX Font Info: Try loading font information for OT1+GilliusADF(0) on input + line 254. +LaTeX Font Info: No file OT1GilliusADF(0).fd. on input line 254. + + +LaTeX Font Warning: Font shape `OT1/GilliusADF(0)/m/n' undefined +(Font) using `OT1/cmr/m/n' instead on input line 254. + +File: images/bubble2.jpg Graphic file (type QTm) + +Overfull \vbox (9.8195pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 254. + +[1 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 271. + +[2 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 294. + +[3 + +] +File: images/PID.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 [] + +LaTeX Info: Redefining \HepProcess on input line 305. + +[4 + +] +File: images/PID.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 [] + +LaTeX Info: Redefining \HepProcess on input line 316. + +[5 + +] +File: images/PID2.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 [] + +LaTeX Info: Redefining \HepProcess on input line 326. + +[6 + +] +File: images/example.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 [] + +LaTeX Info: Redefining \HepProcess on input line 338. + +[7 + +] +File: images/example2.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 [] + +LaTeX Info: Redefining \HepProcess on input line 348. + +[8 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 368. + +[9 + +] +\c@framenumberappendix=\count444 +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 377. + +[10 + +] +\tf@nav=\write11 +\openout11 = `mchrzasz.nav'. + +\tf@toc=\write12 +\openout12 = `mchrzasz.toc'. + +\tf@snm=\write13 +\openout13 = `mchrzasz.snm'. + +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 381. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 381. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 381. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 381. + + +LaTeX Font Warning: Some font shapes were not available, defaults substituted. + + +LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. + +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + + ) +Here is how much of TeX's memory you used: + 49896 strings out of 493068 + 1037843 string characters out of 6137719 + 1447113 words of memory out of 5000000 + 52867 multiletter control sequences out of 15000+600000 + 26148 words of font info for 128 fonts, out of 8000000 for 9000 + 1347 hyphenation exceptions out of 8191 + 71i,18n,86p,10443b,3584s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (10 pages). diff --git a/Kstarmumu_Run2/TISTOSbug/mchrzasz.nav b/Kstarmumu_Run2/TISTOSbug/mchrzasz.nav new file mode 100644 index 0000000..bda339c --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/mchrzasz.nav @@ -0,0 +1,25 @@ +\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/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}} +\headcommand {\beamer@framepages {6}{6}} +\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}} +\headcommand {\beamer@framepages {7}{7}} +\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}} +\headcommand {\beamer@framepages {8}{8}} +\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}} +\headcommand {\beamer@framepages {10}{10}} +\headcommand {\beamer@partpages {1}{10}} +\headcommand {\beamer@subsectionpages {1}{10}} +\headcommand {\beamer@sectionpages {1}{10}} +\headcommand {\beamer@documentpages {10}} +\headcommand {\def \inserttotalframenumber {9}} diff --git a/Kstarmumu_Run2/TISTOSbug/mchrzasz.out b/Kstarmumu_Run2/TISTOSbug/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/mchrzasz.out diff --git a/Kstarmumu_Run2/TISTOSbug/mchrzasz.pdf b/Kstarmumu_Run2/TISTOSbug/mchrzasz.pdf new file mode 100644 index 0000000..f5467c2 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/mchrzasz.pdf Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/mchrzasz.run.xml b/Kstarmumu_Run2/TISTOSbug/mchrzasz.run.xml new file mode 100644 index 0000000..6094198 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/mchrzasz.run.xml @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + latex + + mchrzasz.aux + mchrzasz-blx.bib + + + mchrzasz.bbl + + + blx-dm.def + blx-compat.def + blx-bibtex.def + biblatex.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/Kstarmumu_Run2/TISTOSbug/mchrzasz.snm b/Kstarmumu_Run2/TISTOSbug/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/mchrzasz.snm diff --git a/Kstarmumu_Run2/TISTOSbug/mchrzasz.synctex.gz b/Kstarmumu_Run2/TISTOSbug/mchrzasz.synctex.gz new file mode 100644 index 0000000..8e99ab9 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/mchrzasz.synctex.gz Binary files differ diff --git a/Kstarmumu_Run2/TISTOSbug/mchrzasz.tex b/Kstarmumu_Run2/TISTOSbug/mchrzasz.tex new file mode 100644 index 0000000..85e5c8e --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/mchrzasz.tex @@ -0,0 +1,381 @@ +\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} +\usepackage{hepparticles} +% 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{\im}{\rm{Im}} +\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{{\rm Br}} + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} + +\author{ {M.Chrzaszcz} (CERN)} +\institute{UZH} +\title[$\PBzero \to \PKstar \Pmuon \APmuon$ Update]{$\PBzero \to \PKstar \Pmuon \APmuon$ Update} +\date{30 January 2017} + + +\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.75\textwidth} + \flushright\bfseries \Huge {$\PBzero \to \PKstar \Pmuon \APmuon$\\ Update} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.23\textwidth} + % \hspace*{-1.cm} + \vspace*{-3mm} + \includegraphics[width=0.6\textwidth]{lhcb-logo} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-1.8em} { \Large Marcin Chrzaszcz\\\vspace{-0.1em} \vspace{-0.1em} } + +\end{column} +\begin{column}{0.53\textwidth} +\includegraphics[height=1.3cm]{cern} +\end{column} +\end{columns} +\vspace{0.2em} + + +\vspace{1em} + +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{$\PBzero \to \PKstar \Pmuon \APmuon$ meeting, CERN\\October 18, 2017} +\end{center} +\end{frame} +} + +\begin{frame}\frametitle{Topics on discussion} + +\begin{enumerate} +\item Trigger +\item Data/MC corrections +\item BDT training +\item PID re sampling +\item Exotic pollutions to $\PB \to \PKstar \PJpsi$. + +\item VARIA +\end{enumerate} + + + +\end{frame} + + + + + + + + + + + +\begin{frame}\frametitle{Bookkeping} + +\ARROW The ntuples returned from GRID:\\ +\url{/eos/lhcb/wg/RD/Bd2Kstmumu/Strip}\\ +\ARROW The old ones (with trigger BUG) are also there but with directory name \texttt{\_TISTOSbug}\\ +\begin{exampleblock}{} +Let me know if you see anything strange in them! +\end{exampleblock} + + + +\end{frame} + + +\begin{frame}\frametitle{PID resampling - what we had} + +\begin{figure} +\includegraphics[width=0.9\textwidth]{images/PID.png} +\end{figure} + + + +\end{frame} + + +\begin{frame}\frametitle{PID resampling - what we had} + +\begin{figure} +\includegraphics[width=0.9\textwidth]{images/PID.png} +\end{figure} + + + +\end{frame} + +\begin{frame}\frametitle{PID resampling - what we have} + +\begin{figure} +\includegraphics[width=0.9\textwidth]{images/PID2.png} +\end{figure} + + + +\end{frame} + + + +\begin{frame}\frametitle{PID resampling - example muDLLK} + +\begin{figure} +\includegraphics[width=0.9\textwidth]{images/example.png} +\end{figure} + + + +\end{frame} + +\begin{frame}\frametitle{PID resampling - example piDLLmu} + +\begin{figure} +\includegraphics[width=0.9\textwidth]{images/example2.png} +\end{figure} + + + +\end{frame} + + + + + + + + +\begin{frame}\frametitle{Conclusions} + + +\begin{itemize} +\item PID works reasonably well, but still needs a bit of work. +\item To fully test the BDT we need the re sampled MC. +\item I think we can fix the preselection today. +\item Trigger study performed. +\item Discrepancy on the \texttt{Pi\_PT} fixed and others are under control. +\end{itemize} + +\end{frame} + + + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/Kstarmumu_Run2/TISTOSbug/mchrzasz.toc b/Kstarmumu_Run2/TISTOSbug/mchrzasz.toc new file mode 100644 index 0000000..67e0355 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/mchrzasz.toc @@ -0,0 +1,3 @@ +\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax +\defcounter {refsection}{0}\relax +\select@language {english} diff --git a/Kstarmumu_Run2/TISTOSbug/tikzfeynman.sty b/Kstarmumu_Run2/TISTOSbug/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/Kstarmumu_Run2/TISTOSbug/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}, +} + diff --git a/LBD_meeting/Review_04_05_2018/Makefile b/LBD_meeting/Review_04_05_2018/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/LBD_meeting/Review_04_05_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/LBD_meeting/Review_04_05_2018/beamercolorthemeFlip.sty b/LBD_meeting/Review_04_05_2018/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/LBD_meeting/Review_04_05_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/LBD_meeting/Review_04_05_2018/beamerinnerthemeFlip.sty b/LBD_meeting/Review_04_05_2018/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/LBD_meeting/Review_04_05_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/LBD_meeting/Review_04_05_2018/beamerouterthemeFlip.sty b/LBD_meeting/Review_04_05_2018/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/LBD_meeting/Review_04_05_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/LBD_meeting/Review_04_05_2018/beamerouterthemedecolines.sty b/LBD_meeting/Review_04_05_2018/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/LBD_meeting/Review_04_05_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/LBD_meeting/Review_04_05_2018/beamerthemeFlip.sty b/LBD_meeting/Review_04_05_2018/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/LBD_meeting/Review_04_05_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/LBD_meeting/Review_04_05_2018/images/.DS_Store b/LBD_meeting/Review_04_05_2018/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/.DS_Store Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/BG_both.png b/LBD_meeting/Review_04_05_2018/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/BG_both.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/BG_lower.png b/LBD_meeting/Review_04_05_2018/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/BG_lower.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/BG_upper.png b/LBD_meeting/Review_04_05_2018/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/BG_upper.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/Fig1.png b/LBD_meeting/Review_04_05_2018/images/Fig1.png new file mode 100644 index 0000000..8f6275f --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/Fig1.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/Fig2.png b/LBD_meeting/Review_04_05_2018/images/Fig2.png new file mode 100644 index 0000000..2e6fe8f --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/Fig2.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/Fig3.png b/LBD_meeting/Review_04_05_2018/images/Fig3.png new file mode 100644 index 0000000..214ad38 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/Fig3.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/Fig4.png b/LBD_meeting/Review_04_05_2018/images/Fig4.png new file mode 100644 index 0000000..828571f --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/Fig4.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/Fig5.png b/LBD_meeting/Review_04_05_2018/images/Fig5.png new file mode 100644 index 0000000..b5b086c --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/Fig5.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/Fig6.png b/LBD_meeting/Review_04_05_2018/images/Fig6.png new file mode 100644 index 0000000..40bed65 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/Fig6.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/Fig7.png b/LBD_meeting/Review_04_05_2018/images/Fig7.png new file mode 100644 index 0000000..4e944c2 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/Fig7.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/Fig8.png b/LBD_meeting/Review_04_05_2018/images/Fig8.png new file mode 100644 index 0000000..469ec1c --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/Fig8.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/Fig9.png b/LBD_meeting/Review_04_05_2018/images/Fig9.png new file mode 100644 index 0000000..b60183f --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/Fig9.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/ST_logo.gif b/LBD_meeting/Review_04_05_2018/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/ST_logo.gif Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/ST_logo.png b/LBD_meeting/Review_04_05_2018/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/ST_logo.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/ST_logosmall.gif b/LBD_meeting/Review_04_05_2018/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/ST_logosmall.gif Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/Tab1.png b/LBD_meeting/Review_04_05_2018/images/Tab1.png new file mode 100644 index 0000000..c237740 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/Tab1.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/Z_rich_18.jpg b/LBD_meeting/Review_04_05_2018/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/Z_rich_18.jpg Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/Z_rich_24.jpg b/LBD_meeting/Review_04_05_2018/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/Z_rich_24.jpg Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/Z_rich_30.jpg b/LBD_meeting/Review_04_05_2018/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/Z_rich_30.jpg Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/bubble2.jpg b/LBD_meeting/Review_04_05_2018/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/bubble2.jpg Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/cern.png b/LBD_meeting/Review_04_05_2018/images/cern.png new file mode 100644 index 0000000..b1d077c --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/cern.png Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/derotate.sh b/LBD_meeting/Review_04_05_2018/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/LBD_meeting/Review_04_05_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/LBD_meeting/Review_04_05_2018/images/getFromAFS.sh b/LBD_meeting/Review_04_05_2018/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/LBD_meeting/Review_04_05_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/LBD_meeting/Review_04_05_2018/images/lhcb-logo-bad.pdf b/LBD_meeting/Review_04_05_2018/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/lhcb-logo-bad.pdf Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/lhcb-logo.pdf b/LBD_meeting/Review_04_05_2018/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/lhcb-logo.pdf Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/lhcb-logo.svg b/LBD_meeting/Review_04_05_2018/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/LBD_meeting/Review_04_05_2018/images/uzh-transp.pdf b/LBD_meeting/Review_04_05_2018/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/uzh-transp.pdf Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/uzh.pdf b/LBD_meeting/Review_04_05_2018/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/uzh.pdf Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/uzh_logo_e_pos.eps b/LBD_meeting/Review_04_05_2018/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/uzh_logo_e_pos.eps Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/images/uzh_logo_e_pos_gross.tif b/LBD_meeting/Review_04_05_2018/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/mchrzasz+mp.sh b/LBD_meeting/Review_04_05_2018/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/LBD_meeting/Review_04_05_2018/mchrzasz-blx.bib b/LBD_meeting/Review_04_05_2018/mchrzasz-blx.bib new file mode 100644 index 0000000..fa04f16 --- /dev/null +++ b/LBD_meeting/Review_04_05_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/LBD_meeting/Review_04_05_2018/mchrzasz.aux b/LBD_meeting/Review_04_05_2018/mchrzasz.aux new file mode 100644 index 0000000..b65ed2a --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/mchrzasz.aux @@ -0,0 +1,120 @@ +\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} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\pgfsyspdfmark {pgfid9}{0}{0} +\pgfsyspdfmark {pgfid10}{0}{0} +\HyPL@Entry{3<>} +\pgfsyspdfmark {pgfid11}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\pgfsyspdfmark {pgfid12}{0}{0} +\pgfsyspdfmark {pgfid13}{0}{0} +\HyPL@Entry{4<>} +\pgfsyspdfmark {pgfid14}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{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}{6}{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}{7}{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}{8}{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}{9}{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}{10}{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}{11}{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}{12}{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}{13}{13/13}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}} +\pgfsyspdfmark {pgfid39}{0}{0} +\pgfsyspdfmark {pgfid40}{0}{0} +\HyPL@Entry{13<>} +\pgfsyspdfmark {pgfid42}{23867907}{17900937} +\pgfsyspdfmark {pgfid41}{1432016}{9836008} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{14}{14/14}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}} +\pgfsyspdfmark {pgfid43}{0}{0} +\pgfsyspdfmark {pgfid44}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{14}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{14}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{14}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {14}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {13}}} diff --git a/LBD_meeting/Review_04_05_2018/mchrzasz.log b/LBD_meeting/Review_04_05_2018/mchrzasz.log new file mode 100644 index 0000000..6035f6a --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/mchrzasz.log @@ -0,0 +1,2548 @@ +This is XeTeX, Version 3.14159265-2.6-0.99992 (TeX Live 2015/Debian) (preloaded format=xelatex 2018.1.14) 4 MAY 2018 10:34 +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. +................................................. +)) +(/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=\count268 +) +(/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=\count269 +\@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=\count270 +\adl@ncol=\count271 +\adl@currentcolumn=\count272 +\adl@currentcolumnsave=\count273 +\adl@totalheight=\count274 +\adl@totalheightsave=\count275 +\adl@dash=\count276 +\adl@gap=\count277 +\adl@cla=\count278 +\adl@clb=\count279 +\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=\count280 +\l__siunitx_number_mantissa_length_int=\count281 +\l__siunitx_number_uncert_length_int=\count282 +\l__siunitx_round_int=\count283 +\l__siunitx_process_decimal_int=\count284 +\l__siunitx_process_uncertainty_int=\count285 +\l__siunitx_process_fixed_int=\count286 +\l__siunitx_process_integer_min_int=\count287 +\l__siunitx_process_precision_int=\count288 +\l__siunitx_group_min_int=\count289 +\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=\count290 +\l__siunitx_unit_denominator_int=\count291 +\l__siunitx_unit_numerator_int=\count292 +\l__siunitx_unit_prefix_int=\count293 +\l__siunitx_unit_prefix_base_int=\count294 +\l__siunitx_unit_prefix_gram_int=\count295 +\l__siunitx_number_product_int=\count296 +\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=\count297 +\calc@Bcount=\count298 +\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=\count299 +\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=\count300 +\c@lofdepth=\count301 +\c@subtable=\count302 +\c@lotdepth=\count303 + +**************************************** +* 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/lmss/m/n --> EU1/lmss/bx/n on input line 110. +LaTeX Font Info: Overwriting math alphabet `\mathsfup' in version `bold' +(Font) OT1/lmss/m/n --> EU1/lmss/bx/n on input line 113. +LaTeX Font Info: Overwriting math alphabet `\mathsfit' in version `bold' +(Font) EU1/lmss/m/sl --> EU1/lmss/bx/sl on input 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=\count304 +\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=\count305 +) +(/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=\count306 +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=\count307 +\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=\count308 + +****** 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=\count309 +\c@mdf@env@i=\count310 +\c@mdf@env@ii=\count311 +\c@mdf@zref@counter=\count312 +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=\count313 +\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=\count314 +) +(/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=\count315 +)) +(/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=\count316 + +(/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=\count317 +\c@listtotal=\count318 +\c@listcount=\count319 +\c@liststart=\count320 +\c@liststop=\count321 +\c@citecount=\count322 +\c@citetotal=\count323 +\c@multicitecount=\count324 +\c@multicitetotal=\count325 +\c@instcount=\count326 +\c@maxnames=\count327 +\c@minnames=\count328 +\c@maxitems=\count329 +\c@minitems=\count330 +\c@citecounter=\count331 +\c@savedcitecounter=\count332 +\c@uniquelist=\count333 +\c@uniquename=\count334 +\c@refsection=\count335 +\c@refsegment=\count336 +\c@maxextrayear=\count337 +\c@maxextraalpha=\count338 +\c@abbrvpenalty=\count339 +\c@highnamepenalty=\count340 +\c@lownamepenalty=\count341 +\c@maxparens=\count342 +\c@parenlevel=\count343 +\blx@tempcnta=\count344 +\blx@tempcntb=\count345 +\blx@tempcntc=\count346 +\blx@maxsection=\count347 +\blx@maxsegment=\count348 +\blx@notetype=\count349 +\blx@parenlevel@text=\count350 +\blx@parenlevel@foot=\count351 +\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=\count352 +\c@maxcomprange=\count353 +\c@mincompwidth=\count354 +\c@labelname=\count355 +\c@savedlabelname=\count356 +\c@author=\count357 +\c@savedauthor=\count358 +\c@shortauthor=\count359 +\c@savedshortauthor=\count360 +\c@editor=\count361 +\c@savededitor=\count362 +\c@editora=\count363 +\c@savededitora=\count364 +\c@editorb=\count365 +\c@savededitorb=\count366 +\c@editorc=\count367 +\c@savededitorc=\count368 +\c@shorteditor=\count369 +\c@savedshorteditor=\count370 +\c@bookauthor=\count371 +\c@savedbookauthor=\count372 +\c@translator=\count373 +\c@savedtranslator=\count374 +\c@annotator=\count375 +\c@savedannotator=\count376 +\c@commentator=\count377 +\c@savedcommentator=\count378 +\c@introduction=\count379 +\c@savedintroduction=\count380 +\c@foreword=\count381 +\c@savedforeword=\count382 +\c@afterword=\count383 +\c@savedafterword=\count384 +\c@holder=\count385 +\c@savedholder=\count386 +\c@namea=\count387 +\c@savednamea=\count388 +\c@nameb=\count389 +\c@savednameb=\count390 +\c@namec=\count391 +\c@savednamec=\count392 +\c@institution=\count393 +\c@savedinstitution=\count394 +\c@language=\count395 +\c@savedlanguage=\count396 +\c@location=\count397 +\c@savedlocation=\count398 +\c@organization=\count399 +\c@savedorganization=\count400 +\c@origlocation=\count401 +\c@savedoriglocation=\count402 +\c@origpublisher=\count403 +\c@savedorigpublisher=\count404 +\c@pageref=\count405 +\c@savedpageref=\count406 +\c@publisher=\count407 +\c@savedpublisher=\count408 +\c@lista=\count409 +\c@savedlista=\count410 +\c@listb=\count411 +\c@savedlistb=\count412 +\c@listc=\count413 +\c@savedlistc=\count414 +\c@listd=\count415 +\c@savedlistd=\count416 +\c@liste=\count417 +\c@savedliste=\count418 +\c@listf=\count419 +\c@savedlistf=\count420 +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=\count421 +\c@textcitetotal=\count422 +\c@textcitemaxnames=\count423 +\c@biburlnumpenalty=\count424 +\c@biburlucpenalty=\count425 +\c@biburllcpenalty=\count426 +\c@smartand=\count427 +) +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=\count428 +\c@bbx:relatedtotal=\count429 +))) +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=\count430 +\c@cbx@tempcntb=\count431 +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 217. +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=\count432 +\@quotereset=\count433 +LaTeX Info: Redefining \HepProcess on input line 224. + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 224. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 224. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 224. + +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 224. +LaTeX Font Info: ... okay on input line 224. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 224. +LaTeX Font Info: ... okay on input line 224. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 224. +LaTeX Font Info: ... okay on input line 224. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 224. +LaTeX Font Info: ... okay on input line 224. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 224. +LaTeX Font Info: ... okay on input line 224. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 224. +LaTeX Font Info: ... okay on input line 224. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 224. +LaTeX Font Info: ... okay on input line 224. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 224. +LaTeX Font Info: ... okay on input line 224. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 224. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 224. + + (/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 224. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 224. +LaTeX Font Info: ... okay on input line 224. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 224. +LaTeX Font Info: ... okay on input line 224. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 224. +LaTeX Font Info: Try loading font information for T3+cmr on input line 224. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 224. + +*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 224. + +(/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=\count434 +) +LaTeX Info: Redefining \ref on input line 224. +LaTeX Info: Redefining \pageref on input line 224. +LaTeX Info: Redefining \nameref on input line 224. + +(./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 224. + +*** 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 224. +Package biblatex Info: Reference segment=0 on input line 224. +(./mchrzasz.nav) +LaTeX Font Info: Font shape `EU1/lmss/m/it' in size <6> not available +(Font) Font shape `EU1/lmss/m/sl' tried instead on input line 224. + +LaTeX Font Info: Try loading font information for OML+plm on input line 224. + + (/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 224 +. + +(/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 224 +. + +(/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) <6> on input line 224. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 224. +LaTeX Font Info: Try loading font information for U+msa on input line 224. + +(/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 224. + +(/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 224. + +(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ursfs.fd +File: ursfs.fd 1998/03/24 rsfs font definition file (jk) +) +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10> on input line 224. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 224. +\c__siunitx_mathsf_int=\count435 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 224. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 224. +\c__siunitx_mathtt_int=\count436 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 224 +. + +(/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) +) +File: images/lhcb-logo.pdf Graphic file (type QTm) + + +File: images/cern.png Graphic file (type QTm) + +File: images/bubble2.jpg Graphic file (type QTm) + + +Overfull \vbox (9.66728pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 268. + +[1 + +] +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 290 +. + (/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmtt.fd +File: eu1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern +) +Underfull \hbox (badness 10000) in paragraph at lines 290--290 + + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 290--290 + + [] + + +Overfull \vbox (20.24252pt too high) detected at line 290 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.02963pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 290. + +[2 + +] +File: images/Fig1.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.02963pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 317. + +[3 + +] +LaTeX Font Info: External font `plex10' loaded for size +(Font) <9> on input line 337. +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.02963pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 337. + +[4 + +] +File: images/Fig2.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.02963pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 355. + +[5 + +] +File: images/Fig3.png Graphic file (type QTm) + +Overfull \vbox (69.80492pt too high) detected at line 373 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.02963pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 373. + +[6 + +] +File: images/Fig4.png Graphic file (type QTm) + +Overfull \vbox (68.45836pt too high) detected at line 391 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.02963pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 391. + +[7 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.02963pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 405. + +[8 + +] +File: images/Fig5.png Graphic file (type QTm) + +Overfull \vbox (80.20511pt too high) detected at line 422 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.02963pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 422. + +[9 + +] +File: images/Fig6.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.02963pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 435. + +[10 + +] +File: images/Fig7.png Graphic file (type QTm) + +Overfull \vbox (19.76999pt too high) detected at line 445 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.02963pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 445. + +[11 + +] +File: images/Fig8.png Graphic file (type QTm) + +Overfull \vbox (45.92845pt too high) detected at line 456 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.02963pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 456. + +[12 + +] +File: images/Fig9.png Graphic file (type QTm) + +Overfull \vbox (40.72318pt too high) detected at line 473 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.02963pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 473. + +[13 + +] +\c@framenumberappendix=\count437 +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.02963pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 480. + +[14 + +] +\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 484. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 484. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 484. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 484. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 484. + ) +(\end occurred when \iftrue on line 224 was incomplete) +Here is how much of TeX's memory you used: + 51175 strings out of 493638 + 1015341 string characters out of 6146796 + 1303205 words of memory out of 5000000 + 53588 multiletter control sequences out of 15000+600000 + 35185 words of font info for 136 fonts, out of 8000000 for 9000 + 1328 hyphenation exceptions out of 8191 + 71i,17n,86p,10443b,1474s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (14 pages). diff --git a/LBD_meeting/Review_04_05_2018/mchrzasz.nav b/LBD_meeting/Review_04_05_2018/mchrzasz.nav new file mode 100644 index 0000000..eb7a2dd --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/mchrzasz.nav @@ -0,0 +1,35 @@ +\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/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}} +\headcommand {\beamer@framepages {6}{6}} +\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}} +\headcommand {\beamer@framepages {7}{7}} +\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}} +\headcommand {\beamer@framepages {8}{8}} +\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}} +\headcommand {\beamer@framepages {10}{10}} +\headcommand {\slideentry {0}{0}{11}{11/11}{}{0}} +\headcommand {\beamer@framepages {11}{11}} +\headcommand {\slideentry {0}{0}{12}{12/12}{}{0}} +\headcommand {\beamer@framepages {12}{12}} +\headcommand {\slideentry {0}{0}{13}{13/13}{}{0}} +\headcommand {\beamer@framepages {13}{13}} +\headcommand {\slideentry {0}{0}{14}{14/14}{}{0}} +\headcommand {\beamer@framepages {14}{14}} +\headcommand {\beamer@partpages {1}{14}} +\headcommand {\beamer@subsectionpages {1}{14}} +\headcommand {\beamer@sectionpages {1}{14}} +\headcommand {\beamer@documentpages {14}} +\headcommand {\def \inserttotalframenumber {13}} diff --git a/LBD_meeting/Review_04_05_2018/mchrzasz.out b/LBD_meeting/Review_04_05_2018/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/mchrzasz.out diff --git a/LBD_meeting/Review_04_05_2018/mchrzasz.pdf b/LBD_meeting/Review_04_05_2018/mchrzasz.pdf new file mode 100644 index 0000000..ef2752b --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/mchrzasz.pdf Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/mchrzasz.run.xml b/LBD_meeting/Review_04_05_2018/mchrzasz.run.xml new file mode 100644 index 0000000..4d0e3ba --- /dev/null +++ b/LBD_meeting/Review_04_05_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/LBD_meeting/Review_04_05_2018/mchrzasz.snm b/LBD_meeting/Review_04_05_2018/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/mchrzasz.snm diff --git a/LBD_meeting/Review_04_05_2018/mchrzasz.synctex.gz b/LBD_meeting/Review_04_05_2018/mchrzasz.synctex.gz new file mode 100644 index 0000000..69098bc --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/mchrzasz.synctex.gz Binary files differ diff --git a/LBD_meeting/Review_04_05_2018/mchrzasz.tex b/LBD_meeting/Review_04_05_2018/mchrzasz.tex new file mode 100644 index 0000000..01460c4 --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/mchrzasz.tex @@ -0,0 +1,484 @@ +\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} + +\usefonttheme{professionalfonts} +\usepackage[no-math]{fontspec} +\defaultfontfeatures{Mapping=tex-text} % This seems to be important for mapping glyphs properly + +%\setmainfont{Times} % Beamer ignores "main font" in favor of sans font +%\setsansfont{Times} % This is the font that beamer will use by default +% \setmainfont{Gill Sans Light} % Prettier, but harder to read + +\setbeamerfont{title}{family=\fontspec{Times}} + +\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{\im}{\rm{Im}} +\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{{\rm Br}} +\def\LcTopmumu{\Lambda_c^{+} \to p \mu^+ \mu^-} +\def\Lc{\Lambda_c^{+}} +\def\mumu{\mu\mu} +\newcommand{\BRof}[1]{\ensuremath{{\cal B}(#1)}\xspace} + +\def\LcTopphi{\Lc \to p \Pphi (\mumu)} +\def\Lcpomegano{\Lc \to p \omega} + + + + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} +\def\pt{p_T} +\def\mevc{MeV/c} +\def\mevcc{MeV/c^2} +\def\gevc{GeV/c} +\def\gevcc{GeV/c^2} +\author{ {Marcin Chrzaszcz} (CERN)} +\institute{UZH} +\title[Review of $B_s \to \bar{D^0} K K$ ]{Review of $B_s \to \bar{D^0} K K$} + +\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.75\textwidth} + \flushright \bfseries \Large {Observation of the $\PBs \to \APDzero \PK^+ \PK^-$} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.23\textwidth} + % \hspace*{-1.cm} + \vspace*{-3mm} + \includegraphics[width=0.6\textwidth]{lhcb-logo} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-2.8em} { Marcin Chrzaszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}} + +%\flushright \vspace{-2.8em} { Marcin Chrzaszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}} + + +\end{column} +\begin{column}{0.53\textwidth} +\hspace{2.0cm} +\includegraphics[height=1.6cm]{cern} +\end{column} +\end{columns} + +\vspace{1em} + + + \textcolor{normal text.fg!50!Comment}{LBT meeting, CERN\\May 4, 2018} +\end{center} +\end{frame} +} + + +\begin{frame}{Yellow pages} +\vspace{1.5em} + \begin{minipage}{\textwidth} + \ARROW Proponents: Vincent Tisserand, Stephane T'Jampens, Wenbin Qian, Nicolas Déléage\\ + \ARROW Reviewers: Mark Whitehead (chair), Anton Poluektov\\ + \ARROW EB: Fred Blanc\\ +\ARROW EB readers: Franco Bedeschi, Mitesh Patel\\ +\ARROW Twiki: \href{https://twiki.cern.ch/twiki/bin/view/LHCPhysics/B02D0KK}{\url{https://twiki.cern.ch/twiki/bin/view/LHCPhysics/B02D0KK}}\\ +\ARROW Jurnal: PRD.\\ + + +\vspace{1cm} + +\ARROW Deadline for comments: $9^{\rm th}$ May.\\ +\ARROW Please send me comments before: $8^{\rm th}$ May.\\ + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + +\begin{frame}{Physics in the paper} +\vspace{1.5em} + \begin{minipage}{\textwidth} + +\begin{columns} +\column{0.5\textwidth} + +\ARROW Observation of $\PBs \to \APDzero \PK^+ \PK^-$.\\ +\ARROW Precise determination of $\PB \to \APDzero \PK^+ \PK^-$.\\ +\ARROW Limited physics applications so far. \\ +\ARROW Future possible measurement of $\gamma$ angle. + + + \column{0.5\textwidth} +\includegraphics[width=0.99\textwidth]{images/Fig1.png} + +\end{columns} + + + + \end{minipage} + + \end{frame} + +\begin{frame}{Analysis strategy} +\vspace{1.5em} +% \begin{minipage}{\textwidth} +\ARROW We look for $\PBs/\PBzero \to \APDzero \PK^+ \PK^-$.\\ +\ARROW Normalize the decay to: $\PBzero \to \APDzero \Ppi^+ \Ppi^-$.\\ +\ARROW Run1 analysis ($3~\rm fb^{-1}$).\\ +\ARROWR The branching fraction is relativity well known: \\ +$\mathcal{B}(\PBzero \to \APDzero \Ppi^+ \Ppi^- )= (8.8 \pm 0.5) \times 10^{-4}$~\footnote{The decay normally is dominated by $\PB \to \PDstar \pi$, which is vetod. }\\ +\ARROW For $\PBs$ us $f_s/f_d$. + + + + + + + +% \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + +\begin{frame}{MVA} +\vspace{1.5em} + +\ARROW Data driven method to get MVA: $\PB \to \APD \pi \pi$ as signal proxy sweighted. (the good).\\ +\ARROW The bad: +\begin{center} +\includegraphics[width=0.9\textwidth]{images/Fig2.png} +\end{center} + + + +% \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}{MVA} +\vspace{1.5em} + +\ARROW The good: they identified at the beginning 14 ''standard'' variables for MVA.\\ +\ARROW Removed the lest sensitive variables and ended up 5 variables with minimal loose of discriminating power.\\ +\ARROW BDT, MLP tried. Fisher has similar performance and was used. + +\begin{center} +\includegraphics[width=0.7\textwidth]{images/Fig3.png} +\end{center} + + +% \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}{PID} +\vspace{1.5em} + +\ARROW PID used to discriminate the control channel over signal channel.\\ +\ARROW PID selection is optimized. \\ +\ARROW The description is very vague in paper. In ANA note: optimized on $\dfrac{s}{\sqrt{s+b}}$ on NONresampled MC. \\ +\ARROW They found that the optimum point is very shallow so it might be ok. + +\begin{center} +\includegraphics[width=0.6\textwidth]{images/Fig4.png} +\end{center} + + +% \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}{Backgrounds} +\vspace{1.5em} + +\ARROW Some can be defeted with PID cuts.\\ +\ARROW Other remain in the fit.\\ +\ARROW They used KDE on MC samples.\\ +\ARROW The most dangerous one is fitted on data using correct mass hypothesis to get the yield.\\ +\ARROW One problem that is observed is the $\PBs \to \PDstar \PK^- \Ppi^+$: They expected 540 events however the fit resulted in $-2167 \pm 1514$ events. They assign a systematic. +% \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}{Observation} +\vspace{1.5em} + + +\begin{center} +\includegraphics[width=0.7\textwidth]{images/Fig5.png} +\end{center} + + +\ARROW $14~\sigma$ for the $\PBs$ mode. + + + \vspace*{2.cm} +\end{frame} + + +\begin{frame}{Normalization} +\vspace{1.5em} + + +\begin{center} +\includegraphics[width=0.99\textwidth]{images/Fig6.png} +\end{center} + + + \vspace*{2.cm} +\end{frame} + +\begin{frame}{Efficiency} +\vspace{1.5em} + +\begin{center} +\includegraphics[width=0.99\textwidth]{images/Fig7.png} +\end{center} + + \vspace*{2.cm} +\end{frame} + + +\begin{frame}{Systematics} +\vspace{1.5em} + +\begin{center} +\includegraphics[width=0.99\textwidth]{images/Fig8.png} +\end{center} + + \vspace*{2.cm} +\end{frame} + + +\begin{frame}{Results} +\vspace{1.5em} + +\ARROW $\dfrac{\mathcal{B} (\PBzero \to \APDzero \PK^+ \PK^-}{\PBzero \to \APDzero \Ppi^+ \Ppi^-} = (6.9 \pm 0.4 \pm 0.3)~\%$\\ +\ARROW $\dfrac{\mathcal{B} (\PBs \to \APDzero \PK^+ \PK^-}{\PBzero \to \APDzero \PK^+ \PK^-} = (94.1 \pm 8.9 \pm 8.5)~\%$\\ +\ARROW $\mathcal{B} (\PBzero \to \APDzero \PK^+ \PK^- = (6.1 \pm 0.4 \pm 0.3 \pm 0.3) \times 10^{-5}$\\ +\ARROW $\mathcal{B} (\PBs \to \APDzero \PK^+ \PK^- = (5.7 \pm 0.5 \pm 0.5 \pm 0.5) \times 10^{-5}$\\ + + +\begin{center} +\includegraphics[width=0.5\textwidth]{images/Fig9.png} +\end{center} + + \vspace*{2.cm} +\end{frame} + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/LBD_meeting/Review_04_05_2018/mchrzasz.tex~ b/LBD_meeting/Review_04_05_2018/mchrzasz.tex~ new file mode 100644 index 0000000..a3d9daf --- /dev/null +++ b/LBD_meeting/Review_04_05_2018/mchrzasz.tex~ @@ -0,0 +1,987 @@ +\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} + +\usefonttheme{professionalfonts} +\usepackage[no-math]{fontspec} +\defaultfontfeatures{Mapping=tex-text} % This seems to be important for mapping glyphs properly + +\setmainfont{Times} % Beamer ignores "main font" in favor of sans font +\setsansfont{Times} % This is the font that beamer will use by default +% \setmainfont{Gill Sans Light} % Prettier, but harder to read + +\setbeamerfont{title}{family=\fontspec{Times}} + +\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{\im}{\rm{Im}} +\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{{\rm Br}} +\def\LcTopmumu{\Lambda_c^{+} \to p \mu^+ \mu^-} +\def\Lc{\Lambda_c^{+}} +\def\mumu{\mu\mu} +\newcommand{\BRof}[1]{\ensuremath{{\cal B}(#1)}\xspace} + +\def\LcTopphi{\Lc \to p \Pphi (\mumu)} +\def\Lcpomegano{\Lc \to p \omega} + + + + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} +\def\pt{p_T} +\def\mevc{MeV/c} +\def\mevcc{MeV/c^2} +\def\gevc{GeV/c} +\def\gevcc{GeV/c^2} +\author{ {Marcin Chrzaszcz} (CERN)} +\institute{UZH} +\title[Search for the $\Lambda_c^{+} \to p \mu^+ \mu^-$ decay ]{Search for the $\Lambda_c^{+} \to p \mu^+ \mu^-$ decay } + +\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.75\textwidth} + \flushright \bfseries \Large {Search for the suppressed $\Lambda_c^{+} \to p \mu^+ \mu^-$ decay and observation of the $\Lambda_c^{+} \to p \omega$ decay} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.23\textwidth} + % \hspace*{-1.cm} + \vspace*{-3mm} + \includegraphics[width=0.6\textwidth]{lhcb-logo} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-2.8em} { \fontspec{Zapfino} Marcin Chrzaszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}} + +\end{column} +\begin{column}{0.53\textwidth} +\hspace{2.0cm} +\includegraphics[height=1.6cm]{cern} +\end{column} +\end{columns} + +\vspace{1em} + \footnotesize{\large With M. Jezabek, T. Lesiak, B. Nowak, M. Witek (IFJ PAN)} +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{Tuesday meeting, CERN\\September 26, 2017} +\end{center} +\end{frame} +} + + +\begin{frame}{Yellow pages} +\vspace{0.5em} + \begin{minipage}{\textwidth} + \ARROW Reviewers: Tom Blake(chair), Harry Cliff, Simon Eydelman(EB)\\ + \ARROW Twiki:\\ + \href{https://twiki.cern.ch/twiki/bin/viewauth/LHCbPhysics/Lc2PMuMu}{\url{https://twiki.cern.ch/twiki/bin/viewauth/LHCbPhysics/Lc2PMuMu}}\\ + \ARROW Review start: 31.03.2017\\ + \ARROW Fruitfull interactions with the review committee. \\ + \ARROW Unblinding: 18.07.2017\\ + \ARROW Minor changes to the analysis during the review.\\ + +\begin{center} +We would like to take this occasion and than Tom, Harry and Simon for fruitful, constructive and smooth review! +\end{center} + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}{Motivation} +\vspace{0.5em} + \begin{minipage}{\textwidth} + + +\begin{columns} +\column{0.1in} +{~}\\ +\column{3in} +\vspace{0.5em} + +\ARROW SM predictions:\\ +~~~~~~$\mathcal{O}(10^{-8})$\\ +\ARROW Long distance effects:\\ +~~~~~~$\mathcal{O}(10^{-6})$\\ +~~~~\\ +\ARROW Previous measurement done by Babar:\\ +~~${\rm Br}(\Lambda_c^{+} \to p \mu^+ \mu^-) < 4.4\cdot 10^{-5}$ at 90\% CL\\ +\begin{center} +\includegraphics[width=0.65\textwidth]{images/babar.png}\\ + +\end{center} + + +\column{2in} +\includegraphics[width=0.95\textwidth]{images/indeks1.jpg}\\ +\includegraphics[width=0.95\textwidth]{images/indeks2.jpg}\\ +\begin{exampleblock}{} +Should be able to improve by \\a factor of 100! +\end{exampleblock} + + +\end{columns} + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + + +\begin{frame}{Analysis strategy} +\vspace{0.5em} + \begin{minipage}{\textwidth} + +\ARROW Normalization to $\Lambda_c^+ \to p \phi(\mu\mu)$.\\ +\ARROW Typical steps rare decays: +\begin{itemize} +\item Loose stripping selection. +\item BDT1 used for first preselection. +\item BDT2 used to further suppress the background. +\item PID used to fight the peaking background. +\end{itemize} +\ARROW Search performed in several dimuon mass windows.\\ +\ARROW Selection optimized on $\rm CL_s$.\\ +\ARROW Unblinding and calculate the UL of BR using $\rm CL_s$. +\pause +\begin{center} +\includegraphics[width=0.5\textwidth]{images/blind.jpg} +\end{center} + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + +\begin{frame}{Normalization channel} +\vspace{0.5em} + \begin{minipage}{\textwidth} +\begin{columns} +\column{0.1in} +{~}\\ +\column{3in} +{\Large Use the $\Lambda_c^{+} \to p \phi(\mu\mu)$.}\\ +\ARROW Same final state, same selection, a lot of systematics cancel.\\ +\ARROWR The Branching fraction of $\Lambda_c^{+} \to p \phi$ is known with $22~\%$. + +{\Large Use the $\Lambda_c^{+} \to p K \pi$.}\\ +\ARROW More precisely known branching fraction (precision: $6.4~\%$).\\ +\ARROWR A lot of additional systematics due to different final states, different selections + +\column{2in} +\only<1>{ +\includegraphics[width=0.9\textwidth]{images/quovadis.jpg} +} +\only<2>{ +\includegraphics[width=0.9\textwidth]{images/quovadis2.jpg} +} +\end{columns} +\begin{exampleblock}{We choose the $\Lambda_c^{+} \to p \phi(\mu\mu)$ option} +\ARROWR In the most optimistic scenario where you assume the $22~\%$ systematic to go town to $6.4~\%$ the UL. \\ +In this case the UL gets worse $7.8~\%$. +\end{exampleblock} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + +\begin{frame}{Data sets and Stripping} +\vspace{0.5em} + \begin{minipage}{\textwidth} +\ARROW 2011+2012 (aka Run1) Stripping 20.\\ +\begin{center} + +\begin{tabular}{|c|c|} +\hline +Condition & ~~$\LcTopmumu$~~\\ +\hline +$\mu^{\pm}$ and $p$ & \\ +$\pt$ & {$>300\mevc$} \\ +Track $\chi^2$/ndf & {$<3 $} \\ +IP $\chi^2$/ndf & {$>9 $} \\ +PID $\mu^\pm$ & PIDmu$ >$ -5 and (PIDmu - PIDK) $>$ 0 \\ +PID p & PIDp$>$10 \\ +\hline +$\Lc$ & {~} \\ +$\Delta m$ & $<150\mevcc$ \\ +Vertex $\chi^2$ & {$<15$} \\ +IP $\chi^2$ & {$<225 $} \\ +$c\tau$ & {$>100\rm \mu m$} \\ +Lifetime fit $\chi^2$ & {$<225 $} \\ +%\hline +%$m_{\mu^+\mu^-}$ & $> 450\mevcc$ \\ +%$m_{\mu^+\mu^+}$ & $> 250\mevcc$ \\ +\hline +\end{tabular} +\end{center} + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}{Preselection} +\vspace{0.5em} + \begin{minipage}{\textwidth} + +\ARROW Additional cuts: + +\begin{center}\begin{tabular}{|c|} + \hline + Common cuts \\ + \hline + $m_{\mumu}$ $< 1400~\mevcc$ \\ + proton $ProbNNp > 0.1 $ \\ % Podzielic te ciecia i opisac gdzie t + $\mu^+,\mu^-$ $ ProbNNmu > 0.1 $ \\ + $ 10~\gevc < p_{proton} < 100~\gevc $ \\ + \hline + \end{tabular}\end{center} + +\ARROW We define couple of dimuom mass regions: +\begin{center} + \begin{tabular}{|c | c|} +\hline +$m(\mu\mu)$ region & $\left[ \mevcc \right]$\\ \hline +$\phi$ region & $\left[985, 1055\right]$\\ +$\omega$ region & $\left[759 , 805\right]$\\ +{\it{non resonant} } & $\left[210, 747 \right] \cup \left[817, 980 \right] \cup \left[1060, 1400\right]$ \\ \hline +\end{tabular} +\end{center} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}{Trigger} +\vspace{0.5em} + \begin{minipage}{\textwidth} + \vspace{0.5em} + +\ARROW We require the following triggers (all are TOS): +\begin{itemize} + \item L0 + \begin{itemize} + \item L0MuonDecision + \end{itemize} + \item HLT1 + \begin{itemize} + \item Hlt1TrackMuonDecision + \item Hlt1DiMuonLowMassDecision + \item Hlt1TrackAllL0Decision + \end{itemize} + \item HLT2 + \begin{itemize} + \item Hlt2DiMuonDetachedDecision + \item Hlt2CharmSemilep3bodyD2KMuMuDecision + \item Hlt2CharmSemilepD2HMuMuDecision + \end{itemize} +\end{itemize} + +\ARROW The TIS increase the signal yield by $<10~\%$ and were asked to be removed at the WG review stage. + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}{BDT1 training} +\vspace{0.5em} + \begin{minipage}{\textwidth} + \vspace{0.5em} +\begin{columns} + +\column{0.1in} +{~}\\ + +\column{3in} +\ARROW The normalization channel is also a rather ``rare decay'':\\ +${\rm Br}(\Lambda_c^+ \to p \phi) \cdot {\rm Br}(\phi \to \mu \mu) = 3.1 \cdot 10^{-7}$\\ +\ARROW After the previous preselection a simple BDT is trained using variables that are well simulated in the MC. k-folding used ($k=10$) +\ARROW The BDT1 (not surprisingly) likes the prompt $\Lambda_c$ rather the secondary ones. +\begin{center} +\includegraphics[angle=-90,width=0.7\textwidth]{images/BDT_pre_history.pdf} + +\end{center} + +\column{2in} +\includegraphics[angle=-90,width=0.95\textwidth]{images/compare_BDT1_2011.pdf} \\ +\includegraphics[angle=-90,width=0.95\textwidth]{images/compare_BDT1_2012.pdf} \\ + + + +\end{columns} + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}{BDT1 selection} +\vspace{0.5em} + \begin{minipage}{\textwidth} +\ARROW The selection based on BDT1 is not optimised.\\ +\ARROW A loose cut: +\begin{equation} +{\rm BDT1} > -0.1 \nonumber +\end{equation} + + \begin{center} +\includegraphics[angle=-90,width=0.49\linewidth]{images//Lc2pPhi5_pre.pdf} + \includegraphics[angle=-90,width=0.49\linewidth]{images/expected_bck5_pre.pdf} + + + \end{center} + \ARROW The normalization channel peak is observed. + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}{BDT2 selection} +\vspace{0.5em} + \begin{minipage}{\textwidth} +\begin{columns} + +\column{0.1in} +{~}\\ + +\column{3in} + +\ARROW Variables used: + +\begin{footnotesize} +\begin{itemize} + \item + flight distance - the one between the production and decay points. + \item + $\chi^2$ of flight distance, + \item + transformed decay time - $T=\exp{(-1000 \cdot \tau / {\mathrm{ns}})}$, + \item + IP - impact parameter with respect to primary vertex, + \item + $\chi^2$ of IP of $\Lc$ + \item + $\log(\chi^2_{DTF})$, + \item + $p_T$ - transverse momentum of $\Lc$, + + \item + minimum of $\chi^2$ of $p$, $\mu^+$, $\mu^-$ w.r.t. primary vertex, + \item + transverse momenta + \item + minimum of $\chi^2$/NDF of track fit of $p$, $\mu^+$, $\mu^-$. +\end{itemize} +\end{footnotesize} + + + +\column{2in} +\vspace{3.0em} +\includegraphics[angle=-90,width=0.95\textwidth]{images/compare_BDT2_2011.pdf} \\ + +\includegraphics[angle=-90,width=0.95\textwidth]{images/compare_BDT2_2012.pdf} \\ +\vspace{3.0em} +{~} + + +\end{columns} + \end{minipage} + \vspace*{2.cm} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame}{BDT2} +\vspace{0.5em} + \begin{minipage}{\textwidth} + +\begin{columns} + +\column{0.02\textwidth} +{~}\\ + +\column{0.48\textwidth} +\begin{small} +\ARROW After correcting the DATA/MC differences the BDT distribution shows a good DATA/MC agreement.\\ +\ARROW No mass correlation observed. +\end{small} +\includegraphics[angle=-90,width=0.95\textwidth]{images/mBDT2_profile.pdf} + + +\column{0.48\textwidth} + +\includegraphics[angle=-90,width=0.95\textwidth]{images/Comparison_BDT_data_mc_shifted.pdf} + +\includegraphics[angle=-90,width=0.95\textwidth]{images/BDT_check_3mu_bkg_1.pdf} + + +\column{0.02\textwidth} +{~}\\ + + + +\end{columns} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + +\begin{frame}{PID} +\vspace{0.5em} + \begin{minipage}{\textwidth} +\begin{small} + +\ARROW MC resampling is choose to correct the PID distributions:\\ +For MC samples the ProbNNp and ProbNNmu are drawn from the PIDCalib distributions.\\ + +\begin{columns} +\column{0.5\textwidth} + +\ARROWR The PIDCalib doesn't cover the low $\pt$ region for muons ($10\%$).\\ +\ARROWR Decided to use for them the $D_s \to \phi(\mu\mu)$ sample.\\ + +\includegraphics[angle=-90,width=0.95\textwidth]{images/Comparison_ProbNNmu_data_mc.pdf} + + +\column{0.5\textwidth} +\includegraphics[angle=-90,width=0.95\textwidth]{images/effmu_pid.pdf}\\ +\includegraphics[angle=-90,width=0.95\textwidth]{images/Comparison_ProbNNp_data_mc.pdf} + + +\end{columns} + + + +\end{small} + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + + + +\begin{frame}{Selection optimization} +\vspace{1.5em} + \begin{minipage}{\textwidth} +\begin{small} +\begin{columns} + +\column{0.01\textwidth} +{~}\\ + +\column{0.68\textwidth} + +\ARROW The final selection of the analysis is optimized!\\ +\ARROW $\rm CL_s$ method used.\\ +\ARROW Toy experiment used to find the optimum. +{~}\\ +\begin{center}\begin{tabular}{lc} + \hline + Variable & Condition \\ + \hline + BDT & $> 0.0$ \\ + $ProbNNp(p)$ & $> 0.68$ \\ + minimum $ProbNNmu(\mu^{\pm})$ & $> 0.38$ \\ + \hline + \end{tabular}\end{center} + + + +\includegraphics[angle=-90,width=0.5\linewidth]{images/Lc2pPhi5.pdf} +\includegraphics[angle=-90,width=0.5\linewidth]{images/expected_bck5.pdf} + +\column{0.3\textwidth} +\includegraphics[width=0.99\textwidth]{images/scan_ul.pdf} +\column{0.01\textwidth} + + + + +\end{columns} + + +\end{small} + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + +\begin{frame}{Peaking backgrounds} +\vspace{1.5em} + \begin{minipage}{\textwidth} + + +\begin{columns} + +\column{0.6\textwidth} +\ARROW The tight PID cuts essentially kill the peaking bkg!\\ +\ARROW The only bkg left is the $\Lambda_c^{+} \to p \pi \pi$.\\ + +\begin{center} + \includegraphics[angle=-90,width=0.80\linewidth]{images/mass_bkg_p2pi.pdf} +\end{center} + \ARROW Estimated contamination: \\$1.96 \pm 1.13$ \ARROWR assigned as systematic +\column{0.4\textwidth} + +\begin{center} + \includegraphics[angle=-90,width=0.99\linewidth]{images/ref_Lc2pmumu.pdf} \\ + \includegraphics[angle=-90,width=0.99\linewidth]{images/ref_Lc2ppipi.pdf} \\ + \includegraphics[angle=-90,width=0.99\linewidth]{images/ref_Lc2pkpi.pdf} \\ + \includegraphics[angle=-90,width=0.99\linewidth]{images/ref_Ds2kmumu.pdf} \\ + \includegraphics[angle=-90,width=0.99\linewidth]{images/ref_Dp2kpipi.pdf} + \vspace*{-1.0cm} +\end{center} + + +\end{columns} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}{Normalization} +\vspace{1.5em} + \begin{minipage}{\textwidth} +\ARROW The gold equation: + +\begin{equation*} +{\frac{\BRof\LcTopmumu}{\BRof\LcTopphi} = +\frac{\rm +{\epsilon\mathstrut_{norm}}^{TOT} +}{\rm +{\epsilon\mathstrut_{sig}}^{TOT} +} +\times\frac{N_{\rm sig}}{N_{\rm norm}}, } +\label{eq:normalization} +\end{equation*} +\ARROW We take advantage of the cancellation that: + +\begin{equation*} +{\frac{\rm {\epsilon\mathstrut_{norm}}^{TOT} }{\rm {\epsilon\mathstrut_{sig}}^{TOT}}} += +{\frac{\rm {\epsilon\mathstrut_{norm}}^{STRIP}}{\rm {\epsilon\mathstrut_{sig}}^{STRIP}}} +\times +{\frac{\rm {\epsilon\mathstrut_{norm}}^{COMM}}{\rm {\epsilon\mathstrut_{sig}}^{COMM}}} +\times +{\frac{\rm {\epsilon\mathstrut_{norm}}^{SPEC}}{\rm {\epsilon\mathstrut_{sig}}^{SPEC}}} ,~~ {\frac{\rm {\epsilon\mathstrut_{norm}}^{i}}{\rm {\epsilon\mathstrut_{sig}}^{i}}} \simeq 1 +\label{eq:effprod} +\end{equation*} + +\begin{columns} +\column{0.02\textwidth} + +\column{0.56\textwidth} +\ARROW In addition we have added 6 mass bins to increase the sensitivity.\\ +\ARROW Signal is modelled by a double Crystall Ball. + +\column{0.4\textwidth} +\includegraphics[width=0.85\textwidth]{images/massbin.png} + +\column{0.02\textwidth} + + +\end{columns} + + + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}{Expected background} +\vspace{1.5em} + \begin{minipage}{\textwidth} + + + \begin{small} +\begin{columns} + +\column{0.02\textwidth} + +\column{0.48\textwidth} +\ARROW Background modelled with a linear function.\\ + + \includegraphics[width=0.9\linewidth]{images/expected_bck5_obs_with_signal1.pdf} + +\column{0.48\textwidth} + + + +\begin{center}\begin{tabular}{|c|c|} +\hline +bin & no events \\ +\hline +bin1 & $ 8.56136 \pm 0.540302 $ \\ +bin2 & $ 8.60318 \pm 0.536917 $ \\ +bin3 & $ 8.64582 \pm 0.536561 $ \\ +bin4 & $ 8.6887 \pm 0.539208 $ \\ +bin5 & $ 8.7304 \pm 0.544752 $ \\ +bin6 & $ 8.77226 \pm 0.553162 $ \\ +\hline + \end{tabular}\end{center} + + +\column{0.02\textwidth} + + + +\end{columns} + +\begin{columns} + +\column{0.6\textwidth} + + \includegraphics[angle=-90,width=0.49\linewidth]{images/br90rel.pdf} + \includegraphics[angle=-90,width=0.49\linewidth]{images/br90abs.pdf} + +\column{0.4\textwidth} + + +\ARROW Expected upper limits: +$\BRof\LcTopmumu < 5.91 \times 10^{-8}$ at 90~\% CL + +\end{columns} + + + + + +\end{small} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + +\begin{frame}{Observed Upper limits} +\vspace{1.5em} + \begin{minipage}{\textwidth} + + +\begin{columns} + +\column{0.6\textwidth} + +\ARROW After the green light from RC we have unblinded; no significant access of events have been observed. +\ARROW We have set an UL: +\begin{equation*} +\BRof\LcTopmumu < 7.68 \times 10^{-8}~ \rm at 90~\%~CL +\end{equation*} + +\column{0.4\textwidth} + \includegraphics[angle=-90,width=0.9\linewidth]{images/expected_bck5_obs_with_signal.pdf} + + +\end{columns} + + \includegraphics[angle=-90,width=0.45\linewidth]{images/br90rel_obs.pdf} + \includegraphics[angle=-90,width=0.45\linewidth]{images/br90abs_obs.pdf} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}{By product :)} +\vspace{1.5em} + \begin{minipage}{\textwidth} + + + \begin{columns} + +\column{0.5\textwidth} + + \ARROW We also looked at the $\omega$ dimuon region.\\ +\begin{exampleblock}{We observed an access} +Using Wilks theorem we have calculated the singificance to be $5.0~\sigma$! +\end{exampleblock} +\ARROW This is the first observation of this decay!!!\\ +$\BRof\Lcpomegano = (7.6 \pm 2.6~(stat) \pm 0.9~(syst1) \pm 3.1~(syst2) )~\times 10^{-4}$ + +\column{0.5\textwidth} +\includegraphics[angle=-90,width=0.99\textwidth]{images/Lc2pomega_DATA_mass_sel.pdf}\\ +\includegraphics[angle=-90,width=0.99\textwidth]{images/mumu_mass_fit_sel.pdf} + + +\end{columns} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}{Conclusion} +\vspace{1.5em} + \begin{minipage}{\textwidth} + + \begin{itemize} + \item Improved the UL for $\BRof\LcTopmumu$ by two orders of magnitude!\\ + \pause + \includegraphics[width=0.5\textwidth]{images/mr_bean_laboratory.jpg} + + \item First time observed the decay $\Lcpomegano$!! + \item Paper is beeing prepared, aiming PRL + \item We would like to ask the collaboration for approving this analysis. + \end{itemize} +\begin{center} +\end{center} + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/LBD_meeting/Review_04_05_2018/mchrzasz.toc b/LBD_meeting/Review_04_05_2018/mchrzasz.toc new file mode 100644 index 0000000..baf3b21 --- /dev/null +++ b/LBD_meeting/Review_04_05_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/LBD_meeting/Review_04_05_2018/tikzfeynman.sty b/LBD_meeting/Review_04_05_2018/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/LBD_meeting/Review_04_05_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}, +} + diff --git a/LBD_meeting/Review_05_10_2017/missfont.log b/LBD_meeting/Review_05_10_2017/missfont.log new file mode 100644 index 0000000..7f071a3 --- /dev/null +++ b/LBD_meeting/Review_05_10_2017/missfont.log @@ -0,0 +1,42 @@ +mktextfm Times +mktextfm Times +mktextfm Times +mktextfm Times +mktextfm Times/B +mktextfm Times +mktextfm Times/I +mktextfm Times +mktextfm Times/BI +mktextfm Times +mktextfm Times +mktextfm Times +mktextfm Times +mktextfm Times +mktextfm Times +mktextfm Times +mktextfm Times +mktextfm Zapfino +mktextfm Zapfino +mktextfm Zapfino +mktextfm Zapfino +mktextfm Zapfino/B +mktextfm Zapfino +mktextfm Zapfino/I +mktextfm Zapfino +mktextfm Zapfino/BI +mktextfm Zapfino +mktextfm Zapfino +mktextfm Times +mktextfm Times +mktextfm Times +mktextfm Zapfino +mktextfm Zapfino +mktextfm Zapfino +mktextfm Zapfino +mktextfm Zapfino/B +mktextfm Zapfino +mktextfm Zapfino/I +mktextfm Zapfino +mktextfm Zapfino/BI +mktextfm Zapfino +mktextfm Zapfino diff --git a/LHCP2017/mchrzasz_17_05.pdf b/LHCP2017/mchrzasz_17_05.pdf new file mode 100644 index 0000000..09a5ffa --- /dev/null +++ b/LHCP2017/mchrzasz_17_05.pdf Binary files differ diff --git a/Lc2PMuMu/AandSWeek2017/mchrzasz.synctex.gz b/Lc2PMuMu/AandSWeek2017/mchrzasz.synctex.gz new file mode 100644 index 0000000..cd31d7a --- /dev/null +++ b/Lc2PMuMu/AandSWeek2017/mchrzasz.synctex.gz Binary files differ diff --git a/Lc2PMuMu/Aproval/missfont.log b/Lc2PMuMu/Aproval/missfont.log new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Lc2PMuMu/Aproval/missfont.log diff --git a/Phd_candidates/Pikies_2018/candidate.odp b/Phd_candidates/Pikies_2018/candidate.odp new file mode 100644 index 0000000..efe45e0 --- /dev/null +++ b/Phd_candidates/Pikies_2018/candidate.odp Binary files differ diff --git a/Phd_candidates/Pikies_2018/candidate.pdf b/Phd_candidates/Pikies_2018/candidate.pdf new file mode 100644 index 0000000..b92b2d5 --- /dev/null +++ b/Phd_candidates/Pikies_2018/candidate.pdf Binary files differ diff --git a/Templates/Fancy_LHCb_CERN2/missfont.log b/Templates/Fancy_LHCb_CERN2/missfont.log new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Templates/Fancy_LHCb_CERN2/missfont.log diff --git a/Vietnam/2019/Neutrinos/Makefile b/Vietnam/2019/Neutrinos/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/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/Vietnam/2019/Neutrinos/beamercolorthemeFlip.sty b/Vietnam/2019/Neutrinos/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Vietnam/2019/Neutrinos/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/Vietnam/2019/Neutrinos/beamerinnerthemeFlip.sty b/Vietnam/2019/Neutrinos/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Vietnam/2019/Neutrinos/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/Vietnam/2019/Neutrinos/beamerouterthemeFlip.sty b/Vietnam/2019/Neutrinos/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/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/Vietnam/2019/Neutrinos/beamerouterthemedecolines.sty b/Vietnam/2019/Neutrinos/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Vietnam/2019/Neutrinos/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/Vietnam/2019/Neutrinos/beamerthemeFlip.sty b/Vietnam/2019/Neutrinos/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/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/Vietnam/2019/Neutrinos/figs/HOP.png b/Vietnam/2019/Neutrinos/figs/HOP.png new file mode 100644 index 0000000..1127c45 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/HOP.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/M_Ue_capped.pdf b/Vietnam/2019/Neutrinos/figs/M_Ue_capped.pdf new file mode 100644 index 0000000..327a132 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/M_Ue_capped.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/M_Umu_capped.pdf b/Vietnam/2019/Neutrinos/figs/M_Umu_capped.pdf new file mode 100644 index 0000000..ab25d9b --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/M_Umu_capped.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/PID1.png b/Vietnam/2019/Neutrinos/figs/PID1.png new file mode 100644 index 0000000..26a6736 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/PID1.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/PID2.png b/Vietnam/2019/Neutrinos/figs/PID2.png new file mode 100644 index 0000000..b134838 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/PID2.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/bkg.png b/Vietnam/2019/Neutrinos/figs/bkg.png new file mode 100644 index 0000000..804359f --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/bkg.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/dalitz_KeSS_Run1_total.pdf b/Vietnam/2019/Neutrinos/figs/dalitz_KeSS_Run1_total.pdf new file mode 100644 index 0000000..d05eb19 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/dalitz_KeSS_Run1_total.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/dalitz_KmuSS_Run1_total.pdf b/Vietnam/2019/Neutrinos/figs/dalitz_KmuSS_Run1_total.pdf new file mode 100644 index 0000000..01d8e5f --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/dalitz_KmuSS_Run1_total.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/model_weights/B2D0enu_HQET2.pdf b/Vietnam/2019/Neutrinos/figs/model_weights/B2D0enu_HQET2.pdf new file mode 100644 index 0000000..546871b --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/model_weights/B2D0enu_HQET2.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/model_weights/B2D0enu_ISGW2.pdf b/Vietnam/2019/Neutrinos/figs/model_weights/B2D0enu_ISGW2.pdf new file mode 100644 index 0000000..7fcd82b --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/model_weights/B2D0enu_ISGW2.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/model_weights/B2D0enu_weights.pdf b/Vietnam/2019/Neutrinos/figs/model_weights/B2D0enu_weights.pdf new file mode 100644 index 0000000..aee19e3 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/model_weights/B2D0enu_weights.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/model_weights/B2Kee_BTOSLLBALL.pdf b/Vietnam/2019/Neutrinos/figs/model_weights/B2Kee_BTOSLLBALL.pdf new file mode 100644 index 0000000..6e3a12e --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/model_weights/B2Kee_BTOSLLBALL.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/model_weights/B2Kee_PHSP.pdf b/Vietnam/2019/Neutrinos/figs/model_weights/B2Kee_PHSP.pdf new file mode 100644 index 0000000..d2cc8a3 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/model_weights/B2Kee_PHSP.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/model_weights/B2Kee_weights.pdf b/Vietnam/2019/Neutrinos/figs/model_weights/B2Kee_weights.pdf new file mode 100644 index 0000000..cd81cc8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/model_weights/B2Kee_weights.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/model_weights/B2Kemu_BTOSLLBALL.pdf b/Vietnam/2019/Neutrinos/figs/model_weights/B2Kemu_BTOSLLBALL.pdf new file mode 100644 index 0000000..9beb406 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/model_weights/B2Kemu_BTOSLLBALL.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/model_weights/B2Kemu_PHSP.pdf b/Vietnam/2019/Neutrinos/figs/model_weights/B2Kemu_PHSP.pdf new file mode 100644 index 0000000..2bca09c --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/model_weights/B2Kemu_PHSP.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/model_weights/B2Kemu_weights.pdf b/Vietnam/2019/Neutrinos/figs/model_weights/B2Kemu_weights.pdf new file mode 100644 index 0000000..25367cf --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/model_weights/B2Kemu_weights.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/model_weights/B2Kemu_weights_restricted.pdf b/Vietnam/2019/Neutrinos/figs/model_weights/B2Kemu_weights_restricted.pdf new file mode 100644 index 0000000..6d50d6e --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/model_weights/B2Kemu_weights_restricted.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/model_weights/Comparison_PHSP_weights.pdf b/Vietnam/2019/Neutrinos/figs/model_weights/Comparison_PHSP_weights.pdf new file mode 100644 index 0000000..8e235cc --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/model_weights/Comparison_PHSP_weights.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/model_weights/Comparison_PHSP_with_high_weights.pdf b/Vietnam/2019/Neutrinos/figs/model_weights/Comparison_PHSP_with_high_weights.pdf new file mode 100644 index 0000000..23dc8e6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/model_weights/Comparison_PHSP_with_high_weights.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/mva1.png b/Vietnam/2019/Neutrinos/figs/mva1.png new file mode 100644 index 0000000..e2a3a16 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/mva1.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/mva2.png b/Vietnam/2019/Neutrinos/figs/mva2.png new file mode 100644 index 0000000..631d750 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/mva2.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/mva3.png b/Vietnam/2019/Neutrinos/figs/mva3.png new file mode 100644 index 0000000..de0e567 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/mva3.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/opt1.png b/Vietnam/2019/Neutrinos/figs/opt1.png new file mode 100644 index 0000000..7aea31e --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/opt1.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/opt2.png b/Vietnam/2019/Neutrinos/figs/opt2.png new file mode 100644 index 0000000..835827c --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/opt2.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..1d01eca --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf new file mode 100644 index 0000000..da2303a --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf new file mode 100644 index 0000000..d8d031f --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..0d27cce --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf new file mode 100644 index 0000000..35f3ab7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_all_vetos.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_all_vetos.pdf new file mode 100644 index 0000000..b2903ca --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_all_vetos.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..484bb80 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..e313917 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsiee_MC_2012_4000_Pythia8_Sim08h_Trig0x409f0045_12153001_background_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..7bd2414 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf new file mode 100644 index 0000000..578e0b9 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf new file mode 100644 index 0000000..141354b --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..3650fac --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf new file mode 100644 index 0000000..ef4d0c1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_all_vetos.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_all_vetos.pdf new file mode 100644 index 0000000..a709e10 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_all_vetos.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..6c234ab --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..b720c21 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2KJpsimumu_MC_2012_4000_Pythia8_Sim08e_12143001_background_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..46584b6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf new file mode 100644 index 0000000..375f93f --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf new file mode 100644 index 0000000..03eb2c4 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..c0c053a --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf new file mode 100644 index 0000000..10d53a5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..3268bed --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..e9d7621 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2Kee_MC_2012_Pythia8_Sim08h_12123004_background_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..bdce0e4 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf new file mode 100644 index 0000000..1642c4d --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf new file mode 100644 index 0000000..91ca106 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..98d1870 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf new file mode 100644 index 0000000..fae4353 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..ec88727 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..8998cc3 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/B2Kmumu_MC_2012_Pythia8_Sim08a_12113001_background_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..d6cbd7c --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf new file mode 100644 index 0000000..1d9298b --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf new file mode 100644 index 0000000..a00380d --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..ae3df71 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf new file mode 100644 index 0000000..4b2752a --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_all_vetos.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_all_vetos.pdf new file mode 100644 index 0000000..e7ba942 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_all_vetos.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..a69416d --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..8a0fc7a --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_enuK_MC_2012_Pythia8_Sim08h_12583021_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..eb2ca4a --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf new file mode 100644 index 0000000..1302358 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf new file mode 100644 index 0000000..7037e3e --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..eecd625 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf new file mode 100644 index 0000000..c4ff550 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_all_vetos.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_all_vetos.pdf new file mode 100644 index 0000000..a437d92 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_all_vetos.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..7e98b1c --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..a0bcf17 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_enuD0_piK_MC_2012_Pythia8_Sim08h_12583013_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..8a36426 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf new file mode 100644 index 0000000..cf83f3c --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf new file mode 100644 index 0000000..4160d12 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..17c6a49 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf new file mode 100644 index 0000000..f4f63dd --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_all_vetos.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_all_vetos.pdf new file mode 100644 index 0000000..7fc36a3 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_all_vetos.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..6db9919 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..cf3c268 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bpl_munuD0_munuK_MC_2012_Pythia8_Sim08g_12573040_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..3ea81f8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf new file mode 100644 index 0000000..f601364 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf new file mode 100644 index 0000000..85a3c5c --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..f7462a3 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf new file mode 100644 index 0000000..a6213a8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..e6f6273 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..e06b330 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Nu25-Pythia8_Sim08a_12103025_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..38e4065 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf new file mode 100644 index 0000000..56efb92 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf new file mode 100644 index 0000000..d7faff6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..04dba17 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf new file mode 100644 index 0000000..06645fe --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..26355b2 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..27021cc --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Bu_Kpipi_MC_2012_Beam4000GeV-2012-MagDown-Pythia8_Sim08a_12103024_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..06906db --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf new file mode 100644 index 0000000..1a9804b --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf new file mode 100644 index 0000000..5df2d37 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..fc8a553 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf new file mode 100644 index 0000000..9cd0c82 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_all_vetos.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_all_vetos.pdf new file mode 100644 index 0000000..be74400 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_all_vetos.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..e0a0fb1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..20c39fc --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_ee_MC_2012_Pythia8_Sim08i_15154001_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..5f42920 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf new file mode 100644 index 0000000..815cd8c --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf new file mode 100644 index 0000000..3b46c7e --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..fb6e495 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf new file mode 100644 index 0000000..b54a2c1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_all_vetos.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_all_vetos.pdf new file mode 100644 index 0000000..a3260dd --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_all_vetos.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..215a610 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..6959519 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_JpsipK_mm_MC_2012_Pythia8_Sim08i_15144001_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..4cc6a86 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf new file mode 100644 index 0000000..5131efe --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf new file mode 100644 index 0000000..c8aa9d2 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..da1e10c --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf new file mode 100644 index 0000000..654a514 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..085fed5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..fc32e77 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_ee_MC_2012_Pythia8_Sim08f_15124011_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..c159080 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_emass_eminus_M3000Kplus_emass_eminus_M3200_and_Kplus_emass_eminus_M3630Kplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf new file mode 100644 index 0000000..3b906a0 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_eminus_M1885Kplus_ID*eminus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf new file mode 100644 index 0000000..3214388 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_mumass_eminus_M2950Kplus_mumass_eminus_M3000.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..0e67263 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_mumass_muplus_M3000Kplus_mumass_muplus_M3200_and_Kplus_mumass_muplus_M3630Kplus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf new file mode 100644 index 0000000..13bd88e --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_Kplus_muplus_M1885Kplus_ID*muplus_ID0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf new file mode 100644 index 0000000..519ee47 --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_eminus_mumass_muplus_M2950eminus_mumass_muplus_M3200_and_eminus_mumass_muplus_M3630eminus_mumass_muplus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf new file mode 100644 index 0000000..156875e --- /dev/null +++ b/Vietnam/2019/Neutrinos/figs/vetos/Lb_pK_mm_MC_2012_Pythia8_Sim08d_15114011_muplus_emass_eminus_M3000muplus_emass_eminus_M3200_and_muplus_emass_eminus_M3630muplus_emass_eminus_M3740.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/.DS_Store b/Vietnam/2019/Neutrinos/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/.DS_Store Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/ALLCUT.pdf b/Vietnam/2019/Neutrinos/images/ALLCUT.pdf new file mode 100644 index 0000000..0bc78d0 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/ALLCUT.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kee_BTOSLLBALL.pdf b/Vietnam/2019/Neutrinos/images/B2Kee_BTOSLLBALL.pdf new file mode 100644 index 0000000..a5183e4 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kee_BTOSLLBALL.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kee_PHSP.pdf b/Vietnam/2019/Neutrinos/images/B2Kee_PHSP.pdf new file mode 100644 index 0000000..6c1fc54 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kee_PHSP.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kee_weights.pdf b/Vietnam/2019/Neutrinos/images/B2Kee_weights.pdf new file mode 100644 index 0000000..a9173a2 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kee_weights.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL.pdf new file mode 100644 index 0000000..d1b7bd0 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL_my1.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL_my1.pdf new file mode 100644 index 0000000..10204ca --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL_my1.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL_my2.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL_my2.pdf new file mode 100644 index 0000000..33ec9a7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL_my2.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL_my3.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL_my3.pdf new file mode 100644 index 0000000..406b291 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL_my3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL_my4.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL_my4.pdf new file mode 100644 index 0000000..7118a23 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_BTOSLLBALL_my4.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP.pdf new file mode 100644 index 0000000..56e766c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP_my1.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP_my1.pdf new file mode 100644 index 0000000..4fe3de8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP_my1.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP_my2.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP_my2.pdf new file mode 100644 index 0000000..0fac7f8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP_my2.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP_my3.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP_my3.pdf new file mode 100644 index 0000000..f8c9ce8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP_my3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP_my4.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP_my4.pdf new file mode 100644 index 0000000..a6d5e53 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_PHSP_my4.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_clsUID19.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_clsUID19.pdf new file mode 100644 index 0000000..85ee563 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_clsUID19.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls.pdf new file mode 100644 index 0000000..3ff7024 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_KeSS.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_KeSS.pdf new file mode 100644 index 0000000..c03ef8e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_KeSS.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_KeSS_noobserved.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_KeSS_noobserved.pdf new file mode 100644 index 0000000..4a6782b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_KeSS_noobserved.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_KmuSS.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_KmuSS.pdf new file mode 100644 index 0000000..3ff7024 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_KmuSS.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_KmuSS_noobserved.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_KmuSS_noobserved.pdf new file mode 100644 index 0000000..c1fb967 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_KmuSS_noobserved.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_combined.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_combined.pdf new file mode 100644 index 0000000..3a55857 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_branchingRatio_plugin_cls_cls_combined.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_weights.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_weights.pdf new file mode 100644 index 0000000..0bf1d04 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_weights.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_weights_my1.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_weights_my1.pdf new file mode 100644 index 0000000..1946470 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_weights_my1.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_weights_my2.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_weights_my2.pdf new file mode 100644 index 0000000..bed1b81 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_weights_my2.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_weights_my3.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_weights_my3.pdf new file mode 100644 index 0000000..b660623 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_weights_my3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B2Kemu_weights_my4.pdf b/Vietnam/2019/Neutrinos/images/B2Kemu_weights_my4.pdf new file mode 100644 index 0000000..354e72e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B2Kemu_weights_my4.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/BDTG.pdf b/Vietnam/2019/Neutrinos/images/BDTG.pdf new file mode 100644 index 0000000..7ea1209 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/BDTG.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/BDTGHOP_overtrain.pdf b/Vietnam/2019/Neutrinos/images/BDTGHOP_overtrain.pdf new file mode 100644 index 0000000..e9d7770 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/BDTGHOP_overtrain.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/BDTG_HOP_V0.png b/Vietnam/2019/Neutrinos/images/BDTG_HOP_V0.png new file mode 100644 index 0000000..2ad9ec5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/BDTG_HOP_V0.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/BDTG_HOP_V0_log.png b/Vietnam/2019/Neutrinos/images/BDTG_HOP_V0_log.png new file mode 100644 index 0000000..798f92e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/BDTG_HOP_V0_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/BDTG_V0.png b/Vietnam/2019/Neutrinos/images/BDTG_V0.png new file mode 100644 index 0000000..536d974 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/BDTG_V0.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/BDTG_V0_log.png b/Vietnam/2019/Neutrinos/images/BDTG_V0_log.png new file mode 100644 index 0000000..c8efe06 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/BDTG_V0_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/BG_both.png b/Vietnam/2019/Neutrinos/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/BG_both.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/BG_lower.png b/Vietnam/2019/Neutrinos/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/BG_lower.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/BG_upper.png b/Vietnam/2019/Neutrinos/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/BG_upper.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/BR_plot_plugin_1111_Ke_SS_cls_banana.pdf b/Vietnam/2019/Neutrinos/images/BR_plot_plugin_1111_Ke_SS_cls_banana.pdf new file mode 100644 index 0000000..97c4a57 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/BR_plot_plugin_1111_Ke_SS_cls_banana.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/BR_plot_plugin_1111_Kmu_SS_cls_banana.pdf b/Vietnam/2019/Neutrinos/images/BR_plot_plugin_1111_Kmu_SS_cls_banana.pdf new file mode 100644 index 0000000..973afda --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/BR_plot_plugin_1111_Kmu_SS_cls_banana.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_DIRA_OWNPV.png b/Vietnam/2019/Neutrinos/images/B_DIRA_OWNPV.png new file mode 100644 index 0000000..7d91ea6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_DIRA_OWNPV.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_DIRA_OWNPV_ee.png b/Vietnam/2019/Neutrinos/images/B_DIRA_OWNPV_ee.png new file mode 100644 index 0000000..051cffe --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_DIRA_OWNPV_ee.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_DIRA_OWNPV_log.png b/Vietnam/2019/Neutrinos/images/B_DIRA_OWNPV_log.png new file mode 100644 index 0000000..175fdab --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_DIRA_OWNPV_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2.png b/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..661dc00 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2_ee.png b/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2_ee.png new file mode 100644 index 0000000..3c6e9dc --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2_ee.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2_ee_reweighting_comp_forNote.png b/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2_ee_reweighting_comp_forNote.png new file mode 100644 index 0000000..f43290c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2_ee_reweighting_comp_forNote.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2_log.png b/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2_log.png new file mode 100644 index 0000000..26dc36d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2w.png b/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2w.png new file mode 100644 index 0000000..e49dcda --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_ENDVERTEX_CHI2w.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_FDCHI2_OWNPV.png b/Vietnam/2019/Neutrinos/images/B_FDCHI2_OWNPV.png new file mode 100644 index 0000000..da67c58 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_FDCHI2_OWNPV.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_FDCHI2_OWNPV_ee.png b/Vietnam/2019/Neutrinos/images/B_FDCHI2_OWNPV_ee.png new file mode 100644 index 0000000..8edc2aa --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_FDCHI2_OWNPV_ee.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_FDCHI2_OWNPV_log.png b/Vietnam/2019/Neutrinos/images/B_FDCHI2_OWNPV_log.png new file mode 100644 index 0000000..e835e51 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_FDCHI2_OWNPV_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_FD_OWNPV.png b/Vietnam/2019/Neutrinos/images/B_FD_OWNPV.png new file mode 100644 index 0000000..7ee8cc2 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_FD_OWNPV.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_FD_OWNPV_ee.png b/Vietnam/2019/Neutrinos/images/B_FD_OWNPV_ee.png new file mode 100644 index 0000000..550eb77 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_FD_OWNPV_ee.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_FD_OWNPV_log.png b/Vietnam/2019/Neutrinos/images/B_FD_OWNPV_log.png new file mode 100644 index 0000000..c0dffbe --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_FD_OWNPV_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_IPCHI2_OWNPV.png b/Vietnam/2019/Neutrinos/images/B_IPCHI2_OWNPV.png new file mode 100644 index 0000000..3703f4f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_IPCHI2_OWNPV.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_IPCHI2_OWNPV_ee.png b/Vietnam/2019/Neutrinos/images/B_IPCHI2_OWNPV_ee.png new file mode 100644 index 0000000..03763c1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_IPCHI2_OWNPV_ee.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_IPCHI2_OWNPV_log.png b/Vietnam/2019/Neutrinos/images/B_IPCHI2_OWNPV_log.png new file mode 100644 index 0000000..9f0617b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_IPCHI2_OWNPV_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_IP_OWNPV.png b/Vietnam/2019/Neutrinos/images/B_IP_OWNPV.png new file mode 100644 index 0000000..f6f1771 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_IP_OWNPV.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_IP_OWNPV_ee.png b/Vietnam/2019/Neutrinos/images/B_IP_OWNPV_ee.png new file mode 100644 index 0000000..51d31d8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_IP_OWNPV_ee.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_IP_OWNPV_log.png b/Vietnam/2019/Neutrinos/images/B_IP_OWNPV_log.png new file mode 100644 index 0000000..40d1d64 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_IP_OWNPV_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_M_data_mm_both_years_brem1_logy.png b/Vietnam/2019/Neutrinos/images/B_M_data_mm_both_years_brem1_logy.png new file mode 100644 index 0000000..d90fbdb --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_M_data_mm_both_years_brem1_logy.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_P.png b/Vietnam/2019/Neutrinos/images/B_P.png new file mode 100644 index 0000000..aeb27d2 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_P.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_PT.png b/Vietnam/2019/Neutrinos/images/B_PT.png new file mode 100644 index 0000000..cdb1416 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_PT.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_PT_ee.png b/Vietnam/2019/Neutrinos/images/B_PT_ee.png new file mode 100644 index 0000000..808bebe --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_PT_ee.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_PT_log.png b/Vietnam/2019/Neutrinos/images/B_PT_log.png new file mode 100644 index 0000000..2f24e89 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_PT_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_PTw.png b/Vietnam/2019/Neutrinos/images/B_PTw.png new file mode 100644 index 0000000..cff9383 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_PTw.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_P_log.png b/Vietnam/2019/Neutrinos/images/B_P_log.png new file mode 100644 index 0000000..40ba45d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_P_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_eta.png b/Vietnam/2019/Neutrinos/images/B_eta.png new file mode 100644 index 0000000..b1ebae3 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_eta.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_eta_log.png b/Vietnam/2019/Neutrinos/images/B_eta_log.png new file mode 100644 index 0000000..1006baa --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_eta_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_m.png b/Vietnam/2019/Neutrinos/images/B_m.png new file mode 100644 index 0000000..2211767 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_m.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_relinfo_BSMUMUTRACKPLUSISOTWO_L1.png b/Vietnam/2019/Neutrinos/images/B_relinfo_BSMUMUTRACKPLUSISOTWO_L1.png new file mode 100644 index 0000000..ba2e80b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_relinfo_BSMUMUTRACKPLUSISOTWO_L1.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_relinfo_BSMUMUTRACKPLUSISOTWO_L1_log.png b/Vietnam/2019/Neutrinos/images/B_relinfo_BSMUMUTRACKPLUSISOTWO_L1_log.png new file mode 100644 index 0000000..7598b4f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_relinfo_BSMUMUTRACKPLUSISOTWO_L1_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_relinfo_BSMUMUTRACKPLUSISOTWO_L2.png b/Vietnam/2019/Neutrinos/images/B_relinfo_BSMUMUTRACKPLUSISOTWO_L2.png new file mode 100644 index 0000000..d6391dc --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_relinfo_BSMUMUTRACKPLUSISOTWO_L2.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_relinfo_BSMUMUTRACKPLUSISOTWO_L2_log.png b/Vietnam/2019/Neutrinos/images/B_relinfo_BSMUMUTRACKPLUSISOTWO_L2_log.png new file mode 100644 index 0000000..096b16c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_relinfo_BSMUMUTRACKPLUSISOTWO_L2_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_relinfo_cone_pt_asym_H.png b/Vietnam/2019/Neutrinos/images/B_relinfo_cone_pt_asym_H.png new file mode 100644 index 0000000..0bbc801 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_relinfo_cone_pt_asym_H.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/B_relinfo_cone_pt_asym_H_log.png b/Vietnam/2019/Neutrinos/images/B_relinfo_cone_pt_asym_H_log.png new file mode 100644 index 0000000..e327d0d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/B_relinfo_cone_pt_asym_H_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Bstautau2.png b/Vietnam/2019/Neutrinos/images/Bstautau2.png new file mode 100644 index 0000000..7cff190 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Bstautau2.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/CDR.jpg b/Vietnam/2019/Neutrinos/images/CDR.jpg new file mode 100644 index 0000000..3b1b63f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/CDR.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Dstarpy.png b/Vietnam/2019/Neutrinos/images/Dstarpy.png new file mode 100644 index 0000000..47aebdd --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Dstarpy.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Dstarpz.png b/Vietnam/2019/Neutrinos/images/Dstarpz.png new file mode 100644 index 0000000..623934c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Dstarpz.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Dstarxy.png b/Vietnam/2019/Neutrinos/images/Dstarxy.png new file mode 100644 index 0000000..6f51ff3 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Dstarxy.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Dstaryz.png b/Vietnam/2019/Neutrinos/images/Dstaryz.png new file mode 100644 index 0000000..b0374c7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Dstaryz.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/FCC.jpg b/Vietnam/2019/Neutrinos/images/FCC.jpg new file mode 100644 index 0000000..1d4b15a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/FCC.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/FCC2.jpg b/Vietnam/2019/Neutrinos/images/FCC2.jpg new file mode 100644 index 0000000..0a70b7a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/FCC2.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/FCCeh.jpg b/Vietnam/2019/Neutrinos/images/FCCeh.jpg new file mode 100644 index 0000000..1ee5097 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/FCCeh.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/FCChh.jpg b/Vietnam/2019/Neutrinos/images/FCChh.jpg new file mode 100644 index 0000000..e983edc --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/FCChh.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/FULL.pdf b/Vietnam/2019/Neutrinos/images/FULL.pdf new file mode 100644 index 0000000..5da48f6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/FULL.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/HOP.png b/Vietnam/2019/Neutrinos/images/HOP.png new file mode 100644 index 0000000..1eb8feb --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/HOP.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/HOP_log.png b/Vietnam/2019/Neutrinos/images/HOP_log.png new file mode 100644 index 0000000..f7a69fa --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/HOP_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Kplus_IPCHI2_OWNPV.png b/Vietnam/2019/Neutrinos/images/Kplus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..aac057f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Kplus_IPCHI2_OWNPV.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Kplus_IPCHI2_OWNPV_log.png b/Vietnam/2019/Neutrinos/images/Kplus_IPCHI2_OWNPV_log.png new file mode 100644 index 0000000..11e8e51 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Kplus_IPCHI2_OWNPV_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Kplus_PT.png b/Vietnam/2019/Neutrinos/images/Kplus_PT.png new file mode 100644 index 0000000..a07bf79 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Kplus_PT.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Kplus_PT_log.png b/Vietnam/2019/Neutrinos/images/Kplus_PT_log.png new file mode 100644 index 0000000..3218fa3 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Kplus_PT_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/LCyz.png b/Vietnam/2019/Neutrinos/images/LCyz.png new file mode 100644 index 0000000..62d0061 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/LCyz.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Lcpy.png b/Vietnam/2019/Neutrinos/images/Lcpy.png new file mode 100644 index 0000000..07d2f20 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Lcpy.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Lcpz.png b/Vietnam/2019/Neutrinos/images/Lcpz.png new file mode 100644 index 0000000..45be3ea --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Lcpz.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Lcxy.png b/Vietnam/2019/Neutrinos/images/Lcxy.png new file mode 100644 index 0000000..c44cf5d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Lcxy.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/MS1.png b/Vietnam/2019/Neutrinos/images/MS1.png new file mode 100644 index 0000000..7799190 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/MS1.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/MS2.png b/Vietnam/2019/Neutrinos/images/MS2.png new file mode 100644 index 0000000..26ae18c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/MS2.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/M_Ue_capped.pdf b/Vietnam/2019/Neutrinos/images/M_Ue_capped.pdf new file mode 100644 index 0000000..327a132 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/M_Ue_capped.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/M_Ue_limits.pdf b/Vietnam/2019/Neutrinos/images/M_Ue_limits.pdf new file mode 100644 index 0000000..ee012fa --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/M_Ue_limits.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/M_Umu_capped.pdf b/Vietnam/2019/Neutrinos/images/M_Umu_capped.pdf new file mode 100644 index 0000000..ab25d9b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/M_Umu_capped.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/M_Umu_limits.pdf b/Vietnam/2019/Neutrinos/images/M_Umu_limits.pdf new file mode 100644 index 0000000..64b7bf9 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/M_Umu_limits.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/M_Utau_CKM_Zinv_Rtau.pdf b/Vietnam/2019/Neutrinos/images/M_Utau_CKM_Zinv_Rtau.pdf new file mode 100644 index 0000000..1d78c00 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/M_Utau_CKM_Zinv_Rtau.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/ONECUT.pdf b/Vietnam/2019/Neutrinos/images/ONECUT.pdf new file mode 100644 index 0000000..7226905 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/ONECUT.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/PID/BDTG.png b/Vietnam/2019/Neutrinos/images/PID/BDTG.png new file mode 100644 index 0000000..ee90f00 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/PID/BDTG.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/PID/BDT_HOP.png b/Vietnam/2019/Neutrinos/images/PID/BDT_HOP.png new file mode 100644 index 0000000..644ccfd --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/PID/BDT_HOP.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/PID/B_m.png b/Vietnam/2019/Neutrinos/images/PID/B_m.png new file mode 100644 index 0000000..2fa68c6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/PID/B_m.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/PID/PIDK.png b/Vietnam/2019/Neutrinos/images/PID/PIDK.png new file mode 100644 index 0000000..2bccea8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/PID/PIDK.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/PID/PIDe.png b/Vietnam/2019/Neutrinos/images/PID/PIDe.png new file mode 100644 index 0000000..f4a2c17 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/PID/PIDe.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/PID/PIDmu.png b/Vietnam/2019/Neutrinos/images/PID/PIDmu.png new file mode 100644 index 0000000..bd169aa --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/PID/PIDmu.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Patrick_comments_06_04_2019_mumu_ee_B_ENDVERTEX_CHI2.jpg b/Vietnam/2019/Neutrinos/images/Patrick_comments_06_04_2019_mumu_ee_B_ENDVERTEX_CHI2.jpg new file mode 100644 index 0000000..ce16ded --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Patrick_comments_06_04_2019_mumu_ee_B_ENDVERTEX_CHI2.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Patrick_comments_06_04_2019_mumu_emu_B_ENDVERTEX_CHI2.jpg b/Vietnam/2019/Neutrinos/images/Patrick_comments_06_04_2019_mumu_emu_B_ENDVERTEX_CHI2.jpg new file mode 100644 index 0000000..aaf55bd --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Patrick_comments_06_04_2019_mumu_emu_B_ENDVERTEX_CHI2.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/RK2.png b/Vietnam/2019/Neutrinos/images/RK2.png new file mode 100644 index 0000000..20af731 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/RK2.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/ROC_BDTG.pdf b/Vietnam/2019/Neutrinos/images/ROC_BDTG.pdf new file mode 100644 index 0000000..73cde71 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/ROC_BDTG.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/ROC_BDTG_HOP.png b/Vietnam/2019/Neutrinos/images/ROC_BDTG_HOP.png new file mode 100644 index 0000000..2407392 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/ROC_BDTG_HOP.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/SM.png b/Vietnam/2019/Neutrinos/images/SM.png new file mode 100644 index 0000000..346ae62 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/SM.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/ST_logo.gif b/Vietnam/2019/Neutrinos/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/ST_logo.gif Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/ST_logo.png b/Vietnam/2019/Neutrinos/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/ST_logo.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/ST_logosmall.gif b/Vietnam/2019/Neutrinos/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/ST_logosmall.gif Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Seesaw_mechanism_Header.png b/Vietnam/2019/Neutrinos/images/Seesaw_mechanism_Header.png new file mode 100644 index 0000000..efab30e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Seesaw_mechanism_Header.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Seesaw_mechanism_Header.png?itok=reUMWOia b/Vietnam/2019/Neutrinos/images/Seesaw_mechanism_Header.png?itok=reUMWOia new file mode 100644 index 0000000..efab30e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Seesaw_mechanism_Header.png?itok=reUMWOia Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/expected_Ke.pdf b/Vietnam/2019/Neutrinos/images/UL/expected_Ke.pdf new file mode 100644 index 0000000..c552377 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/expected_Ke.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/expected_Ke.png b/Vietnam/2019/Neutrinos/images/UL/expected_Ke.png new file mode 100644 index 0000000..70c6c9e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/expected_Ke.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/expected_Kmu.pdf b/Vietnam/2019/Neutrinos/images/UL/expected_Kmu.pdf new file mode 100644 index 0000000..5e30cf9 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/expected_Kmu.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/expected_Kmu.png b/Vietnam/2019/Neutrinos/images/UL/expected_Kmu.png new file mode 100644 index 0000000..e600899 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/expected_Kmu.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Ke_BDT.pdf b/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Ke_BDT.pdf new file mode 100644 index 0000000..b448aab --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Ke_BDT.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Ke_BDT_.pdf b/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Ke_BDT_.pdf new file mode 100644 index 0000000..92dabd6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Ke_BDT_.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Ke_BDT_syst.pdf b/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Ke_BDT_syst.pdf new file mode 100644 index 0000000..7722320 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Ke_BDT_syst.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Kmu_BDT.pdf b/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Kmu_BDT.pdf new file mode 100644 index 0000000..66f58b5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Kmu_BDT.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Kmu_BDT_.pdf b/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Kmu_BDT_.pdf new file mode 100644 index 0000000..db4ae38 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Kmu_BDT_.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Kmu_BDT_syst.pdf b/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Kmu_BDT_syst.pdf new file mode 100644 index 0000000..d456640 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/fit_mumu_Kmu_BDT_syst.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_Ke_SS_90.png b/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_Ke_SS_90.png new file mode 100644 index 0000000..2d7852f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_Ke_SS_90.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_Ke_SS_95.png b/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_Ke_SS_95.png new file mode 100644 index 0000000..04e1d23 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_Ke_SS_95.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_Kmu_SS_90.png b/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_Kmu_SS_90.png new file mode 100644 index 0000000..a0ac3ee --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_Kmu_SS_90.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_Kmu_SS_95.png b/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_Kmu_SS_95.png new file mode 100644 index 0000000..5b3b4ab --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_Kmu_SS_95.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_combined_90.png b/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_combined_90.png new file mode 100644 index 0000000..05ddd2c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_combined_90.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_combined_95.png b/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_combined_95.png new file mode 100644 index 0000000..15aa7c3 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/UL/limits_unbinned_plugin_cls_combined_95.png Binary files differ diff --git "a/Vietnam/2019/Neutrinos/images/Utau_lnL_highmass \0501\051.pdf" "b/Vietnam/2019/Neutrinos/images/Utau_lnL_highmass \0501\051.pdf" new file mode 100644 index 0000000..13c4bfa --- /dev/null +++ "b/Vietnam/2019/Neutrinos/images/Utau_lnL_highmass \0501\051.pdf" Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Utau_lnL_highmass.pdf b/Vietnam/2019/Neutrinos/images/Utau_lnL_highmass.pdf new file mode 100644 index 0000000..13c4bfa --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Utau_lnL_highmass.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Utau_lnL_lowmass.pdf b/Vietnam/2019/Neutrinos/images/Utau_lnL_lowmass.pdf new file mode 100644 index 0000000..2b75bd1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Utau_lnL_lowmass.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Wgamma.jpg b/Vietnam/2019/Neutrinos/images/Wgamma.jpg new file mode 100644 index 0000000..e7032b4 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Wgamma.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Wq.jpg b/Vietnam/2019/Neutrinos/images/Wq.jpg new file mode 100644 index 0000000..aa293d2 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Wq.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Z_rich_18.jpg b/Vietnam/2019/Neutrinos/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Z_rich_18.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Z_rich_24.jpg b/Vietnam/2019/Neutrinos/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Z_rich_24.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/Z_rich_30.jpg b/Vietnam/2019/Neutrinos/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/Z_rich_30.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT.pdf new file mode 100644 index 0000000..a2d7020 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.71_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.71_HOP-0.3.pdf new file mode 100644 index 0000000..4d029e0 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.71_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.71_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.71_HOP-0.5.pdf new file mode 100644 index 0000000..da64738 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.71_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.71_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.71_HOP-0.7.pdf new file mode 100644 index 0000000..4dfa4d1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.71_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.72_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.72_HOP-0.3.pdf new file mode 100644 index 0000000..366c4ca --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.72_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.72_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.72_HOP-0.5.pdf new file mode 100644 index 0000000..b3e61c0 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.72_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.72_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.72_HOP-0.7.pdf new file mode 100644 index 0000000..6ca9f73 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.72_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.73_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.73_HOP-0.3.pdf new file mode 100644 index 0000000..efa6fc5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.73_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.73_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.73_HOP-0.5.pdf new file mode 100644 index 0000000..87c2586 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.73_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.73_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.73_HOP-0.7.pdf new file mode 100644 index 0000000..cd0336f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.73_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.74_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.74_HOP-0.3.pdf new file mode 100644 index 0000000..ae79e5d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.74_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.74_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.74_HOP-0.5.pdf new file mode 100644 index 0000000..950e1a6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.74_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.74_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.74_HOP-0.7.pdf new file mode 100644 index 0000000..d80b6a8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.74_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.75_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.75_HOP-0.3.pdf new file mode 100644 index 0000000..1cc81f5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.75_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.75_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.75_HOP-0.5.pdf new file mode 100644 index 0000000..213f5b7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.75_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.75_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.75_HOP-0.7.pdf new file mode 100644 index 0000000..3a27adb --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.75_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.76_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.76_HOP-0.3.pdf new file mode 100644 index 0000000..e70fa93 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.76_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.76_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.76_HOP-0.5.pdf new file mode 100644 index 0000000..3c3f7f4 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.76_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.76_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.76_HOP-0.7.pdf new file mode 100644 index 0000000..2da6e0a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.76_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.77_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.77_HOP-0.3.pdf new file mode 100644 index 0000000..f002a80 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.77_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.77_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.77_HOP-0.5.pdf new file mode 100644 index 0000000..b45ee17 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.77_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.77_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.77_HOP-0.7.pdf new file mode 100644 index 0000000..775c445 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.77_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.78_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.78_HOP-0.3.pdf new file mode 100644 index 0000000..c40cf6f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.78_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.78_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.78_HOP-0.5.pdf new file mode 100644 index 0000000..2148a9d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.78_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.78_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.78_HOP-0.7.pdf new file mode 100644 index 0000000..572ec66 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.78_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.79_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.79_HOP-0.3.pdf new file mode 100644 index 0000000..0614b71 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.79_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.79_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.79_HOP-0.5.pdf new file mode 100644 index 0000000..a887627 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.79_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.79_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.79_HOP-0.7.pdf new file mode 100644 index 0000000..de1ceea --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.79_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.7_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.7_HOP-0.3.pdf new file mode 100644 index 0000000..2a2c280 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.7_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.7_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.7_HOP-0.5.pdf new file mode 100644 index 0000000..1e96db2 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.7_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.7_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.7_HOP-0.7.pdf new file mode 100644 index 0000000..77c59bb --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.7_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.81_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.81_HOP-0.3.pdf new file mode 100644 index 0000000..bbed3fd --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.81_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.81_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.81_HOP-0.5.pdf new file mode 100644 index 0000000..4298f9f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.81_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.81_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.81_HOP-0.7.pdf new file mode 100644 index 0000000..acb7103 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.81_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.82_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.82_HOP-0.3.pdf new file mode 100644 index 0000000..52a2fd8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.82_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.82_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.82_HOP-0.5.pdf new file mode 100644 index 0000000..2b407f3 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.82_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.82_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.82_HOP-0.7.pdf new file mode 100644 index 0000000..42627e6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.82_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.83_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.83_HOP-0.3.pdf new file mode 100644 index 0000000..350241a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.83_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.83_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.83_HOP-0.5.pdf new file mode 100644 index 0000000..e7a6a6d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.83_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.83_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.83_HOP-0.7.pdf new file mode 100644 index 0000000..4c05604 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.83_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.84_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.84_HOP-0.3.pdf new file mode 100644 index 0000000..34c4ae6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.84_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.84_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.84_HOP-0.5.pdf new file mode 100644 index 0000000..c36459f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.84_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.84_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.84_HOP-0.7.pdf new file mode 100644 index 0000000..4668f91 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.84_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.85_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.85_HOP-0.3.pdf new file mode 100644 index 0000000..49bb42f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.85_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.85_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.85_HOP-0.5.pdf new file mode 100644 index 0000000..e6c6eaa --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.85_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.85_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.85_HOP-0.7.pdf new file mode 100644 index 0000000..2f8cd8f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.85_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.86_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.86_HOP-0.3.pdf new file mode 100644 index 0000000..3adf622 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.86_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.86_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.86_HOP-0.5.pdf new file mode 100644 index 0000000..36d696f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.86_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.86_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.86_HOP-0.7.pdf new file mode 100644 index 0000000..3df9c93 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.86_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.87_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.87_HOP-0.3.pdf new file mode 100644 index 0000000..bb52935 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.87_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.87_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.87_HOP-0.5.pdf new file mode 100644 index 0000000..c4654dd --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.87_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.87_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.87_HOP-0.7.pdf new file mode 100644 index 0000000..fa9256b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.87_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.88_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.88_HOP-0.3.pdf new file mode 100644 index 0000000..b668cdb --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.88_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.88_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.88_HOP-0.5.pdf new file mode 100644 index 0000000..34a454a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.88_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.88_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.88_HOP-0.7.pdf new file mode 100644 index 0000000..9dd9b8a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.88_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.89_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.89_HOP-0.3.pdf new file mode 100644 index 0000000..a6403ab --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.89_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.89_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.89_HOP-0.5.pdf new file mode 100644 index 0000000..c8aed5d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.89_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.89_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.89_HOP-0.7.pdf new file mode 100644 index 0000000..82b5aa1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.89_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.8_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.8_HOP-0.3.pdf new file mode 100644 index 0000000..d67ad57 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.8_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.8_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.8_HOP-0.5.pdf new file mode 100644 index 0000000..e0a5c62 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.8_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.8_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.8_HOP-0.7.pdf new file mode 100644 index 0000000..c2b55cb --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.8_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.91_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.91_HOP-0.3.pdf new file mode 100644 index 0000000..a787221 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.91_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.91_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.91_HOP-0.5.pdf new file mode 100644 index 0000000..914ea9b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.91_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.91_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.91_HOP-0.7.pdf new file mode 100644 index 0000000..574dd12 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.91_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.92_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.92_HOP-0.3.pdf new file mode 100644 index 0000000..1c1d67f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.92_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.92_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.92_HOP-0.5.pdf new file mode 100644 index 0000000..8fe5cf7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.92_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.92_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.92_HOP-0.7.pdf new file mode 100644 index 0000000..3c2ae1e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.92_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.93_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.93_HOP-0.3.pdf new file mode 100644 index 0000000..339fab8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.93_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.93_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.93_HOP-0.5.pdf new file mode 100644 index 0000000..9169e16 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.93_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.93_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.93_HOP-0.7.pdf new file mode 100644 index 0000000..6729a16 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.93_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.94_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.94_HOP-0.3.pdf new file mode 100644 index 0000000..b4250a1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.94_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.94_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.94_HOP-0.5.pdf new file mode 100644 index 0000000..cbb9224 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.94_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.94_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.94_HOP-0.7.pdf new file mode 100644 index 0000000..0b2b4bf --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.94_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.95_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.95_HOP-0.3.pdf new file mode 100644 index 0000000..38ecbb9 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.95_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.95_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.95_HOP-0.5.pdf new file mode 100644 index 0000000..329709c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.95_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.95_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.95_HOP-0.7.pdf new file mode 100644 index 0000000..90f8201 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.95_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.96_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.96_HOP-0.3.pdf new file mode 100644 index 0000000..d97d492 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.96_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.96_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.96_HOP-0.5.pdf new file mode 100644 index 0000000..b5e6f1a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.96_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.96_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.96_HOP-0.7.pdf new file mode 100644 index 0000000..8359461 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.96_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.97_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.97_HOP-0.3.pdf new file mode 100644 index 0000000..00b000d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.97_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.97_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.97_HOP-0.5.pdf new file mode 100644 index 0000000..a4cbe9c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.97_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.97_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.97_HOP-0.7.pdf new file mode 100644 index 0000000..640a88c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.97_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.98_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.98_HOP-0.3.pdf new file mode 100644 index 0000000..87b95a7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.98_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.98_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.98_HOP-0.5.pdf new file mode 100644 index 0000000..3017bd1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.98_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.98_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.98_HOP-0.7.pdf new file mode 100644 index 0000000..8376fa8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.98_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.99_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.99_HOP-0.3.pdf new file mode 100644 index 0000000..10a9d5b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.99_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.99_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.99_HOP-0.5.pdf new file mode 100644 index 0000000..f227580 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.99_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.99_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.99_HOP-0.7.pdf new file mode 100644 index 0000000..dab7f79 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.99_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.9_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.9_HOP-0.3.pdf new file mode 100644 index 0000000..6a9cbbc --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.9_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.9_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.9_HOP-0.5.pdf new file mode 100644 index 0000000..e4f364f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.9_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.9_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.9_HOP-0.7.pdf new file mode 100644 index 0000000..7780a1e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT0.9_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT_syst.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT_syst.pdf new file mode 100644 index 0000000..f552af4 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Ke_BDT_syst.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT.pdf new file mode 100644 index 0000000..4e03006 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.71_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.71_HOP-0.3.pdf new file mode 100644 index 0000000..0fa12b1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.71_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.71_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.71_HOP-0.5.pdf new file mode 100644 index 0000000..4ed9976 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.71_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.71_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.71_HOP-0.7.pdf new file mode 100644 index 0000000..62c396a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.71_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.72_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.72_HOP-0.3.pdf new file mode 100644 index 0000000..2ff6a0a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.72_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.72_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.72_HOP-0.5.pdf new file mode 100644 index 0000000..4937bbb --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.72_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.72_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.72_HOP-0.7.pdf new file mode 100644 index 0000000..e9a3417 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.72_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.73_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.73_HOP-0.3.pdf new file mode 100644 index 0000000..454334f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.73_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.73_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.73_HOP-0.5.pdf new file mode 100644 index 0000000..aa27004 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.73_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.73_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.73_HOP-0.7.pdf new file mode 100644 index 0000000..ddbaa2e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.73_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.74_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.74_HOP-0.3.pdf new file mode 100644 index 0000000..06079cd --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.74_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.74_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.74_HOP-0.5.pdf new file mode 100644 index 0000000..5928266 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.74_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.74_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.74_HOP-0.7.pdf new file mode 100644 index 0000000..417cf46 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.74_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.75_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.75_HOP-0.3.pdf new file mode 100644 index 0000000..267ab38 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.75_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.75_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.75_HOP-0.5.pdf new file mode 100644 index 0000000..d900832 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.75_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.75_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.75_HOP-0.7.pdf new file mode 100644 index 0000000..36b2288 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.75_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.76_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.76_HOP-0.3.pdf new file mode 100644 index 0000000..d9dbc10 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.76_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.76_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.76_HOP-0.5.pdf new file mode 100644 index 0000000..553d7cc --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.76_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.76_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.76_HOP-0.7.pdf new file mode 100644 index 0000000..a39b83f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.76_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.77_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.77_HOP-0.3.pdf new file mode 100644 index 0000000..8718bd7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.77_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.77_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.77_HOP-0.5.pdf new file mode 100644 index 0000000..f64358d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.77_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.77_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.77_HOP-0.7.pdf new file mode 100644 index 0000000..cc07362 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.77_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.78_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.78_HOP-0.3.pdf new file mode 100644 index 0000000..80098b2 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.78_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.78_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.78_HOP-0.5.pdf new file mode 100644 index 0000000..e3122a8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.78_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.78_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.78_HOP-0.7.pdf new file mode 100644 index 0000000..4aad74b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.78_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.79_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.79_HOP-0.3.pdf new file mode 100644 index 0000000..fb7d586 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.79_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.79_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.79_HOP-0.5.pdf new file mode 100644 index 0000000..4c02056 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.79_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.79_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.79_HOP-0.7.pdf new file mode 100644 index 0000000..1cbf9fe --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.79_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.7_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.7_HOP-0.3.pdf new file mode 100644 index 0000000..e1f5867 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.7_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.7_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.7_HOP-0.5.pdf new file mode 100644 index 0000000..7134c36 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.7_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.7_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.7_HOP-0.7.pdf new file mode 100644 index 0000000..13e0630 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.7_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.81_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.81_HOP-0.3.pdf new file mode 100644 index 0000000..0ace9e3 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.81_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.81_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.81_HOP-0.5.pdf new file mode 100644 index 0000000..9807643 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.81_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.81_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.81_HOP-0.7.pdf new file mode 100644 index 0000000..d4db4e2 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.81_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.82_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.82_HOP-0.3.pdf new file mode 100644 index 0000000..4af76f8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.82_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.82_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.82_HOP-0.5.pdf new file mode 100644 index 0000000..fa7ef0f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.82_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.82_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.82_HOP-0.7.pdf new file mode 100644 index 0000000..2048e0d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.82_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.83_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.83_HOP-0.3.pdf new file mode 100644 index 0000000..05b7c35 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.83_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.83_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.83_HOP-0.5.pdf new file mode 100644 index 0000000..57a192c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.83_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.83_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.83_HOP-0.7.pdf new file mode 100644 index 0000000..e59cd13 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.83_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.84_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.84_HOP-0.3.pdf new file mode 100644 index 0000000..7070945 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.84_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.84_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.84_HOP-0.5.pdf new file mode 100644 index 0000000..25602b9 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.84_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.84_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.84_HOP-0.7.pdf new file mode 100644 index 0000000..82337c3 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.84_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.85_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.85_HOP-0.3.pdf new file mode 100644 index 0000000..97a3860 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.85_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.85_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.85_HOP-0.5.pdf new file mode 100644 index 0000000..f6fa4e5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.85_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.85_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.85_HOP-0.7.pdf new file mode 100644 index 0000000..4b9bcf2 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.85_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.86_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.86_HOP-0.3.pdf new file mode 100644 index 0000000..938c72b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.86_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.86_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.86_HOP-0.5.pdf new file mode 100644 index 0000000..6818ac0 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.86_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.86_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.86_HOP-0.7.pdf new file mode 100644 index 0000000..5c78f98 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.86_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.87_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.87_HOP-0.3.pdf new file mode 100644 index 0000000..a251242 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.87_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.87_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.87_HOP-0.5.pdf new file mode 100644 index 0000000..d3a4adc --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.87_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.87_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.87_HOP-0.7.pdf new file mode 100644 index 0000000..a9b1886 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.87_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.88_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.88_HOP-0.3.pdf new file mode 100644 index 0000000..43e303b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.88_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.88_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.88_HOP-0.5.pdf new file mode 100644 index 0000000..224ba82 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.88_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.88_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.88_HOP-0.7.pdf new file mode 100644 index 0000000..92ec09f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.88_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.89_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.89_HOP-0.3.pdf new file mode 100644 index 0000000..6c72eff --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.89_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.89_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.89_HOP-0.5.pdf new file mode 100644 index 0000000..da97a85 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.89_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.89_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.89_HOP-0.7.pdf new file mode 100644 index 0000000..79d703f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.89_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.8_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.8_HOP-0.3.pdf new file mode 100644 index 0000000..e82390d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.8_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.8_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.8_HOP-0.5.pdf new file mode 100644 index 0000000..7042bca --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.8_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.8_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.8_HOP-0.7.pdf new file mode 100644 index 0000000..5ff60b5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.8_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.91_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.91_HOP-0.3.pdf new file mode 100644 index 0000000..b205bf6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.91_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.91_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.91_HOP-0.5.pdf new file mode 100644 index 0000000..00c05e1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.91_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.91_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.91_HOP-0.7.pdf new file mode 100644 index 0000000..4d01506 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.91_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.92_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.92_HOP-0.3.pdf new file mode 100644 index 0000000..34fb1f8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.92_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.92_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.92_HOP-0.5.pdf new file mode 100644 index 0000000..acc2a69 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.92_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.92_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.92_HOP-0.7.pdf new file mode 100644 index 0000000..a30d7e7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.92_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.93_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.93_HOP-0.3.pdf new file mode 100644 index 0000000..a466918 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.93_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.93_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.93_HOP-0.5.pdf new file mode 100644 index 0000000..cb81f2d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.93_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.93_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.93_HOP-0.7.pdf new file mode 100644 index 0000000..3456871 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.93_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.94_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.94_HOP-0.3.pdf new file mode 100644 index 0000000..15ba362 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.94_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.94_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.94_HOP-0.5.pdf new file mode 100644 index 0000000..651d8dc --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.94_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.94_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.94_HOP-0.7.pdf new file mode 100644 index 0000000..eef910a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.94_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.95_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.95_HOP-0.3.pdf new file mode 100644 index 0000000..19085a7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.95_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.95_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.95_HOP-0.5.pdf new file mode 100644 index 0000000..256489f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.95_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.95_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.95_HOP-0.7.pdf new file mode 100644 index 0000000..76861ee --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.95_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.96_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.96_HOP-0.3.pdf new file mode 100644 index 0000000..19b9f94 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.96_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.96_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.96_HOP-0.5.pdf new file mode 100644 index 0000000..afd6922 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.96_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.96_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.96_HOP-0.7.pdf new file mode 100644 index 0000000..5d3fb23 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.96_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.97_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.97_HOP-0.3.pdf new file mode 100644 index 0000000..f9410b5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.97_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.97_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.97_HOP-0.5.pdf new file mode 100644 index 0000000..ef57ede --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.97_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.97_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.97_HOP-0.7.pdf new file mode 100644 index 0000000..e347647 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.97_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.98_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.98_HOP-0.3.pdf new file mode 100644 index 0000000..d2454c1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.98_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.98_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.98_HOP-0.5.pdf new file mode 100644 index 0000000..5143d34 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.98_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.98_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.98_HOP-0.7.pdf new file mode 100644 index 0000000..3dd04af --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.98_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.99_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.99_HOP-0.3.pdf new file mode 100644 index 0000000..4c9f832 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.99_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.99_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.99_HOP-0.5.pdf new file mode 100644 index 0000000..38299de --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.99_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.99_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.99_HOP-0.7.pdf new file mode 100644 index 0000000..0a951a6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.99_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.9_HOP-0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.9_HOP-0.3.pdf new file mode 100644 index 0000000..d99f94b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.9_HOP-0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.9_HOP-0.5.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.9_HOP-0.5.pdf new file mode 100644 index 0000000..ded407c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.9_HOP-0.5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.9_HOP-0.7.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.9_HOP-0.7.pdf new file mode 100644 index 0000000..3c67c6c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT0.9_HOP-0.7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT_syst.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT_syst.pdf new file mode 100644 index 0000000..e278552 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fit_mumu_Kmu_BDT_syst.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fixed_fit_mumu_Ke_BDT.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fixed_fit_mumu_Ke_BDT.pdf new file mode 100644 index 0000000..1261ed5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fixed_fit_mumu_Ke_BDT.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/fixed_fit_mumu_Kmu_BDT.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/fixed_fit_mumu_Kmu_BDT.pdf new file mode 100644 index 0000000..f77ef63 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/fixed_fit_mumu_Kmu_BDT.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/h_chebychev_BDT_mumu_Ke.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/h_chebychev_BDT_mumu_Ke.pdf new file mode 100644 index 0000000..ecd783a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/h_chebychev_BDT_mumu_Ke.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/h_chebychev_BDT_mumu_Kmu.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/h_chebychev_BDT_mumu_Kmu.pdf new file mode 100644 index 0000000..a831d0d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/h_chebychev_BDT_mumu_Kmu.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/h_lambda_BDT_mumu_Ke.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/h_lambda_BDT_mumu_Ke.pdf new file mode 100644 index 0000000..7d0d8e5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/h_lambda_BDT_mumu_Ke.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/h_lambda_BDT_mumu_Kmu.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/h_lambda_BDT_mumu_Kmu.pdf new file mode 100644 index 0000000..d731249 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/h_lambda_BDT_mumu_Kmu.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/kess0.3.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/kess0.3.pdf new file mode 100644 index 0000000..2f990fd --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/kess0.3.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/kess03.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/kess03.pdf new file mode 100644 index 0000000..2f990fd --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/kess03.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/kess07.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/kess07.pdf new file mode 100644 index 0000000..bc846ee --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/kess07.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/kessbdt08.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/kessbdt08.pdf new file mode 100644 index 0000000..674fceb --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/kessbdt08.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/kessbdt09.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/kessbdt09.pdf new file mode 100644 index 0000000..e1630a1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/kessbdt09.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/kessbdt098.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/kessbdt098.pdf new file mode 100644 index 0000000..a4432d3 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/kessbdt098.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/kessdef.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/kessdef.pdf new file mode 100644 index 0000000..4e5fc44 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/kessdef.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/kmuss03.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/kmuss03.pdf new file mode 100644 index 0000000..bc38af7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/kmuss03.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/kmuss07.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/kmuss07.pdf new file mode 100644 index 0000000..d0a021e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/kmuss07.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/kmussbdt08.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/kmussbdt08.pdf new file mode 100644 index 0000000..0231f15 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/kmussbdt08.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/kmussbdt09.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/kmussbdt09.pdf new file mode 100644 index 0000000..b37a68a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/kmussbdt09.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/kmussbdt098.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/kmussbdt098.pdf new file mode 100644 index 0000000..7981069 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/kmussbdt098.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bg_sys/kmussdef.pdf b/Vietnam/2019/Neutrinos/images/bg_sys/kmussdef.pdf new file mode 100644 index 0000000..0836202 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bg_sys/kmussdef.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bomb.png b/Vietnam/2019/Neutrinos/images/bomb.png new file mode 100644 index 0000000..4ee26a9 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bomb.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bstautau.pdf b/Vietnam/2019/Neutrinos/images/bstautau.pdf new file mode 100644 index 0000000..7fe0568 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bstautau.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/bubble2.jpg b/Vietnam/2019/Neutrinos/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/bubble2.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/cern.png b/Vietnam/2019/Neutrinos/images/cern.png new file mode 100644 index 0000000..b1d077c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/cern.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/charmS.png b/Vietnam/2019/Neutrinos/images/charmS.png new file mode 100644 index 0000000..a1d1193 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/charmS.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/coupling.png b/Vietnam/2019/Neutrinos/images/coupling.png new file mode 100644 index 0000000..556207a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/coupling.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/cp b/Vietnam/2019/Neutrinos/images/cp new file mode 100644 index 0000000..7ea1209 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/cp Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/crystall.jpg b/Vietnam/2019/Neutrinos/images/crystall.jpg new file mode 100644 index 0000000..9423bf7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/crystall.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/crystall2.jpg b/Vietnam/2019/Neutrinos/images/crystall2.jpg new file mode 100644 index 0000000..d11d15d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/crystall2.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/dalitz_KeSS_Run1_total.pdf b/Vietnam/2019/Neutrinos/images/dalitz_KeSS_Run1_total.pdf new file mode 100644 index 0000000..396ff49 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/dalitz_KeSS_Run1_total.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/dalitz_KeSS_Run1_total1.pdf b/Vietnam/2019/Neutrinos/images/dalitz_KeSS_Run1_total1.pdf new file mode 100644 index 0000000..4b83521 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/dalitz_KeSS_Run1_total1.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/dalitz_KmuSS_Run1_total.pdf b/Vietnam/2019/Neutrinos/images/dalitz_KmuSS_Run1_total.pdf new file mode 100644 index 0000000..8f20dde --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/dalitz_KmuSS_Run1_total.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/dalitz_KmuSS_Run1_total1.pdf b/Vietnam/2019/Neutrinos/images/dalitz_KmuSS_Run1_total1.pdf new file mode 100644 index 0000000..518dfe6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/dalitz_KmuSS_Run1_total1.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/data_massfits_Ke_SS.pdf b/Vietnam/2019/Neutrinos/images/data_massfits_Ke_SS.pdf new file mode 100644 index 0000000..b7bb796 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/data_massfits_Ke_SS.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/data_massfits_Kmu_SS.pdf b/Vietnam/2019/Neutrinos/images/data_massfits_Kmu_SS.pdf new file mode 100644 index 0000000..ea26945 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/data_massfits_Kmu_SS.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/derotate.sh b/Vietnam/2019/Neutrinos/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Vietnam/2019/Neutrinos/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/Vietnam/2019/Neutrinos/images/directions.pdf b/Vietnam/2019/Neutrinos/images/directions.pdf new file mode 100644 index 0000000..3cf6bd8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/directions.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/eta1.png b/Vietnam/2019/Neutrinos/images/eta1.png new file mode 100644 index 0000000..4b90da9 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/eta1.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/eta2.png b/Vietnam/2019/Neutrinos/images/eta2.png new file mode 100644 index 0000000..5abbb91 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/eta2.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/expected_Ke.pdf b/Vietnam/2019/Neutrinos/images/expected_Ke.pdf new file mode 100644 index 0000000..c552377 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/expected_Ke.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/expected_Ke.png b/Vietnam/2019/Neutrinos/images/expected_Ke.png new file mode 100644 index 0000000..70c6c9e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/expected_Ke.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/expected_Kmu.pdf b/Vietnam/2019/Neutrinos/images/expected_Kmu.pdf new file mode 100644 index 0000000..5e30cf9 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/expected_Kmu.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/expected_Kmu.png b/Vietnam/2019/Neutrinos/images/expected_Kmu.png new file mode 100644 index 0000000..e600899 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/expected_Kmu.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/fccee.jpg b/Vietnam/2019/Neutrinos/images/fccee.jpg new file mode 100644 index 0000000..9366d0c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/fccee.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/fcceh.jpg b/Vietnam/2019/Neutrinos/images/fcceh.jpg new file mode 100644 index 0000000..ad5fe4e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/fcceh.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/fit_mumu_Ke_BDT.pdf b/Vietnam/2019/Neutrinos/images/fit_mumu_Ke_BDT.pdf new file mode 100644 index 0000000..b448aab --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/fit_mumu_Ke_BDT.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/fit_mumu_Ke_BDT_.pdf b/Vietnam/2019/Neutrinos/images/fit_mumu_Ke_BDT_.pdf new file mode 100644 index 0000000..92dabd6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/fit_mumu_Ke_BDT_.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/fit_mumu_Ke_BDT_syst.pdf b/Vietnam/2019/Neutrinos/images/fit_mumu_Ke_BDT_syst.pdf new file mode 100644 index 0000000..7722320 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/fit_mumu_Ke_BDT_syst.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/fit_mumu_Kmu_BDT.pdf b/Vietnam/2019/Neutrinos/images/fit_mumu_Kmu_BDT.pdf new file mode 100644 index 0000000..66f58b5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/fit_mumu_Kmu_BDT.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/fit_mumu_Kmu_BDT_.pdf b/Vietnam/2019/Neutrinos/images/fit_mumu_Kmu_BDT_.pdf new file mode 100644 index 0000000..db4ae38 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/fit_mumu_Kmu_BDT_.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/fit_mumu_Kmu_BDT_syst.pdf b/Vietnam/2019/Neutrinos/images/fit_mumu_Kmu_BDT_syst.pdf new file mode 100644 index 0000000..d456640 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/fit_mumu_Kmu_BDT_syst.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/getFromAFS.sh b/Vietnam/2019/Neutrinos/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Vietnam/2019/Neutrinos/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/Vietnam/2019/Neutrinos/images/gluon.png b/Vietnam/2019/Neutrinos/images/gluon.png new file mode 100644 index 0000000..0a8537d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/gluon.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/gluon2.png b/Vietnam/2019/Neutrinos/images/gluon2.png new file mode 100644 index 0000000..2e387bb --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/gluon2.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/gluon22.png b/Vietnam/2019/Neutrinos/images/gluon22.png new file mode 100644 index 0000000..6092c3f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/gluon22.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/higgs.jpg b/Vietnam/2019/Neutrinos/images/higgs.jpg new file mode 100644 index 0000000..72e3d0b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/higgs.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/ifj.png b/Vietnam/2019/Neutrinos/images/ifj.png new file mode 100644 index 0000000..89f0b7b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/ifj.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/imp.png b/Vietnam/2019/Neutrinos/images/imp.png new file mode 100644 index 0000000..846fd3f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/imp.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/indirect.jpg b/Vietnam/2019/Neutrinos/images/indirect.jpg new file mode 100644 index 0000000..6bd7a90 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/indirect.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/joke.png b/Vietnam/2019/Neutrinos/images/joke.png new file mode 100644 index 0000000..7268bf0 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/joke.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/lhcb-logo-bad.pdf b/Vietnam/2019/Neutrinos/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/lhcb-logo.pdf b/Vietnam/2019/Neutrinos/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/lhcb-logo.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/lhcb-logo.svg b/Vietnam/2019/Neutrinos/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_Ke_SS_90.png b/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_Ke_SS_90.png new file mode 100644 index 0000000..2d7852f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_Ke_SS_90.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_Ke_SS_95.png b/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_Ke_SS_95.png new file mode 100644 index 0000000..04e1d23 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_Ke_SS_95.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_Kmu_SS_90.png b/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_Kmu_SS_90.png new file mode 100644 index 0000000..a0ac3ee --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_Kmu_SS_90.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_Kmu_SS_95.png b/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_Kmu_SS_95.png new file mode 100644 index 0000000..5b3b4ab --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_Kmu_SS_95.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_combined_90.png b/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_combined_90.png new file mode 100644 index 0000000..05ddd2c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_combined_90.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_combined_95.png b/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_combined_95.png new file mode 100644 index 0000000..15aa7c3 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/limits_unbinned_plugin_cls_combined_95.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/lumi.jpg b/Vietnam/2019/Neutrinos/images/lumi.jpg new file mode 100644 index 0000000..cc0a965 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/lumi.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/mag.png b/Vietnam/2019/Neutrinos/images/mag.png new file mode 100644 index 0000000..1178170 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/mag.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/mag2.png b/Vietnam/2019/Neutrinos/images/mag2.png new file mode 100644 index 0000000..3db57a4 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/mag2.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/mag3.png b/Vietnam/2019/Neutrinos/images/mag3.png new file mode 100644 index 0000000..22f3b50 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/mag3.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/magnet.png b/Vietnam/2019/Neutrinos/images/magnet.png new file mode 100644 index 0000000..37ab113 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/magnet.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/mixlrll_emm.pdf b/Vietnam/2019/Neutrinos/images/mixlrll_emm.pdf new file mode 100644 index 0000000..a3c0ec4 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/mixlrll_emm.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/mixlrll_mmm.pdf b/Vietnam/2019/Neutrinos/images/mixlrll_mmm.pdf new file mode 100644 index 0000000..dbc3984 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/mixlrll_mmm.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/mixlrrr_emm.pdf b/Vietnam/2019/Neutrinos/images/mixlrrr_emm.pdf new file mode 100644 index 0000000..7ca261f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/mixlrrr_emm.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/mixlrrr_mmm.pdf b/Vietnam/2019/Neutrinos/images/mixlrrr_mmm.pdf new file mode 100644 index 0000000..db32000 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/mixlrrr_mmm.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/muminus_IPCHI2_OWNPV.png b/Vietnam/2019/Neutrinos/images/muminus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..5b459cc --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/muminus_IPCHI2_OWNPV.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/muminus_IPCHI2_OWNPV_log.png b/Vietnam/2019/Neutrinos/images/muminus_IPCHI2_OWNPV_log.png new file mode 100644 index 0000000..1f50727 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/muminus_IPCHI2_OWNPV_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/muminus_PT.png b/Vietnam/2019/Neutrinos/images/muminus_PT.png new file mode 100644 index 0000000..3baf8be --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/muminus_PT.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/muminus_PT_log.png b/Vietnam/2019/Neutrinos/images/muminus_PT_log.png new file mode 100644 index 0000000..6d5855f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/muminus_PT_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/muplus_IPCHI2_OWNPV.png b/Vietnam/2019/Neutrinos/images/muplus_IPCHI2_OWNPV.png new file mode 100644 index 0000000..80e566e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/muplus_IPCHI2_OWNPV.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/muplus_IPCHI2_OWNPV_log.png b/Vietnam/2019/Neutrinos/images/muplus_IPCHI2_OWNPV_log.png new file mode 100644 index 0000000..3044525 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/muplus_IPCHI2_OWNPV_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/muplus_PT.png b/Vietnam/2019/Neutrinos/images/muplus_PT.png new file mode 100644 index 0000000..5cdd34f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/muplus_PT.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/muplus_PT_log.png b/Vietnam/2019/Neutrinos/images/muplus_PT_log.png new file mode 100644 index 0000000..9b05eca --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/muplus_PT_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/nSPDHits.png b/Vietnam/2019/Neutrinos/images/nSPDHits.png new file mode 100644 index 0000000..07796b7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/nSPDHits.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/nSPDHits_log.png b/Vietnam/2019/Neutrinos/images/nSPDHits_log.png new file mode 100644 index 0000000..651be5b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/nSPDHits_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/nTracks.png b/Vietnam/2019/Neutrinos/images/nTracks.png new file mode 100644 index 0000000..8183806 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/nTracks.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/nTracks_ee.png b/Vietnam/2019/Neutrinos/images/nTracks_ee.png new file mode 100644 index 0000000..927717c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/nTracks_ee.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/nTracks_log.png b/Vietnam/2019/Neutrinos/images/nTracks_log.png new file mode 100644 index 0000000..cdf4423 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/nTracks_log.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/nTracksw.png b/Vietnam/2019/Neutrinos/images/nTracksw.png new file mode 100644 index 0000000..0547934 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/nTracksw.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/nap.png b/Vietnam/2019/Neutrinos/images/nap.png new file mode 100644 index 0000000..5dbe4eb --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/nap.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/nap2.png b/Vietnam/2019/Neutrinos/images/nap2.png new file mode 100644 index 0000000..80ff966 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/nap2.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/neutrino-mix.jpg b/Vietnam/2019/Neutrinos/images/neutrino-mix.jpg new file mode 100644 index 0000000..c3c58b7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/neutrino-mix.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/nk.pdf b/Vietnam/2019/Neutrinos/images/nk.pdf new file mode 100644 index 0000000..02f5529 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/nk.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/nsmail-1.pdf b/Vietnam/2019/Neutrinos/images/nsmail-1.pdf new file mode 100644 index 0000000..83d38c9 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/nsmail-1.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/nsmail.pdf b/Vietnam/2019/Neutrinos/images/nsmail.pdf new file mode 100644 index 0000000..2fe00b5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/nsmail.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/nuMSM.jpg b/Vietnam/2019/Neutrinos/images/nuMSM.jpg new file mode 100644 index 0000000..199b50c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/nuMSM.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/numbers.png b/Vietnam/2019/Neutrinos/images/numbers.png new file mode 100644 index 0000000..361c220 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/numbers.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/p_values 4.pdf b/Vietnam/2019/Neutrinos/images/p_values 4.pdf new file mode 100644 index 0000000..9fab794 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/p_values 4.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/p_values 5.pdf b/Vietnam/2019/Neutrinos/images/p_values 5.pdf new file mode 100644 index 0000000..9fab794 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/p_values 5.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/p_values 6.pdf b/Vietnam/2019/Neutrinos/images/p_values 6.pdf new file mode 100644 index 0000000..22bc81a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/p_values 6.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/p_values 7.pdf b/Vietnam/2019/Neutrinos/images/p_values 7.pdf new file mode 100644 index 0000000..d38c6b1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/p_values 7.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/pdf.png b/Vietnam/2019/Neutrinos/images/pdf.png new file mode 100644 index 0000000..03b2235 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/pdf.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/physics.jpg b/Vietnam/2019/Neutrinos/images/physics.jpg new file mode 100644 index 0000000..bb6a918 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/physics.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/predict_brem0.pdf b/Vietnam/2019/Neutrinos/images/predict_brem0.pdf new file mode 100644 index 0000000..8a2f929 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/predict_brem0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/predict_brem1.pdf b/Vietnam/2019/Neutrinos/images/predict_brem1.pdf new file mode 100644 index 0000000..0ad31c9 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/predict_brem1.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/predict_electrons_brem0.pdf b/Vietnam/2019/Neutrinos/images/predict_electrons_brem0.pdf new file mode 100644 index 0000000..b9e06de --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/predict_electrons_brem0.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/predict_electrons_brem1.pdf b/Vietnam/2019/Neutrinos/images/predict_electrons_brem1.pdf new file mode 100644 index 0000000..ee096cf --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/predict_electrons_brem1.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/projection.pdf b/Vietnam/2019/Neutrinos/images/projection.pdf new file mode 100644 index 0000000..85328b2 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/projection.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/radlr_emm.pdf b/Vietnam/2019/Neutrinos/images/radlr_emm.pdf new file mode 100644 index 0000000..872be43 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/radlr_emm.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/radlr_mmm.pdf b/Vietnam/2019/Neutrinos/images/radlr_mmm.pdf new file mode 100644 index 0000000..740e7f6 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/radlr_mmm.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/sheldon.png b/Vietnam/2019/Neutrinos/images/sheldon.png new file mode 100644 index 0000000..edf6cf9 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/sheldon.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2KJpsiee_MC_2012_4000_MagUp_Pythia8_Sim08h_Trig0x409f0045_12153001_controllchannel.png b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2KJpsiee_MC_2012_4000_MagUp_Pythia8_Sim08h_Trig0x409f0045_12153001_controllchannel.png new file mode 100644 index 0000000..2493364 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2KJpsiee_MC_2012_4000_MagUp_Pythia8_Sim08h_Trig0x409f0045_12153001_controllchannel.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2KJpsimumu_MC_2012_4000_MagUp_Pythia8_Sim08e_12143001_controllchannel.png b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2KJpsimumu_MC_2012_4000_MagUp_Pythia8_Sim08e_12143001_controllchannel.png new file mode 100644 index 0000000..9cc7e4b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2KJpsimumu_MC_2012_4000_MagUp_Pythia8_Sim08e_12143001_controllchannel.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2Kee_Data_2012_MagUp.png b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2Kee_Data_2012_MagUp.png new file mode 100644 index 0000000..c2943d1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2Kee_Data_2012_MagUp.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2Kemu_MC.png b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2Kemu_MC.png new file mode 100644 index 0000000..a565a26 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2Kemu_MC.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2Kmumu_Data_2012_MagUp.png b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2Kmumu_Data_2012_MagUp.png new file mode 100644 index 0000000..8e853cb --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cb_fit_B2Kmumu_Data_2012_MagUp.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2KJpsiee_MC.png b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2KJpsiee_MC.png new file mode 100644 index 0000000..91cc904 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2KJpsiee_MC.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2KJpsimumu_MC.png b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2KJpsimumu_MC.png new file mode 100644 index 0000000..2da0114 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2KJpsimumu_MC.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kee_Data.png b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kee_Data.png new file mode 100644 index 0000000..e0cae8e --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kee_Data.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kee_MC.png b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kee_MC.png new file mode 100644 index 0000000..6ed93b5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kee_MC.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kemu_MC.png b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kemu_MC.png new file mode 100644 index 0000000..b7ca5ed --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kemu_MC.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kmue_MC.png b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kmue_MC.png new file mode 100644 index 0000000..9cc7545 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kmue_MC.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kmumu_Data.png b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kmumu_Data.png new file mode 100644 index 0000000..aa8cdad --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kmumu_Data.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kmumu_MC.png b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kmumu_MC.png new file mode 100644 index 0000000..36bff24 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem0/mass_cbsame_fit_B2Kmumu_MC.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2KJpsiee_MC_2012_4000_MagUp_Pythia8_Sim08h_Trig0x409f0045_12153001_controllchannel.png b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2KJpsiee_MC_2012_4000_MagUp_Pythia8_Sim08h_Trig0x409f0045_12153001_controllchannel.png new file mode 100644 index 0000000..321ef04 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2KJpsiee_MC_2012_4000_MagUp_Pythia8_Sim08h_Trig0x409f0045_12153001_controllchannel.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2KJpsimumu_MC_2012_4000_MagUp_Pythia8_Sim08e_12143001_controllchannel.png b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2KJpsimumu_MC_2012_4000_MagUp_Pythia8_Sim08e_12143001_controllchannel.png new file mode 100644 index 0000000..8989ac5 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2KJpsimumu_MC_2012_4000_MagUp_Pythia8_Sim08e_12143001_controllchannel.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2Kee_Data_2012_MagUp.png b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2Kee_Data_2012_MagUp.png new file mode 100644 index 0000000..9407b38 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2Kee_Data_2012_MagUp.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2Kemu_MC.png b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2Kemu_MC.png new file mode 100644 index 0000000..b40eccc --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2Kemu_MC.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2Kmumu_Data_2012_MagUp.png b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2Kmumu_Data_2012_MagUp.png new file mode 100644 index 0000000..8e853cb --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cb_fit_B2Kmumu_Data_2012_MagUp.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2KJpsiee_MC.png b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2KJpsiee_MC.png new file mode 100644 index 0000000..78bea59 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2KJpsiee_MC.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2KJpsimumu_MC.png b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2KJpsimumu_MC.png new file mode 100644 index 0000000..33daac4 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2KJpsimumu_MC.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kee_Data.png b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kee_Data.png new file mode 100644 index 0000000..311249b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kee_Data.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kee_MC.png b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kee_MC.png new file mode 100644 index 0000000..16de4bd --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kee_MC.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kemu_MC.png b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kemu_MC.png new file mode 100644 index 0000000..bde5bbe --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kemu_MC.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kmue_MC.png b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kmue_MC.png new file mode 100644 index 0000000..92bfcaf --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kmue_MC.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kmumu_Data.png b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kmumu_Data.png new file mode 100644 index 0000000..4fdc687 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kmumu_Data.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kmumu_MC.png b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kmumu_MC.png new file mode 100644 index 0000000..daa27aa --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/signalParam/brem1/mass_cbopposite_fit_B2Kmumu_MC.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/sketch.png b/Vietnam/2019/Neutrinos/images/sketch.png new file mode 100644 index 0000000..fab167a --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/sketch.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/spec.png b/Vietnam/2019/Neutrinos/images/spec.png new file mode 100644 index 0000000..4ff9797 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/spec.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/spec2.png b/Vietnam/2019/Neutrinos/images/spec2.png new file mode 100644 index 0000000..43d01c8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/spec2.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/spec3.png b/Vietnam/2019/Neutrinos/images/spec3.png new file mode 100644 index 0000000..4fcf587 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/spec3.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/splot/Jpsi_ee_fit_2011.pdf b/Vietnam/2019/Neutrinos/images/splot/Jpsi_ee_fit_2011.pdf new file mode 100644 index 0000000..1e9e60c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/splot/Jpsi_ee_fit_2011.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/splot/Jpsi_ee_fit_2011_constraint.pdf b/Vietnam/2019/Neutrinos/images/splot/Jpsi_ee_fit_2011_constraint.pdf new file mode 100644 index 0000000..5bf597d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/splot/Jpsi_ee_fit_2011_constraint.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/splot/Jpsi_ee_fit_2012.pdf b/Vietnam/2019/Neutrinos/images/splot/Jpsi_ee_fit_2012.pdf new file mode 100644 index 0000000..3f30ab9 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/splot/Jpsi_ee_fit_2012.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/splot/Jpsi_ee_fit_2012_constraint.pdf b/Vietnam/2019/Neutrinos/images/splot/Jpsi_ee_fit_2012_constraint.pdf new file mode 100644 index 0000000..80f1737 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/splot/Jpsi_ee_fit_2012_constraint.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_2015.png b/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_2015.png new file mode 100644 index 0000000..7be6d93 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_2015.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_2015_forNote.pdf b/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_2015_forNote.pdf new file mode 100644 index 0000000..d449b62 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_2015_forNote.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_2015_log_forNote.pdf b/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_2015_log_forNote.pdf new file mode 100644 index 0000000..35b5b90 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_2015_log_forNote.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_Run1.png b/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_Run1.png new file mode 100644 index 0000000..8f84590 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_Run1.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_Run1_forNote.pdf b/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_Run1_forNote.pdf new file mode 100644 index 0000000..b353fb7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_Run1_forNote.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_Run1_log_forNote.pdf b/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_Run1_log_forNote.pdf new file mode 100644 index 0000000..8f9088d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/splot/Jpsi_fit_Run1_log_forNote.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/splot/Jpsi_mumu_fit_2011.png b/Vietnam/2019/Neutrinos/images/splot/Jpsi_mumu_fit_2011.png new file mode 100644 index 0000000..7b32a9c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/splot/Jpsi_mumu_fit_2011.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/splot/Jpsi_mumu_fit_2012.png b/Vietnam/2019/Neutrinos/images/splot/Jpsi_mumu_fit_2012.png new file mode 100644 index 0000000..f807ace --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/splot/Jpsi_mumu_fit_2012.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/stations.png b/Vietnam/2019/Neutrinos/images/stations.png new file mode 100644 index 0000000..c90811c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/stations.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/summary.jpg b/Vietnam/2019/Neutrinos/images/summary.jpg new file mode 100644 index 0000000..6bde03b --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/summary.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/summary.png b/Vietnam/2019/Neutrinos/images/summary.png new file mode 100644 index 0000000..3b27fec --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/summary.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/taupy.png b/Vietnam/2019/Neutrinos/images/taupy.png new file mode 100644 index 0000000..6028d95 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/taupy.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/taupz.png b/Vietnam/2019/Neutrinos/images/taupz.png new file mode 100644 index 0000000..3fe366c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/taupz.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/tauxy.png b/Vietnam/2019/Neutrinos/images/tauxy.png new file mode 100644 index 0000000..3e34f69 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/tauxy.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/tauyz.png b/Vietnam/2019/Neutrinos/images/tauyz.png new file mode 100644 index 0000000..a5a433f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/tauyz.png Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/total.jpg b/Vietnam/2019/Neutrinos/images/total.jpg new file mode 100644 index 0000000..2391154 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/total.jpg Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/uzh-transp.pdf b/Vietnam/2019/Neutrinos/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/uzh-transp.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/uzh.pdf b/Vietnam/2019/Neutrinos/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/uzh.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/uzh_logo_e_pos.eps b/Vietnam/2019/Neutrinos/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/uzh_logo_e_pos_gross.tif b/Vietnam/2019/Neutrinos/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/vllll_mmm.pdf b/Vietnam/2019/Neutrinos/images/vllll_mmm.pdf new file mode 100644 index 0000000..aa0d269 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/vllll_mmm.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/vllrr_emm.pdf b/Vietnam/2019/Neutrinos/images/vllrr_emm.pdf new file mode 100644 index 0000000..1bded15 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/vllrr_emm.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/vllrr_mem.pdf b/Vietnam/2019/Neutrinos/images/vllrr_mem.pdf new file mode 100644 index 0000000..0c1da99 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/vllrr_mem.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/vllrr_mmm.pdf b/Vietnam/2019/Neutrinos/images/vllrr_mmm.pdf new file mode 100644 index 0000000..c516d58 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/vllrr_mmm.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/x_Dstar.pdf b/Vietnam/2019/Neutrinos/images/x_Dstar.pdf new file mode 100644 index 0000000..fbfcd76 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/x_Dstar.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/x_DstarB.pdf b/Vietnam/2019/Neutrinos/images/x_DstarB.pdf new file mode 100644 index 0000000..eac5342 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/x_DstarB.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/x_Lcstar.pdf b/Vietnam/2019/Neutrinos/images/x_Lcstar.pdf new file mode 100644 index 0000000..f715efc --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/x_Lcstar.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/y_Dstar.pdf b/Vietnam/2019/Neutrinos/images/y_Dstar.pdf new file mode 100644 index 0000000..e93e06f --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/y_Dstar.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/y_DstarB.pdf b/Vietnam/2019/Neutrinos/images/y_DstarB.pdf new file mode 100644 index 0000000..63d37d1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/y_DstarB.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/y_Lcstar.pdf b/Vietnam/2019/Neutrinos/images/y_Lcstar.pdf new file mode 100644 index 0000000..28f8859 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/y_Lcstar.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/yz_Dstar.pdf b/Vietnam/2019/Neutrinos/images/yz_Dstar.pdf new file mode 100644 index 0000000..678eade --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/yz_Dstar.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/yz_DstarB.pdf b/Vietnam/2019/Neutrinos/images/yz_DstarB.pdf new file mode 100644 index 0000000..42bc6b9 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/yz_DstarB.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/yz_Lcstar.pdf b/Vietnam/2019/Neutrinos/images/yz_Lcstar.pdf new file mode 100644 index 0000000..32b3fb1 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/yz_Lcstar.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/z_Dstar.pdf b/Vietnam/2019/Neutrinos/images/z_Dstar.pdf new file mode 100644 index 0000000..930c570 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/z_Dstar.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/z_DstarB.pdf b/Vietnam/2019/Neutrinos/images/z_DstarB.pdf new file mode 100644 index 0000000..dbb0386 --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/z_DstarB.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/images/z_Lcstar.pdf b/Vietnam/2019/Neutrinos/images/z_Lcstar.pdf new file mode 100644 index 0000000..b3fc34c --- /dev/null +++ b/Vietnam/2019/Neutrinos/images/z_Lcstar.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/lhcb-symbols-def.tex b/Vietnam/2019/Neutrinos/lhcb-symbols-def.tex new file mode 100644 index 0000000..b897267 --- /dev/null +++ b/Vietnam/2019/Neutrinos/lhcb-symbols-def.tex @@ -0,0 +1,931 @@ +%%% $Id: lhcb-symbols-def.tex 124962 2018-12-03 20:53:16Z mchrzasz $ +%%% ====================================================================== +%%% Purpose: Standard LHCb aliases +%%% Author: Originally Ulrik Egede, adapted by Tomasz Skwarnicki for templates, +%%% rewritten by Chris Parkes +%%% Maintainer : Ulrik Egede (2010 - 2012) +%%% Maintainer : Rolf Oldeman (2012 - 2014) +%%% ======================================================================= + +%%% To use this file outside the normal LHCb document environment, the +%%% following should be added in a preamble (before \begin{document} +%%% +%%%\usepackage{ifthen} +%%%\newboolean{uprightparticles} +%%%\setboolean{uprightparticles}{false} %Set true for upright particle symbols +\usepackage{xspace} +\usepackage{upgreek} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% +%%% The following is to ensure that the template automatically can process +%%% this file. +%%% +%%% Add comments with at least three %%% preceding. +%%% Add new sections with one % preceding +%%% Add new subsections with two %% preceding +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%% +% Experiments +%%%%%%%%%%%%% +\def\lhcb {\mbox{LHCb}\xspace} +\def\atlas {\mbox{ATLAS}\xspace} +\def\cms {\mbox{CMS}\xspace} +\def\alice {\mbox{ALICE}\xspace} +\def\babar {\mbox{BaBar}\xspace} +\def\belle {\mbox{Belle}\xspace} +\def\cleo {\mbox{CLEO}\xspace} +\def\cdf {\mbox{CDF}\xspace} +\def\dzero {\mbox{D0}\xspace} +\def\aleph {\mbox{ALEPH}\xspace} +\def\delphi {\mbox{DELPHI}\xspace} +\def\opal {\mbox{OPAL}\xspace} +\def\lthree {\mbox{L3}\xspace} +\def\sld {\mbox{SLD}\xspace} +%%%\def\argus {\mbox{ARGUS}\xspace} +%%%\def\uaone {\mbox{UA1}\xspace} +%%%\def\uatwo {\mbox{UA2}\xspace} +%%%\def\ux85 {\mbox{UX85}\xspace} +\def\cern {\mbox{CERN}\xspace} +\def\lhc {\mbox{LHC}\xspace} +\def\lep {\mbox{LEP}\xspace} +\def\tevatron {Tevatron\xspace} + +%% LHCb sub-detectors and sub-systems + +%%%\def\pu {PU\xspace} +\def\velo {VELO\xspace} +\def\rich {RICH\xspace} +\def\richone {RICH1\xspace} +\def\richtwo {RICH2\xspace} +\def\ttracker {TT\xspace} +\def\intr {IT\xspace} +\def\st {ST\xspace} +\def\ot {OT\xspace} +\def\herschel {\mbox{\textsc{HeRSCheL}}\xspace} +%%%\def\Tone {T1\xspace} +%%%\def\Ttwo {T2\xspace} +%%%\def\Tthree {T3\xspace} +%%%\def\Mone {M1\xspace} +%%%\def\Mtwo {M2\xspace} +%%%\def\Mthree {M3\xspace} +%%%\def\Mfour {M4\xspace} +%%%\def\Mfive {M5\xspace} +\def\spd {SPD\xspace} +\def\presh {PS\xspace} +\def\ecal {ECAL\xspace} +\def\hcal {HCAL\xspace} +%%%\def\bcm {BCM\xspace} +\def\MagUp {\mbox{\em Mag\kern -0.05em Up}\xspace} +\def\MagDown {\mbox{\em MagDown}\xspace} + +\def\ode {ODE\xspace} +\def\daq {DAQ\xspace} +\def\tfc {TFC\xspace} +\def\ecs {ECS\xspace} +\def\lone {L0\xspace} +\def\hlt {HLT\xspace} +\def\hltone {HLT1\xspace} +\def\hlttwo {HLT2\xspace} + +%%% Upright (not slanted) Particles + + + +{\def\Palpha {\ensuremath{\alpha}\xspace} + \def\Pbeta {\ensuremath{\beta}\xspace} + \def\Pgamma {\ensuremath{\gamma}\xspace} + \def\Pdelta {\ensuremath{\delta}\xspace} + \def\Pepsilon {\ensuremath{\epsilon}\xspace} + \def\Pvarepsilon {\ensuremath{\varepsilon}\xspace} + \def\Pzeta {\ensuremath{\zeta}\xspace} + \def\Peta {\ensuremath{\eta}\xspace} + \def\Ptheta {\ensuremath{\theta}\xspace} + \def\Pvartheta {\ensuremath{\vartheta}\xspace} + \def\Piota {\ensuremath{\iota}\xspace} + \def\Pkappa {\ensuremath{\kappa}\xspace} + \def\Plambda {\ensuremath{\lambda}\xspace} + \def\Pmu {\ensuremath{\mu}\xspace} + \def\Pnu {\ensuremath{\nu}\xspace} + \def\Pxi {\ensuremath{\xi}\xspace} + \def\Ppi {\ensuremath{\pi}\xspace} + \def\Pvarpi {\ensuremath{\varpi}\xspace} + \def\Prho {\ensuremath{\rho}\xspace} + \def\Pvarrho {\ensuremath{\varrho}\xspace} + \def\Ptau {\ensuremath{\tau}\xspace} + \def\Pupsilon {\ensuremath{\upsilon}\xspace} + \def\Pphi {\ensuremath{\phi}\xspace} + \def\Pvarphi {\ensuremath{\varphi}\xspace} + \def\Pchi {\ensuremath{\chi}\xspace} + \def\Ppsi {\ensuremath{\psi}\xspace} + \def\Pomega {\ensuremath{\omega}\xspace} + \mathchardef\PDelta="7101 + \mathchardef\PXi="7104 + \mathchardef\PLambda="7103 + \mathchardef\PSigma="7106 + \mathchardef\POmega="710A + \mathchardef\PUpsilon="7107 + \def\PA {\ensuremath{A}\xspace} + \def\PB {\ensuremath{B}\xspace} + \def\PC {\ensuremath{C}\xspace} + \def\PD {\ensuremath{D}\xspace} + \def\PE {\ensuremath{E}\xspace} + \def\PF {\ensuremath{F}\xspace} + \def\PG {\ensuremath{G}\xspace} + \def\PH {\ensuremath{H}\xspace} + \def\PI {\ensuremath{I}\xspace} + \def\PJ {\ensuremath{J}\xspace} + \def\PK {\ensuremath{K}\xspace} + \def\PL {\ensuremath{L}\xspace} + \def\PM {\ensuremath{M}\xspace} + \def\PN {\ensuremath{N}\xspace} + \def\PO {\ensuremath{O}\xspace} + \def\PP {\ensuremath{P}\xspace} + \def\PQ {\ensuremath{Q}\xspace} + \def\PR {\ensuremath{R}\xspace} + \def\PS {\ensuremath{S}\xspace} + \def\PT {\ensuremath{T}\xspace} + \def\PU {\ensuremath{U}\xspace} + \def\PV {\ensuremath{V}\xspace} + \def\PW {\ensuremath{W}\xspace} + \def\PX {\ensuremath{X}\xspace} + \def\PY {\ensuremath{Y}\xspace} + \def\PZ {\ensuremath{Z}\xspace} + \def\Pa {\ensuremath{a}\xspace} + \def\Pb {\ensuremath{b}\xspace} + \def\Pc {\ensuremath{c}\xspace} + \def\Pd {\ensuremath{d}\xspace} + \def\Pe {\ensuremath{e}\xspace} + \def\Pf {\ensuremath{f}\xspace} + \def\Pg {\ensuremath{g}\xspace} + \def\Ph {\ensuremath{h}\xspace} + \def\Pi {\ensuremath{i}\xspace} + \def\Pj {\ensuremath{j}\xspace} + \def\Pk {\ensuremath{k}\xspace} + \def\Pl {\ensuremath{l}\xspace} + \def\Pm {\ensuremath{m}\xspace} + \def\Pn {\ensuremath{n}\xspace} + \def\Po {\ensuremath{o}\xspace} + \def\Pp {\ensuremath{p}\xspace} + \def\Pq {\ensuremath{q}\xspace} + \def\Pr {\ensuremath{r}\xspace} + \def\Ps {\ensuremath{s}\xspace} + \def\Pt {\ensuremath{t}\xspace} + \def\Pu {\ensuremath{u}\xspace} + \def\Pv {\ensuremath{v}\xspace} + \def\Pw {\ensuremath{w}\xspace} + \def\Px {\ensuremath{x}\xspace} + \def\Py {\ensuremath{y}\xspace} + \def\Pz {\ensuremath{z}\xspace} +} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Particles + + +\DeclareRobustCommand{\optbar}[1]{\shortstack{{\miniscule (\rule[.5ex]{1.25em}{.18mm})} + \\ [-.7ex] $#1$}} + + +%% Leptons + +\let\emi\en +\def\electron {{\ensuremath{\Pe}}\xspace} +\def\en {{\ensuremath{\Pe^-}}\xspace} % electron negative (\em is taken) +\def\ep {{\ensuremath{\Pe^+}}\xspace} +\def\epm {{\ensuremath{\Pe^\pm}}\xspace} +\def\emp {{\ensuremath{\Pe^\mp}}\xspace} +\def\epem {{\ensuremath{\Pe^+\Pe^-}}\xspace} +%%%\def\ee {\ensuremath{\Pe^-\Pe^-}\xspace} + +\def\muon {{\ensuremath{\Pmu}}\xspace} +\def\mup {{\ensuremath{\Pmu^+}}\xspace} +\def\mun {{\ensuremath{\Pmu^-}}\xspace} % muon negative (\mum is taken) +\def\mupm {{\ensuremath{\Pmu^{\pm}}}\xspace} +\def\mump {{\ensuremath{\Pmu^{\mp}}}\xspace} +\def\mumu {{\ensuremath{\Pmu^+\Pmu^-}}\xspace} + +\def\tauon {{\ensuremath{\Ptau}}\xspace} +\def\taup {{\ensuremath{\Ptau^+}}\xspace} +\def\taum {{\ensuremath{\Ptau^-}}\xspace} +\def\tautau {{\ensuremath{\Ptau^+\Ptau^-}}\xspace} + +\def\lepton {{\ensuremath{\ell}}\xspace} +\def\ellm {{\ensuremath{\ell^-}}\xspace} +\def\ellp {{\ensuremath{\ell^+}}\xspace} +\def\ellell {\ensuremath{\ell^+ \ell^-}\xspace} + +\def\neu {{\ensuremath{\Pnu}}\xspace} +\def\neub {{\ensuremath{\overline{\Pnu}}}\xspace} +%%%\def\nuenueb {\ensuremath{\neu\neub}\xspace} +\def\neue {{\ensuremath{\neu_e}}\xspace} +\def\neueb {{\ensuremath{\neub_e}}\xspace} +%%%\def\neueneueb {\ensuremath{\neue\neueb}\xspace} +\def\neum {{\ensuremath{\neu_\mu}}\xspace} +\def\neumb {{\ensuremath{\neub_\mu}}\xspace} +%%%\def\neumneumb {\ensuremath{\neum\neumb}\xspace} +\def\neut {{\ensuremath{\neu_\tau}}\xspace} +\def\neutb {{\ensuremath{\neub_\tau}}\xspace} +%%%\def\neutneutb {\ensuremath{\neut\neutb}\xspace} +\def\neul {{\ensuremath{\neu_\ell}}\xspace} +\def\neulb {{\ensuremath{\neub_\ell}}\xspace} +%%%\def\neulneulb {\ensuremath{\neul\neulb}\xspace} + +%% Gauge bosons and scalars + +\def\g {{\ensuremath{\Pgamma}}\xspace} +\def\H {{\ensuremath{\PH^0}}\xspace} +\def\Hp {{\ensuremath{\PH^+}}\xspace} +\def\Hm {{\ensuremath{\PH^-}}\xspace} +\def\Hpm {{\ensuremath{\PH^\pm}}\xspace} +\def\W {{\ensuremath{\PW}}\xspace} +\def\Wp {{\ensuremath{\PW^+}}\xspace} +\def\Wm {{\ensuremath{\PW^-}}\xspace} +\def\Wpm {{\ensuremath{\PW^\pm}}\xspace} +\def\Z {{\ensuremath{\PZ}}\xspace} + +%% Quarks + +\def\quark {{\ensuremath{\Pq}}\xspace} +\def\quarkbar {{\ensuremath{\overline \quark}}\xspace} +\def\qqbar {{\ensuremath{\quark\quarkbar}}\xspace} +\def\uquark {{\ensuremath{\Pu}}\xspace} +\def\uquarkbar {{\ensuremath{\overline \uquark}}\xspace} +\def\uubar {{\ensuremath{\uquark\uquarkbar}}\xspace} +\def\dquark {{\ensuremath{\Pd}}\xspace} +\def\dquarkbar {{\ensuremath{\overline \dquark}}\xspace} +\def\ddbar {{\ensuremath{\dquark\dquarkbar}}\xspace} +\def\squark {{\ensuremath{\Ps}}\xspace} +\def\squarkbar {{\ensuremath{\overline \squark}}\xspace} +\def\ssbar {{\ensuremath{\squark\squarkbar}}\xspace} +\def\cquark {{\ensuremath{\Pc}}\xspace} +\def\cquarkbar {{\ensuremath{\overline \cquark}}\xspace} +\def\ccbar {{\ensuremath{\cquark\cquarkbar}}\xspace} +\def\bquark {{\ensuremath{\Pb}}\xspace} +\def\bquarkbar {{\ensuremath{\overline \bquark}}\xspace} +\def\bbbar {{\ensuremath{\bquark\bquarkbar}}\xspace} +\def\tquark {{\ensuremath{\Pt}}\xspace} +\def\tquarkbar {{\ensuremath{\overline \tquark}}\xspace} +\def\ttbar {{\ensuremath{\tquark\tquarkbar}}\xspace} + +%% Light mesons + +\def\hadron {{\ensuremath{\Ph}}\xspace} +\def\pion {{\ensuremath{\Ppi}}\xspace} +\def\piz {{\ensuremath{\pion^0}}\xspace} +\def\pizs {{\ensuremath{\pion^0\mbox\,\mathrm{s}}}\xspace} +\def\pip {{\ensuremath{\pion^+}}\xspace} +\def\pim {{\ensuremath{\pion^-}}\xspace} +\def\pipm {{\ensuremath{\pion^\pm}}\xspace} +\def\pimp {{\ensuremath{\pion^\mp}}\xspace} + +\def\rhomeson {{\ensuremath{\Prho}}\xspace} +\def\rhoz {{\ensuremath{\rhomeson^0}}\xspace} +\def\rhop {{\ensuremath{\rhomeson^+}}\xspace} +\def\rhom {{\ensuremath{\rhomeson^-}}\xspace} +\def\rhopm {{\ensuremath{\rhomeson^\pm}}\xspace} +\def\rhomp {{\ensuremath{\rhomeson^\mp}}\xspace} + +\def\kaon {{\ensuremath{\PK}}\xspace} +%%% do NOT use ensuremath here + \def\Kbar {{\kern 0.2em\overline{\kern -0.2em \PK}{}}\xspace} +\def\Kb {{\ensuremath{\Kbar}}\xspace} +\def\KorKbar {\kern 0.18em\optbar{\kern -0.18em K}{}\xspace} +\def\Kz {{\ensuremath{\kaon^0}}\xspace} +\def\Kzb {{\ensuremath{\Kbar{}^0}}\xspace} +\def\Kp {{\ensuremath{\kaon^+}}\xspace} +\def\Km {{\ensuremath{\kaon^-}}\xspace} +\def\Kpm {{\ensuremath{\kaon^\pm}}\xspace} +\def\Kmp {{\ensuremath{\kaon^\mp}}\xspace} +\def\KS {{\ensuremath{\kaon^0_{\mathrm{ \scriptscriptstyle S}}}}\xspace} +\def\KL {{\ensuremath{\kaon^0_{\mathrm{ \scriptscriptstyle L}}}}\xspace} +\def\Kstarz {{\ensuremath{\kaon^{*0}}}\xspace} +\def\Kstarzb {{\ensuremath{\Kbar{}^{*0}}}\xspace} +\def\Kstar {{\ensuremath{\kaon^*}}\xspace} +\def\Kstarb {{\ensuremath{\Kbar{}^*}}\xspace} +\def\Kstarp {{\ensuremath{\kaon^{*+}}}\xspace} +\def\Kstarm {{\ensuremath{\kaon^{*-}}}\xspace} +\def\Kstarpm {{\ensuremath{\kaon^{*\pm}}}\xspace} +\def\Kstarmp {{\ensuremath{\kaon^{*\mp}}}\xspace} + +\newcommand{\etaz}{\ensuremath{\Peta}\xspace} +\newcommand{\etapr}{\ensuremath{\Peta^{\prime}}\xspace} +\newcommand{\phiz}{\ensuremath{\Pphi}\xspace} +\newcommand{\omegaz}{\ensuremath{\Pomega}\xspace} + +%% Heavy mesons + +%%% do NOT use ensuremath here + \def\Dbar {{\kern 0.2em\overline{\kern -0.2em \PD}{}}\xspace} +\def\D {{\ensuremath{\PD}}\xspace} +\def\Db {{\ensuremath{\Dbar}}\xspace} +\def\DorDbar {\kern 0.18em\optbar{\kern -0.18em D}{}\xspace} +\def\Dz {{\ensuremath{\D^0}}\xspace} +\def\Dzb {{\ensuremath{\Dbar{}^0}}\xspace} +\def\Dp {{\ensuremath{\D^+}}\xspace} +\def\Dm {{\ensuremath{\D^-}}\xspace} +\def\Dpm {{\ensuremath{\D^\pm}}\xspace} +\def\Dmp {{\ensuremath{\D^\mp}}\xspace} +\def\Dstar {{\ensuremath{\D^*}}\xspace} +\def\Dstarb {{\ensuremath{\Dbar{}^*}}\xspace} +\def\Dstarz {{\ensuremath{\D^{*0}}}\xspace} +\def\Dstarzb {{\ensuremath{\Dbar{}^{*0}}}\xspace} +\def\Dstarp {{\ensuremath{\D^{*+}}}\xspace} +\def\Dstarm {{\ensuremath{\D^{*-}}}\xspace} +\def\Dstarpm {{\ensuremath{\D^{*\pm}}}\xspace} +\def\Dstarmp {{\ensuremath{\D^{*\mp}}}\xspace} +\def\Ds {{\ensuremath{\D^+_\squark}}\xspace} +\def\Dsp {{\ensuremath{\D^+_\squark}}\xspace} +\def\Dsm {{\ensuremath{\D^-_\squark}}\xspace} +\def\Dspm {{\ensuremath{\D^{\pm}_\squark}}\xspace} +\def\Dsmp {{\ensuremath{\D^{\mp}_\squark}}\xspace} +\def\Dss {{\ensuremath{\D^{*+}_\squark}}\xspace} +\def\Dssp {{\ensuremath{\D^{*+}_\squark}}\xspace} +\def\Dssm {{\ensuremath{\D^{*-}_\squark}}\xspace} +\def\Dsspm {{\ensuremath{\D^{*\pm}_\squark}}\xspace} +\def\Dssmp {{\ensuremath{\D^{*\mp}_\squark}}\xspace} + +\def\B {{\ensuremath{\PB}}\xspace} +%%% do NOT use ensuremath here +\def\Bbar {{\ensuremath{\kern 0.18em\overline{\kern -0.18em \PB}{}}}\xspace} +\def\Bb {{\ensuremath{\Bbar}}\xspace} +\def\BorBbar {\kern 0.18em\optbar{\kern -0.18em B}{}\xspace} +\def\Bz {{\ensuremath{\B^0}}\xspace} +\def\Bzb {{\ensuremath{\Bbar{}^0}}\xspace} +\def\Bu {{\ensuremath{\B^+}}\xspace} +\def\Bub {{\ensuremath{\B^-}}\xspace} +\def\Bp {{\ensuremath{\Bu}}\xspace} +\def\Bm {{\ensuremath{\Bub}}\xspace} +\def\Bpm {{\ensuremath{\B^\pm}}\xspace} +\def\Bmp {{\ensuremath{\B^\mp}}\xspace} +\def\Bd {{\ensuremath{\B^0}}\xspace} +\def\Bs {{\ensuremath{\B^0_\squark}}\xspace} +\def\Bsb {{\ensuremath{\Bbar{}^0_\squark}}\xspace} +\def\Bdb {{\ensuremath{\Bbar{}^0}}\xspace} +\def\Bc {{\ensuremath{\B_\cquark^+}}\xspace} +\def\Bcp {{\ensuremath{\B_\cquark^+}}\xspace} +\def\Bcm {{\ensuremath{\B_\cquark^-}}\xspace} +\def\Bcpm {{\ensuremath{\B_\cquark^\pm}}\xspace} + +%% Onia + +\def\jpsi {{\ensuremath{{\PJ\mskip -3mu/\mskip -2mu\Ppsi\mskip 2mu}}}\xspace} +\def\psitwos {{\ensuremath{\Ppsi{(2S)}}}\xspace} +\def\psiprpr {{\ensuremath{\Ppsi(3770)}}\xspace} +\def\etac {{\ensuremath{\Peta_\cquark}}\xspace} +\def\chiczero {{\ensuremath{\Pchi_{\cquark 0}}}\xspace} +\def\chicone {{\ensuremath{\Pchi_{\cquark 1}}}\xspace} +\def\chictwo {{\ensuremath{\Pchi_{\cquark 2}}}\xspace} + %\mathchardef\Upsilon="7107 + \def\Y#1S{\ensuremath{\PUpsilon{(#1S)}}\xspace}% no space before {...}! +\def\OneS {{\Y1S}} +\def\TwoS {{\Y2S}} +\def\ThreeS{{\Y3S}} +\def\FourS {{\Y4S}} +\def\FiveS {{\Y5S}} + +\def\chic {{\ensuremath{\Pchi_{c}}}\xspace} + +%% Baryons + +\def\proton {{\ensuremath{\Pp}}\xspace} +\def\antiproton {{\ensuremath{\overline \proton}}\xspace} +\def\neutron {{\ensuremath{\Pn}}\xspace} +\def\antineutron {{\ensuremath{\overline \neutron}}\xspace} +\def\Deltares {{\ensuremath{\PDelta}}\xspace} +\def\Deltaresbar {{\ensuremath{\overline \Deltares}}\xspace} +\def\Xires {{\ensuremath{\PXi}}\xspace} +\def\Xiresbar {{\ensuremath{\overline \Xires}}\xspace} +\def\Lz {{\ensuremath{\PLambda}}\xspace} +\def\Lbar {{\ensuremath{\kern 0.1em\overline{\kern -0.1em\PLambda}}}\xspace} +\def\LorLbar {\kern 0.18em\optbar{\kern -0.18em \PLambda}{}\xspace} +\def\Lambdares {{\ensuremath{\PLambda}}\xspace} +\def\Lambdaresbar{{\ensuremath{\Lbar}}\xspace} +\def\Sigmares {{\ensuremath{\PSigma}}\xspace} +\def\Sigmaresbar {{\ensuremath{\overline \Sigmares}}\xspace} +\def\Omegares {{\ensuremath{\POmega}}\xspace} +\def\Omegaresbar {{\ensuremath{\overline \POmega}}\xspace} + +%%% do NOT use ensuremath here + % \def\Deltabar{\kern 0.25em\overline{\kern -0.25em \Deltares}{}\xspace} + % \def\Sigbar{\kern 0.2em\overline{\kern -0.2em \Sigma}{}\xspace} + % \def\Xibar{\kern 0.2em\overline{\kern -0.2em \Xi}{}\xspace} + % \def\Obar{\kern 0.2em\overline{\kern -0.2em \Omega}{}\xspace} + % \def\Nbar{\kern 0.2em\overline{\kern -0.2em N}{}\xspace} + % \def\Xb{\kern 0.2em\overline{\kern -0.2em X}{}\xspace} + +\def\Lb {{\ensuremath{\Lz^0_\bquark}}\xspace} +\def\Lbbar {{\ensuremath{\Lbar{}^0_\bquark}}\xspace} +\def\Lc {{\ensuremath{\Lz^+_\cquark}}\xspace} +\def\Lcbar {{\ensuremath{\Lbar{}^-_\cquark}}\xspace} +\def\Xib {{\ensuremath{\Xires_\bquark}}\xspace} +\def\Xibz {{\ensuremath{\Xires^0_\bquark}}\xspace} +\def\Xibm {{\ensuremath{\Xires^-_\bquark}}\xspace} +\def\Xibbar {{\ensuremath{\Xiresbar{}_\bquark}}\xspace} +\def\Xibbarz {{\ensuremath{\Xiresbar{}_\bquark^0}}\xspace} +\def\Xibbarp {{\ensuremath{\Xiresbar{}_\bquark^+}}\xspace} +\def\Xic {{\ensuremath{\Xires_\cquark}}\xspace} +\def\Xicz {{\ensuremath{\Xires^0_\cquark}}\xspace} +\def\Xicp {{\ensuremath{\Xires^+_\cquark}}\xspace} +\def\Xicbar {{\ensuremath{\Xiresbar{}_\cquark}}\xspace} +\def\Xicbarz {{\ensuremath{\Xiresbar{}_\cquark^0}}\xspace} +\def\Xicbarm {{\ensuremath{\Xiresbar{}_\cquark^-}}\xspace} +\def\Omegac {{\ensuremath{\Omegares^0_\cquark}}\xspace} +\def\Omegacbar {{\ensuremath{\Omegaresbar{}_\cquark^0}}\xspace} +\def\Omegab {{\ensuremath{\Omegares^-_\bquark}}\xspace} +\def\Omegabbar {{\ensuremath{\Omegaresbar{}_\bquark^+}}\xspace} + +%%%%%%%%%%%%%%%%%% +% Physics symbols +%%%%%%%%%%%%%%%%% + +%% Decays +\def\BF {{\ensuremath{\mathcal{B}}}\xspace} +\def\BRvis {{\ensuremath{\BR_{\mathrm{{vis}}}}}} +\def\BR {\BF} +\newcommand{\decay}[2]{\ensuremath{#1\!\to #2}\xspace} % {\Pa}{\Pb \Pc} +\def\ra {\ensuremath{\rightarrow}\xspace} +\def\to {\ensuremath{\rightarrow}\xspace} + +%% Lifetimes +\newcommand{\tauBs}{{\ensuremath{\tau_{\Bs}}}\xspace} +\newcommand{\tauBd}{{\ensuremath{\tau_{\Bd}}}\xspace} +\newcommand{\tauBz}{{\ensuremath{\tau_{\Bz}}}\xspace} +\newcommand{\tauBu}{{\ensuremath{\tau_{\Bp}}}\xspace} +\newcommand{\tauDp}{{\ensuremath{\tau_{\Dp}}}\xspace} +\newcommand{\tauDz}{{\ensuremath{\tau_{\Dz}}}\xspace} +\newcommand{\tauL}{{\ensuremath{\tau_{\mathrm{ L}}}}\xspace} +\newcommand{\tauH}{{\ensuremath{\tau_{\mathrm{ H}}}}\xspace} + +%% Masses +\newcommand{\mBd}{{\ensuremath{m_{\Bd}}}\xspace} +\newcommand{\mBp}{{\ensuremath{m_{\Bp}}}\xspace} +\newcommand{\mBs}{{\ensuremath{m_{\Bs}}}\xspace} +\newcommand{\mBc}{{\ensuremath{m_{\Bc}}}\xspace} +\newcommand{\mLb}{{\ensuremath{m_{\Lb}}}\xspace} + +%% EW theory, groups +\def\grpsuthree {{\ensuremath{\mathrm{SU}(3)}}\xspace} +\def\grpsutw {{\ensuremath{\mathrm{SU}(2)}}\xspace} +\def\grpuone {{\ensuremath{\mathrm{U}(1)}}\xspace} + +\def\ssqtw {{\ensuremath{\sin^{2}\!\theta_{\mathrm{W}}}}\xspace} +\def\csqtw {{\ensuremath{\cos^{2}\!\theta_{\mathrm{W}}}}\xspace} +\def\stw {{\ensuremath{\sin\theta_{\mathrm{W}}}}\xspace} +\def\ctw {{\ensuremath{\cos\theta_{\mathrm{W}}}}\xspace} +\def\ssqtwef {{\ensuremath{{\sin}^{2}\theta_{\mathrm{W}}^{\mathrm{eff}}}}\xspace} +\def\csqtwef {{\ensuremath{{\cos}^{2}\theta_{\mathrm{W}}^{\mathrm{eff}}}}\xspace} +\def\stwef {{\ensuremath{\sin\theta_{\mathrm{W}}^{\mathrm{eff}}}}\xspace} +\def\ctwef {{\ensuremath{\cos\theta_{\mathrm{W}}^{\mathrm{eff}}}}\xspace} +\def\gv {{\ensuremath{g_{\mbox{\tiny V}}}}\xspace} +\def\ga {{\ensuremath{g_{\mbox{\tiny A}}}}\xspace} + +\def\order {{\ensuremath{\mathcal{O}}}\xspace} +\def\ordalph {{\ensuremath{\mathcal{O}(\alpha)}}\xspace} +\def\ordalsq {{\ensuremath{\mathcal{O}(\alpha^{2})}}\xspace} +\def\ordalcb {{\ensuremath{\mathcal{O}(\alpha^{3})}}\xspace} + +%% QCD parameters +\newcommand{\as}{{\ensuremath{\alpha_s}}\xspace} +\newcommand{\MSb}{{\ensuremath{\overline{\mathrm{MS}}}}\xspace} +\newcommand{\lqcd}{{\ensuremath{\Lambda_{\mathrm{QCD}}}}\xspace} +\def\qsq {{\ensuremath{q^2}}\xspace} + +%% CKM, CP violation + +\def\eps {{\ensuremath{\varepsilon}}\xspace} +\def\epsK {{\ensuremath{\varepsilon_K}}\xspace} +\def\epsB {{\ensuremath{\varepsilon_B}}\xspace} +\def\epsp {{\ensuremath{\varepsilon^\prime_K}}\xspace} + +\def\CP {{\ensuremath{C\!P}}\xspace} +\def\CPT {{\ensuremath{C\!PT}}\xspace} + +\def\rhobar {{\ensuremath{\overline \rho}}\xspace} +\def\etabar {{\ensuremath{\overline \eta}}\xspace} + +\def\Vud {{\ensuremath{V_{\uquark\dquark}}}\xspace} +\def\Vcd {{\ensuremath{V_{\cquark\dquark}}}\xspace} +\def\Vtd {{\ensuremath{V_{\tquark\dquark}}}\xspace} +\def\Vus {{\ensuremath{V_{\uquark\squark}}}\xspace} +\def\Vcs {{\ensuremath{V_{\cquark\squark}}}\xspace} +\def\Vts {{\ensuremath{V_{\tquark\squark}}}\xspace} +\def\Vub {{\ensuremath{V_{\uquark\bquark}}}\xspace} +\def\Vcb {{\ensuremath{V_{\cquark\bquark}}}\xspace} +\def\Vtb {{\ensuremath{V_{\tquark\bquark}}}\xspace} +\def\Vuds {{\ensuremath{V_{\uquark\dquark}^\ast}}\xspace} +\def\Vcds {{\ensuremath{V_{\cquark\dquark}^\ast}}\xspace} +\def\Vtds {{\ensuremath{V_{\tquark\dquark}^\ast}}\xspace} +\def\Vuss {{\ensuremath{V_{\uquark\squark}^\ast}}\xspace} +\def\Vcss {{\ensuremath{V_{\cquark\squark}^\ast}}\xspace} +\def\Vtss {{\ensuremath{V_{\tquark\squark}^\ast}}\xspace} +\def\Vubs {{\ensuremath{V_{\uquark\bquark}^\ast}}\xspace} +\def\Vcbs {{\ensuremath{V_{\cquark\bquark}^\ast}}\xspace} +\def\Vtbs {{\ensuremath{V_{\tquark\bquark}^\ast}}\xspace} + +%% Oscillations + +\newcommand{\dm}{{\ensuremath{\Delta m}}\xspace} +\newcommand{\dms}{{\ensuremath{\Delta m_{\squark}}}\xspace} +\newcommand{\dmd}{{\ensuremath{\Delta m_{\dquark}}}\xspace} +\newcommand{\DG}{{\ensuremath{\Delta\Gamma}}\xspace} +\newcommand{\DGs}{{\ensuremath{\Delta\Gamma_{\squark}}}\xspace} +\newcommand{\DGd}{{\ensuremath{\Delta\Gamma_{\dquark}}}\xspace} +\newcommand{\Gs}{{\ensuremath{\Gamma_{\squark}}}\xspace} +\newcommand{\Gd}{{\ensuremath{\Gamma_{\dquark}}}\xspace} +\newcommand{\MBq}{{\ensuremath{M_{\B_\quark}}}\xspace} +\newcommand{\DGq}{{\ensuremath{\Delta\Gamma_{\quark}}}\xspace} +\newcommand{\Gq}{{\ensuremath{\Gamma_{\quark}}}\xspace} +\newcommand{\dmq}{{\ensuremath{\Delta m_{\quark}}}\xspace} +\newcommand{\GL}{{\ensuremath{\Gamma_{\mathrm{ L}}}}\xspace} +\newcommand{\GH}{{\ensuremath{\Gamma_{\mathrm{ H}}}}\xspace} +\newcommand{\DGsGs}{{\ensuremath{\Delta\Gamma_{\squark}/\Gamma_{\squark}}}\xspace} +\newcommand{\Delm}{{\mbox{$\Delta m $}}\xspace} +\newcommand{\ACP}{{\ensuremath{{\mathcal{A}}^{\CP}}}\xspace} +\newcommand{\Adir}{{\ensuremath{{\mathcal{A}}^{\mathrm{ dir}}}}\xspace} +\newcommand{\Amix}{{\ensuremath{{\mathcal{A}}^{\mathrm{ mix}}}}\xspace} +\newcommand{\ADelta}{{\ensuremath{{\mathcal{A}}^\Delta}}\xspace} +\newcommand{\phid}{{\ensuremath{\phi_{\dquark}}}\xspace} +\newcommand{\sinphid}{{\ensuremath{\sin\!\phid}}\xspace} +\newcommand{\phis}{{\ensuremath{\phi_{\squark}}}\xspace} +\newcommand{\betas}{{\ensuremath{\beta_{\squark}}}\xspace} +\newcommand{\sbetas}{{\ensuremath{\sigma(\beta_{\squark})}}\xspace} +\newcommand{\stbetas}{{\ensuremath{\sigma(2\beta_{\squark})}}\xspace} +\newcommand{\stphis}{{\ensuremath{\sigma(\phi_{\squark})}}\xspace} +\newcommand{\sinphis}{{\ensuremath{\sin\!\phis}}\xspace} + +%% Tagging +\newcommand{\edet}{{\ensuremath{\varepsilon_{\mathrm{ det}}}}\xspace} +\newcommand{\erec}{{\ensuremath{\varepsilon_{\mathrm{ rec/det}}}}\xspace} +\newcommand{\esel}{{\ensuremath{\varepsilon_{\mathrm{ sel/rec}}}}\xspace} +\newcommand{\etrg}{{\ensuremath{\varepsilon_{\mathrm{ trg/sel}}}}\xspace} +\newcommand{\etot}{{\ensuremath{\varepsilon_{\mathrm{ tot}}}}\xspace} + +\newcommand{\mistag}{\ensuremath{\omega}\xspace} +\newcommand{\wcomb}{\ensuremath{\omega^{\mathrm{comb}}}\xspace} +\newcommand{\etag}{{\ensuremath{\varepsilon_{\mathrm{tag}}}}\xspace} +\newcommand{\etagcomb}{{\ensuremath{\varepsilon_{\mathrm{tag}}^{\mathrm{comb}}}}\xspace} +\newcommand{\effeff}{\ensuremath{\varepsilon_{\mathrm{eff}}}\xspace} +\newcommand{\effeffcomb}{\ensuremath{\varepsilon_{\mathrm{eff}}^{\mathrm{comb}}}\xspace} +\newcommand{\efftag}{{\ensuremath{\etag(1-2\omega)^2}}\xspace} +\newcommand{\effD}{{\ensuremath{\etag D^2}}\xspace} + +\newcommand{\etagprompt}{{\ensuremath{\varepsilon_{\mathrm{ tag}}^{\mathrm{Pr}}}}\xspace} +\newcommand{\etagLL}{{\ensuremath{\varepsilon_{\mathrm{ tag}}^{\mathrm{LL}}}}\xspace} + +%% Key decay channels + +\def\BdToKstmm {\decay{\Bd}{\Kstarz\mup\mun}} +\def\BdbToKstmm {\decay{\Bdb}{\Kstarzb\mup\mun}} + +\def\BsToJPsiPhi {\decay{\Bs}{\jpsi\phi}} +\def\BdToJPsiKst {\decay{\Bd}{\jpsi\Kstarz}} +\def\BdbToJPsiKst {\decay{\Bdb}{\jpsi\Kstarzb}} + +\def\BsPhiGam {\decay{\Bs}{\phi \g}} +\def\BdKstGam {\decay{\Bd}{\Kstarz \g}} + +\def\BTohh {\decay{\B}{\Ph^+ \Ph'^-}} +\def\BdTopipi {\decay{\Bd}{\pip\pim}} +\def\BdToKpi {\decay{\Bd}{\Kp\pim}} +\def\BsToKK {\decay{\Bs}{\Kp\Km}} +\def\BsTopiK {\decay{\Bs}{\pip\Km}} + + + + + +%% Rare decays +\def\BdKstee {\decay{\Bd}{\Kstarz\epem}} +\def\BdbKstee {\decay{\Bdb}{\Kstarzb\epem}} +\def\bsll {\decay{\bquark}{\squark \ell^+ \ell^-}} +\def\AFB {\ensuremath{A_{\mathrm{FB}}}\xspace} +\def\FL {\ensuremath{F_{\mathrm{L}}}\xspace} +\def\AT#1 {\ensuremath{A_{\mathrm{T}}^{#1}}\xspace} % 2 +\def\btosgam {\decay{\bquark}{\squark \g}} +\def\btodgam {\decay{\bquark}{\dquark \g}} +\def\Bsmm {\decay{\Bs}{\mup\mun}} +\def\Bdmm {\decay{\Bd}{\mup\mun}} +\def\ctl {\ensuremath{\cos{\theta_\ell}}\xspace} +\def\ctk {\ensuremath{\cos{\theta_K}}\xspace} + +\def\BToKem {\decay{\Bp}{\Kp \mupm \emp}} +\def\BToKemp {\decay{\Bp}{\Kp \mup \en}} +\def\BToKemm {\decay{\Bp}{\Kp \mun \ep}} +\def\BToKemSS {\decay{\Bp}{\Kp \mun \en}} +\def\BToJpsiK {\decay{\Bp}{\Kp \jpsi ( \to \mup \mun)}} +\def\BToKmumu {\decay{\Bp}{\Kp \mup \mun}} +\def\BToKee {\decay{\Bp}{\Kp \ep \en}} +\def\BToJpsieeK {\decay{\Bp}{\Kp \jpsi ( \to \ep \en)}} + +\def\BToKmtau {\decay{\Bp}{\Kp \mupm \Ptau^{\mp} }} + + +%% Wilson coefficients and operators +\def\C#1 {\ensuremath{\mathcal{C}_{#1}}\xspace} % 9 +\def\Cp#1 {\ensuremath{\mathcal{C}_{#1}^{'}}\xspace} % 7 +\def\Ceff#1 {\ensuremath{\mathcal{C}_{#1}^{\mathrm{(eff)}}}\xspace} % 9 +\def\Cpeff#1 {\ensuremath{\mathcal{C}_{#1}^{'\mathrm{(eff)}}}\xspace} % 7 +\def\Ope#1 {\ensuremath{\mathcal{O}_{#1}}\xspace} % 2 +\def\Opep#1 {\ensuremath{\mathcal{O}_{#1}^{'}}\xspace} % 7 + +%% Charm + +\def\xprime {\ensuremath{x^{\prime}}\xspace} +\def\yprime {\ensuremath{y^{\prime}}\xspace} +\def\ycp {\ensuremath{y_{\CP}}\xspace} +\def\agamma {\ensuremath{A_{\Gamma}}\xspace} +%%%\def\kpi {\ensuremath{\PK\Ppi}\xspace} +%%%\def\kk {\ensuremath{\PK\PK}\xspace} +%%%\def\dkpi {\decay{\PD}{\PK\Ppi}} +%%%\def\dkk {\decay{\PD}{\PK\PK}} +\def\dkpicf {\decay{\Dz}{\Km\pip}} + +%% QM +\newcommand{\bra}[1]{\ensuremath{\langle #1|}} % {a} +\newcommand{\ket}[1]{\ensuremath{|#1\rangle}} % {b} +\newcommand{\braket}[2]{\ensuremath{\langle #1|#2\rangle}} % {a}{b} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Units +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\newcommand{\unit}[1]{\ensuremath{\mathrm{ \,#1}}\xspace} % {kg} + +%% Energy and momentum +\newcommand{\tev}{\ifthenelse{\boolean{inbibliography}}{\ensuremath{~T\kern -0.05em eV}\xspace}{\ensuremath{\mathrm{\,Te\kern -0.1em V}}}\xspace} +\newcommand{\gev}{\ensuremath{\mathrm{\,Ge\kern -0.1em V}}\xspace} +\newcommand{\mev}{\ensuremath{\mathrm{\,Me\kern -0.1em V}}\xspace} +\newcommand{\kev}{\ensuremath{\mathrm{\,ke\kern -0.1em V}}\xspace} +\newcommand{\ev}{\ensuremath{\mathrm{\,e\kern -0.1em V}}\xspace} +\newcommand{\gevc}{\ensuremath{{\mathrm{\,Ge\kern -0.1em V\!/}c}}\xspace} +\newcommand{\mevc}{\ensuremath{{\mathrm{\,Me\kern -0.1em V\!/}c}}\xspace} +\newcommand{\gevcc}{\ensuremath{{\mathrm{\,Ge\kern -0.1em V\!/}c^2}}\xspace} +\newcommand{\gevgevcccc}{\ensuremath{{\mathrm{\,Ge\kern -0.1em V^2\!/}c^4}}\xspace} +\newcommand{\mevcc}{\ensuremath{{\mathrm{\,Me\kern -0.1em V\!/}c^2}}\xspace} + +%% Distance and area +\def\km {\ensuremath{\mathrm{ \,km}}\xspace} +\def\m {\ensuremath{\mathrm{ \,m}}\xspace} +\def\ma {\ensuremath{{\mathrm{ \,m}}^2}\xspace} +\def\cm {\ensuremath{\mathrm{ \,cm}}\xspace} +\def\cma {\ensuremath{{\mathrm{ \,cm}}^2}\xspace} +\def\mm {\ensuremath{\mathrm{ \,mm}}\xspace} +\def\mma {\ensuremath{{\mathrm{ \,mm}}^2}\xspace} +\def\mum {\ensuremath{{\,\upmu\mathrm{m}}}\xspace} +\def\muma {\ensuremath{{\,\upmu\mathrm{m}^2}}\xspace} +\def\nm {\ensuremath{\mathrm{ \,nm}}\xspace} +\def\fm {\ensuremath{\mathrm{ \,fm}}\xspace} +\def\barn{\ensuremath{\mathrm{ \,b}}\xspace} +%%%\def\barnhyph{\ensuremath{\mathrm{ -b}}\xspace} +\def\mbarn{\ensuremath{\mathrm{ \,mb}}\xspace} +\def\mub{\ensuremath{{\mathrm{ \,\upmu b}}}\xspace} +%%%\def\mbarnhyph{\ensuremath{\mathrm{ -mb}}\xspace} +\def\nb {\ensuremath{\mathrm{ \,nb}}\xspace} +\def\invnb {\ensuremath{\mbox{\,nb}^{-1}}\xspace} +\def\pb {\ensuremath{\mathrm{ \,pb}}\xspace} +\def\invpb {\ensuremath{\mbox{\,pb}^{-1}}\xspace} +\def\fb {\ensuremath{\mbox{\,fb}}\xspace} +\def\invfb {\ensuremath{\mbox{\,fb}^{-1}}\xspace} +\def\ab {\ensuremath{\mbox{\,ab}}\xspace} +\def\invab {\ensuremath{\mbox{\,ab}^{-1}}\xspace} + +%% Time +\def\sec {\ensuremath{\mathrm{{\,s}}}\xspace} +\def\ms {\ensuremath{{\mathrm{ \,ms}}}\xspace} +\def\mus {\ensuremath{{\,\upmu{\mathrm{ s}}}}\xspace} +\def\ns {\ensuremath{{\mathrm{ \,ns}}}\xspace} +\def\ps {\ensuremath{{\mathrm{ \,ps}}}\xspace} +\def\fs {\ensuremath{\mathrm{ \,fs}}\xspace} + +\def\mhz {\ensuremath{{\mathrm{ \,MHz}}}\xspace} +\def\khz {\ensuremath{{\mathrm{ \,kHz}}}\xspace} +\def\hz {\ensuremath{{\mathrm{ \,Hz}}}\xspace} + +\def\invps{\ensuremath{{\mathrm{ \,ps^{-1}}}}\xspace} +\def\invns{\ensuremath{{\mathrm{ \,ns^{-1}}}}\xspace} + +\def\yr {\ensuremath{\mathrm{ \,yr}}\xspace} +\def\hr {\ensuremath{\mathrm{ \,hr}}\xspace} + +%% Temperature +\def\degc {\ensuremath{^\circ}{C}\xspace} +\def\degk {\ensuremath {\mathrm{ K}}\xspace} + +%% Material lengths, radiation +\def\Xrad {\ensuremath{X_0}\xspace} +\def\NIL{\ensuremath{\lambda_{int}}\xspace} +\def\mip {MIP\xspace} +\def\neutroneq {\ensuremath{\mathrm{ \,n_{eq}}}\xspace} +\def\neqcmcm {\ensuremath{\mathrm{ \,n_{eq} / cm^2}}\xspace} +\def\kRad {\ensuremath{\mathrm{ \,kRad}}\xspace} +\def\MRad {\ensuremath{\mathrm{ \,MRad}}\xspace} +\def\ci {\ensuremath{\mathrm{ \,Ci}}\xspace} +\def\mci {\ensuremath{\mathrm{ \,mCi}}\xspace} + +%% Uncertainties +\def\sx {\ensuremath{\sigma_x}\xspace} +\def\sy {\ensuremath{\sigma_y}\xspace} +\def\sz {\ensuremath{\sigma_z}\xspace} + +\newcommand{\stat}{\ensuremath{\mathrm{\,(stat)}}\xspace} +\newcommand{\syst}{\ensuremath{\mathrm{\,(syst)}}\xspace} + +%% Maths + +\def\order{{\ensuremath{\mathcal{O}}}\xspace} +\newcommand{\chisq}{\ensuremath{\chi^2}\xspace} +\newcommand{\chisqndf}{\ensuremath{\chi^2/\mathrm{ndf}}\xspace} +\newcommand{\chisqip}{\ensuremath{\chi^2_{\text{IP}}}\xspace} +\newcommand{\chisqvs}{\ensuremath{\chi^2_{\text{VS}}}\xspace} +\newcommand{\chisqvtx}{\ensuremath{\chi^2_{\text{vtx}}}\xspace} +\newcommand{\chisqvtxndf}{\ensuremath{\chi^2_{\text{vtx}}/\mathrm{ndf}}\xspace} + +\def\deriv {\ensuremath{\mathrm{d}}} + +\def\gsim{{~\raise.15em\hbox{$>$}\kern-.85em + \lower.35em\hbox{$\sim$}~}\xspace} +\def\lsim{{~\raise.15em\hbox{$<$}\kern-.85em + \lower.35em\hbox{$\sim$}~}\xspace} + +\newcommand{\mean}[1]{\ensuremath{\left\langle #1 \right\rangle}} % {x} +\newcommand{\abs}[1]{\ensuremath{\left\|#1\right\|}} % {x} +\newcommand{\Real}{\ensuremath{\mathcal{R}e}\xspace} +\newcommand{\Imag}{\ensuremath{\mathcal{I}m}\xspace} + +\def\PDF {PDF\xspace} + +\def\sPlot{\mbox{\em sPlot}\xspace} +%%%\def\sWeight{\mbox{\em sWeight}\xspace} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Kinematics +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%% Energy, Momenta +\def\Ebeam {\ensuremath{E_{\mbox{\tiny BEAM}}}\xspace} +\def\sqs {\ensuremath{\protect\sqrt{s}}\xspace} + +\def\ptot {\mbox{$p$}\xspace} +\def\pt {\mbox{$p_{\mathrm{ T}}$}\xspace} +\def\et {\mbox{$E_{\mathrm{ T}}$}\xspace} +\def\mt {\mbox{$M_{\mathrm{ T}}$}\xspace} +\def\dpp {\ensuremath{\Delta p/p}\xspace} +\def\msq {\ensuremath{m^2}\xspace} +\newcommand{\dedx}{\ensuremath{\mathrm{d}\hspace{-0.1em}E/\mathrm{d}x}\xspace} + +%% PID + +\def\dllkpi {\ensuremath{\mathrm{DLL}_{\kaon\pion}}\xspace} +\def\dllppi {\ensuremath{\mathrm{DLL}_{\proton\pion}}\xspace} +\def\dllepi {\ensuremath{\mathrm{DLL}_{\electron\pion}}\xspace} +\def\dllmupi {\ensuremath{\mathrm{DLL}_{\muon\pi}}\xspace} + +%% Geometry +%%%\def\mphi {\mbox{$\phi$}\xspace} +%%%\def\mtheta {\mbox{$\theta$}\xspace} +%%%\def\ctheta {\mbox{$\cos\theta$}\xspace} +%%%\def\stheta {\mbox{$\sin\theta$}\xspace} +%%%\def\ttheta {\mbox{$\tan\theta$}\xspace} + +\def\degrees{\ensuremath{^{\circ}}\xspace} +\def\krad {\ensuremath{\mathrm{ \,krad}}\xspace} +\def\mrad{\ensuremath{\mathrm{ \,mrad}}\xspace} +\def\rad{\ensuremath{\mathrm{ \,rad}}\xspace} + +%% Accelerator +\def\betastar {\ensuremath{\beta^*}} +\newcommand{\lum} {\ensuremath{\mathcal{L}}\xspace} +\newcommand{\intlum}[1]{\ensuremath{\int\lum=#1}\xspace} % {2 \,\invfb} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Software +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%% Programs +%%%\def\ansys {\mbox{\textsc{Ansys}}\xspace} +\def\bcvegpy {\mbox{\textsc{Bcvegpy}}\xspace} +\def\boole {\mbox{\textsc{Boole}}\xspace} +\def\brunel {\mbox{\textsc{Brunel}}\xspace} +\def\davinci {\mbox{\textsc{DaVinci}}\xspace} +\def\dirac {\mbox{\textsc{Dirac}}\xspace} +%%%\def\erasmus {\mbox{\textsc{Erasmus}}\xspace} +\def\evtgen {\mbox{\textsc{EvtGen}}\xspace} +\def\fewz {\mbox{\textsc{Fewz}}\xspace} +\def\fluka {\mbox{\textsc{Fluka}}\xspace} +\def\ganga {\mbox{\textsc{Ganga}}\xspace} +%%%\def\garfield {\mbox{\textsc{Garfield}}\xspace} +\def\gaudi {\mbox{\textsc{Gaudi}}\xspace} +\def\gauss {\mbox{\textsc{Gauss}}\xspace} +\def\geant {\mbox{\textsc{Geant4}}\xspace} +\def\hepmc {\mbox{\textsc{HepMC}}\xspace} +\def\herwig {\mbox{\textsc{Herwig}}\xspace} +\def\moore {\mbox{\textsc{Moore}}\xspace} +\def\neurobayes {\mbox{\textsc{NeuroBayes}}\xspace} +\def\photos {\mbox{\textsc{Photos}}\xspace} +\def\powheg {\mbox{\textsc{Powheg}}\xspace} +%%%\def\pyroot {\mbox{\textsc{PyRoot}}\xspace} +\def\pythia {\mbox{\textsc{Pythia}}\xspace} +\def\resbos {\mbox{\textsc{ResBos}}\xspace} +\def\roofit {\mbox{\textsc{RooFit}}\xspace} +\def\root {\mbox{\textsc{Root}}\xspace} +\def\spice {\mbox{\textsc{Spice}}\xspace} +%%%\def\tosca {\mbox{\textsc{Tosca}}\xspace} +\def\urania {\mbox{\textsc{Urania}}\xspace} + +%% Languages +\def\cpp {\mbox{\textsc{C\raisebox{0.1em}{{\footnotesize{++}}}}}\xspace} +%%%\def\python {\mbox{\textsc{Python}}\xspace} +\def\ruby {\mbox{\textsc{Ruby}}\xspace} +\def\fortran {\mbox{\textsc{Fortran}}\xspace} +\def\svn {\mbox{\textsc{SVN}}\xspace} + +%% Data processing +\def\kbytes {\ensuremath{{\mathrm{ \,kbytes}}}\xspace} +\def\kbsps {\ensuremath{{\mathrm{ \,kbytes/s}}}\xspace} +\def\kbits {\ensuremath{{\mathrm{ \,kbits}}}\xspace} +\def\kbsps {\ensuremath{{\mathrm{ \,kbits/s}}}\xspace} +\def\mbsps {\ensuremath{{\mathrm{ \,Mbits/s}}}\xspace} +\def\mbytes {\ensuremath{{\mathrm{ \,Mbytes}}}\xspace} +\def\mbps {\ensuremath{{\mathrm{ \,Mbyte/s}}}\xspace} +\def\mbsps {\ensuremath{{\mathrm{ \,Mbytes/s}}}\xspace} +\def\gbsps {\ensuremath{{\mathrm{ \,Gbits/s}}}\xspace} +\def\gbytes {\ensuremath{{\mathrm{ \,Gbytes}}}\xspace} +\def\gbsps {\ensuremath{{\mathrm{ \,Gbytes/s}}}\xspace} +\def\tbytes {\ensuremath{{\mathrm{ \,Tbytes}}}\xspace} +\def\tbpy {\ensuremath{{\mathrm{ \,Tbytes/yr}}}\xspace} + +\def\dst {DST\xspace} + +%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Detector related +%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%% Detector technologies +\def\nonn {\ensuremath{\mathrm{{ \mathit{n^+}} \mbox{-} on\mbox{-}{ \mathit{n}}}}\xspace} +\def\ponn {\ensuremath{\mathrm{{ \mathit{p^+}} \mbox{-} on\mbox{-}{ \mathit{n}}}}\xspace} +\def\nonp {\ensuremath{\mathrm{{ \mathit{n^+}} \mbox{-} on\mbox{-}{ \mathit{p}}}}\xspace} +\def\cvd {CVD\xspace} +\def\mwpc {MWPC\xspace} +\def\gem {GEM\xspace} + +%% Detector components, electronics +\def\tell1 {TELL1\xspace} +\def\ukl1 {UKL1\xspace} +\def\beetle {Beetle\xspace} +\def\otis {OTIS\xspace} +\def\croc {CROC\xspace} +\def\carioca {CARIOCA\xspace} +\def\dialog {DIALOG\xspace} +\def\sync {SYNC\xspace} +\def\cardiac {CARDIAC\xspace} +\def\gol {GOL\xspace} +\def\vcsel {VCSEL\xspace} +\def\ttc {TTC\xspace} +\def\ttcrx {TTCrx\xspace} +\def\hpd {HPD\xspace} +\def\pmt {PMT\xspace} +\def\specs {SPECS\xspace} +\def\elmb {ELMB\xspace} +\def\fpga {FPGA\xspace} +\def\plc {PLC\xspace} +\def\rasnik {RASNIK\xspace} +\def\elmb {ELMB\xspace} +\def\can {CAN\xspace} +\def\lvds {LVDS\xspace} +\def\ntc {NTC\xspace} +\def\adc {ADC\xspace} +\def\led {LED\xspace} +\def\ccd {CCD\xspace} +\def\hv {HV\xspace} +\def\lv {LV\xspace} +\def\pvss {PVSS\xspace} +\def\cmos {CMOS\xspace} +\def\fifo {FIFO\xspace} +\def\ccpc {CCPC\xspace} + +%% Chemical symbols +\def\cfourften {\ensuremath{\mathrm{ C_4 F_{10}}}\xspace} +\def\cffour {\ensuremath{\mathrm{ CF_4}}\xspace} +\def\cotwo {\ensuremath{\mathrm{ CO_2}}\xspace} +\def\csixffouteen {\ensuremath{\mathrm{ C_6 F_{14}}}\xspace} +\def\mgftwo {\ensuremath{\mathrm{ Mg F_2}}\xspace} +\def\siotwo {\ensuremath{\mathrm{ SiO_2}}\xspace} + +%%%%%%%%%%%%%%% +% Special Text +%%%%%%%%%%%%%%% +\newcommand{\eg}{\mbox{\itshape e.g.}\xspace} +\newcommand{\ie}{\mbox{\itshape i.e.}\xspace} +\newcommand{\etal}{\mbox{\itshape et al.}\xspace} +\newcommand{\etc}{\mbox{\itshape etc.}\xspace} +\newcommand{\cf}{\mbox{\itshape cf.}\xspace} +\newcommand{\ffp}{\mbox{\itshape ff.}\xspace} +\newcommand{\vs}{\mbox{\itshape vs.}\xspace} + +\def\fixme{{\color{red}{FIXME!}\xspace}} + + + + + diff --git a/Vietnam/2019/Neutrinos/mchrzasz+mp.sh b/Vietnam/2019/Neutrinos/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Vietnam/2019/Neutrinos/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Vietnam/2019/Neutrinos/mchrzasz-blx.bib b/Vietnam/2019/Neutrinos/mchrzasz-blx.bib new file mode 100644 index 0000000..fa04f16 --- /dev/null +++ b/Vietnam/2019/Neutrinos/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/Vietnam/2019/Neutrinos/mchrzasz.aux b/Vietnam/2019/Neutrinos/mchrzasz.aux new file mode 100644 index 0000000..3fc53c8 --- /dev/null +++ b/Vietnam/2019/Neutrinos/mchrzasz.aux @@ -0,0 +1,202 @@ +\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} +\pgfsyspdfmark {pgfid6}{0}{0} +\pgfsyspdfmark {pgfid7}{0}{0} +\pgfsyspdfmark {pgfid8}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {2}{3}}} +\pgfsyspdfmark {pgfid9}{0}{0} +\pgfsyspdfmark {pgfid10}{0}{0} +\HyPL@Entry{3<>} +\pgfsyspdfmark {pgfid11}{23867907}{17900937} +\pgfsyspdfmark {pgfid12}{0}{0} +\pgfsyspdfmark {pgfid13}{0}{0} +\pgfsyspdfmark {pgfid14}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{4/5}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{5}}} +\pgfsyspdfmark {pgfid15}{0}{0} +\pgfsyspdfmark {pgfid16}{0}{0} +\HyPL@Entry{5<>} +\pgfsyspdfmark {pgfid17}{23867907}{17900937} +\pgfsyspdfmark {pgfid18}{0}{0} +\pgfsyspdfmark {pgfid19}{0}{0} +\pgfsyspdfmark {pgfid20}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{6/7}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {6}{7}}} +\pgfsyspdfmark {pgfid21}{0}{0} +\pgfsyspdfmark {pgfid22}{0}{0} +\HyPL@Entry{7<>} +\pgfsyspdfmark {pgfid23}{23867907}{17900937} +\@writefile{snm}{\beamer@slide {MNdiagDef}{8}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{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}{6}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}} +\pgfsyspdfmark {pgfid27}{0}{0} +\pgfsyspdfmark {pgfid28}{0}{0} +\HyPL@Entry{9<>} +\pgfsyspdfmark {pgfid35}{23867907}{17900937} +\pgfsyspdfmark {pgfid36}{0}{0} +\pgfsyspdfmark {pgfid37}{0}{0} +\pgfsyspdfmark {pgfid44}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{10/11}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {10}{11}}} +\pgfsyspdfmark {pgfid45}{0}{0} +\pgfsyspdfmark {pgfid46}{0}{0} +\HyPL@Entry{11<>} +\pgfsyspdfmark {pgfid47}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{8}{12/12}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}} +\pgfsyspdfmark {pgfid48}{0}{0} +\pgfsyspdfmark {pgfid49}{0}{0} +\HyPL@Entry{12<>} +\pgfsyspdfmark {pgfid50}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{13/13}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}} +\pgfsyspdfmark {pgfid51}{0}{0} +\pgfsyspdfmark {pgfid52}{0}{0} +\HyPL@Entry{13<>} +\pgfsyspdfmark {pgfid53}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{14/14}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}} +\pgfsyspdfmark {pgfid54}{0}{0} +\pgfsyspdfmark {pgfid55}{0}{0} +\HyPL@Entry{14<>} +\pgfsyspdfmark {pgfid56}{23867907}{17900937} +\pgfsyspdfmark {pgfid57}{0}{0} +\pgfsyspdfmark {pgfid58}{0}{0} +\pgfsyspdfmark {pgfid59}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{11}{15/16}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {15}{16}}} +\pgfsyspdfmark {pgfid60}{0}{0} +\pgfsyspdfmark {pgfid61}{0}{0} +\HyPL@Entry{16<>} +\pgfsyspdfmark {pgfid62}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{17/17}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {17}{17}}} +\pgfsyspdfmark {pgfid63}{0}{0} +\pgfsyspdfmark {pgfid64}{0}{0} +\HyPL@Entry{17<>} +\pgfsyspdfmark {pgfid65}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{13}{18/18}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}} +\pgfsyspdfmark {pgfid66}{0}{0} +\pgfsyspdfmark {pgfid67}{0}{0} +\HyPL@Entry{18<>} +\pgfsyspdfmark {pgfid68}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{14}{19/19}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {19}{19}}} +\pgfsyspdfmark {pgfid69}{0}{0} +\pgfsyspdfmark {pgfid70}{0}{0} +\HyPL@Entry{19<>} +\pgfsyspdfmark {pgfid71}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{15}{20/20}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {20}{20}}} +\pgfsyspdfmark {pgfid72}{0}{0} +\pgfsyspdfmark {pgfid73}{0}{0} +\HyPL@Entry{20<>} +\pgfsyspdfmark {pgfid74}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{16}{21/21}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {21}{21}}} +\pgfsyspdfmark {pgfid75}{0}{0} +\pgfsyspdfmark {pgfid76}{0}{0} +\HyPL@Entry{21<>} +\pgfsyspdfmark {pgfid77}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{17}{22/22}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {22}{22}}} +\pgfsyspdfmark {pgfid78}{0}{0} +\pgfsyspdfmark {pgfid79}{0}{0} +\HyPL@Entry{22<>} +\pgfsyspdfmark {pgfid80}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{18}{23/23}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {23}{23}}} +\pgfsyspdfmark {pgfid81}{0}{0} +\pgfsyspdfmark {pgfid82}{0}{0} +\HyPL@Entry{23<>} +\pgfsyspdfmark {pgfid83}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{19}{24/24}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {24}{24}}} +\pgfsyspdfmark {pgfid84}{0}{0} +\pgfsyspdfmark {pgfid85}{0}{0} +\HyPL@Entry{24<>} +\pgfsyspdfmark {pgfid86}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{20}{25/25}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {25}{25}}} +\pgfsyspdfmark {pgfid87}{0}{0} +\pgfsyspdfmark {pgfid88}{0}{0} +\HyPL@Entry{25<>} +\pgfsyspdfmark {pgfid89}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{21}{26/26}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {26}{26}}} +\pgfsyspdfmark {pgfid90}{0}{0} +\pgfsyspdfmark {pgfid91}{0}{0} +\HyPL@Entry{26<>} +\pgfsyspdfmark {pgfid92}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{22}{27/27}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {27}{27}}} +\pgfsyspdfmark {pgfid93}{0}{0} +\pgfsyspdfmark {pgfid94}{0}{0} +\HyPL@Entry{27<>} +\pgfsyspdfmark {pgfid95}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{23}{28/28}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {28}{28}}} +\pgfsyspdfmark {pgfid96}{0}{0} +\pgfsyspdfmark {pgfid97}{0}{0} +\HyPL@Entry{28<>} +\pgfsyspdfmark {pgfid101}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{24}{29/29}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {29}{29}}} +\pgfsyspdfmark {pgfid102}{0}{0} +\pgfsyspdfmark {pgfid103}{0}{0} +\HyPL@Entry{29<>} +\pgfsyspdfmark {pgfid105}{23867907}{17900937} +\pgfsyspdfmark {pgfid104}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{25}{30/30}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {30}{30}}} +\pgfsyspdfmark {pgfid106}{0}{0} +\pgfsyspdfmark {pgfid107}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{30}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{30}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{30}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {30}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {24}}} diff --git a/Vietnam/2019/Neutrinos/mchrzasz.log b/Vietnam/2019/Neutrinos/mchrzasz.log new file mode 100644 index 0000000..f5ba84f --- /dev/null +++ b/Vietnam/2019/Neutrinos/mchrzasz.log @@ -0,0 +1,2762 @@ +This is XeTeX, Version 3.14159265-2.6-0.99992 (TeX Live 2015/Debian) (preloaded format=xelatex 2018.10.13) 6 AUG 2019 03:51 +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 228. +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 233. +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 233. +LaTeX Font Info: ... okay on input line 233. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 233. +LaTeX Font Info: ... okay on input line 233. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 233. +LaTeX Font Info: ... okay on input line 233. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 233. +LaTeX Font Info: ... okay on input line 233. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 233. +LaTeX Font Info: ... okay on input line 233. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 233. +LaTeX Font Info: ... okay on input line 233. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 233. +LaTeX Font Info: ... okay on input line 233. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 233. +LaTeX Font Info: ... okay on input line 233. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 233. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 233. + + (/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 233. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 233. +LaTeX Font Info: ... okay on input line 233. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 233. +LaTeX Font Info: ... okay on input line 233. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 233. +LaTeX Font Info: Try loading font information for T3+cmr on input line 233. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 233. + +*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 233. + +(/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 233. +LaTeX Info: Redefining \pageref on input line 233. +LaTeX Info: Redefining \nameref on input line 233. + +(./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 233. + +*** 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 233. +Package biblatex Info: Reference segment=0 on input line 233. +(./mchrzasz.nav) +LaTeX Font Info: Try loading font information for OML+plm on input line 233. + + (/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 233 +. + +(/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 233 +. + +(/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 233. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 233. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 233. +LaTeX Font Info: Try loading font information for U+msa on input line 233. + +(/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 233. + +(/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 233. + +(/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=\count436 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 233. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 233. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <6> on input line 233. +\c__siunitx_mathtt_int=\count437 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 233 +. + +(/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) +) +File: images/lhcb-logo.pdf Graphic file (type QTm) + + +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 [] + +LaTeX Info: Redefining \HepProcess on input line 276. + +[1 + +] +File: images/SM.png Graphic file (type QTm) + +File: images/neutrino-mix.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 [] + +LaTeX Info: Redefining \HepProcess on input line 301. + +[2 + +] +File: images/SM.png Graphic file (type QTm) + +File: images/neutrino-mix.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 [] + +LaTeX Info: Redefining \HepProcess on input line 301. + +[3 + +] +File: images/nuMSM.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 [] + +LaTeX Info: Redefining \HepProcess on input line 315. + +[4 + +] +File: images/nuMSM.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 [] + +LaTeX Info: Redefining \HepProcess on input line 315. + +[5 + +] +Overfull \hbox (52.0761pt too wide) in paragraph at lines 356--356 +[] + [] + +File: images/Seesaw_mechanism_Header.png Graphic file (type QTm) + +Overfull \hbox (8.37442pt too wide) detected at line 356 +[][][] $[]$[][][][][][][][] $[]$[][][][][][] + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 356. + +[6 + +] +Overfull \hbox (52.0761pt too wide) in paragraph at lines 356--356 +[] + [] + +File: images/Seesaw_mechanism_Header.png Graphic file (type QTm) + +Overfull \hbox (8.37442pt too wide) detected at line 356 +[][][] $[]$[][][][][][][][] $[]$[][][][][][] + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 356. + +[7 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 385. + +[8 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 406. + +[9 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 450. + +[10 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 450. + +[11 + +] +File: images/M_Ue_capped.pdf Graphic file (type QTm) + +File: images/M_Umu_capped.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 [] + +LaTeX Info: Redefining \HepProcess on input line 463. + +[12 + +] +File: images/M_Ue_limits.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 [] + +LaTeX Info: Redefining \HepProcess on input line 476. + +[13 + +] +File: images/M_Utau_CKM_Zinv_Rtau.pdf Graphic file (type QTm) + +File: images/Utau_lnL_highmass.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 [] + +LaTeX Info: Redefining \HepProcess on input line 487. + +[14 + +] +File: images/crystall.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 [] + +LaTeX Info: Redefining \HepProcess on input line 509. + +[15 + +] +File: images/crystall2.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 [] + +LaTeX Info: Redefining \HepProcess on input line 509. + +[16 + +] +File: images/FCC.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 [] + +LaTeX Info: Redefining \HepProcess on input line 517. + +[17 + +] +File: images/FCC2.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 [] + +LaTeX Info: Redefining \HepProcess on input line 526. + +[18 + +] +File: images/physics.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 [] + +LaTeX Info: Redefining \HepProcess on input line 533. + +[19 + +] +File: images/lumi.jpg Graphic file (type QTm) + +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 549. +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 549. +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 549. +File: images/CDR.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 [] + +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 549. +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 549. +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 549. +LaTeX Info: Redefining \HepProcess on input line 549. + +[20 + +] +File: images/coupling.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 [] + +LaTeX Info: Redefining \HepProcess on input line 563. + +[21 + +] +File: images/fcceh.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 [] + +LaTeX Info: Redefining \HepProcess on input line 578. + +[22 + +] +File: images/fccee.jpg Graphic file (type QTm) + +Overfull \vbox (5.73479pt too high) detected at line 589 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 589. + +[23 + +] +File: images/indirect.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 [] + +LaTeX Info: Redefining \HepProcess on input line 601. + +[24 + +] +File: images/higgs.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 [] + +LaTeX Info: Redefining \HepProcess on input line 617. + +[25 + +] +File: images/FCCeh.jpg Graphic file (type QTm) + +File: images/Wq.jpg Graphic file (type QTm) + +File: images/Wgamma.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 [] + +LaTeX Info: Redefining \HepProcess on input line 633. + +[26 + +] +File: images/FCChh.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 [] + +LaTeX Info: Redefining \HepProcess on input line 647. + +[27 + +] +File: images/total.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 [] + +LaTeX Info: Redefining \HepProcess on input line 677. + +[28 + +] +File: images/summary.png Graphic file (type QTm) + +Overfull \vbox (29.46951pt too high) detected at line 694 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 694. + +[29 + +] +\c@framenumberappendix=\count438 +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 703. + +[30 + +] +\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 711. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 711. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 711. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 711. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 711. + ) +(\end occurred when \iftrue on line 233 was incomplete) +Here is how much of TeX's memory you used: + 51393 strings out of 493638 + 1021813 string characters out of 6146795 + 1311885 words of memory out of 5000000 + 53791 multiletter control sequences out of 15000+600000 + 29340 words of font info for 119 fonts, out of 8000000 for 9000 + 1328 hyphenation exceptions out of 8191 + 71i,17n,86p,10443b,1522s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (30 pages). diff --git a/Vietnam/2019/Neutrinos/mchrzasz.nav b/Vietnam/2019/Neutrinos/mchrzasz.nav new file mode 100644 index 0000000..d563e49 --- /dev/null +++ b/Vietnam/2019/Neutrinos/mchrzasz.nav @@ -0,0 +1,57 @@ +\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/3}{}{0}} +\headcommand {\beamer@framepages {2}{3}} +\headcommand {\slideentry {0}{0}{3}{4/5}{}{0}} +\headcommand {\beamer@framepages {4}{5}} +\headcommand {\slideentry {0}{0}{4}{6/7}{}{0}} +\headcommand {\beamer@framepages {6}{7}} +\headcommand {\slideentry {0}{0}{5}{8/8}{}{0}} +\headcommand {\beamer@framepages {8}{8}} +\headcommand {\slideentry {0}{0}{6}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{7}{10/11}{}{0}} +\headcommand {\beamer@framepages {10}{11}} +\headcommand {\slideentry {0}{0}{8}{12/12}{}{0}} +\headcommand {\beamer@framepages {12}{12}} +\headcommand {\slideentry {0}{0}{9}{13/13}{}{0}} +\headcommand {\beamer@framepages {13}{13}} +\headcommand {\slideentry {0}{0}{10}{14/14}{}{0}} +\headcommand {\beamer@framepages {14}{14}} +\headcommand {\slideentry {0}{0}{11}{15/16}{}{0}} +\headcommand {\beamer@framepages {15}{16}} +\headcommand {\slideentry {0}{0}{12}{17/17}{}{0}} +\headcommand {\beamer@framepages {17}{17}} +\headcommand {\slideentry {0}{0}{13}{18/18}{}{0}} +\headcommand {\beamer@framepages {18}{18}} +\headcommand {\slideentry {0}{0}{14}{19/19}{}{0}} +\headcommand {\beamer@framepages {19}{19}} +\headcommand {\slideentry {0}{0}{15}{20/20}{}{0}} +\headcommand {\beamer@framepages {20}{20}} +\headcommand {\slideentry {0}{0}{16}{21/21}{}{0}} +\headcommand {\beamer@framepages {21}{21}} +\headcommand {\slideentry {0}{0}{17}{22/22}{}{0}} +\headcommand {\beamer@framepages {22}{22}} +\headcommand {\slideentry {0}{0}{18}{23/23}{}{0}} +\headcommand {\beamer@framepages {23}{23}} +\headcommand {\slideentry {0}{0}{19}{24/24}{}{0}} +\headcommand {\beamer@framepages {24}{24}} +\headcommand {\slideentry {0}{0}{20}{25/25}{}{0}} +\headcommand {\beamer@framepages {25}{25}} +\headcommand {\slideentry {0}{0}{21}{26/26}{}{0}} +\headcommand {\beamer@framepages {26}{26}} +\headcommand {\slideentry {0}{0}{22}{27/27}{}{0}} +\headcommand {\beamer@framepages {27}{27}} +\headcommand {\slideentry {0}{0}{23}{28/28}{}{0}} +\headcommand {\beamer@framepages {28}{28}} +\headcommand {\slideentry {0}{0}{24}{29/29}{}{0}} +\headcommand {\beamer@framepages {29}{29}} +\headcommand {\slideentry {0}{0}{25}{30/30}{}{0}} +\headcommand {\beamer@framepages {30}{30}} +\headcommand {\beamer@partpages {1}{30}} +\headcommand {\beamer@subsectionpages {1}{30}} +\headcommand {\beamer@sectionpages {1}{30}} +\headcommand {\beamer@documentpages {30}} +\headcommand {\def \inserttotalframenumber {24}} diff --git a/Vietnam/2019/Neutrinos/mchrzasz.out b/Vietnam/2019/Neutrinos/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Vietnam/2019/Neutrinos/mchrzasz.out diff --git a/Vietnam/2019/Neutrinos/mchrzasz.pdf b/Vietnam/2019/Neutrinos/mchrzasz.pdf new file mode 100644 index 0000000..d814d7a --- /dev/null +++ b/Vietnam/2019/Neutrinos/mchrzasz.pdf Binary files differ diff --git a/Vietnam/2019/Neutrinos/mchrzasz.run.xml b/Vietnam/2019/Neutrinos/mchrzasz.run.xml new file mode 100644 index 0000000..4d0e3ba --- /dev/null +++ b/Vietnam/2019/Neutrinos/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/Vietnam/2019/Neutrinos/mchrzasz.snm b/Vietnam/2019/Neutrinos/mchrzasz.snm new file mode 100644 index 0000000..d358f0f --- /dev/null +++ b/Vietnam/2019/Neutrinos/mchrzasz.snm @@ -0,0 +1 @@ +\beamer@slide {MNdiagDef}{8} diff --git a/Vietnam/2019/Neutrinos/mchrzasz.synctex.gz b/Vietnam/2019/Neutrinos/mchrzasz.synctex.gz new file mode 100644 index 0000000..7689a46 --- /dev/null +++ b/Vietnam/2019/Neutrinos/mchrzasz.synctex.gz Binary files differ diff --git a/Vietnam/2019/Neutrinos/mchrzasz.tex b/Vietnam/2019/Neutrinos/mchrzasz.tex new file mode 100644 index 0000000..07c0abb --- /dev/null +++ b/Vietnam/2019/Neutrinos/mchrzasz.tex @@ -0,0 +1,711 @@ +\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} + +\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{\TeV}{\mathrm{TeV}} +\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 mil +\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{\im}{\rm{Im}} +\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{{\rm Br}} +\def\fixme{FIXME} +\def\ep{e^+} +\def\en{e^-} +\def\Lb {\Lambda_b} +\newcommand{\BToKemu}{\ensuremath{\PB^+ \to \PK^+ \mu^{\pm} e^{\mp}}} +\newcommand{\BToKem}{\ensuremath{\PB^+ \to \PK^+ \mu^{\pm} e^{\mp}}} +\newcommand{\BToKemm}{\ensuremath{\PB^+ \to \PK^+ \mu^- e^+}} +\newcommand{\BToKemp}{\ensuremath{\PB^+ \to \PK^+ \mu^+ e^-}} +\newcommand{\BTJpsiK }{\ensuremath{\PB^+ \to \PK^+ \PJpsi (\mu^+ \mu^-)}} +\newcommand{\BToKmumu }{\ensuremath{\PB^+ \to \PK^+ \mu^+ \mu^-}} +\newcommand{\BToKee }{\ensuremath{\PB^+ \to \PK^+ e^+ e^-}} +\newcommand{\BToJpsiK }{\ensuremath{\PB^+ \to \PK^+ \PJpsi (\mu^+ \mu^-)}} +\newcommand{\BToJpsieeK }{\ensuremath{\PB^+ \to \PK^+ \PJpsi (e^+ e^-)}} +\newcommand{\mev}{\ensuremath{\mathrm{\,Me\kern -0.1em V}}\xspace} +\newcommand{\mevc}{\ensuremath{{\mathrm{\,Me\kern -0.1em V\!/}c}}\xspace} +\newcommand{\mevcc}{\ensuremath{{\mathrm{\,Me\kern -0.1em V\!/}c^2}}\xspace} +\newcommand{\chisq}{\ensuremath{\chi^2}\xspace} +\newcommand{\chisqndf}{\ensuremath{\chi^2/\mathrm{ndf}}\xspace} +\newcommand{\chisqip}{\ensuremath{\chi^2_{\text{IP}}}\xspace} +\newcommand{\chisqvs}{\ensuremath{\chi^2_{\text{VS}}}\xspace} +\newcommand{\chisqvtx}{\ensuremath{\chi^2_{\text{vtx}}}\xspace} +\newcommand{\chisqvtxndf}{\ensuremath{\chi^2_{\text{vtx}}/\mathrm{ndf}}\xspace} + + + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} + +\author{ {Marcin Chrzaszcz} (CERN, IFJ)} +\institute{CERN, IFJ} +\title[Searches for heavy neutral leptons at the Future Circular Colliders]{Searches for heavy neutral leptons at the Future Circular Colliders} + + +\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.75\textwidth} + \flushright\bfseries \LARGE {Searches for heavy neutral leptons at the Future Circular Colliders } + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.23\textwidth} + % \hspace*{-1.cm} + \vspace*{-3mm} + \includegraphics[width=0.6\textwidth]{lhcb-logo} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-1.8em} { \Large Marcin Chrzaszcz\\\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}{on behalf of the FCC collaboration,\\ CERN and \\ Institute of Nuclear Physics, Polish Academy of Science}\normalsize\\ +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{15th Rencontres du Vietnam,\\ Quy Nhon, 4-10 August 2019} +\end{center} +\end{frame} +} + + + +\begin{frame}\frametitle{Particles of SM} + +\begin{center} +\begin{columns} + +\column{0.45\textwidth} +\includegraphics[width=0.99\textwidth]{SM.png} + +\column{0.55\textwidth} + +\pause +\ARROW In the SM neutrinos do not appear in the right-handed state.\\ +\ARROW By construction neutrino are massless.\\ +\ARROWR Neutrino oscillations are evidence for physics beyond the SM! +\includegraphics[width=0.99\textwidth]{neutrino-mix.jpg} +\end{columns} + +\end{center} + + +\end{frame} + + +\begin{frame}\frametitle{Extending the SM} + + +\ARROW A lazy person solution is to add the right-handed neutrinos in: +\includegraphics[width=0.95\textwidth]{nuMSM.jpg}\\ +\pause +\ARROW But where are they? + + +\hfill arXiv::hep-ph/0605047, M.Shaposhnikov + +\end{frame} + +\begin{frame}\frametitle{Seesaw mechanism} + + +\begin{columns} + + +\column{0.5\textwidth} + +\begin{align*} +~~\mathcal{L} = \mathcal{L}_{SM}+\bar{\ell_L}F \nu_R \epsilon \Phi^*- \frac{1}{2}\bar{\nu_R^c} M_M \nu_R + \rm H.c. +\end{align*} +~~\ARROW After the EWSB: +\begin{align*} +~~\frac{1}{2} \left( \bar{\nu_L} \bar{\nu^{c}_R } \right) \mathcal{M} \left( \nu_{L}^c \nu_R \right)^T +\end{align*} + + + +\column{0.5\textwidth} + +\includegraphics[width=0.95\textwidth]{Seesaw_mechanism_Header.png} + + +\end{columns} +\ARROW In the vanilla seesaw: +\begin{align*} +\mathcal{M} = \begin{pmatrix} +0 & M_D \\ +M_D & M_M +\end{pmatrix}~~~~~\Rightarrow \lambda_+ \sim M_D ,~~~ \lambda_- \sim - \frac{M_M^2}{M_D } +\end{align*} +\pause +\ARROW In reality: +\begin{align*} +\mathcal{M}=\begin{pmatrix}{\delta}m_{\nu}^{1loop} & M_D \\ M_D^T & M_M + {\delta}M_N^{1loop} \end{pmatrix} +\end{align*} + + + +\end{frame} + +\begin{frame}\frametitle{Seesaw mechanism} + + + +\ARROW Diagonalization matrix: +\begin{align*} +\mathcal{U}= \begin{pmatrix} \cos(\theta) & \sin(\theta) \\ -\sin(\theta^\dagger) & \cos(\theta^\dagger) \end{pmatrix} +\begin{pmatrix} U_{\nu} & \\ & U_N^{\ast} \end{pmatrix} +\end{align*} + +\begin{align*} +\mathcal{U}^{\dagger}\mathcal{M}\mathcal{U}^{\ast}=\begin{pmatrix}m_{\nu}^{\rm diag} & \\ & M_N^{\rm diag} \end{pmatrix} +\end{align*} +with +\begin{align*} +M_N^{\rm diag}&=U_N^T M_N U_N=\text{diag}(M_1,M_2,M_3)\label{MNdiagDef}\\ +m_{\nu}^{\rm diag}&= U_{\nu}^{\dagger}m_{\nu}U_{\nu}^{\ast}=\text{diag}(m_1,m_2,m_3). +\end{align*} +\ARROW For small mixings: +\begin{equation*} +\mathcal{U}=\Bigg[ \begin{pmatrix} \mathbb{I}-\frac{1}{2}\theta\theta^{\dagger} & \theta \\ -\theta^{\dagger} & \mathbb{I}-\frac{1}{2}\theta^{\dagger}\theta \end{pmatrix} + \mathcal{O}(\theta^3) \Bigg]\begin{pmatrix} U_{\nu} & \\ & U_N^{\ast} \end{pmatrix}, +\end{equation*} + + + + + +\end{frame} + + + + +\begin{frame}\frametitle{Correction to SM processes} + + +\ARROW Charge currents: +\begin{align*} +j_{\mu}^+=\frac{g}{2}{\color{blue}{\theta_{\alpha}}}\bar{ell}_{\alpha}\gamma_{\mu}N +\end{align*} +\ARROW Neutral currents: +\begin{align*} +j_{\mu}^0= \nu_{\alpha}\gamma_{\mu} {\color{blue}{\theta_{\alpha}}} N +\end{align*} +\ARROW The Yukawa couplings: +\begin{align*} +\mathcal{L}_{Yukawa}=\mathcal{L}^{SM}_{Yukawa}{\color{blue}{\theta_{\alpha}}} +\end{align*} + +\end{frame} + + + + +\begin{frame}\frametitle{Current status} + + +\ARROW Since the RHN are modifying fundamental properties of SM they are hugely constrained: + + + + +\begin{columns} +\column{0.5\textwidth} + + +\begin{alertblock}{Indirect} +\begin{itemize} +\item EW precision observables +\item LFV, LNV +\item Neutrinoless double beta decay +\item Big Bang Nucleosynthesis + +\end{itemize} +\end{alertblock} + +\pause +\column{0.5\textwidth} + + +\begin{exampleblock}{Direct} +\begin{itemize} +\item Beam dump searches +\item Collider searches (LEP, LHC, etc.) +\end{itemize} +\end{exampleblock} + + +\end{columns} + + + + +\end{frame} + + + + +\begin{frame}\frametitle{Current status} + +\includegraphics[width=0.45\textwidth]{{M_Ue_capped}.pdf} +\includegraphics[width=0.45\textwidth]{{M_Umu_capped}.pdf} + + +\ARROW \footnotesize M.C., M. Drewers, T. Gonzalo, J. Harz, S. Krishnamurthy, C. Weniger, arXiv::1908:XYZZ + +\end{frame} + + + +\begin{frame}\frametitle{Where the constrains come from?} +\begin{center} +\includegraphics[width=0.7\textwidth]{{M_Ue_limits}.pdf} + +\end{center} +\ARROW The direct searches are the strongest constraints where production cross sections are the largest.\\ +\ARROW \footnotesize arXiv::1908:XYZZ + + +\end{frame} + + +\begin{frame}\frametitle{Indirect constraints} +\ARROW The indirect searches show power for high couplings: +\begin{center} +\includegraphics[width=0.49\textwidth]{{M_Utau_CKM_Zinv_Rtau}.pdf} +\includegraphics[width=0.49\textwidth]{{Utau_lnL_highmass}.pdf} +\end{center} +\ARROW Small excess is visible. Consistent with the fluctuation.\\ +\ARROW \footnotesize arXiv::1908:XYZZ +\end{frame} + + + + +\begin{frame}\frametitle{} + +\begin{center} +What can happen in the future? + +\begin{center} +\only<1>{ +\includegraphics[width=0.8\textwidth]{crystall.jpg} +} + +\only<2>{ +\includegraphics[width=0.8\textwidth]{crystall2.jpg} +} +\end{center} +\end{center} + + +\end{frame} + +{\vspace{5.4cm} +\usebackgroundtemplate{\includegraphics[width=0.98\paperwidth]{FCC.jpg}}% +\begin{frame}\frametitle{FCC} + + + +\end{frame} +} + +{\vspace{5.4cm} +\usebackgroundtemplate{\includegraphics[width=0.98\paperwidth]{FCC2.jpg}}% +\begin{frame}\frametitle{FCC} + + + +\end{frame} +} +{ +\usebackgroundtemplate{\includegraphics[width=0.98\paperwidth]{physics.jpg}}% +\begin{frame}\frametitle{FCCee Physics} + + +\end{frame} +} + + +\begin{frame}\frametitle{FCCee in context} +\begin{columns} +\column{0.65\textwidth} +\includegraphics[width=0.99\textwidth]{lumi.jpg}\\ +\ARROW Check out the CDR : CERN-ACC-2018-0057\\ +\ARROW Also the theory report: arXiv:1905.05078 +\column{0.35\textwidth} +\ARROW The FCCee is the most efficient machine up to the $\Ptop\APtop$ threshold.\\ +\includegraphics[width=0.99\textwidth]{CDR.jpg} + + +\end{columns} +\end{frame} + + + + +\begin{frame}\frametitle{Schematizing sterile neutrino searches at FCC} + +\begin{center} +\includegraphics[width=0.99\textwidth]{coupling.png} +\end{center} + +\footnotesize +\hfill Credit to S.Antusch, E.Cazzato, O.Fischer, arXiv::1612.02728 + +\end{frame} + + +\begin{frame}\frametitle{Displaced vertexes} + +\begin{center} +\includegraphics[width=0.99\textwidth]{fcceh.jpg} +\end{center} +\ARROW In the interesting region: $m diff --git a/tau23mu_run2/Stripping_check/beamerinnerthemeFlip.sty b/tau23mu_run2/Stripping_check/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/tau23mu_run2/Stripping_check/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/tau23mu_run2/Stripping_check/beamerouterthemeFlip.sty b/tau23mu_run2/Stripping_check/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/tau23mu_run2/Stripping_check/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/tau23mu_run2/Stripping_check/beamerouterthemedecolines.sty b/tau23mu_run2/Stripping_check/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/tau23mu_run2/Stripping_check/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/tau23mu_run2/Stripping_check/beamerthemeFlip.sty b/tau23mu_run2/Stripping_check/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/tau23mu_run2/Stripping_check/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/tau23mu_run2/Stripping_check/images/.DS_Store b/tau23mu_run2/Stripping_check/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/.DS_Store Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/BG_both.png b/tau23mu_run2/Stripping_check/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/BG_both.png Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/BG_lower.png b/tau23mu_run2/Stripping_check/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/BG_lower.png Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/BG_upper.png b/tau23mu_run2/Stripping_check/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/BG_upper.png Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/ST_logo.gif b/tau23mu_run2/Stripping_check/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/ST_logo.gif Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/ST_logo.png b/tau23mu_run2/Stripping_check/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/ST_logo.png Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/ST_logosmall.gif b/tau23mu_run2/Stripping_check/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/ST_logosmall.gif Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/Z_rich_18.jpg b/tau23mu_run2/Stripping_check/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/Z_rich_18.jpg Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/Z_rich_24.jpg b/tau23mu_run2/Stripping_check/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/Z_rich_24.jpg Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/Z_rich_30.jpg b/tau23mu_run2/Stripping_check/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/Z_rich_30.jpg Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/bubble2.jpg b/tau23mu_run2/Stripping_check/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/bubble2.jpg Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/cern.png b/tau23mu_run2/Stripping_check/images/cern.png new file mode 100644 index 0000000..b1d077c --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/cern.png Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/derotate.sh b/tau23mu_run2/Stripping_check/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/tau23mu_run2/Stripping_check/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/tau23mu_run2/Stripping_check/images/getFromAFS.sh b/tau23mu_run2/Stripping_check/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/tau23mu_run2/Stripping_check/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/tau23mu_run2/Stripping_check/images/ismu2/log\050mu1_IPCHI2_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu1_IPCHI2_OWNPV\051_data.pdf" new file mode 100644 index 0000000..f4392af --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu1_IPCHI2_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu2/log\050mu1_IP_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu1_IP_OWNPV\051_data.pdf" new file mode 100644 index 0000000..a1ebc87 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu1_IP_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu2/log\050mu1_PT\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu1_PT\051_data.pdf" new file mode 100644 index 0000000..02f9d44 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu1_PT\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu2/log\050mu2_IPCHI2_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu2_IPCHI2_OWNPV\051_data.pdf" new file mode 100644 index 0000000..bd43d52 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu2_IPCHI2_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu2/log\050mu2_IP_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu2_IP_OWNPV\051_data.pdf" new file mode 100644 index 0000000..2aee93f --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu2_IP_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu2/log\050mu2_PT\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu2_PT\051_data.pdf" new file mode 100644 index 0000000..53bd154 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu2_PT\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu2/log\050mu3_IPCHI2_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu3_IPCHI2_OWNPV\051_data.pdf" new file mode 100644 index 0000000..845f893 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu3_IPCHI2_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu2/log\050mu3_IP_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu3_IP_OWNPV\051_data.pdf" new file mode 100644 index 0000000..ddc1606 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu3_IP_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu2/log\050mu3_PT\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu3_PT\051_data.pdf" new file mode 100644 index 0000000..fa9f3a0 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu2/log\050mu3_PT\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu2/log\050tau_FDCHI2_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu2/log\050tau_FDCHI2_OWNPV\051_data.pdf" new file mode 100644 index 0000000..3e80e00 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu2/log\050tau_FDCHI2_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu2/log\050tau_FD_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu2/log\050tau_FD_OWNPV\051_data.pdf" new file mode 100644 index 0000000..2f49006 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu2/log\050tau_FD_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu2/log\050tau_P\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu2/log\050tau_P\051_data.pdf" new file mode 100644 index 0000000..fc41283 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu2/log\050tau_P\051_data.pdf" Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/ismu2/tau_ENDVERTEX_CHI2_data.pdf b/tau23mu_run2/Stripping_check/images/ismu2/tau_ENDVERTEX_CHI2_data.pdf new file mode 100644 index 0000000..3b78f71 --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/ismu2/tau_ENDVERTEX_CHI2_data.pdf Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/ismu2/tau_M_data.pdf b/tau23mu_run2/Stripping_check/images/ismu2/tau_M_data.pdf new file mode 100644 index 0000000..f746378 --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/ismu2/tau_M_data.pdf Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu3/log\050mu1_IPCHI2_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu1_IPCHI2_OWNPV\051_data.pdf" new file mode 100644 index 0000000..9118e93 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu1_IPCHI2_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu3/log\050mu1_IP_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu1_IP_OWNPV\051_data.pdf" new file mode 100644 index 0000000..a5fbb32 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu1_IP_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu3/log\050mu1_PT\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu1_PT\051_data.pdf" new file mode 100644 index 0000000..a3d4057 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu1_PT\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu3/log\050mu2_IPCHI2_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu2_IPCHI2_OWNPV\051_data.pdf" new file mode 100644 index 0000000..b6df234 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu2_IPCHI2_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu3/log\050mu2_IP_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu2_IP_OWNPV\051_data.pdf" new file mode 100644 index 0000000..c9b19c4 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu2_IP_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu3/log\050mu2_PT\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu2_PT\051_data.pdf" new file mode 100644 index 0000000..45a5497 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu2_PT\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu3/log\050mu3_IPCHI2_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu3_IPCHI2_OWNPV\051_data.pdf" new file mode 100644 index 0000000..190a6f4 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu3_IPCHI2_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu3/log\050mu3_IP_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu3_IP_OWNPV\051_data.pdf" new file mode 100644 index 0000000..7cfad1d --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu3_IP_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu3/log\050mu3_PT\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu3_PT\051_data.pdf" new file mode 100644 index 0000000..65422d6 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu3/log\050mu3_PT\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu3/log\050tau_FDCHI2_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu3/log\050tau_FDCHI2_OWNPV\051_data.pdf" new file mode 100644 index 0000000..634a16e --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu3/log\050tau_FDCHI2_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu3/log\050tau_FD_OWNPV\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu3/log\050tau_FD_OWNPV\051_data.pdf" new file mode 100644 index 0000000..01e6f5e --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu3/log\050tau_FD_OWNPV\051_data.pdf" Binary files differ diff --git "a/tau23mu_run2/Stripping_check/images/ismu3/log\050tau_P\051_data.pdf" "b/tau23mu_run2/Stripping_check/images/ismu3/log\050tau_P\051_data.pdf" new file mode 100644 index 0000000..f078232 --- /dev/null +++ "b/tau23mu_run2/Stripping_check/images/ismu3/log\050tau_P\051_data.pdf" Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/ismu3/tau_ENDVERTEX_CHI2_data.pdf b/tau23mu_run2/Stripping_check/images/ismu3/tau_ENDVERTEX_CHI2_data.pdf new file mode 100644 index 0000000..10fdc1a --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/ismu3/tau_ENDVERTEX_CHI2_data.pdf Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/ismu3/tau_M_data.pdf b/tau23mu_run2/Stripping_check/images/ismu3/tau_M_data.pdf new file mode 100644 index 0000000..d1571e7 --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/ismu3/tau_M_data.pdf Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/lhcb-logo-bad.pdf b/tau23mu_run2/Stripping_check/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/lhcb-logo-bad.pdf Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/lhcb-logo.pdf b/tau23mu_run2/Stripping_check/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/lhcb-logo.pdf Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/lhcb-logo.svg b/tau23mu_run2/Stripping_check/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/tau23mu_run2/Stripping_check/images/uzh-transp.pdf b/tau23mu_run2/Stripping_check/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/uzh-transp.pdf Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/uzh.pdf b/tau23mu_run2/Stripping_check/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/uzh.pdf Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/uzh_logo_e_pos.eps b/tau23mu_run2/Stripping_check/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/uzh_logo_e_pos.eps Binary files differ diff --git a/tau23mu_run2/Stripping_check/images/uzh_logo_e_pos_gross.tif b/tau23mu_run2/Stripping_check/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/tau23mu_run2/Stripping_check/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/tau23mu_run2/Stripping_check/mchrzasz+mp.sh b/tau23mu_run2/Stripping_check/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/tau23mu_run2/Stripping_check/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/tau23mu_run2/Stripping_check/mchrzasz-blx.bib b/tau23mu_run2/Stripping_check/mchrzasz-blx.bib new file mode 100644 index 0000000..fa04f16 --- /dev/null +++ b/tau23mu_run2/Stripping_check/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/tau23mu_run2/Stripping_check/mchrzasz.aux b/tau23mu_run2/Stripping_check/mchrzasz.aux new file mode 100644 index 0000000..fa20af0 --- /dev/null +++ b/tau23mu_run2/Stripping_check/mchrzasz.aux @@ -0,0 +1,96 @@ +\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} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\pgfsyspdfmark {pgfid9}{0}{0} +\pgfsyspdfmark {pgfid10}{0}{0} +\HyPL@Entry{3<>} +\pgfsyspdfmark {pgfid11}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\pgfsyspdfmark {pgfid12}{0}{0} +\pgfsyspdfmark {pgfid13}{0}{0} +\HyPL@Entry{4<>} +\pgfsyspdfmark {pgfid14}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{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}{6}{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}{7}{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}{8}{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}{9}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}} +\pgfsyspdfmark {pgfid27}{0}{0} +\pgfsyspdfmark {pgfid28}{0}{0} +\HyPL@Entry{9<>} +\pgfsyspdfmark {pgfid30}{23867907}{17900937} +\pgfsyspdfmark {pgfid29}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}} +\pgfsyspdfmark {pgfid31}{0}{0} +\pgfsyspdfmark {pgfid32}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{10}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{10}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{10}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {10}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {9}}} diff --git a/tau23mu_run2/Stripping_check/mchrzasz.log b/tau23mu_run2/Stripping_check/mchrzasz.log new file mode 100644 index 0000000..82c5420 --- /dev/null +++ b/tau23mu_run2/Stripping_check/mchrzasz.log @@ -0,0 +1,2562 @@ +This is XeTeX, Version 3.14159265-2.6-0.99992 (TeX Live 2015/Debian) (preloaded format=xelatex 2018.10.13) 13 MAY 2019 11:43 +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 203. +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 209. + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\tau' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mu' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 209. + +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 209. + + (/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 209. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for T3+cmr on input line 209. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 209. + +*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 209. + +(/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 209. +LaTeX Info: Redefining \pageref on input line 209. +LaTeX Info: Redefining \nameref on input line 209. + +(./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 209. + +*** 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 209. +Package biblatex Info: Reference segment=0 on input line 209. +(./mchrzasz.nav) +LaTeX Font Info: Try loading font information for OML+plm on input line 209. + + (/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 209 +. + +(/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 209 +. + +(/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) <6> on input line 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 209. +LaTeX Font Info: Try loading font information for U+msa on input line 209. + +(/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 209. + +(/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 209. + +(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ursfs.fd +File: ursfs.fd 1998/03/24 rsfs font definition file (jk) +) +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10> on input line 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 209. +\c__siunitx_mathsf_int=\count436 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 209. +\c__siunitx_mathtt_int=\count437 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 209 +. + +(/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) +) +File: images/lhcb-logo.pdf Graphic file (type QTm) + + +File: images/cern.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 [] + +LaTeX Info: Redefining \HepProcess on input line 251. + +[1 + +] +File: images/ismu3/tau_M_data.pdf Graphic file (type QTm) + +File: images/ismu3/tau_ENDVERTEX_CHI2_data.pdf Graphic file (type QTm) + + +File: images/ismu3/log(tau_P)_data.pdf Graphic file (type QTm) + + +File: images/ismu3/log(tau_FD_OWNPV)_data.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 [] + +LaTeX Info: Redefining \HepProcess on input line 268. + +[2 + +] +File: images/ismu3/log(tau_FDCHI2_OWNPV)_data.pdf Graphic file (type QTm) + +File: images/ismu3/log(mu1_IPCHI2_OWNPV)_data.pdf Graphic file (type QTm) + + +File: images/ismu3/log(mu1_IP_OWNPV)_data.pdf Graphic file (type QTm) + + +File: images/ismu3/log(mu1_PT)_data.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 [] + +LaTeX Info: Redefining \HepProcess on input line 283. + +[3 + +] +File: images/ismu3/log(mu2_IPCHI2_OWNPV)_data.pdf Graphic file (type QTm) + +File: images/ismu3/log(mu2_IP_OWNPV)_data.pdf Graphic file (type QTm) + + +File: images/ismu3/log(mu2_PT)_data.pdf Graphic file (type QTm) + + +File: images/ismu3/log(mu3_IPCHI2_OWNPV)_data.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 [] + +LaTeX Info: Redefining \HepProcess on input line 297. + +[4 + +] +File: images/ismu3/log(mu3_IP_OWNPV)_data.pdf Graphic file (type QTm) + +File: images/ismu3/log(mu3_PT)_data.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 [] + +LaTeX Info: Redefining \HepProcess on input line 308. + +[5 + +] +File: images/ismu2/tau_M_data.pdf Graphic file (type QTm) + +File: images/ismu2/tau_ENDVERTEX_CHI2_data.pdf Graphic file (type QTm) + + +File: images/ismu2/log(tau_P)_data.pdf Graphic file (type QTm) + + +File: images/ismu2/log(tau_FD_OWNPV)_data.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 [] + +LaTeX Info: Redefining \HepProcess on input line 329. + +[6 + +] +File: images/ismu2/log(tau_FDCHI2_OWNPV)_data.pdf Graphic file (type QTm) + +File: images/ismu2/log(mu1_IPCHI2_OWNPV)_data.pdf Graphic file (type QTm) + + +File: images/ismu2/log(mu1_IP_OWNPV)_data.pdf Graphic file (type QTm) + + +File: images/ismu2/log(mu1_PT)_data.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 [] + +LaTeX Info: Redefining \HepProcess on input line 344. + +[7 + +] +File: images/ismu2/log(mu2_IPCHI2_OWNPV)_data.pdf Graphic file (type QTm) + +File: images/ismu2/log(mu2_IP_OWNPV)_data.pdf Graphic file (type QTm) + + +File: images/ismu2/log(mu2_PT)_data.pdf Graphic file (type QTm) + + +File: images/ismu2/log(mu3_IPCHI2_OWNPV)_data.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 [] + +LaTeX Info: Redefining \HepProcess on input line 358. + +[8 + +] +File: images/ismu2/log(mu3_IP_OWNPV)_data.pdf Graphic file (type QTm) + +File: images/ismu2/log(mu3_PT)_data.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 [] + +LaTeX Info: Redefining \HepProcess on input line 369. + +[9 + +] +\c@framenumberappendix=\count438 +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +LaTeX Info: Redefining \HepProcess on input line 382. + +[10 + +] +\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 386. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 386. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 386. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 386. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 386. + ) +(\end occurred when \iftrue on line 209 was incomplete) +Here is how much of TeX's memory you used: + 51098 strings out of 493638 + 1015349 string characters out of 6146795 + 1301372 words of memory out of 5000000 + 53514 multiletter control sequences out of 15000+600000 + 35156 words of font info for 132 fonts, out of 8000000 for 9000 + 1328 hyphenation exceptions out of 8191 + 71i,17n,86p,10443b,1462s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (10 pages). diff --git a/tau23mu_run2/Stripping_check/mchrzasz.nav b/tau23mu_run2/Stripping_check/mchrzasz.nav new file mode 100644 index 0000000..4af2b04 --- /dev/null +++ b/tau23mu_run2/Stripping_check/mchrzasz.nav @@ -0,0 +1,27 @@ +\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/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}} +\headcommand {\beamer@framepages {6}{6}} +\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}} +\headcommand {\beamer@framepages {7}{7}} +\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}} +\headcommand {\beamer@framepages {8}{8}} +\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}} +\headcommand {\beamer@framepages {10}{10}} +\headcommand {\beamer@partpages {1}{10}} +\headcommand {\beamer@subsectionpages {1}{10}} +\headcommand {\beamer@sectionpages {1}{10}} +\headcommand {\beamer@documentpages {10}} +\headcommand {\def \inserttotalframenumber {9}} diff --git a/tau23mu_run2/Stripping_check/mchrzasz.out b/tau23mu_run2/Stripping_check/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tau23mu_run2/Stripping_check/mchrzasz.out diff --git a/tau23mu_run2/Stripping_check/mchrzasz.pdf b/tau23mu_run2/Stripping_check/mchrzasz.pdf new file mode 100644 index 0000000..7f0ee02 --- /dev/null +++ b/tau23mu_run2/Stripping_check/mchrzasz.pdf Binary files differ diff --git a/tau23mu_run2/Stripping_check/mchrzasz.run.xml b/tau23mu_run2/Stripping_check/mchrzasz.run.xml new file mode 100644 index 0000000..4d0e3ba --- /dev/null +++ b/tau23mu_run2/Stripping_check/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/tau23mu_run2/Stripping_check/mchrzasz.snm b/tau23mu_run2/Stripping_check/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tau23mu_run2/Stripping_check/mchrzasz.snm diff --git a/tau23mu_run2/Stripping_check/mchrzasz.tex b/tau23mu_run2/Stripping_check/mchrzasz.tex new file mode 100644 index 0000000..bc03fcf --- /dev/null +++ b/tau23mu_run2/Stripping_check/mchrzasz.tex @@ -0,0 +1,386 @@ +\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} + +\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{\im}{\rm{Im}} +\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{{\rm Br}} + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} + +\author{ {Marcin Chrzaszcz} (CERN)} +\institute{CERN} +\title[$\tau \to 3\mu$ stripping check]{$\tau \to 3\mu$ stripping check} +\date{21 February 2019} + + +\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.75\textwidth} + \flushright \bfseries \Huge {$\tau \to 3\mu$ stripping check} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.23\textwidth} + % \hspace*{-1.cm} + \vspace*{-3mm} + \includegraphics[width=0.6\textwidth]{lhcb-logo} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-1.8em} { \Large Marcin Chrzaszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}} + +\end{column} +\begin{column}{0.53\textwidth} +\hspace{2.6cm} +\includegraphics[height=1.6cm]{cern} +\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}{February, 2019} +\end{center} +\end{frame} +} + + + +\begin{frame}[c]{IsMuon == 3 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/tau_M_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/tau_ENDVERTEX_CHI2_data}.pdf}\\ +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(tau_P)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(tau_FD_OWNPV)_data}.pdf} + + + + + \end{minipage} +\end{frame} + + +\begin{frame}[c]{IsMuon == 3 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(tau_FDCHI2_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu1_IPCHI2_OWNPV)_data}.pdf}\\ +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu1_IP_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu1_PT)_data}.pdf} + + + + + \end{minipage} +\end{frame} + + + +\begin{frame}[c]{IsMuon == 3 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu2_IPCHI2_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu2_IP_OWNPV)_data}.pdf}\\ +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu2_PT)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu3_IPCHI2_OWNPV)_data}.pdf} + + + \end{minipage} +\end{frame} + + +\begin{frame}[c]{IsMuon == 3 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu3_IP_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu3_PT)_data}.pdf} + + + \end{minipage} +\end{frame} + + + + + + + + +\begin{frame}[c]{IsMuon == 2 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/tau_M_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/tau_ENDVERTEX_CHI2_data}.pdf}\\ +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(tau_P)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(tau_FD_OWNPV)_data}.pdf} + + + + + \end{minipage} +\end{frame} + + +\begin{frame}[c]{IsMuon == 2 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(tau_FDCHI2_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu1_IPCHI2_OWNPV)_data}.pdf}\\ +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu1_IP_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu1_PT)_data}.pdf} + + + + + \end{minipage} +\end{frame} + + + +\begin{frame}[c]{IsMuon == 2 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu2_IPCHI2_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu2_IP_OWNPV)_data}.pdf}\\ +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu2_PT)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu3_IPCHI2_OWNPV)_data}.pdf} + + + \end{minipage} +\end{frame} + + +\begin{frame}[c]{IsMuon == 2 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu3_IP_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu3_PT)_data}.pdf} + + + \end{minipage} +\end{frame} + + + + + + + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/tau23mu_run2/Stripping_check/mchrzasz.tex~ b/tau23mu_run2/Stripping_check/mchrzasz.tex~ new file mode 100644 index 0000000..485f967 --- /dev/null +++ b/tau23mu_run2/Stripping_check/mchrzasz.tex~ @@ -0,0 +1,386 @@ +\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} + +\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{\im}{\rm{Im}} +\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{{\rm Br}} + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} + +\author{ {Marcin Chrzaszcz} (CERN)} +\institute{CERN} +\title[$\tau \to 3\mu$ stripping check]{$\tau \to 3\mu$ stripping check} +\date{February 2019} + + +\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.75\textwidth} + \flushright \bfseries \Huge {$\tau \to 3\mu$ stripping check} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.23\textwidth} + % \hspace*{-1.cm} + \vspace*{-3mm} + \includegraphics[width=0.6\textwidth]{lhcb-logo} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-1.8em} { \Large Marcin Chrzaszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}} + +\end{column} +\begin{column}{0.53\textwidth} +\hspace{2.6cm} +\includegraphics[height=1.6cm]{cern} +\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}{February, 2019} +\end{center} +\end{frame} +} + + + +\begin{frame}[c]{IsMuon == 3 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/tau_M_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/tau_ENDVERTEX_CHI2_data}.pdf}\\ +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(tau_P)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(tau_FD_OWNPV)_data}.pdf} + + + + + \end{minipage} +\end{frame} + + +\begin{frame}[c]{IsMuon == 3 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(tau_FDCHI2_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu1_IPCHI2_OWNPV)_data}.pdf}\\ +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu1_IP_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu1_PT)_data}.pdf} + + + + + \end{minipage} +\end{frame} + + + +\begin{frame}[c]{IsMuon == 3 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu2_IPCHI2_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu2_IP_OWNPV)_data}.pdf}\\ +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu2_PT)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu3_IPCHI2_OWNPV)_data}.pdf} + + + \end{minipage} +\end{frame} + + +\begin{frame}[c]{IsMuon == 3 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu3_IP_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu3/log(mu3_PT)_data}.pdf} + + + \end{minipage} +\end{frame} + + + + + + + + +\begin{frame}[c]{IsMuon == 2 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/tau_M_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/tau_ENDVERTEX_CHI2_data}.pdf}\\ +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(tau_P)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(tau_FD_OWNPV)_data}.pdf} + + + + + \end{minipage} +\end{frame} + + +\begin{frame}[c]{IsMuon == 2 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(tau_FDCHI2_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu1_IPCHI2_OWNPV)_data}.pdf}\\ +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu1_IP_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu1_PT)_data}.pdf} + + + + + \end{minipage} +\end{frame} + + + +\begin{frame}[c]{IsMuon == 2 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu2_IPCHI2_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu2_IP_OWNPV)_data}.pdf}\\ +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu2_PT)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu3_IPCHI2_OWNPV)_data}.pdf} + + + \end{minipage} +\end{frame} + + +\begin{frame}[c]{IsMuon == 2 } + \begin{minipage}{\textwidth} + +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu3_IP_OWNPV)_data}.pdf} +\includegraphics[angle=-90,width=0.45\textwidth]{{images/ismu2/log(mu3_PT)_data}.pdf} + + + \end{minipage} +\end{frame} + + + + + + + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/tau23mu_run2/Stripping_check/mchrzasz.toc b/tau23mu_run2/Stripping_check/mchrzasz.toc new file mode 100644 index 0000000..baf3b21 --- /dev/null +++ b/tau23mu_run2/Stripping_check/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/tau23mu_run2/Stripping_check/tikzfeynman.sty b/tau23mu_run2/Stripping_check/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/tau23mu_run2/Stripping_check/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}, +} +