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

Re-implementation of CMS single top #2200

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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,13 +1,5 @@
bins:
- k1:
- m_t2:
min: null
mid: 0.0
max: null
k2:
min: null
mid: 30032.89
max: null
k3:
min: null
mid: 13000.0
mid: 29756.25
max: null
34 changes: 12 additions & 22 deletions nnpdf_data/nnpdf_data/commondata/CMS_SINGLETOP_13TEV/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
setname: CMS_SINGLETOP_13TEV
version: 1
version_comment: Port of old commondata
version: 2
version_comment: Implementation of new data
nnpdf_metadata:
nnpdf31_process: SINGLETOP
experiment: CMS
arXiv:
url: https://arxiv.org/abs/1610.00678
journal: Phys. Lett. B 772 (2017) 752
iNSPIRE:
url: ''
url: https://inspirehep.net/literature/1489193
hepdata:
url: ''
version: -1
Expand All @@ -23,38 +23,28 @@ implemented_observables:
npoints: []
ndata: 1
plotting:
kinematics_override: inc_sqrt_scale
kinematics_override: identity
dataset_label: CMS single top $R_{t}$ 13 TeV
plot_x: idat
kinematic_coverage:
- k1
- k2
- k3
- m_t2
kinematics:
variables:
k1:
description: Variable k1
label: k1
units: ''
k2:
description: Variable k2
label: k2
units: ''
k3:
description: Variable k3
label: k3
units: ''
m_t2:
description: "top mass squared"
label: $M^2$
units: $GeV^2$
file: kinematics_TCHANNEL-XSEC.yaml
theory:
conversion_factor: 1.0
operation: RATIO
FK_tables:
- - CMS_SINGLETOP_TCH_R_13TEV-CMS_SINGLETOP_TCH_R_13TEV_T
- - CMS_SINGLETOP_TCH_R_13TEV-CMS_SINGLETOP_TCH_R_13TEV_TB
data_uncertainties: []
data_uncertainties: [uncertainties_TCHANNEL-XSEC.yaml]
variants:
legacy:
data_uncertainties:
- uncertainties_legacy_TCHANNEL-XSEC.yaml
data_central: data_legacy_TCHANNEL-XSEC.yaml
- uncertainties_TCHANNEL-XSEC.yaml
data_central: data_TCHANNEL-XSEC.yaml
ported_from: CMS_SINGLETOP_TCH_R_13TEV
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
bins:
- k1:
- m_t2:
min: null
mid: 0.0
max: null
k2:
min: null
mid: 30032.89
max: null
k3:
min: null
mid: 7000.0
mid: 29756.25
max: null
34 changes: 12 additions & 22 deletions nnpdf_data/nnpdf_data/commondata/CMS_SINGLETOP_7TEV/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
setname: CMS_SINGLETOP_7TEV
version: 1
version_comment: Port of old commondata
version: 2
version_comment: Implementation of new data
nnpdf_metadata:
nnpdf31_process: SINGLETOP
experiment: CMS
arXiv:
url: https://arxiv.org/abs/1209.4533
journal: JHEP 12 (2012) 035
iNSPIRE:
url: ''
url: https://inspirehep.net/literature/1186734
hepdata:
url: ''
version: -1
Expand All @@ -23,38 +23,28 @@ implemented_observables:
npoints: []
ndata: 1
plotting:
kinematics_override: inc_sqrt_scale
kinematics_override: identity
dataset_label: CMS single top $\sigma_{t}+\sigma_{\bar{t}}$ 7 TeV
plot_x: idat
kinematic_coverage:
- k1
- k2
- k3
- m_t2
kinematics:
variables:
k1:
description: Variable k1
label: k1
units: ''
k2:
description: Variable k2
label: k2
units: ''
k3:
description: Variable k3
label: k3
units: ''
m_t2:
description: "top mass squared"
label: $M^2$
units: $GeV^2$
file: kinematics_TCHANNEL-XSEC.yaml
theory:
conversion_factor: 1.0
operation: ADD
FK_tables:
- - CMS_SINGLETOP_TCH_TOT_7TEV-CMS_SINGLETOP_TCH_R_7TEV_T
- - CMS_SINGLETOP_TCH_TOT_7TEV-CMS_SINGLETOP_TCH_R_7TEV_TB
data_uncertainties: []
data_uncertainties: [uncertainties_TCHANNEL-XSEC.yaml]
variants:
legacy:
data_uncertainties:
- uncertainties_legacy_TCHANNEL-XSEC.yaml
data_central: data_legacy_TCHANNEL-XSEC.yaml
- uncertainties_TCHANNEL-XSEC.yaml
data_central: data_TCHANNEL-XSEC.yaml
ported_from: CMS_SINGLETOP_TCH_TOT_7TEV
Loading
Loading