Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reimplement hera datasets #2175

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

peterkrack
Copy link
Contributor

Added rawdata and filter.py script for HERA dataset.
Checks of reimplemented data are still missing.

@giacomomagni giacomomagni linked an issue Oct 16, 2024 that may be closed by this pull request
import yaml

@dataclass
class commondata:
Copy link
Contributor

@giacomomagni giacomomagni Oct 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the filters share similar or even identical parts, you can consider to place it in the filter_utils folder and store common parts there. For ex:

from nnpdf_data.filter_utils.hera import commondata

@scarlehoff
Copy link
Member

hi @peterkrack on top of the checks, make sure to change the process_type to one of these https://github.com/NNPDF/nnpdf/blob/master/validphys2/src/validphys/process_options.py (there should be some DIS types available) and change the kinematic files to use the variables listed there (which to 1st approximation means changing k1, k2, to x,Q or the other way around).

You might need to change Q to Q2 in the kinematic files as well.

@scarlehoff
Copy link
Member

Hi @peterkrack what is the status of this?

@scarlehoff
Copy link
Member

Hi @peterkrack, sorry to bother you again, what is the status of this?

@scarlehoff scarlehoff self-assigned this Nov 13, 2024
@scarlehoff scarlehoff marked this pull request as ready for review November 13, 2024 15:37
@scarlehoff
Copy link
Member

Hi @peterkrack could you include in this PR data-theory comparisons and xq kinematic coverage plots? Thanks

@@ -123,5 +126,8 @@ implemented_observables:
legacy:
data_uncertainties:
- uncertainties_legacy_EP-SIGMARED.yaml
reimplemented:
data_uncertainties:
Copy link
Member

@scarlehoff scarlehoff Nov 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of a variant called "reimplemented" this should be the standard dataset, so put this in data uncertainties.

Also, if the legacy and new uncertainties are numerically equal, you can remove the legacy uncertainties.yml file and make the legacy variant point to your new file. This will facilitate cleaning up legacy variants later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revisit implementation of all DIS
3 participants