Skip to content

Commit

Permalink
run MRSSM-tower with tree-level yt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 15, 2016
1 parent 1e9e8d6 commit 27365fd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scan_MRSSM.sh
Expand Up @@ -219,6 +219,20 @@ echo "$slha_templ" | ./utils/scan-slha.sh \
--output=EXTPAR[0],MASS[25] \
> scale_MRSSMtower_TB-5_Qmatch_uncertainty.dat

echo "run MRSSM-tower with yt(0L)"

{ echo "$slha_templ";
cat <<EOF
Block FlexibleSUSY
19 1 # mf tree-level matching
EOF
} | ./utils/scan-slha.sh \
--spectrum-generator=./MRSSMtower_Qmatch_uncertainty.sh \
--scan-range=EXTPAR[0]=91~100000:$n_points \
--step-size=log \
--output=EXTPAR[0],MASS[25] \
> scale_MRSSMtower_TB-5_yt-0L.dat

plot_scale="
set terminal pdfcairo size 5in,4in
set tmargin 7
Expand Down

0 comments on commit 27365fd

Please sign in to comment.