Skip to content

Commit

Permalink
Update dc maker wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
kmohrman committed Dec 18, 2024
1 parent 013f83b commit 54f07a4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions analysis/wwz/make_datacards_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ R3_PKL="r3_wwz_histos_withSyst.pkl.gz"

rm cards_wwz4l/*

# For BDT results
python make_datacards.py histos/$R2_PKL -u run2 -s --bdt
python make_datacards.py histos/$R3_PKL -u run3 -s --bdt
# For unblind BDT results
python make_datacards.py histos/$R2_PKL -u run2 -s --bdt --unblind --zero-low-mc
python make_datacards.py histos/$R3_PKL -u run3 -s --bdt --unblind --zero-low-mc

# For blind BDT results
#python make_datacards.py histos/$R2_PKL -u run2 -s --bdt --zero-low-mc
#python make_datacards.py histos/$R3_PKL -u run3 -s --bdt --zero-low-mc

# For Cut Based results
#python make_datacards.py histos/$R2_PKL -u run2 -s
Expand Down

0 comments on commit 54f07a4

Please sign in to comment.