flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
NUHMSSMNoFVHimalaya_uncertainty_estimate.m File Reference

Go to the source code of this file.

Functions

id DMh ()
 
id fsModelParameters ()
 
id steps ()
 

Variables

NUHMSSMNoFVHimalayaCalcMh[MS_, TB_, Xtt_] __pad0__
 
LinearRange[start_, stop_, steps_] __pad1__
 
MhMin[{MS_, Mh_, DMh_}] __pad2__
 
MhMax[{MS_, Mh_, DMh_}] __pad3__
 
MhBest[{MS_, Mh_, DMh_}] __pad4__
 
 data
 
 dataMhBest = MhBest /@ data
 
 dataMhMax = MhMax /@ data
 
 dataMhMin = MhMin /@ data
 
 Export ["NUHMSSMNoFVHimalaya_Mh_MS.png", plot, ImageSize -> 600]
 
 Get ["models/NUHMSSMNoFVHimalaya/NUHMSSMNoFVHimalaya_librarylink.m"]
 
MhBest[{MS_, Mh_, DMh_}] Mh
 
 plot
 
 plot1
 
 plot2
 
 settings
 
 smpars
 
LinearRange[start_, stop_, steps_] stop
 
 TB = 5
 
 Xtt = -2
 

Function Documentation

◆ DMh()

id DMh ( )
virtual

Definition at line 65 of file scan_FlexibleEFTHiggs_uncertainty.m.

◆ fsModelParameters()

id fsModelParameters ( )
virtual

Definition at line 49 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ steps()

id steps ( )
virtual

Variable Documentation

◆ __pad0__

NUHMSSMNoFVHimalayaCalcMh [MS_, TB_, Xtt_] __pad0__

Definition at line 46 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ __pad1__

LinearRange [start_, stop_, steps_] __pad1__

Definition at line 85 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ __pad2__

MhMin [{MS_, Mh_, DMh_}] __pad2__

Definition at line 96 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ __pad3__

MhMax [{MS_, Mh_, DMh_}] __pad3__

Definition at line 97 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ __pad4__

MhBest [{MS_, Mh_, DMh_}] __pad4__

Definition at line 98 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ data

data
Initial value:
= ParallelMap[
{ N[#], Sequence @@ NUHMSSMNoFVHimalayaCalcMh[#, TB, Xtt] }&,
LinearRange[500, 10^4, 100]
]

Definition at line 91 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ dataMhBest

dataMhBest = MhBest /@ data

Definition at line 102 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ dataMhMax

dataMhMax = MhMax /@ data

Definition at line 101 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ dataMhMin

dataMhMin = MhMin /@ data

Definition at line 100 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ Export

Export["NUHMSSMNoFVHimalaya_Mh_MS.png", plot, ImageSize -> 600]

Definition at line 120 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ Get

Get["model_files/NUHMSSMNoFVHimalaya/NUHMSSMNoFVHimalaya_uncertainty_estimate.m"]

Definition at line 1 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ Mh

MhBest [{MS_, Mh_, DMh_}] Mh

Definition at line 98 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ plot

plot
Initial value:
= Show[{plot1, plot2},
BaseStyle -> {FontSize -> 16, FontFamily -> "Helvetica"},
PlotLabel -> Style["\*SubscriptBox[X, t] = -2 \*SubscriptBox[M, S], tan\[Beta] = 5"],
PlotRange -> Automatic,
Axes -> False, Frame -> True,
FrameLabel -> {Style["\*SubscriptBox[M, S] / GeV"],
Style["\*SubscriptBox[M, h] / GeV"]}]

Definition at line 112 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ plot1

plot1
Initial value:
= ListLinePlot[{dataMhMax, dataMhMin},
PlotStyle -> LightGray,
Filling -> {1 -> {{2}, LightGray}},
PlotRange -> All]

Definition at line 107 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ plot2

plot2
Initial value:
= ListLinePlot[dataMhBest,
PlotStyle -> {Red, Thick}]

Definition at line 104 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ settings

settings
Initial value:
= {
precisionGoal -> 1.*^-5,
maxIterations -> 1000,
betaFunctionLoopOrder -> 3,
poleMassLoopOrder -> 3,
ewsbLoopOrder -> 3,
thresholdCorrectionsLoopOrder -> 2,
thresholdCorrections -> 122111121
}

Definition at line 4 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ smpars

smpars

Definition at line 14 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ stop

LinearRange [start_, stop_, steps_] stop

Definition at line 86 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ TB

TB = 5

Definition at line 89 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.

◆ Xtt

Xtt = -2

Definition at line 88 of file NUHMSSMNoFVHimalaya_uncertainty_estimate.m.