Skip to content

Commit

Permalink
plot FeynHiggs w/ error band
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Apr 28, 2016
1 parent 6dcd825 commit bbdacec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scan_MSSM.sh
Expand Up @@ -127,18 +127,22 @@ set style line 4 lt 1 dt 3 lw 2 lc rgb '#FFBF00'
set style line 5 lt 1 dt 5 lw 2 lc rgb '#FF00FF'
set style line 6 lt 1 dt 6 lw 2 lc rgb '#00FFFF'
set style line 7 lt 1 dt 7 lw 2 lc rgb '#000000'
set style line 8 lt 1 dt 4 lw 2 lc rgb '#00FF00'
set style line 9 lt 1 dt 1 lw 0 lc rgb '#00FF00'
set xlabel 'M_S / TeV'
set ylabel 'M_h / GeV'
plot [:] [:] \
plot [:] [60:140] \
'scale_MSSM.dat' u (\$1/1000):2 t 'FlexibleSUSY/MSSM-tower' w lines ls 1, \
'scale_MSSM.dat' u (\$1/1000):4 t 'FlexibleSUSY/MSSM 2L' w lines ls 3, \
'scale_MSSM.dat' u (\$1/1000):5 t 'HSSUSY 2L' w lines ls 2, \
'scale_MSSM.dat' u (\$1/1000):6 t 'SOFTSUSY 2L' w lines ls 4, \
'scale_MSSM.dat' u (\$1/1000):7 t 'FlexibleSUSY/MSSM 2L SPheno-like' w lines ls 5, \
'scale_SPhenoMSSM_TB-5_2L.dat' u (\$1/1000):2 t 'SPheno/MSSM 2L' w lines ls 6, \
'scale_SPhenoMSSM_TB-5_2L_FSlike.dat' u (\$1/1000):2 t 'SPheno/MSSM 2L FS-like' w lines ls 7
'scale_SPhenoMSSM_TB-5_2L_FSlike.dat' u (\$1/1000):2 t 'SPheno/MSSM 2L FS-like' w lines ls 7, \
'scale_MSSM.dat' u (\$1/1000):8 t 'FeynHiggs 2.11.3' w lines ls 8, \
'scale_MSSM.dat' u (\$1/1000):(\$8-\$9):(\$8+\$9) t 'FeynHiggs uncertainty' w filledcurves ls 9 fs transparent solid 0.3
"

echo "$plot_scale" | gnuplot

0 comments on commit bbdacec

Please sign in to comment.