Skip to content

Commit

Permalink
adding C++ implementation of MSSM threshold from arXiv:1407.4081.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 6, 2016
1 parent 6d88b91 commit 33cf865
Show file tree
Hide file tree
Showing 3 changed files with 1,101 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/module.mk
Expand Up @@ -34,6 +34,7 @@ LIBFLEXI_SRC := \
$(DIR)/slha_io.cpp \
$(DIR)/sm_twoloophiggs.cpp \
$(DIR)/split_threeloophiggs.cpp \
$(DIR)/splitmssm_thresholds.cpp \
$(DIR)/standard_model.cpp \
$(DIR)/standard_model_physical.cpp \
$(DIR)/threshold_loop_functions.cpp \
Expand Down Expand Up @@ -95,6 +96,7 @@ LIBFLEXI_HDR := \
$(DIR)/slha_io.hpp \
$(DIR)/sm_twoloophiggs.hpp \
$(DIR)/split_threeloophiggs.hpp \
$(DIR)/splitmssm_thresholds.hpp \
$(DIR)/spectrum_generator_settings.hpp \
$(DIR)/standard_model.hpp \
$(DIR)/standard_model_physical.hpp \
Expand Down

0 comments on commit 33cf865

Please sign in to comment.