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 55f348a commit 2f76573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boostedhiggs/corrections.py
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ def getLPweights(dataset, events, candidatefj, fj_idx_lep, candidatelep_p4):
# build any masking you want
msk_lep = (pid_array == ELE_PDGID) | (pid_array == MU_PDGID) | (pid_array == TAU_PDGID)
msk_gamma = pid_array == GAMMA_PDGID
msk_delta = GenLep.delta_r(jet_pfcands) < 0.1
msk_delta = GenLep.delta_r(jet_pfcands) < 0.2
msk_pt = pt_array < 1

# msk = (msk_lep | msk_gamma) & msk_delta
Expand Down

0 comments on commit 2f76573

Please sign in to comment.