Skip to content

Commit

Permalink
make fktables names more uniform
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Dec 3, 2024
1 parent 3660158 commit 67ca8d4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Implement BCDMS_NC_NOTFIXED_D_HEPDATA data form Hepdata reference.
Implement BCDMS_NC_NOTFIXED_D_EM-F2-HEPDATA data form Hepdata reference.
We use tables with R=R(QCD) and R=0, for the averaged values on $\sqrt{s}$.
The legacy implementation of BCDMS_NC_NOTFIXED_D is given by the not averaged $\sqrt{s}$ for R=0,
so it has almost twice number of datapoints.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ implemented_observables:
conversion_factor: 1.0
operation: 'NULL'
FK_tables:
- - BCDMS_NC_D_F2_HEPDATA
- - BCDMS_NC_D_EM_F2_HEPDATA
variants:
rzero:
data_uncertainties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
r"""
Implement BCDMS_NC_NOTFIXED_P_HEPDATA data form Hepdata reference.
Implement BCDMS_NC_NOTFIXED_P_EM-F2-HEPDATA data form Hepdata reference.
We use tables with R=R(QCD) and R=0, for the averaged values on $\sqrt{s}$.
The legacy implementation of BCDMS_NC_NOTFIXED_P is given by the not averaged $\sqrt{s}$ for R=0,
so it has almost twice number of datapoints.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ implemented_observables:
conversion_factor: 1.0
operation: 'NULL'
FK_tables:
- - BCDMS_NC_EM_P_F2_HEPDATA
- - BCDMS_NC_P_EM_F2_HEPDATA
variants:
rzero:
data_uncertainties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ implemented_observables:
conversion_factor: 1.0
operation: 'NULL'
FK_tables:
- - NMC_NC_D_F2_HEPDATA
- - NMC_NC_D_EM_F2_HEPDATA
data_uncertainties:
- uncertainties_EM-F2-HEPDATA.yaml
data_central: data_EM-F2-HEPDATA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ implemented_observables:
conversion_factor: 1.0
operation: 'NULL'
FK_tables:
- - NMC_NC_P_F2_HEPDATA
- - NMC_NC_P_EM_F2_HEPDATA
data_uncertainties:
- uncertainties_EM-F2-HEPDATA.yaml
data_central: data_EM-F2-HEPDATA.yaml

0 comments on commit 67ca8d4

Please sign in to comment.