Skip to content

Commit

Permalink
make Xt an input parameter in MSSMtower
Browse files Browse the repository at this point in the history
  • Loading branch information
tst committed Sep 15, 2015
1 parent 01e40a2 commit 10a2e8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 6 additions & 3 deletions model_files/MSSMtower/FlexibleSUSY.m.in
Expand Up @@ -14,7 +14,8 @@ EXTPAR = {

FSExtraInputParameters = {
{TanBeta, TanBeta, {1}},
{Ms, Ms, {1}}
{Ms, Ms, {1}},
{Xtt, Xtt, {1}}
};

EWSBOutputParameters = { mHd2, mHu2 };
Expand Down Expand Up @@ -51,7 +52,8 @@ SUSYScaleInput = {
{B[\[Mu]], 1/4 Sqr[Ms]},
{T[Yu], \[Mu]/TanBeta Yu},
{T[Yd], \[Mu] TanBeta Yd},
{T[Ye], \[Mu] TanBeta Ye}
{T[Ye], \[Mu] TanBeta Ye},
{T[Yu][3,3], (\[Mu]/TanBeta + Xtt) Yu[3,3]}
};

InitialGuessAtSUSYScale = {
Expand Down Expand Up @@ -82,7 +84,8 @@ InitialGuessAtSUSYScale = {
{B[\[Mu]], 1/4 Sqr[Ms]},
{T[Yu], \[Mu]/TanBeta Yu},
{T[Yd], \[Mu] TanBeta Yd},
{T[Ye], \[Mu] TanBeta Ye}
{T[Ye], \[Mu] TanBeta Ye},
{T[Yu][3,3], (\[Mu]/TanBeta + Xtt) Yu[3,3]}
};

(* InitialGuessAtLowScale is ignored if SMTower is true *)
Expand Down
2 changes: 2 additions & 0 deletions model_files/MSSMtower/LesHouches.in.MSSM
Expand Up @@ -42,3 +42,5 @@ Block Ms
20000 # SUSY scale
Block TanBeta
5 # tan(Beta) at the SUSY scale
Block Xtt
0 # Xt / Ms

0 comments on commit 10a2e8a

Please sign in to comment.