mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-05 09:31:42 -05:00
move results to latex and introduce a result macro
This commit is contained in:
parent
fb5ca65cc6
commit
f4496ba3ef
10 changed files with 10 additions and 6 deletions
1
.github/workflows/latex.yml
vendored
1
.github/workflows/latex.yml
vendored
|
@ -9,7 +9,6 @@ on:
|
|||
branches: [ master ]
|
||||
paths:
|
||||
- 'latex/**'
|
||||
- 'results/**'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
1
latex/results/xs/sherpa_xs.tex
Symbolic link
1
latex/results/xs/sherpa_xs.tex
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../prog/runcards/qqgg/sherpa_xs
|
1
latex/results/xs/xs.tex
Symbolic link
1
latex/results/xs/xs.tex
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../prog/python/qqgg/results/xs.tex
|
1
latex/results/xs/xs_mc.tex
Symbolic link
1
latex/results/xs/xs_mc.tex
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../prog/python/qqgg/results/xs_mc.tex
|
1
latex/results/xs/xs_mc_eta.tex
Symbolic link
1
latex/results/xs/xs_mc_eta.tex
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../prog/python/qqgg/results/xs_mc_eta.tex
|
1
latex/results/xs/xs_mc_θ_vegas.tex
Symbolic link
1
latex/results/xs/xs_mc_θ_vegas.tex
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../prog/python/qqgg/results/xs_mc_θ_vegas.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.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../prog/runcards/qqgg/sherpa_xs
|
|
@ -1 +0,0 @@
|
|||
../../prog/python/qqgg/results/xs.tex
|
Loading…
Add table
Reference in a new issue