Skip to content

Commit

Permalink
add SLHA-1 compilant blocks ALPHA and HMIX to MSSM model files
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander authored and Expander committed Oct 24, 2014
1 parent 4d8bcbd commit 7da55f7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions model_files/MSSM/FlexibleSUSY.m.in
Expand Up @@ -72,3 +72,11 @@ DefaultPoleMassPrecision = MediumPrecision;
HighPoleMassPrecision = {hh, Ah, Hpm};
MediumPoleMassPrecision = {};
LowPoleMassPrecision = {};

ExtraSLHAOutputBlocks = {
{ALPHA, {{Null, ArcCos[Pole[ZH[1,2]]]}}},
{HMIX , {{1, \[Mu]},
{2, vu / vd},
{3, Sqrt[vu^2 + vd^2]},
{4, M[Ah[2]]}}}
};
8 changes: 8 additions & 0 deletions model_files/lowMSSM/FlexibleSUSY.m.in
Expand Up @@ -35,3 +35,11 @@ OnlyLowEnergyFlexibleSUSY = True;

UseHiggs2LoopMSSM = True;
EffectiveMu = \[Mu];

ExtraSLHAOutputBlocks = {
{ALPHA, {{Null, ArcCos[Pole[ZH[1,2]]]}}},
{HMIX , {{1, \[Mu]},
{2, vu / vd},
{3, Sqrt[vu^2 + vd^2]},
{4, M[Ah[2]]}}}
};

0 comments on commit 7da55f7

Please sign in to comment.