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 5394953 commit fea156c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boostedhiggs/corrections.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@ def getGenLepGenQuarks(dataset, genparts: GenParticleArray):
)

quarks = wboson_daughters_pdgId <= b_PDGID
print("len(quarks)", len(quarks))

lepVars = {
"lepton_pt": wboson_daughters[leptons].pt,
Expand All @@ -1039,6 +1040,8 @@ def getGenLepGenQuarks(dataset, genparts: GenParticleArray):
"quark_mass": wboson_daughters[quarks].mass,
}

print("quarkVars", quarkVars)

return lepVars, quarkVars


Expand Down

0 comments on commit fea156c

Please sign in to comment.