Skip to content

Commit

Permalink
Merge pull request cms-tau-pog#14 from andrzejnovak/switch
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
andrzejnovak authored Nov 28, 2018
2 parents 1658fcb + bbadee2 commit fc232c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoBTag/TensorFlow/test/plotDDX.py
Original file line number Diff line number Diff line change
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("pfDeepDoubleBvLJetTags:probQCD"), jet.bDiscriminator("pfDeepDoubleBvLJetTags:probHbb"))
Expand Down

0 comments on commit fc232c4

Please sign in to comment.