Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rkansal47/HHbbVV
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Apr 13, 2024
2 parents 88330a2 + ae19ef3 commit d5d9bf3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion inference_scans/run_upper_limits_point_r.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ law run PlotUpperLimitsAtPoint \
--unblinded "$UNBLINDED" \
--h-lines 1 \
--save-hep-data True \
--remove-output 1,a,y
--remove-output 0,a,y
# --use-snapshot True \ # for (fit to data) after unblinding
# --Snapshot-workflow "local" \
24 changes: 24 additions & 0 deletions inference_scans/run_upper_limits_point_r_qqHH_c2v0.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/usr/bin/env bash
# shellcheck disable=SC2154

# export DHI_CMS_POSTFIX="Supplementary"
law run PlotUpperLimitsAtPoint \
--version "$VERSION" \
--multi-datacards "$Cbbww4qInject" \
--datacard-names "bbVV" \
--file-types "pdf,png" \
--pois r_qqhh \
--show-parameters kl,kt,C2V,CV \
--parameter-values C2V=0 \
--UpperLimits-workflow "htcondor" \
--UpperLimits-tasks-per-job 1 \
--x-log \
--x-min 0.1 \
--x-max 10 \
--campaign run2 \
--unblinded "$UNBLINDED" \
--h-lines 1 \
--save-hep-data True \
--remove-output 0,a,y
# --use-snapshot True \ # for (fit to data) after unblinding
# --Snapshot-workflow "local" \

0 comments on commit d5d9bf3

Please sign in to comment.