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

Go to the source code of this file.

Functions

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

Variables

HSSUSYCalcMh[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 ["HSSUSY_Mh_MS.png", plot, ImageSize -> 600]
 
 Get ["models/HSSUSY/HSSUSY_librarylink.m"]
 
MhBest[{MS_, Mh_, DMh_}] Mh
 
 plot
 
 plot1
 
 plot2
 
 settings
 
 smpars
 
LinearRange[start_, stop_, steps_] stop
 
 TB = 20
 
 Xtt = Sqrt[6]
 

Function Documentation

◆ DMh()

id DMh ( )
virtual

Definition at line 65 of file scan_FlexibleEFTHiggs_uncertainty.m.

◆ fsModelParameters()

id fsModelParameters ( )
virtual

Definition at line 48 of file HSSUSY_uncertainty_estimate.m.

◆ steps()

id steps ( )
virtual

Variable Documentation

◆ __pad0__

HSSUSYCalcMh [MS_, TB_, Xtt_] __pad0__

Definition at line 45 of file HSSUSY_uncertainty_estimate.m.

◆ __pad1__

LinearRange [start_, stop_, steps_] __pad1__

Definition at line 76 of file HSSUSY_uncertainty_estimate.m.

◆ __pad2__

MhMin [{MS_, Mh_, DMh_}] __pad2__

Definition at line 87 of file HSSUSY_uncertainty_estimate.m.

◆ __pad3__

MhMax [{MS_, Mh_, DMh_}] __pad3__

Definition at line 88 of file HSSUSY_uncertainty_estimate.m.

◆ __pad4__

MhBest [{MS_, Mh_, DMh_}] __pad4__

Definition at line 89 of file HSSUSY_uncertainty_estimate.m.

◆ data

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

Definition at line 82 of file HSSUSY_uncertainty_estimate.m.

◆ dataMhBest

dataMhBest = MhBest /@ data

Definition at line 93 of file HSSUSY_uncertainty_estimate.m.

◆ dataMhMax

dataMhMax = MhMax /@ data

Definition at line 92 of file HSSUSY_uncertainty_estimate.m.

◆ dataMhMin

dataMhMin = MhMin /@ data

Definition at line 91 of file HSSUSY_uncertainty_estimate.m.

◆ Export

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

Definition at line 111 of file HSSUSY_uncertainty_estimate.m.

◆ Get

Get["model_files/HSSUSY/HSSUSY_uncertainty_estimate.m"]

Definition at line 1 of file HSSUSY_uncertainty_estimate.m.

◆ Mh

MhBest [{MS_, Mh_, DMh_}] Mh

Definition at line 89 of file HSSUSY_uncertainty_estimate.m.

◆ plot

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

Definition at line 103 of file HSSUSY_uncertainty_estimate.m.

◆ plot1

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

Definition at line 98 of file HSSUSY_uncertainty_estimate.m.

◆ plot2

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

Definition at line 95 of file HSSUSY_uncertainty_estimate.m.

◆ settings

◆ smpars

smpars

Definition at line 13 of file HSSUSY_uncertainty_estimate.m.

◆ stop

◆ TB

TB = 20

Definition at line 80 of file HSSUSY_uncertainty_estimate.m.

◆ Xtt

Xtt = Sqrt[6]

Definition at line 79 of file HSSUSY_uncertainty_estimate.m.