Skip to content

Commit

Permalink
minor mod to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Nov 13, 2023
1 parent 9d29296 commit 6d26730
Show file tree
Hide file tree
Showing 5 changed files with 256 additions and 254 deletions.
1 change: 1 addition & 0 deletions buildmaster/CMS_1JET_8TEV/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def filter_CMS_1JET_8TEV_uncertainties():
if __name__ == "__main__":
# write data central values and kinematics to file
filter_CMS_1JET_8TEV_data_kinetic()
filter_CMS_1JET_8TEV_uncertainties()

covmat = filter_CMS_1JET_8TEV_uncertainties()

Expand Down
2 changes: 1 addition & 1 deletion buildmaster/CMS_1JET_8TEV/filter_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def get_kinematics(tables, version):

kin_value = {
'y': {'min': rap['min'], 'mid': rap['mid'], 'max': rap['max']},
'kt': {'min': KT['min'], 'mid': KT['mid'], 'max': KT['max']},
'pT': {'min': KT['min'], 'mid': KT['mid'], 'max': KT['max']},
'sqrt_s': {'min': None, 'mid': sqrts, 'max': None},
}

Expand Down
Loading

0 comments on commit 6d26730

Please sign in to comment.