Skip to content

Commit

Permalink
adding testing model w/o input parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Apr 27, 2016
1 parent e117f9e commit 7e06688
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -35,6 +35,7 @@ model_files/InertMSSM export-ignore
model_files/LHInputMSSM export-ignore
model_files/MDM export-ignore
model_files/minMSSM export-ignore
model_files/NoInputParameters export-ignore
model_files/NoYukawaMSSM export-ignore
model_files/NSM export-ignore
model_files/rootMSSM export-ignore
Expand Down
71 changes: 71 additions & 0 deletions model_files/NoInputParameters/FlexibleSUSY.m.in
@@ -0,0 +1,71 @@
FSModelName = "@CLASSNAME@";
FSEigenstates = SARAH`EWSB;
FSDefaultSARAHModel = SM;

(* SM input parameters *)

MINPAR = {};

EXTPAR = {};

EWSBOutputParameters = { mu2 };

HighScale = 1000;

HighScaleFirstGuess = 1000;

HighScaleInput = {
{\[Lambda], 0.1}
};

SUSYScale = 173.34;

SUSYScaleFirstGuess = 173.34;

SUSYScaleInput = {};

LowScale = LowEnergyConstant[MZ];

LowScaleFirstGuess = LowEnergyConstant[MZ];

LowScaleInput = {
{v, 2 MZDRbar / Sqrt[GUTNormalization[g1]^2 g1^2 + g2^2]},
{Yu, Automatic},
{Yd, Automatic},
{Ye, Automatic}
};

InitialGuessAtLowScale = {
{v, LowEnergyConstant[vev]},
{Yu, Automatic},
{Yd, Automatic},
{Ye, Automatic}
};

SMParticles = {
Electron, TopQuark, BottomQuark,
VectorP, VectorZ, VectorG, VectorW, Neutrino,
Hp, Ah, (* goldstones *)
hh (* Higgs *)
};

UseSM3LoopRGEs = True;
UseHiggs2LoopSM = True;

DefaultPoleMassPrecision = MediumPrecision;
HighPoleMassPrecision = {hh};
MediumPoleMassPrecision = {};
LowPoleMassPrecision = {};

ExtraSLHAOutputBlocks = {
{EFFHIGGSCOUPLINGS, NoScale,
{{1, FlexibleSUSYObservable`CpHiggsPhotonPhoton},
{2, FlexibleSUSYObservable`CpHiggsGluonGluon},
{3, FlexibleSUSYObservable`CpPseudoScalarPhotonPhoton},
{4, FlexibleSUSYObservable`CpPseudoScalarGluonGluon} } }
};

SARAH`ParameterDefinitions = Append[
Cases[SARAH`ParameterDefinitions, {p_ /; p =!= SARAH`\[Lambda], ___}],
{SARAH`\[Lambda], { Description -> "SM Higgs Selfcouplings" } }
];
1 change: 1 addition & 0 deletions test/test_run_all_spectrum_generators.sh
Expand Up @@ -61,6 +61,7 @@ complexMSSM,${DEFAULT_MSSM_INPUT},0
munuSSM,_DEFAULT_,0
NMSSM,_DEFAULT_,0
NMSSMCPV,_DEFAULT_,0
NoInputParameters,${DEFAULT_SM_INPUT},0
NoYukawaMSSM,${DEFAULT_CMSSM_INPUT},1
NSM,_DEFAULT_,0
NUHMSSM,_DEFAULT_,0
Expand Down

0 comments on commit 7e06688

Please sign in to comment.