nnpdf-data 4.1.1__py3-none-any.whl → 4.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. nnpdf_data/__init__.py +13 -4
  2. nnpdf_data/_version.py +1 -1
  3. nnpdf_data/commondata/ATLAS_TTBAR_13TEV_2L_TOT/data.yaml +2 -0
  4. nnpdf_data/commondata/ATLAS_TTBAR_13TEV_2L_TOT/kinematics.yaml +9 -0
  5. nnpdf_data/commondata/ATLAS_TTBAR_13TEV_2L_TOT/metadata.yaml +46 -0
  6. nnpdf_data/commondata/ATLAS_TTBAR_13TEV_2L_TOT/uncertainties.yaml +22 -0
  7. nnpdf_data/commondata/ATLAS_TTBAR_13TEV_TOT/metadata.yaml +1 -1
  8. nnpdf_data/commondata/ATLAS_Z0J_8TEV/metadata.yaml +13 -1
  9. nnpdf_data/commondata/ATLAS_Z0J_8TEV/uncertainties_decorr_PT-M.yaml +274 -0
  10. nnpdf_data/commondata/ATLAS_Z0J_8TEV/uncertainties_decorr_PT-Y.yaml +498 -0
  11. nnpdf_data/commondata/ATLAS_Z0J_8TEV/uncertainties_decorr_sys_10_PT-M.yaml +342 -0
  12. nnpdf_data/commondata/ATLAS_Z0J_8TEV/uncertainties_decorr_sys_10_PT-Y.yaml +622 -0
  13. nnpdf_data/commondata/CMS_TTBAR_13TEV_35P9FB-1_TAU_TOT/data.yaml +2 -0
  14. nnpdf_data/commondata/CMS_TTBAR_13TEV_35P9FB-1_TAU_TOT/kinematics.yaml +9 -0
  15. nnpdf_data/commondata/CMS_TTBAR_13TEV_35P9FB-1_TAU_TOT/metadata.yaml +46 -0
  16. nnpdf_data/commondata/CMS_TTBAR_13TEV_35P9FB-1_TAU_TOT/uncertainties.yaml +17 -0
  17. nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XCB.yaml +161 -0
  18. nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XCQ.yaml +161 -0
  19. nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XDB.yaml +161 -0
  20. nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XDQ.yaml +161 -0
  21. nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XGL.yaml +201 -0
  22. nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XSB.yaml +161 -0
  23. nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XSQ.yaml +161 -0
  24. nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XUB.yaml +161 -0
  25. nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XUQ.yaml +161 -0
  26. nnpdf_data/commondata/NNPDF_POS_100GEV/metadata.yaml +302 -0
  27. nnpdf_data/commondataparser.py +11 -4
  28. nnpdf_data/theory.py +2 -2
  29. nnpdf_data/theory_cards/40005027.yaml +50 -0
  30. nnpdf_data/theory_cards/40005028.yaml +50 -0
  31. nnpdf_data/theory_cards/40005029.yaml +50 -0
  32. nnpdf_data/theory_cards/40005030.yaml +50 -0
  33. nnpdf_data/theory_cards/40005031.yaml +50 -0
  34. nnpdf_data/theory_cards/40005032.yaml +50 -0
  35. nnpdf_data/theory_cards/40005033.yaml +50 -0
  36. nnpdf_data/theory_cards/40005034.yaml +50 -0
  37. nnpdf_data/theory_cards/40005035.yaml +50 -0
  38. nnpdf_data/theory_cards/40005036.yaml +50 -0
  39. nnpdf_data/theory_cards/40005037.yaml +50 -0
  40. nnpdf_data/theory_cards/40005038.yaml +50 -0
  41. nnpdf_data/theory_cards/40005039.yaml +50 -0
  42. nnpdf_data/theory_cards/40005040.yaml +50 -0
  43. nnpdf_data/theory_cards/40005041.yaml +50 -0
  44. nnpdf_data/theory_cards/40005042.yaml +50 -0
  45. nnpdf_data/theory_cards/40005043.yaml +50 -0
  46. nnpdf_data/theory_cards/40005044.yaml +50 -0
  47. nnpdf_data/theory_cards/40005045.yaml +50 -0
  48. nnpdf_data/theory_cards/40005046.yaml +50 -0
  49. nnpdf_data/theory_cards/40005047.yaml +50 -0
  50. nnpdf_data/theory_cards/40005048.yaml +50 -0
  51. nnpdf_data/theory_cards/40005049.yaml +50 -0
  52. nnpdf_data/theory_cards/40005050.yaml +50 -0
  53. nnpdf_data/theory_cards/40005051.yaml +50 -0
  54. nnpdf_data/theory_cards/40005052.yaml +50 -0
  55. nnpdf_data/theory_cards/40005053.yaml +50 -0
  56. nnpdf_data/theory_cards/41041000.yaml +42 -0
  57. nnpdf_data/theory_cards/41041001.yaml +42 -0
  58. nnpdf_data/theory_cards/41041002.yaml +42 -0
  59. nnpdf_data/utils.py +103 -0
  60. nnpdf_data/validphys_compatibility.py +1 -3
  61. {nnpdf_data-4.1.1.dist-info → nnpdf_data-4.1.2.dist-info}/METADATA +1 -1
  62. {nnpdf_data-4.1.1.dist-info → nnpdf_data-4.1.2.dist-info}/RECORD +63 -11
  63. {nnpdf_data-4.1.1.dist-info → nnpdf_data-4.1.2.dist-info}/WHEEL +0 -0
@@ -0,0 +1,161 @@
1
+ bins:
2
+ - x:
3
+ min: null
4
+ mid: 0.01
5
+ max: null
6
+ Q2:
7
+ min: null
8
+ mid: 10000.0
9
+ max: null
10
+ - x:
11
+ min: null
12
+ mid: 0.0129155
13
+ max: null
14
+ Q2:
15
+ min: null
16
+ mid: 10000.0
17
+ max: null
18
+ - x:
19
+ min: null
20
+ mid: 0.01668101
21
+ max: null
22
+ Q2:
23
+ min: null
24
+ mid: 10000.0
25
+ max: null
26
+ - x:
27
+ min: null
28
+ mid: 0.02154435
29
+ max: null
30
+ Q2:
31
+ min: null
32
+ mid: 10000.0
33
+ max: null
34
+ - x:
35
+ min: null
36
+ mid: 0.02782559
37
+ max: null
38
+ Q2:
39
+ min: null
40
+ mid: 10000.0
41
+ max: null
42
+ - x:
43
+ min: null
44
+ mid: 0.03593814
45
+ max: null
46
+ Q2:
47
+ min: null
48
+ mid: 10000.0
49
+ max: null
50
+ - x:
51
+ min: null
52
+ mid: 0.04641589
53
+ max: null
54
+ Q2:
55
+ min: null
56
+ mid: 10000.0
57
+ max: null
58
+ - x:
59
+ min: null
60
+ mid: 0.05994843
61
+ max: null
62
+ Q2:
63
+ min: null
64
+ mid: 10000.0
65
+ max: null
66
+ - x:
67
+ min: null
68
+ mid: 0.07742637
69
+ max: null
70
+ Q2:
71
+ min: null
72
+ mid: 10000.0
73
+ max: null
74
+ - x:
75
+ min: null
76
+ mid: 0.1
77
+ max: null
78
+ Q2:
79
+ min: null
80
+ mid: 10000.0
81
+ max: null
82
+ - x:
83
+ min: null
84
+ mid: 0.18
85
+ max: null
86
+ Q2:
87
+ min: null
88
+ mid: 10000.0
89
+ max: null
90
+ - x:
91
+ min: null
92
+ mid: 0.26
93
+ max: null
94
+ Q2:
95
+ min: null
96
+ mid: 10000.0
97
+ max: null
98
+ - x:
99
+ min: null
100
+ mid: 0.34
101
+ max: null
102
+ Q2:
103
+ min: null
104
+ mid: 10000.0
105
+ max: null
106
+ - x:
107
+ min: null
108
+ mid: 0.42
109
+ max: null
110
+ Q2:
111
+ min: null
112
+ mid: 10000.0
113
+ max: null
114
+ - x:
115
+ min: null
116
+ mid: 0.5
117
+ max: null
118
+ Q2:
119
+ min: null
120
+ mid: 10000.0
121
+ max: null
122
+ - x:
123
+ min: null
124
+ mid: 0.58
125
+ max: null
126
+ Q2:
127
+ min: null
128
+ mid: 10000.0
129
+ max: null
130
+ - x:
131
+ min: null
132
+ mid: 0.66
133
+ max: null
134
+ Q2:
135
+ min: null
136
+ mid: 10000.0
137
+ max: null
138
+ - x:
139
+ min: null
140
+ mid: 0.74
141
+ max: null
142
+ Q2:
143
+ min: null
144
+ mid: 10000.0
145
+ max: null
146
+ - x:
147
+ min: null
148
+ mid: 0.82
149
+ max: null
150
+ Q2:
151
+ min: null
152
+ mid: 10000.0
153
+ max: null
154
+ - x:
155
+ min: null
156
+ mid: 0.9
157
+ max: null
158
+ Q2:
159
+ min: null
160
+ mid: 10000.0
161
+ max: null
@@ -0,0 +1,302 @@
1
+ setname: NNPDF_POS_100GEV
2
+ version: 1
3
+ version_comment: POS at Q2 = 100 GeV^2
4
+ nnpdf_metadata:
5
+ nnpdf31_process: POSITIVITY
6
+ experiment: NNPDF
7
+ arXiv:
8
+ url: https://arxiv.org/abs/
9
+ iNSPIRE:
10
+ url: ''
11
+ hepdata:
12
+ url: ''
13
+ version: -1
14
+ implemented_observables:
15
+ - observable_name: XUQ
16
+ observable:
17
+ description: Deep Inelastic Scattering
18
+ label: 'positivity dataset: $xu$ PDF $Q^2=10000$ GeV$^2$'
19
+ units: ''
20
+ process_type: POS_XPDF
21
+ tables: []
22
+ npoints: []
23
+ ndata: 20
24
+ plotting:
25
+ dataset_label: 'positivity dataset: $xu$ PDF $Q^2=10000$ GeV$^2$'
26
+ plot_x: x
27
+ kinematic_coverage:
28
+ - x
29
+ - Q2
30
+ kinematics:
31
+ variables:
32
+ x:
33
+ description: Bjorken x
34
+ label: x
35
+ units: ''
36
+ Q2:
37
+ description: Factorization scale
38
+ label: Q2
39
+ units: ''
40
+ file: kinematics_XUQ.yaml
41
+ theory:
42
+ conversion_factor: 1.0
43
+ operation: 'null'
44
+ FK_tables:
45
+ - - NNPDF_POS_UP_Q2_10000
46
+ data_uncertainties: []
47
+ - observable_name: XUB
48
+ observable:
49
+ description: Deep Inelastic Scattering
50
+ label: 'positivity dataset: $x\bar{u}$ PDF $Q^2=10000$ GeV$^2$'
51
+ units: ''
52
+ process_type: POS_XPDF
53
+ tables: []
54
+ npoints: []
55
+ ndata: 20
56
+ plotting:
57
+ dataset_label: 'positivity dataset: $x\bar{u}$ PDF $Q^2=10000$ GeV$^2$'
58
+ plot_x: x
59
+ kinematic_coverage:
60
+ - x
61
+ - Q2
62
+ kinematics:
63
+ variables:
64
+ x:
65
+ description: Bjorken x
66
+ label: x
67
+ units: ''
68
+ Q2:
69
+ description: Factorization scale
70
+ label: Q2
71
+ units: ''
72
+ file: kinematics_XUB.yaml
73
+ theory:
74
+ conversion_factor: 1.0
75
+ operation: 'null'
76
+ FK_tables:
77
+ - - NNPDF_POS_ANTI_UP_Q2_10000
78
+ data_uncertainties: []
79
+ - observable_name: XDQ
80
+ observable:
81
+ description: Deep Inelastic Scattering
82
+ label: 'positivity dataset: $xd$ PDF $Q^2=10000$ GeV$^2$'
83
+ units: ''
84
+ process_type: POS_XPDF
85
+ tables: []
86
+ npoints: []
87
+ ndata: 20
88
+ plotting:
89
+ dataset_label: 'positivity dataset: $xd$ PDF $Q^2=10000$ GeV$^2$'
90
+ plot_x: x
91
+ kinematic_coverage:
92
+ - x
93
+ - Q2
94
+ kinematics:
95
+ variables:
96
+ x:
97
+ description: Bjorken x
98
+ label: x
99
+ units: ''
100
+ Q2:
101
+ description: Factorization scale
102
+ label: Q2
103
+ units: ''
104
+ file: kinematics_XDQ.yaml
105
+ theory:
106
+ conversion_factor: 1.0
107
+ operation: 'null'
108
+ FK_tables:
109
+ - - NNPDF_POS_DOWN_Q2_10000
110
+ data_uncertainties: []
111
+ - observable_name: XDB
112
+ observable:
113
+ description: Deep Inelastic Scattering
114
+ label: 'positivity dataset: $x\bar{d}$ PDF $Q^2=10000$ GeV$^2$'
115
+ units: ''
116
+ process_type: POS_XPDF
117
+ tables: []
118
+ npoints: []
119
+ ndata: 20
120
+ plotting:
121
+ dataset_label: 'positivity dataset: $x\bar{d}$ PDF $Q^2=10000$ GeV$^2$'
122
+ plot_x: x
123
+ kinematic_coverage:
124
+ - x
125
+ - Q2
126
+ kinematics:
127
+ variables:
128
+ x:
129
+ description: Bjorken x
130
+ label: x
131
+ units: ''
132
+ Q2:
133
+ description: Factorization scale
134
+ label: Q2
135
+ units: ''
136
+ file: kinematics_XDB.yaml
137
+ theory:
138
+ conversion_factor: 1.0
139
+ operation: 'null'
140
+ FK_tables:
141
+ - - NNPDF_POS_ANTI_DOWN_Q2_10000
142
+ data_uncertainties: []
143
+ - observable_name: XSQ
144
+ observable:
145
+ description: Deep Inelastic Scattering
146
+ label: 'positivity dataset: $xs$ PDF $Q^2=10000$ GeV$^2$'
147
+ units: ''
148
+ process_type: POS_XPDF
149
+ tables: []
150
+ npoints: []
151
+ ndata: 20
152
+ plotting:
153
+ dataset_label: 'positivity dataset: $xs$ PDF $Q^2=10000$ GeV$^2$'
154
+ plot_x: x
155
+ kinematic_coverage:
156
+ - x
157
+ - Q2
158
+ kinematics:
159
+ variables:
160
+ x:
161
+ description: Bjorken x
162
+ label: x
163
+ units: ''
164
+ Q2:
165
+ description: Factorization scale
166
+ label: Q2
167
+ units: ''
168
+ file: kinematics_XSQ.yaml
169
+ theory:
170
+ conversion_factor: 1.0
171
+ operation: 'null'
172
+ FK_tables:
173
+ - - NNPDF_POS_STRANGE_Q2_10000
174
+ data_uncertainties: []
175
+ - observable_name: XSB
176
+ observable:
177
+ description: Deep Inelastic Scattering
178
+ label: 'positivity dataset: $x\bar{s}$ PDF $Q^2=10000$ GeV$^2$'
179
+ units: ''
180
+ process_type: POS_XPDF
181
+ tables: []
182
+ npoints: []
183
+ ndata: 20
184
+ plotting:
185
+ dataset_label: 'positivity dataset: $x\bar{s}$ PDF $Q^2=10000$ GeV$^2$'
186
+ plot_x: x
187
+ kinematic_coverage:
188
+ - x
189
+ - Q2
190
+ kinematics:
191
+ variables:
192
+ x:
193
+ description: Bjorken x
194
+ label: x
195
+ units: ''
196
+ Q2:
197
+ description: Factorization scale
198
+ label: Q2
199
+ units: ''
200
+ file: kinematics_XSB.yaml
201
+ theory:
202
+ conversion_factor: 1.0
203
+ operation: 'null'
204
+ FK_tables:
205
+ - - NNPDF_POS_ANTI_STRANGE_Q2_10000
206
+ data_uncertainties: []
207
+ - observable_name: XCQ
208
+ observable:
209
+ description: Deep Inelastic Scattering
210
+ label: 'positivity dataset: $xc$ PDF $Q^2=10000$ GeV$^2$'
211
+ units: ''
212
+ process_type: POS_XPDF
213
+ tables: []
214
+ npoints: []
215
+ ndata: 20
216
+ plotting:
217
+ dataset_label: 'positivity dataset: $xc$ PDF $Q^2=10000$ GeV$^2$'
218
+ plot_x: x
219
+ kinematic_coverage:
220
+ - x
221
+ - Q2
222
+ kinematics:
223
+ variables:
224
+ x:
225
+ description: Bjorken x
226
+ label: x
227
+ units: ''
228
+ Q2:
229
+ description: Factorization scale
230
+ label: Q2
231
+ units: ''
232
+ file: kinematics_XCQ.yaml
233
+ theory:
234
+ conversion_factor: 1.0
235
+ operation: 'null'
236
+ FK_tables:
237
+ - - NNPDF_POS_CHARM_Q2_10000
238
+ data_uncertainties: []
239
+ - observable_name: XCB
240
+ observable:
241
+ description: Deep Inelastic Scattering
242
+ label: 'positivity dataset: $x\bar{c}$ PDF $Q^2=10000$ GeV$^2$'
243
+ units: ''
244
+ process_type: POS_XPDF
245
+ tables: []
246
+ npoints: []
247
+ ndata: 20
248
+ plotting:
249
+ dataset_label: 'positivity dataset: $x\bar{c}$ PDF $Q^2=10000$ GeV$^2$'
250
+ plot_x: x
251
+ kinematic_coverage:
252
+ - x
253
+ - Q2
254
+ kinematics:
255
+ variables:
256
+ x:
257
+ description: Bjorken x
258
+ label: x
259
+ units: ''
260
+ Q2:
261
+ description: Factorization scale
262
+ label: Q2
263
+ units: ''
264
+ file: kinematics_XCB.yaml
265
+ theory:
266
+ conversion_factor: 1.0
267
+ operation: 'null'
268
+ FK_tables:
269
+ - - NNPDF_POS_ANTI_CHARM_Q2_10000
270
+ data_uncertainties: []
271
+ - observable_name: XGL
272
+ observable:
273
+ description: Deep Inelastic Scattering
274
+ label: 'positivity dataset: $xg$ PDF $Q^2=10000$ GeV$^2$'
275
+ units: ''
276
+ process_type: POS_XPDF
277
+ tables: []
278
+ npoints: []
279
+ ndata: 25
280
+ plotting:
281
+ dataset_label: 'positivity dataset: $xg$ PDF $Q^2=10000$ GeV$^2$'
282
+ plot_x: x
283
+ kinematic_coverage:
284
+ - x
285
+ - Q2
286
+ kinematics:
287
+ variables:
288
+ x:
289
+ description: Bjorken x
290
+ label: x
291
+ units: ''
292
+ Q2:
293
+ description: Factorization scale
294
+ label: Q2
295
+ units: ''
296
+ file: kinematics_XGL.yaml
297
+ theory:
298
+ operation: 'null'
299
+ conversion_factor: 1.0
300
+ FK_tables:
301
+ - - NNPDF_POS_GLUON_Q2_VARIABLE
302
+ data_uncertainties: []
@@ -49,8 +49,8 @@ from validobj.custom import Parser
49
49
 
50
50
  from .coredata import KIN_NAMES, CommonData
51
51
  from .process_options import ValidProcess
52
- from .utils import parse_yaml_inp, quick_yaml_load
53
- from .validphys_compatibility import legacy_to_new_map, new_to_legacy_map, path_commondata
52
+ from .utils import DEFAULT_PATH_VPDATA, parse_yaml_inp, quick_yaml_load
53
+ from .validphys_compatibility import legacy_to_new_map, new_to_legacy_map
54
54
 
55
55
  try:
56
56
  from validphys.plotoptions.plottingoptions import PlottingOptions, labeler_functions
@@ -801,10 +801,14 @@ class SetMetaData:
801
801
  arXiv: Optional[ValidReference] = None
802
802
  iNSPIRE: Optional[ValidReference] = None
803
803
  hepdata: Optional[ValidReference] = None
804
+ metadata_file: Optional[Path] = None
804
805
 
805
806
  @property
806
807
  def folder(self):
807
- return path_commondata / self.setname
808
+ if self.metadata_file is not None:
809
+ return self.metadata_file.parent
810
+ else:
811
+ return DEFAULT_PATH_VPDATA / self.setname
808
812
 
809
813
  @property
810
814
  def cm_energy(self):
@@ -865,7 +869,10 @@ If this is a mistake, please use '{new_name}' instead. E.g.,
865
869
  @cache
866
870
  def parse_set_metadata(metadata_file):
867
871
  """Read the metadata file"""
868
- return parse_yaml_inp(metadata_file, SetMetaData)
872
+ ret = parse_yaml_inp(metadata_file, SetMetaData)
873
+ # Burn the path to the metadata file before returning
874
+ object.__setattr__(ret, "metadata_file", metadata_file)
875
+ return ret
869
876
 
870
877
 
871
878
  @cache
nnpdf_data/theory.py CHANGED
@@ -29,7 +29,6 @@ class TheoryCard:
29
29
  ModEv: Literal["EXA", "TRN"] # DGLAP evolution solution method (e.g. EXA or TRN)
30
30
  XIR: float # Renormalization scale over the hard scattering scale ratio
31
31
  XIF: float # Factorization scale over the hard scattering scale ratio
32
- NfFF: int # Number of active flavors, only for FFNS or FFN0 schemes
33
32
  QED: int # Max order of alpha_qed in the evolution
34
33
  Q0: float # [GeV] Parametrization scale for the fit (and the photon)
35
34
  mc: float # [GeV] charm mass
@@ -55,6 +54,7 @@ class TheoryCard:
55
54
  alphaqed: float # Values of alpha QED at the scale Qref
56
55
  Qref: float # [GeV] Reference scale for alphas and alphaqed
57
56
  XIA: float = 1.0 # Fragmentation scale over the hard scattering scale ratio
57
+ NfFF: Optional[int] = None # Number of active flavors, only for FFNS or FFN0 schemes
58
58
  nfref: Optional[int] = None # nf at Qref (its default depend on Qref)
59
59
  MaxNfPdf: Optional[int] = 5 # Used by pineko and the photon module to define the thresholds
60
60
  ## Fit theory parameters default
@@ -79,7 +79,7 @@ class TheoryCard:
79
79
  # N3LO coefficient functions variation: -1 = lower bound, 0 = central, 1 = upper bound
80
80
  n3lo_cf_variation: Optional[int] = 0
81
81
  # N3LO splitting functions approximation: if True use the FHMRUVV parametrization, otherwise use EKO parametrization.
82
- use_fhmruvv: Optional[bool] = False
82
+ use_fhmruvv: Optional[bool] = True
83
83
  ###### Keys for compatibility with old NNPDF theories, their values will be dropped immediately after reading to avoid problems
84
84
  ###### they will be set to ``None`` immediately after loading the theory
85
85
  MaxNfAs: Optional[int] = None
@@ -0,0 +1,50 @@
1
+ ID: 40_005_027
2
+ Comments: NNPDF4.0 N3LO alphas=0.118 and FHMRUVV splittings as Oct '24 and PCH
3
+ CKM:
4
+ - 0.97428
5
+ - 0.2253
6
+ - 0.00347
7
+ - 0.2252
8
+ - 0.97345
9
+ - 0.041
10
+ - 0.00862
11
+ - 0.0403
12
+ - 0.999152
13
+ DAMP: 1
14
+ DAMPPOWERc: 2
15
+ DAMPPOWERb: 2
16
+ FNS: FONLL-E
17
+ GF: 1.1663787e-05
18
+ HQ: POLE
19
+ IC: 0
20
+ MP: 0.938
21
+ MW: 80.398
22
+ MZ: 91.1876
23
+ MaxNfPdf: 5
24
+ ModEv: TRN
25
+ ModSV: null
26
+ NfFF: 4
27
+ PTO: 3
28
+ Q0: 1.0
29
+ QED: 0
30
+ Qmb: 4.92
31
+ Qmc: 1.51
32
+ Qmt: 172.5
33
+ Qref: 91.2
34
+ SIN2TW: 0.23126
35
+ TMC: 1
36
+ XIF: 1.0
37
+ XIR: 1.0
38
+ alphaqed: 0.007496252
39
+ alphas: 0.118
40
+ kbThr: 1.0
41
+ kcThr: 1.0
42
+ ktThr: 1.0
43
+ mb: 4.92
44
+ mc: 1.51
45
+ mt: 172.5
46
+ nfref: 5
47
+ nf0: 3
48
+ n3lo_ad_variation: [0,0,0,0,0,0,0]
49
+ n3lo_cf_variation: 0
50
+ use_fhmruvv: true
@@ -0,0 +1,50 @@
1
+ ID: 40_005_028
2
+ Comments: NNPDF4.0 N3LO alphas=0.118 and FHMRUVV splittings as Oct '24 and PCH, Pgg up variation
3
+ CKM:
4
+ - 0.97428
5
+ - 0.2253
6
+ - 0.00347
7
+ - 0.2252
8
+ - 0.97345
9
+ - 0.041
10
+ - 0.00862
11
+ - 0.0403
12
+ - 0.999152
13
+ DAMP: 1
14
+ DAMPPOWERc: 2
15
+ DAMPPOWERb: 2
16
+ FNS: FONLL-E
17
+ GF: 1.1663787e-05
18
+ HQ: POLE
19
+ IC: 0
20
+ MP: 0.938
21
+ MW: 80.398
22
+ MZ: 91.1876
23
+ MaxNfPdf: 5
24
+ ModEv: TRN
25
+ ModSV: null
26
+ NfFF: 4
27
+ PTO: 3
28
+ Q0: 1.0
29
+ QED: 0
30
+ Qmb: 4.92
31
+ Qmc: 1.51
32
+ Qmt: 172.5
33
+ Qref: 91.2
34
+ SIN2TW: 0.23126
35
+ TMC: 1
36
+ XIF: 1.0
37
+ XIR: 1.0
38
+ alphaqed: 0.007496252
39
+ alphas: 0.118
40
+ kbThr: 1.0
41
+ kcThr: 1.0
42
+ ktThr: 1.0
43
+ mb: 4.92
44
+ mc: 1.51
45
+ mt: 172.5
46
+ nfref: 5
47
+ nf0: 3
48
+ n3lo_ad_variation: [1,0,0,0,0,0,0]
49
+ n3lo_cf_variation: 0
50
+ use_fhmruvv: true
@@ -0,0 +1,50 @@
1
+ ID: 40_005_029
2
+ Comments: NNPDF4.0 N3LO alphas=0.118 and FHMRUVV splittings as Oct '24 and PCH, Pgg down variation
3
+ CKM:
4
+ - 0.97428
5
+ - 0.2253
6
+ - 0.00347
7
+ - 0.2252
8
+ - 0.97345
9
+ - 0.041
10
+ - 0.00862
11
+ - 0.0403
12
+ - 0.999152
13
+ DAMP: 1
14
+ DAMPPOWERc: 2
15
+ DAMPPOWERb: 2
16
+ FNS: FONLL-E
17
+ GF: 1.1663787e-05
18
+ HQ: POLE
19
+ IC: 0
20
+ MP: 0.938
21
+ MW: 80.398
22
+ MZ: 91.1876
23
+ MaxNfPdf: 5
24
+ ModEv: TRN
25
+ ModSV: null
26
+ NfFF: 4
27
+ PTO: 3
28
+ Q0: 1.0
29
+ QED: 0
30
+ Qmb: 4.92
31
+ Qmc: 1.51
32
+ Qmt: 172.5
33
+ Qref: 91.2
34
+ SIN2TW: 0.23126
35
+ TMC: 1
36
+ XIF: 1.0
37
+ XIR: 1.0
38
+ alphaqed: 0.007496252
39
+ alphas: 0.118
40
+ kbThr: 1.0
41
+ kcThr: 1.0
42
+ ktThr: 1.0
43
+ mb: 4.92
44
+ mc: 1.51
45
+ mt: 172.5
46
+ nfref: 5
47
+ nf0: 3
48
+ n3lo_ad_variation: [2,0,0,0,0,0,0]
49
+ n3lo_cf_variation: 0
50
+ use_fhmruvv: true
@@ -0,0 +1,50 @@
1
+ ID: 40_005_030
2
+ Comments: NNPDF4.0 N3LO alphas=0.118 and FHMRUVV splittings as Oct '24 and PCH, Pgq up variation
3
+ CKM:
4
+ - 0.97428
5
+ - 0.2253
6
+ - 0.00347
7
+ - 0.2252
8
+ - 0.97345
9
+ - 0.041
10
+ - 0.00862
11
+ - 0.0403
12
+ - 0.999152
13
+ DAMP: 1
14
+ DAMPPOWERc: 2
15
+ DAMPPOWERb: 2
16
+ FNS: FONLL-E
17
+ GF: 1.1663787e-05
18
+ HQ: POLE
19
+ IC: 0
20
+ MP: 0.938
21
+ MW: 80.398
22
+ MZ: 91.1876
23
+ MaxNfPdf: 5
24
+ ModEv: TRN
25
+ ModSV: null
26
+ NfFF: 4
27
+ PTO: 3
28
+ Q0: 1.0
29
+ QED: 0
30
+ Qmb: 4.92
31
+ Qmc: 1.51
32
+ Qmt: 172.5
33
+ Qref: 91.2
34
+ SIN2TW: 0.23126
35
+ TMC: 1
36
+ XIF: 1.0
37
+ XIR: 1.0
38
+ alphaqed: 0.007496252
39
+ alphas: 0.118
40
+ kbThr: 1.0
41
+ kcThr: 1.0
42
+ ktThr: 1.0
43
+ mb: 4.92
44
+ mc: 1.51
45
+ mt: 172.5
46
+ nfref: 5
47
+ nf0: 3
48
+ n3lo_ad_variation: [0,1,0,0,0,0,0]
49
+ n3lo_cf_variation: 0
50
+ use_fhmruvv: true