diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 4549531..e3e2d1f 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -9,7 +9,6 @@ on: branches: [ master ] paths: - 'latex/**' - - 'results/**' pull_request: branches: [ master ] diff --git a/latex/hirostyle.sty b/latex/hirostyle.sty index da5443d..7dc9b76 100644 --- a/latex/hirostyle.sty +++ b/latex/hirostyle.sty @@ -39,6 +39,9 @@ labelformat=brace, position=top]{subcaption} %% Including plots \newcommand{\plot}[1]{\ifdraft{\includegraphics[draft=false]{./figs/#1.pdf}}{\input{./figs/#1.pgf}}} +%% Including Results +\newcommand{\result}[1]{\input{results/#1}} + %% SI units \sisetup{separate-uncertainty = true} diff --git a/latex/results/xs/sherpa_xs.tex b/latex/results/xs/sherpa_xs.tex new file mode 120000 index 0000000..01cb4c4 --- /dev/null +++ b/latex/results/xs/sherpa_xs.tex @@ -0,0 +1 @@ +../../../prog/runcards/qqgg/sherpa_xs \ No newline at end of file diff --git a/latex/results/xs/xs.tex b/latex/results/xs/xs.tex new file mode 120000 index 0000000..9b1a79f --- /dev/null +++ b/latex/results/xs/xs.tex @@ -0,0 +1 @@ +../../../prog/python/qqgg/results/xs.tex \ No newline at end of file diff --git a/latex/results/xs/xs_mc.tex b/latex/results/xs/xs_mc.tex new file mode 120000 index 0000000..635ffb1 --- /dev/null +++ b/latex/results/xs/xs_mc.tex @@ -0,0 +1 @@ +../../../prog/python/qqgg/results/xs_mc.tex \ No newline at end of file diff --git a/latex/results/xs/xs_mc_eta.tex b/latex/results/xs/xs_mc_eta.tex new file mode 120000 index 0000000..506e527 --- /dev/null +++ b/latex/results/xs/xs_mc_eta.tex @@ -0,0 +1 @@ +../../../prog/python/qqgg/results/xs_mc_eta.tex \ No newline at end of file diff --git a/latex/results/xs/xs_mc_θ_vegas.tex b/latex/results/xs/xs_mc_θ_vegas.tex new file mode 120000 index 0000000..2b41233 --- /dev/null +++ b/latex/results/xs/xs_mc_θ_vegas.tex @@ -0,0 +1 @@ +../../../prog/python/qqgg/results/xs_mc_θ_vegas.tex \ No newline at end of file diff --git a/latex/tex/qqgammagamma/comparison.tex b/latex/tex/qqgammagamma/comparison.tex index 07cac78..270a9e5 100644 --- a/latex/tex/qqgammagamma/comparison.tex +++ b/latex/tex/qqgammagamma/comparison.tex @@ -77,7 +77,6 @@ process was monte carlo integrated in sherpa using the runcard in~\ref{sec:qqggruncard}. This runcard describes the exact same (first order) process as the calculated cross section. -Sherpa yields \(\sigma = \SI{0.05380\pm - .00005}{\pico\barn}\). Plugging the same parameters -into~\eqref{eq:total-crossec} gives \input{../results/xs/xs} which is +Sherpa yields \result{xs/sherpa_xs}. Plugging the same parameters +into~\eqref{eq:total-crossec} gives \result{xs/xs} which is within the uncertainty range of the Sherpa value. diff --git a/results/xs/sherpa_xs.tex b/results/xs/sherpa_xs.tex deleted file mode 120000 index 505eabe..0000000 --- a/results/xs/sherpa_xs.tex +++ /dev/null @@ -1 +0,0 @@ -../../prog/runcards/qqgg/sherpa_xs \ No newline at end of file diff --git a/results/xs/xs.tex b/results/xs/xs.tex deleted file mode 120000 index b351b4d..0000000 --- a/results/xs/xs.tex +++ /dev/null @@ -1 +0,0 @@ -../../prog/python/qqgg/results/xs.tex \ No newline at end of file