Skip to content

Commit

Permalink
Clean up run datacards script
Browse files Browse the repository at this point in the history
  • Loading branch information
kmohrman committed Oct 4, 2024
1 parent bd585ed commit e9a4eb0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion analysis/wwz/make_datacards_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ R3_PKL="r3_wwz_histos_withSyst.pkl.gz"

rm cards_wwz4l/*

python make_datacards.py histos/$R3_PKL -u run3 -s --bdt
# 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 Cut Based results
#python make_datacards.py histos/$R2_PKL -u run2 -s
#python make_datacards.py histos/$R3_PKL -u run3 -s

0 comments on commit e9a4eb0

Please sign in to comment.