We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f84f8f commit 190318eCopy full SHA for 190318e
src/boostedhh/processors/objects.py
@@ -18,7 +18,7 @@ def jetid_v12(jets: ak.Array) -> ak.Array:
18
| (
19
((np.abs(jets.eta) > 2.7) & (np.abs(jets.eta) <= 3.0))
20
& jetidtightbit
21
- & (jets.neHEF >= 0.99)
+ & (jets.neHEF < 0.99)
22
)
23
| ((np.abs(jets.eta) > 3.0) & jetidtightbit & (jets.neEmEF < 0.4))
24
0 commit comments