Skip to content

Commit

Permalink
update references
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Aug 22, 2017
1 parent 8f2d847 commit 6c3f1ed
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 8 deletions.
5 changes: 3 additions & 2 deletions doc/model_file.dox
Expand Up @@ -1361,10 +1361,11 @@ UseHiggs2LoopMSSM = True; (* use 2-loop Higgs corrections *)

The known 3-loop Higgs pole mass corrections of the order
\f$O(\alpha_t\alpha_s^2 + \alpha_b\alpha_s^2)\f$
[arxiv:hep-ph/1005.5709] can be used by setting in the model file
[arxiv:hep-ph/0803.0672, arxiv:hep-ph/1005.5709, arxiv:1409.2297,
arxiv:1708.05720] can be used by setting in the model file

~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.m}
UseHiggs3LoopMSSM = True; (* use 3-loop Higgs corrections of [arxiv:hep-ph/1005.5709] *)
UseHiggs3LoopMSSM = True; (* use 3-loop Higgs corrections *)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

To make use of the 2-loop and/or 3-loop corrections the effective
Expand Down
26 changes: 22 additions & 4 deletions doc/references.bib
@@ -1,17 +1,20 @@
% FlexibleSUSY
% \cite{Athron:2014yba}
@article{Athron:2014yba,
author = "Athron, Peter and Park, Jae-hyeon and Stöckinger,
Dominik and Voigt, Alexander",
title = "{FlexibleSUSY -- A spectrum generator generator for
supersymmetric models}",
year = "2014",
journal = "Comput. Phys. Commun.",
volume = "190",
year = "2015",
pages = "139-172",
doi = "10.1016/j.cpc.2014.12.020",
eprint = "1406.2319",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "FTUV–14–3904, IFIC–14–40",
SLACcitation = "%%CITATION = ARXIV:1406.2319;%%",
reportNumber = "FTUV-14-3904, IFIC-14-40",
SLACcitation = "%%CITATION = ARXIV:1406.2319;%%"
}

% FlexibleEFTHiggs
Expand All @@ -33,6 +36,21 @@ @article{Athron:2016fuq
SLACcitation = "%%CITATION = ARXIV:1609.00371;%%"
}

% FlexibleSUSY + Himalaya
% \cite{Harlander:2017kuc}
@article{Harlander:2017kuc,
author = "Harlander, Robert V. and Klappert, Jonas and Voigt,
Alexander",
title = "{Higgs mass prediction in the MSSM at three-loop level in
a pure $\overline{\text{DR}}$ context}",
year = "2017",
eprint = "1708.05720",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "TTK-17-25",
SLACcitation = "%%CITATION = ARXIV:1708.05720;%%"
}

% SARAH
% \cite{Staub:2009bi,Staub:2010jh,Staub:2012pb,Staub:2013tta}
Expand Down
5 changes: 3 additions & 2 deletions meta/FlexibleSUSY.m
Expand Up @@ -2377,7 +2377,7 @@ corresponding tadpole is real or imaginary (only in models with CP

If[FlexibleSUSY`UseMSSMAlphaS2Loop,
Print["Adding 2-loop MSSM SQCD threshold corrections for \[Alpha]_s from ",
"[hep-ph/0509048, arXiv:0810.5101, arXiv:1009.5455]"];
"[arxiv:hep-ph/0509048, arXiv:0810.5101, arXiv:1009.5455]"];
];

If[FlexibleSUSY`UseHiggs2LoopSM,
Expand Down Expand Up @@ -2409,7 +2409,8 @@ corresponding tadpole is real or imaginary (only in models with CP

If[FlexibleSUSY`UseHiggs3LoopMSSM,
Print["Adding 3-loop MSSM Higgs mass contributions from ",
"[arxiv:hep-ph/1005.5709, arxiv:XXXX.YYYY]"];
"[arxiv:hep-ph/0803.0672, arxiv:hep-ph/1005.5709,",
" arxiv:1409.2297, arxiv:1708.05720]"];
];

If[FlexibleSUSY`UseSM3LoopRGEs,
Expand Down

0 comments on commit 6c3f1ed

Please sign in to comment.