Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
farakiko committed Sep 11, 2024
1 parent cb004e3 commit d1c0e2f
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 @@ -1010,7 +1010,8 @@ def getGenLepGenQuarks(dataset, genparts: GenParticleArray):

elif "TT" in dataset:
tops = genparts[get_pid_mask(genparts, TOP_PDGID, byall=False) * genparts.hasFlags(GEN_FLAGS)]
print(tops)
print(tops[:, 0])

# take all possible daughters!
daughters = ak.flatten(tops.distinctChildren, axis=2)
daughters = daughters[daughters.hasFlags(GEN_FLAGS)]
Expand Down

0 comments on commit d1c0e2f

Please sign in to comment.