diff --git a/inference_scans/run_upper_limits_point_r.sh b/inference_scans/run_upper_limits_point_r.sh index f3b199a9..88cc8d8c 100755 --- a/inference_scans/run_upper_limits_point_r.sh +++ b/inference_scans/run_upper_limits_point_r.sh @@ -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" \ diff --git a/inference_scans/run_upper_limits_point_r_qqHH_c2v0.sh b/inference_scans/run_upper_limits_point_r_qqHH_c2v0.sh new file mode 100755 index 00000000..3b5d1c5a --- /dev/null +++ b/inference_scans/run_upper_limits_point_r_qqHH_c2v0.sh @@ -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" \