Skip to content

Commit

Permalink
Merge pull request #2261 from NNPDF/update_ttb_8tev_atlaslumi12
Browse files Browse the repository at this point in the history
Update luminosity name from ATLASLUMI8 to ATLASLUMI12
  • Loading branch information
scarlehoff authored Jan 22, 2025
2 parents 6747c5d + a874bf9 commit c0ccdf1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def processData():
error_definition_dSig_dmttBar['lumi'] = {
'definition': 'luminosity uncertainty',
'treatment': 'MULT',
'type': 'ATLASLUMI8',
'type': 'ATLASLUMI12',
}

data_central_dSig_dmttBar_yaml = {'data_central': data_central_dSig_dmttBar}
Expand Down Expand Up @@ -296,7 +296,7 @@ def processData():
error_definition_dSig_dpTt['lumi'] = {
'definition': 'luminosity uncertainty',
'treatment': 'MULT',
'type': 'ATLASLUMI8',
'type': 'ATLASLUMI12',
}

data_central_dSig_dpTt_yaml = {'data_central': data_central_dSig_dpTt}
Expand Down Expand Up @@ -476,7 +476,7 @@ def processData():
error_definition_dSig_dyt['lumi'] = {
'definition': 'luminosity uncertainty',
'treatment': 'MULT',
'type': 'ATLASLUMI8',
'type': 'ATLASLUMI12',
}

data_central_dSig_dyt_yaml = {'data_central': data_central_dSig_dyt}
Expand Down Expand Up @@ -653,7 +653,7 @@ def processData():
error_definition_dSig_dyttBar['lumi'] = {
'definition': 'luminosity uncertainty',
'treatment': 'MULT',
'type': 'ATLASLUMI8',
'type': 'ATLASLUMI12',
}

data_central_dSig_dyttBar_yaml = {'data_central': data_central_dSig_dyttBar}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ definitions:
lumi:
definition: luminosity uncertainty
treatment: MULT
type: ATLASLUMI8
type: ATLASLUMI12
bins:
- ArtUnc_1: -1.23649153e-03
ArtUnc_2: 1.88324148e-03
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ definitions:
lumi:
definition: luminosity uncertainty
treatment: MULT
type: ATLASLUMI8
type: ATLASLUMI12
bins:
- ArtUnc_1: -1.39896466e-03
ArtUnc_2: 2.03987640e-03
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ definitions:
lumi:
definition: luminosity uncertainty
treatment: MULT
type: ATLASLUMI8
type: ATLASLUMI12
bins:
- ArtUnc_1: -8.14149353e-01
ArtUnc_2: 2.50566064e-01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ definitions:
lumi:
definition: luminosity uncertainty
treatment: MULT
type: ATLASLUMI8
type: ATLASLUMI12
bins:
- ArtUnc_1: -1.25187978e+00
ArtUnc_2: -1.89565814e-01
Expand Down

0 comments on commit c0ccdf1

Please sign in to comment.