Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
farakiko committed Sep 9, 2024
1 parent 2f76573 commit c414147
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boostedhiggs/corrections.py
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,8 @@ def getLPweights(dataset, events, candidatefj, fj_idx_lep, candidatelep_p4):

# msk = (msk_lep | msk_gamma) & msk_delta

msk = ((msk_lep | msk_gamma) & msk_delta) | msk_pt
# msk = ((msk_lep | msk_gamma) & msk_delta) | msk_pt
msk = msk_pt

# apply the masking by selecting particles that don't have "msk"
selected_pt = pt_array[~msk]
Expand Down

0 comments on commit c414147

Please sign in to comment.