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 4dc75e7 commit 69c5f88
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 @@ -1023,7 +1023,7 @@ def getGenLepGenQuarks(dataset, genparts: GenParticleArray):
| (wboson_daughters_pdgId == TAU_PDGID)
)

quarks = wboson_daughters_pdgId < b_PDGID
quarks = wboson_daughters_pdgId <= b_PDGID

lepVars = {
"lepton_pt": wboson_daughters[leptons].pt,
Expand Down

0 comments on commit 69c5f88

Please sign in to comment.