Skip to content

Commit

Permalink
remove lep in jet
Browse files Browse the repository at this point in the history
  • Loading branch information
farakiko committed Oct 2, 2024
1 parent 4b60286 commit 162ebb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boostedhiggs/hwwprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def process(self, events: ak.Array):
fj_pt_sel = fj_pt_sel | (candidatefj[v][var].pt > 250)
self.add_selection(name="CandidateJetpT", sel=(fj_pt_sel == 1))

self.add_selection(name="LepInJet", sel=(lep_fj_dr < 0.8))
# self.add_selection(name="LepInJet", sel=(lep_fj_dr < 0.8))
self.add_selection(name="JetLepOverlap", sel=(lep_fj_dr > 0.03))
self.add_selection(name="dPhiJetMET", sel=(np.abs(met_fj_dphi) < 1.57))

Expand Down

0 comments on commit 162ebb4

Please sign in to comment.