Skip to content

Commit

Permalink
change default btag requirement to medium wp for bjet regression cali…
Browse files Browse the repository at this point in the history
…brator
  • Loading branch information
mafrahm committed Dec 19, 2023
1 parent 1ac3e4d commit 1d973f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbw/calibration/jet.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"Jet.pt", "Jet.mass", "Jet.btagDeepFlavB", "Jet.bRegCorr",
},
produces={"Jet.pt", "Jet.mass"},
btag_wp=None,
btag_wp="medium",
)
def bjet_regression(
self: Calibrator,
Expand Down

0 comments on commit 1d973f9

Please sign in to comment.