Reimplement ATLAS_WPWM_7TEV_46FB#2202
Conversation
|
Compatability Checks: |
Hi @ecole41, thanks this is very nice! |
|
scarlehoff
left a comment
There was a problem hiding this comment.
This seems ok and ready to merge up to the UNCORR.1 bug, however you have to fix the conflicts with master.
In this case, what you added to commondataparser.py and process_options.py was already added to master in the meantime I believe so the easiest thing would be to rebase by picking up only the changes to the ATLAS_WMWP... folder
|
The failing tests is because of changes in |
| "DY_W_ETA": ("$\\eta$", "$\\M^2 (GeV^2)$", "$\\sqrt{s} (GeV)$"), | ||
| "SINGLETOP": ("$y$", "$m_t^2 (GeV^2)$", "$\\sqrt{s} (GeV)$"), | ||
| "DY_MLL": ("$M_{ll} (GeV)$", "$M_{ll}^2 (GeV^2)$", "$\\sqrt{s} (GeV)$"), | ||
| "DY_W_ETA": ("$abs_\\eta$", "$M_W^2 (GeV^2)$", "$\\sqrt{s} (GeV)$"), |
There was a problem hiding this comment.
I am not sure if this is a correct edit, the first kinematic is abs_eta for this specific dataset but I am not sure for other DY_W_ETA processes
There was a problem hiding this comment.
This whole thing will go away soon as soon as all datasets are ported since the labels are taken from the metadata, so it's not important.
This pull request introduces a new filtering module for the ATLAS WPMP 7TeV 47FB dataset, along with several supporting utility functions and updates to various data files. The most important changes include the addition of filtering functions, utility functions for data extraction, and updates to metadata and raw data files.
Old vs New Data Comparison
https://vp.nnpdf.science/GCCc3EPrTr-G7SgQBTeTbA==/
Compatibility Checks