Skip to content

Commit

Permalink
minor name change sqrt(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
toonhasenack committed Mar 19, 2024
1 parent 3afee92 commit cbfe572
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions extras/data/machinery/generate/EIC.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def dump(src_path, target):

# renaming
new_names = {
"EIC_5_41_A1c_100fb-1": ["EIC_NC_41GEV_EP_G1", "EIC_NC_41GEV_EP_F1"],
"EIC_5_100_A1c_100fb-1": ["EIC_NC_100GEV_EP_G1", "EIC_NC_100GEV_EP_F1"],
"EIC_18_275_A1c_100fb-1": ["EIC_NC_275GEV_EP_G1", "EIC_NC_275GEV_EP_F1"],
"EIC_5_41_A1c_100fb-1": ["EIC_NC_43GEV_EP_G1", "EIC_NC_43GEV_EP_F1"],
"EIC_5_100_A1c_100fb-1": ["EIC_NC_67GEV_EP_G1", "EIC_NC_67GEV_EP_F1"],
"EIC_18_275_A1c_100fb-1": ["EIC_NC_211GEV_EP_G1", "EIC_NC_211GEV_EP_F1"],
}
4 changes: 2 additions & 2 deletions extras/data/machinery/generate/EIcC.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ def dump(src_path, target):

# renaming
new_names = {
"EIcC_3_20_A1c_100fb-1": ["EIcC_NC_20GEV_EP_G1", "EIcC_NC_20GEV_EP_F1"],
"EIcC_5_25_A1c_100fb-1": ["EIcC_NC_25GEV_EP_G1", "EIcC_NC_25GEV_EP_F1"],
"EIcC_3_20_A1c_100fb-1": ["EIcC_NC_15GEV_EP_G1", "EIcC_NC_15GEV_EP_F1"],
"EIcC_5_25_A1c_100fb-1": ["EIcC_NC_22GEV_EP_G1", "EIcC_NC_22GEV_EP_F1"],
}

0 comments on commit cbfe572

Please sign in to comment.