-
Notifications
You must be signed in to change notification settings - Fork 7
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 ATLAS Z0 7TEV 46FB Dataset #2237
base: master
Are you sure you want to change the base?
Conversation
Hi @ecole41 this is not ready for rewview yet right? I see that the variables are still called k1/k2/k_i etc for instance. |
No, this is not ready yet. I will keep working on it |
Ok! No problem! Is any of the PR finished? There are now many and I got a bit lost. So that I can review (and hopefully merge) the ones that are |
…0_7TEV_46FB_CC_AND_CF
This branch should be complete, but is failing the checks. I have merged from the master so am not sure why this is happening |
Indeed, it's really odd - I don't see what's wrong with your metadata. The yaml file cannot be parsed for some reason. I'm looking into it. |
variants: | ||
legacy: | ||
data_uncertainties: | ||
- uncertainties_legacy_CC-Y.yaml | ||
data_central: data_legacy_CC-Y.yaml | ||
data_central: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that if you remove data_central from variants: legacy
the tests pass again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I will just check if changing the formatting of this helps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests pass now, excellent!
@@ -10,20 +10,20 @@ arXiv: | |||
iNSPIRE: | |||
url: '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add also the inspire link
@@ -10,20 +10,20 @@ arXiv: | |||
iNSPIRE: | |||
url: '' | |||
hepdata: | |||
url: 10.17182/hepdata.76541.v1/t11-t13 | |||
url: https://www.hepdata.net/record/ins1502620 | |||
version: -1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version can be set to 1
version: -1 | ||
implemented_observables: | ||
- observable_name: CC-Y | ||
observable: | ||
description: Drell-Yan Rapidity Distribution | ||
label: ATLAS $Z$ 7 TeV 2011 Central selection | ||
units: '' | ||
process_type: EWK_RAP | ||
tables: [] | ||
process_type: DY_Z_Y #Not sure if this is correct |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks correct to me, if you also remove the comment ;-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is good to go after the minor comments I left are implemented. Thanks!
This pull request is merging the two CC and CF datasets into one filter.py script.
Functions haves been added to produce the data central, kinematic and uncertainties yaml files for both of these datasets.
Old vs New Data
CC Dataset: https://vp.nnpdf.science/SpiOHitcS-2WggfpKcLW3Q==/
CF Dataset: https://vp.nnpdf.science/D3121rJ6RWG3IgyqViXJMw==/
Compatibility Check: