Skip to content

Commit 387310b

Browse files
committed
Update docs
1 parent c1f841b commit 387310b

2 files changed

Lines changed: 21 additions & 9 deletions

File tree

doc/sphinx/source/references.bib

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,3 +749,14 @@ @article{Barontini:2023vmr
749749
pages = "109061",
750750
year = "2024"
751751
}
752+
@article{Ball:2025xtj,
753+
author = "Ball, Richard D. and Chiefa, Amedeo and Stegeman, Roy",
754+
title = "{Parton distributions with higher twist and jet power corrections}",
755+
eprint = "2511.14387",
756+
archivePrefix = "arXiv",
757+
primaryClass = "hep-ph",
758+
reportNumber = "Edinburgh 2025/29",
759+
journal = "Eur. Phys. J. C",
760+
month = "11",
761+
year = "2025"
762+
}

doc/sphinx/source/vp/theorycov/index.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.. _vptheorycov-index:
2-
2+
33
The `theorycovariance` module
44
===============================
55

6-
The ``theorycovariance`` module deals with constructing, testing and
6+
The ``theorycovariance`` module deals with constructing, testing and
77
outputting theory covariance matrices (covmats). Primarily, it is concerned
88
with scale variation covariance matrices used to model missing higher order
99
uncertainties. See the `short
@@ -27,10 +27,10 @@ Summary
2727
the NNLO-NLO shift
2828

2929
- Theoretical covariance matrices are built according to the various prescriptions
30-
in :ref:`prescrips`.
31-
32-
- The prescription must be one of 3(f, r) point, 5(bar) point, 7(original) point or 9 point, see :ref:`definitions <prescrips>`.
33-
You can specify this using ``point_prescription: "x point"`` in the runcard. The translation of this flag
30+
in :ref:`prescrips`.
31+
32+
- The prescription must be one of 3(f, r) point, 5(bar) point, 7(original) point or 9 point, see :ref:`definitions <prescrips>`.
33+
You can specify this using ``point_prescription: "x point"`` in the runcard. The translation of this flag
3434
into the relevant ``theoryids`` is handled by the ``scalevariations`` module in ``validphys``.
3535

3636
- As input you need theories for the relevant scale combinations which
@@ -45,16 +45,16 @@ Summary
4545

4646
- Renormalisation scales should be correlated within each
4747
process type. These process types are categorised as {DIS CC, DIS NC,
48-
Drell-Yan, Jets, Top}.
48+
Drell-Yan, Jets, Top}.
4949

5050
- :ref:`Outputs <thcov_outputs>` includes tables and heat plots of theoretical and combined
5151
(theoretical + experimental) covariance matrices, comparisons of
5252
theoretical and experimental errors, and plots and tables of
5353
:math:`\chi^2` values.
5454

55-
- Various :ref:`testing <vptheorycov-tests>` outputs also exist, including tables of eigenvalues,
55+
- Various :ref:`testing <vptheorycov-tests>` outputs also exist, including tables of eigenvalues,
5656
plots of eigenvectors and shift vs theory comparisons.
57-
57+
5858

5959
More information
6060
-----------------
@@ -64,5 +64,6 @@ More information
6464
./runcard_layout.rst
6565
./outputs.rst
6666
./point_prescrip.rst
67+
./power_corrections.rst
6768
./tests.rst
6869
./examples.rst

0 commit comments

Comments
 (0)