Skip to content

Commit

Permalink
removed duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
dprim7 committed Sep 30, 2024
1 parent 1c4d104 commit 97dcf47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HH4b/boosted/TrainBDT.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def apply_cuts(events_dict, txbb_str, mass_str):
for key in events_dict:
msd1 = events_dict[key]["bbFatJetMsd"][0]
msd2 = events_dict[key]["bbFatJetMsd"][1]
msd2 = events_dict[key]["bbFatJetMsd"][1]
pt1 = events_dict[key]["bbFatJetPt"][0]
pt2 = events_dict[key]["bbFatJetPt"][1]
txbb1 = events_dict[key][txbb_str][0]
Expand Down

0 comments on commit 97dcf47

Please sign in to comment.