Skip to content

Commit

Permalink
small fix (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmduarte authored Jul 2, 2024
1 parent 82b5247 commit 5747014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HH4b/combine/run_unblinded_hh4b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ if [ "$bias" != -1 ]; then
combine -M FitDiagnostics --trackParameters r --trackErrors r --justFit \
-m 125 -n "bias${bias}_passbin${passbin}" -d ${wsm_snapshot}.root --rMin ${rmin} --rMax ${rmax} \
--snapshotName MultiDimFit --bypassFrequentistFit --toysFrequentist --expectSignal "$bias" \
${unblindedparams},r=$bias \
${unblindedparams} \
--robustFit=1 -t "$numtoys" -s "$seed" \
--X-rtd MINIMIZER_MaxCalls=1000000 --cminDefaultMinimizerTolerance 0.1 2>&1 | tee "$outsdir/bias${bias}seed${seed}.txt"
fi

0 comments on commit 5747014

Please sign in to comment.