Skip to content

Commit db60ebe

Browse files
committed
up 26% rel_res
1 parent 1a63b80 commit db60ebe

File tree

3 files changed

+198
-68
lines changed

3 files changed

+198
-68
lines changed

binder/combine.ipynb

Lines changed: 37 additions & 31 deletions
Large diffs are not rendered by default.

binder/hists_plots.ipynb

Lines changed: 159 additions & 36 deletions
Large diffs are not rendered by default.

boostedhiggs/corrections.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,8 @@ def pad_val(
748748
# note: clamped to 1.0 (so 2016 JMR down needs to be interpolated by combine)
749749
jmrValues["msoftdrop"] = {}
750750
for year in jmrValues["msoftdrop_twiki"]:
751-
rel_res = 0.12 if year == "2016" else 0.10
751+
# rel_res = 0.12 if year == "2016" else 0.10 # TODO: compute mu/sigma and plug here
752+
rel_res = 0.26
752753
jmrValues["msoftdrop"][year] = [
753754
1 + np.sqrt(max(sf_res**2 - 1, 0)) * rel_res for sf_res in jmrValues["msoftdrop_twiki"][year]
754755
]

0 commit comments

Comments
 (0)