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

Remove completely kinematics_override #2266

Merged
merged 12 commits into from
Feb 4, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ implemented_observables:

# Plotting information
plotting:
kinematics_override: dis_sqrt_scale
dataset_label: "ATHENA 105GeV (ALL)"
plot_x: x
line_by: [Q2]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ implemented_observables:

# Plotting information
plotting:
kinematics_override: dis_sqrt_scale
dataset_label: "ATHENA 140GeV (ALL)"
plot_x: x
line_by: [Q2]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ implemented_observables:

# Plotting information
plotting:
kinematics_override: dis_sqrt_scale
dataset_label: "ATHENA 29GeV (ALL)"
plot_x: x
line_by: [Q2]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ implemented_observables:

# Plotting information
plotting:
kinematics_override: dis_sqrt_scale
dataset_label: "ATHENA 45GeV (ALL)"
plot_x: x
line_by: [Q2]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ implemented_observables:

# Plotting information
plotting:
kinematics_override: dis_sqrt_scale
dataset_label: "ATHENA 63GeV (ALL)"
plot_x: x
line_by: [Q2]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ implemented_observables:
- uncertainties_lumi.yaml
kinematic_coverage: [y, pT, sqrts]
plotting:
kinematics_override: identity
x_scale: log
dataset_label: 'ATLAS Jet 13 TeV: $\frac{d^2\sigma}{dp_T d|y|}$'
plot_x: pT
Expand Down Expand Up @@ -73,7 +72,6 @@ implemented_observables:
- uncertainties_altcorr1_lumi.yaml
kinematic_coverage: [y, pT, sqrts]
plotting:
kinematics_override: identity
x_scale: log
dataset_label: 'ATLAS Jet 13 TeV: $\frac{d^2\sigma}{dp_T d|y|}$'
plot_x: pT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ implemented_observables:
process_type: JET
plotting:
dataset_label: ATLAS jets 8 TeV, R=0.6
kinematics_override: identity
x_scale: log
plot_x: pT
figure_by:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ implemented_observables:
- uncertainties_lumi.yaml
kinematic_coverage: [ystar, m_jj, sqrts]
plotting:
kinematics_override: identity
x_scale: log
dataset_label: 'ATLAS DiJet 13 TeV: $\frac{d^2\sigma}{dm_{jj} d|y^*|}$'
plot_x: m_jj
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ implemented_observables:

plotting:
dataset_label: "ATLAS dijets 7 TeV, R=0.6"
kinematics_override: identity
x_scale: log
plot_x: m_jj
figure_by:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,37 +1,25 @@
bins:
- k1:
min: null
mid: 0.0
max: null
k2:
- m_ll:
min: null
mid: 80.385
max: null
k3:
sqrts:
min: null
mid: 13.0
max: null
- k1:
min: null
mid: 0.0
max: null
k2:
- m_ll:
min: null
mid: 80.385
max: null
k3:
sqrts:
min: null
mid: 13.0
max: null
- k1:
min: null
mid: 0.0
max: null
k2:
- m_ll:
min: null
mid: 91.1876
max: null
k3:
sqrts:
min: null
mid: 13.0
max: null
22 changes: 8 additions & 14 deletions nnpdf_data/nnpdf_data/commondata/ATLAS_DY_13TEV/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ implemented_observables:
npoints: []
ndata: 3
plotting:
kinematics_override: inc_sqrt_scale
dataset_label: ATLAS $W,Z$ inclusive 13 TeV
y_label: $\sigma^{fid}$ (fb)
extra_labels:
Expand All @@ -36,22 +35,17 @@ implemented_observables:
- Z
plot_x: ' '
kinematic_coverage:
- k1
- k2
- k3
- m_ll
- sqrts
kinematics:
variables:
k1:
description: Variable k1
label: k1
m_ll:
description: Variable m_ll
label: m_ll
units: ''
k2:
description: Variable k2
label: k2
units: ''
k3:
description: Variable k3
label: k3
sqrts:
description: Variable sqrts
label: sqrts
units: ''
file: kinematics_TOT.yaml
theory:
Expand Down
Loading
Loading