Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anovak10 committed Nov 29, 2018
2 parents c3c264f + a59c602 commit 4c9bf4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoBTag/TensorFlow/test/plotDDX.py
Expand Up @@ -17,8 +17,8 @@
event.getByLabel (labelJ, handleJ)
jets = handleJ.product()
for jet in jets :
if jet.pt() < 300 or jet.pt() > 2000: continue
if jet.mass() < 40 or jet.mass() > 200: continue
#if jet.pt() < 300 or jet.pt() > 2000: continue
#if jet.mass() < 40 or jet.mass() > 200: continue

print(jet.pt(), jet.mass())
print("DDB", jet.bDiscriminator("pfDeepDoubleBJetTags:probQ"), jet.bDiscriminator("pfDeepDoubleBJetTags:probH"))
Expand Down

0 comments on commit 4c9bf4c

Please sign in to comment.