Skip to content

Commit

Permalink
dtsnlty cms 13tev jet
Browse files Browse the repository at this point in the history
  • Loading branch information
t7phy committed Feb 22, 2024
1 parent 2b6cbf9 commit 9179171
Show file tree
Hide file tree
Showing 4 changed files with 482 additions and 482 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def processData():
data_central_r04.append(data_central_value)
pT_min = input['independent_variables'][0]['values'][j]['low']
pT_max = input['independent_variables'][0]['values'][j]['high']
kin_value = {'sqrts': {'min': None, 'mid': sqrts, 'max': None}, 'pT2': {'min': pT_min**2, 'mid': None, 'max': pT_max**2}, 'y': {'min': y_min, 'mid': None, 'max': y_max}}
kin_value = {'sqrts': {'min': None, 'mid': sqrts, 'max': None}, 'pT': {'min': pT_min, 'mid': None, 'max': pT_max}, 'y': {'min': y_min, 'mid': None, 'max': y_max}}
kin_r04.append(kin_value)
error_value = {}
error_value['all uncorr. unc.'] = values[j]['errors'][0]['symerror']
Expand Down Expand Up @@ -99,7 +99,7 @@ def processData():
data_central_r07.append(data_central_value)
pT_min = input['independent_variables'][0]['values'][j]['low']
pT_max = input['independent_variables'][0]['values'][j]['high']
kin_value = {'sqrts': {'min': None, 'mid': sqrts, 'max': None}, 'pT2': {'min': pT_min**2, 'mid': None, 'max': pT_max**2}, 'y': {'min': y_min, 'mid': None, 'max': y_max}}
kin_value = {'sqrts': {'min': None, 'mid': sqrts, 'max': None}, 'pT': {'min': pT_min, 'mid': None, 'max': pT_max}, 'y': {'min': y_min, 'mid': None, 'max': y_max}}
kin_r07.append(kin_value)
error_value = {}
error_value['all uncorr. unc.'] = values[j]['errors'][0]['symerror']
Expand Down
Loading

0 comments on commit 9179171

Please sign in to comment.