Skip to content

Commit

Permalink
allow user to set imaginary part of M12 and A0 in CMSSMCPV
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Feb 27, 2017
1 parent 48336c9 commit 2093f54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
15 changes: 9 additions & 6 deletions model_files/CMSSMCPV/FlexibleSUSY.m.in
Expand Up @@ -12,6 +12,9 @@ MINPAR = { {1, m0},
{5, Azero},
{100, Phase[\[Mu]]} };

IMMINPAR = { {2, Imm12},
{5, ImAzero} };

EXTPAR = {
{100, etaInput}
};
Expand All @@ -34,19 +37,19 @@ HighScale = g1 == g2;
HighScaleFirstGuess = 2.0 10^16;

HighScaleInput = {
{T[Ye], Azero*Ye},
{T[Yd], Azero*Yd},
{T[Yu], Azero*Yu},
{T[Ye], (Azero + I ImAzero) Ye},
{T[Yd], (Azero + I ImAzero) Yd},
{T[Yu], (Azero + I ImAzero) Yu},
{mq2, UNITMATRIX[3] m0^2},
{ml2, UNITMATRIX[3] m0^2},
{md2, UNITMATRIX[3] m0^2},
{mu2, UNITMATRIX[3] m0^2},
{me2, UNITMATRIX[3] m0^2},
{mHu2, m0^2},
{mHd2, m0^2},
{MassB, m12},
{MassWB,m12},
{MassG, m12}
{MassB, m12 + I Imm12},
{MassWB,m12 + I Imm12},
{MassG, m12 + I Imm12}
};

LowScale = LowEnergyConstant[MZ];
Expand Down
3 changes: 3 additions & 0 deletions model_files/CMSSMCPV/LesHouches.in.CMSSMCPV
Expand Up @@ -49,5 +49,8 @@ Block MINPAR # Input parameters
3 10 # TanBeta
4 1 # CosPhiMu
5 0 # Azero
Block IMMINPAR
2 0 # Imm12
5 0 # ImAzero
Block EXTPAR
100 0.1 # etaInput

0 comments on commit 2093f54

Please sign in to comment.