|
Go to the documentation of this file. 1Get["models/MSSMEFTHiggs/MSSMEFTHiggs_librarylink.m"];
5(* generate logarithmically spaced range [start, stop] *)
10(* generate logarithmically spaced range [2 Q, Q / 2] *)
13(* run MSSMEFTHiggs spectrum generator *)
18 precisionGoal -> 1.*^-5,
19 maxIterations -> 10000,
20 poleMassLoopOrder -> 2,
22 betaFunctionLoopOrder -> 3,
23 thresholdCorrectionsLoopOrder -> 2,
25 eftPoleMassScale -> Qpole,
26 eftMatchingScale -> Qmatch,
27 eftMatchingLoopOrderUp -> 1,
28 eftMatchingLoopOrderDown -> 1,
29 calculateBSMMasses -> 0
34 fsModelParameters -> {
42 mq2Input -> MS^2 IdentityMatrix[3],
43 mu2Input -> MS^2 IdentityMatrix[3],
44 md2Input -> MS^2 IdentityMatrix[3],
45 ml2Input -> MS^2 IdentityMatrix[3],
46 me2Input -> MS^2 IdentityMatrix[3],
47 AuInput -> {{MS/TB, 0 , 0},
49 {0 , 0 , MS/TB + Xt MS}},
50 AdInput -> MS TB IdentityMatrix[3],
51 AeInput -> MS TB IdentityMatrix[3]
54 spectrum = FSMSSMEFTHiggsCalculateSpectrum[handle];
59(* extract lightest Higgs pole mass Pole[M[hh]] from spectrum *)
63(* calculate Higgs mass and perform scale variation *)
69 (* combine uncertainty estimates *)
79Print["Mh = (", Mh, " +- ", DMh, ") GeV"];
LinearRange[start_, stop_, steps_] stop
calculate RunMSSMEFTHiggsUncertainty[MS_, TB_, Xt_]
generate run RunMSSMEFTHiggs[MS_, TB_, Xt_, Qpole_, Qmatch_]
Get["models/MSSMEFTHiggs/MSSMEFTHiggs_librarylink.m"]
generate LogRange[start_, stop_, steps_]
FSMSSMEFTHiggsCloseHandle[handle]
generate GenerateScales[Q_]
extract RunMSSMEFTHiggsMh[pars__]
Print["Mh = (", Mh, " +- ", DMh, ") GeV"]
|