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

kinematic labels #2093

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e5293e9
ATLAS_DY
tgiani May 28, 2024
0bb7733
small fix ATLAS_DY
tgiani May 28, 2024
de35c1a
ATLAS_PH_13TEV
tgiani May 29, 2024
83b33bd
ATLAS_SINGLETOP_7TEV
tgiani May 29, 2024
01145de
fix ATLAS_SINGLETOP_7TEV
tgiani May 29, 2024
4de4294
ATLAS_SINGLETOP_8TEV
tgiani May 29, 2024
e0d3fde
ATLAS_SINGLETOP_13TEV
tgiani May 29, 2024
9cf9469
ATLAS_WCHARM_7TEV
tgiani May 30, 2024
80ec077
ATLAS_WJ_JET_8TEV
tgiani May 30, 2024
69eaf8d
ATLAS_WPWM_7TEV_36PB
tgiani May 30, 2024
06691b2
fix names accxording to vp2 conventions
tgiani May 31, 2024
f252793
ATLAS_WPWM_7TEV_46FB
tgiani May 31, 2024
c52bf08
ATLAS_WPWM_13TEV
tgiani May 31, 2024
918354d
ATLAS_Z0_7TEV_36PB, ATLAS_Z0_7TEV_46PB
tgiani May 31, 2024
6fed826
ATLAS_Z0_7TEV_49PB
tgiani May 31, 2024
f4ef532
Merge branch 'master' into kin_labels
enocera Jun 5, 2024
01c9ada
Merge branch 'master' into kin_labels
enocera Jun 19, 2024
85ffb13
ATLAS_Z0_7TEV_LOMASS
tgiani Jun 21, 2024
548d671
ATLAS_Z0_8TEV_HIMASS
tgiani Jun 21, 2024
a1eb89f
ATLAS_Z0_8TEV_LOWMASS
tgiani Jun 21, 2024
2479c98
ATLAS_Z0_13TEV
tgiani Jun 21, 2024
aeee36d
ATLAS_Z0J_8TEV
tgiani Jun 21, 2024
2ce1698
minor edit ATLAS_Z0J_8TEV
tgiani Jun 21, 2024
6d8e85b
BCDMS
tgiani Jun 25, 2024
8e73ab4
CDF_Z0_1P96TEV
tgiani Jun 25, 2024
a61b51e
CHORUS
tgiani Jul 1, 2024
fad9ced
CMS_SINGLETOP
tgiani Jul 1, 2024
aaff3d9
CMS_TTBAR_13TEV_LJ_2016_DIF
tgiani Jul 1, 2024
65380d1
CMS_WCHARM
tgiani Jul 1, 2024
9068cc8
CMS_Z0J_8TEV
tgiani Jul 1, 2024
fd45b6f
D0_WPWM_1P96TEV
tgiani Jul 5, 2024
d932f5e
D0_Z0_1P96TEV
tgiani Jul 5, 2024
ddb1de2
DYE605
tgiani Jul 5, 2024
e359af9
small fix DYE605
tgiani Jul 5, 2024
e86f2fd
DYE866_Z0_800GEV, DYE866_Z0_800GEV_DW_RATIO
tgiani Jul 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
bins:
- k1:
- zero:
min: null
mid: 0.0
max: null
k2:
MWZ:
Copy link
Member

Choose a reason for hiding this comment

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

Please use the names from

(so m_W2 instead of MW2...or... in this case, m_V and we will need to add a new variable for that)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

what s the procedure to add a new variable? In the case above we need m_V, for ATLAS_PH_13TEV we need the transverese ewnergy square ET2 and I guess there will be other cases. Is it enought to add these new variables to the _Vars class?

Copy link
Member

Choose a reason for hiding this comment

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

Yes. And then for the processes for which you want to add it, include it in the "accepted variables".

(if the process still doesn't exist you can either create it or leave it for later, it should not matter)

min: null
mid: 80.385
max: null
k3:
sqrts:
min: null
mid: 13.0
max: null
- k1:
- zero:
min: null
mid: 0.0
max: null
k2:
MWZ:
min: null
mid: 80.385
max: null
k3:
sqrts:
min: null
mid: 13.0
max: null
- k1:
- zero:
min: null
mid: 0.0
max: null
k2:
MWZ:
min: null
mid: 91.1876
max: null
k3:
sqrts:
min: null
mid: 13.0
max: null
28 changes: 14 additions & 14 deletions nnpdf_data/nnpdf_data/new_commondata/ATLAS_DY_13TEV/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ implemented_observables:
- Z
plot_x: ' '
kinematic_coverage:
- k1
- k2
- k3
- zero
- MWZ
- sqrts
kinematics:
variables:
k1:
description: Variable k1
label: k1
units: ''
k2:
description: Variable k2
label: k2
units: ''
k3:
description: Variable k3
label: k3
zero:
description: ''
label: $$
units: ''
MWZ:
description: Mass of Z or W bosons
label: $MWZ$
units: $GeV$
sqrts:
description: center of mass energy
label: $\sqrt{s}$
units: $GeV$
file: kinematics_TOT.yaml
theory:
conversion_factor: 1.0
Expand Down
Loading
Loading