Skip to content

Commit

Permalink
paste scale uncertainty files
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jun 7, 2016
1 parent 5a25dff commit a3da131
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scan_MSSM.sh
Expand Up @@ -99,7 +99,11 @@ echo "$slha_templ" | ./utils/scan-slha.sh \
--scan-range=MS[]=91~100000:$n_points \
--step-size=log \
--output=MS[],MASS[25] \
| tee scale_MSSMMuBMu_TB-5_scale_uncertainty.dat
| tee scale_MSSMMuBMu_TB-5_scale_uncertainty.dat.$$

paste scale_MSSMMuBMu_TB-5.dat \
scale_MSSMMuBMu_TB-5_scale_uncertainty.dat.$$ \
> scale_MSSMMuBMu_TB-5_scale_uncertainty.dat

echo "calculate uncertainty in MSSMtower from varying DeltaLambda"

Expand Down

0 comments on commit a3da131

Please sign in to comment.