From be08b5e21992b1c6ba1dff628d23149c03118fd5 Mon Sep 17 00:00:00 2001 From: Manuel Morales <64017590+manuel-morales-a@users.noreply.github.com> Date: Wed, 24 Jan 2024 12:07:13 +0000 Subject: [PATCH] Update sphinx/source/tutorials/simu_fit.rst Co-authored-by: Mark Nestor Costantini <85164495+comane@users.noreply.github.com> --- sphinx/source/tutorials/simu_fit.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx/source/tutorials/simu_fit.rst b/sphinx/source/tutorials/simu_fit.rst index 266174b76..e9e833813 100644 --- a/sphinx/source/tutorials/simu_fit.rst +++ b/sphinx/source/tutorials/simu_fit.rst @@ -257,10 +257,10 @@ Now we consider the following fraction of the runcard: The ``dataset_inputs`` key contains the datasets that will be used to peform the simultaneous PDF-EFT fit. The first two datasets, ``HERACOMBNCEP575`` and ``CMSDY1D12``, are included in the same way as in a NNPDF fit, and are -used only to fit PDFs. All the other datasets have the key ``simu_fac`` set to either +used only to fit the PDF parameters. All the other datasets have the key ``simu_fac`` set to either ``EFT_LO`` or ``EFT_NLO``. This means that :math:`\text{SIMUnet}` will use those datasets to fit EFT coefficients at the desired accuracy, LO or NLO. The fit requires EFT K-factors for all -the datasets that have the ``simu_fac`` key. Additinally, some datasets have the key ``use_fixed_predictions`` +the datasets that have the ``simu_fac`` key. Additionally, some datasets have the key ``use_fixed_predictions`` set to ``True``. This means that the PDF dependence is removed from this dataset and, effectively, the dataset becomes PDF-independent.