Skip to content

Commit

Permalink
correcting input parameter names
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Mar 22, 2018
1 parent 3950547 commit 2cd0ccf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions doc/nuhmssmnofvhimalaya.dox
Expand Up @@ -42,9 +42,9 @@ NUHMSSMNoFVHimalaya takes the following physics parameters as input:
Parameter | Description | SLHA block/field | Mathematica symbol
--------------------------------------------|----------------------------------------------------------------------------|------------------|--------------------
\f$Q_{\text{in}}\f$ | input scale | `EXTPAR[0]` | `Qin`
\f$M_1(M_\text{SUSY})\f$ | Bino mass | `EXTPAR[1]` | `M1`
\f$M_2(M_\text{SUSY})\f$ | Wino mass | `EXTPAR[2]` | `M2`
\f$M_3(M_\text{SUSY})\f$ | Gluino mass | `EXTPAR[3]` | `M3`
\f$M_1(M_\text{SUSY})\f$ | Bino mass | `EXTPAR[1]` | `M1IN`
\f$M_2(M_\text{SUSY})\f$ | Wino mass | `EXTPAR[2]` | `M2IN`
\f$M_3(M_\text{SUSY})\f$ | Gluino mass | `EXTPAR[3]` | `M3IN`
\f$A_t(M_\text{SUSY})\f$ | trililear stop coupling | `EXTPAR[11]` | `AtIN`
\f$A_b(M_\text{SUSY})\f$ | trililear sbottom coupling | `EXTPAR[12]` | `AbIN`
\f$A_\tau(M_\text{SUSY})\f$ | trililear stau coupling | `EXTPAR[13]` | `AtauIN`
Expand Down
12 changes: 6 additions & 6 deletions test/test_Mh_uncertainties.m
Expand Up @@ -115,9 +115,9 @@
fsModelParameters -> {
TanBeta -> TB,
Qin -> MS,
M1 -> MS,
M2 -> MS,
M3 -> MS,
M1IN -> MS,
M2IN -> MS,
M3IN -> MS,
AtIN -> MS/TB + Xtt MS,
AbIN -> MS TB,
AtauIN -> MS TB,
Expand Down Expand Up @@ -154,9 +154,9 @@
fsModelParameters -> {
TanBeta -> TB,
Qin -> MS,
M1 -> MS,
M2 -> MS,
M3 -> MS,
M1IN -> MS,
M2IN -> MS,
M3IN -> MS,
AtIN -> MS/TB + Xtt MS,
AbIN -> MS TB,
AtauIN -> MS TB,
Expand Down
12 changes: 6 additions & 6 deletions test/test_NUHMSSMNoFVHimalaya_uncertainty.m
Expand Up @@ -54,9 +54,9 @@
fsModelParameters -> {
TanBeta -> TB,
Qin -> MS,
M1 -> MS,
M2 -> MS,
M3 -> MS,
M1IN -> MS,
M2IN -> MS,
M3IN -> MS,
AtIN -> MS/TB + Xtt MS,
AbIN -> 0,
AtauIN -> 0,
Expand Down Expand Up @@ -94,9 +94,9 @@
fsModelParameters -> {
TanBeta -> TB,
Qin -> MS,
M1 -> MS,
M2 -> MS,
M3 -> MS,
M1IN -> MS,
M2IN -> MS,
M3IN -> MS,
AtIN -> MS/TB + Xtt MS,
AbIN -> 0,
AtauIN -> 0,
Expand Down

0 comments on commit 2cd0ccf

Please sign in to comment.