Skip to content

Commit

Permalink
rmax 10
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Jul 31, 2024
1 parent 033c856 commit dc3c303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inference_scans/run_law.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ while true; do
;;
--vbf)
pois="r_qqhh"
vbfargs="--x-min 0.1 --x-max 10 --parameter-values C2V=0"
vbfargs="--x-min 0.1 --x-max 10 --parameter-values C2V=1"
;;
--noggf)
pois="r_qqhh"
Expand Down Expand Up @@ -128,13 +128,13 @@ fi
if [ $limits_at_point = 1 ]; then
law run PlotUpperLimitsAtPoint \
$common_args $vbfargs \
--datacard-names bbVV \
--datacard-names bbVV \
--multi-datacards $cards \
--pois $pois \
--show-parameters kl,kt,C2V,CV \
--UpperLimits-workflow $workflow \
--UpperLimits-tasks-per-job 1 \
--UpperLimits-custom-args="--cl $cl" \
--UpperLimits-custom-args="--cl $cl --verbose 9 --rMax 10" \
--x-log \
--h-lines 1 \
--save-hep-data True \
Expand Down

0 comments on commit dc3c303

Please sign in to comment.