Skip to content

Commit 290c331

Browse files
committed
Adjust MHE once more.
1 parent 641d7a1 commit 290c331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dhi/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
LE=DotDict(range=(-10.0, 10.0), label=r"$\lambda_{eff}=\lambda_{\alpha}-tan(\alpha)m_{2}/\nu$", sm_value=0.0),
168168
M2=DotDict(range=(0.0, 3000.0), label=r"$m_{2}$", sm_value=0.0, unit="GeV"),
169169
B=DotDict(range=(0.0, 6.0), label=r"$\beta$", sm_value=0.1),
170-
MHE=DotDict(range=(100.0, 3000.0), label=r"$m_{H}$", sm_value=125.0, unit="GeV"),
170+
MHE=DotDict(range=(100.0, 3000.0), label=r"$m_{H}$", sm_value=125.01, unit="GeV"),
171171
MHP=DotDict(range=(0.0, 3000.0), label=r"$m_{H+}$", sm_value=0.0, unit="GeV"),
172172
MA=DotDict(range=(0.0, 3000.0), label=r"$m_{A}$", sm_value=0.0, unit="GeV"),
173173
Z6=DotDict(range=(-5.0, 5.0), label=r"$Z_{6}$", sm_value=0.0),

0 commit comments

Comments
 (0)