Skip to content

Commit

Permalink
adding FlexibleSUSY[18] to allow calculation of EFT spectrum
Browse files Browse the repository at this point in the history
at a custom ren. scale
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 26, 2016
1 parent ec4b2ce commit bd5063c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spectrum_generator_settings.cpp
Expand Up @@ -68,6 +68,7 @@ void Spectrum_generator_settings::set(Settings o, double value)
* | calculate_observables | 0 (no) or 1 (yes) | 0 (= no) |
* | force_positive_masses | 0 (no) or 1 (yes) | 0 (= no) |
* | pole_mass_scale | any positive double | 0 (= SUSY scale)|
* | eft_pole_mass_scale | any positive double | 0 (= minimum of {Mt, SUSY scale})|
*/
void Spectrum_generator_settings::reset()
{
Expand All @@ -89,6 +90,7 @@ void Spectrum_generator_settings::reset()
values[calculate_observables] = 0;
values[force_positive_masses] = 0;
values[pole_mass_scale] = 0;
values[eft_pole_mass_scale] = 0;
}

Two_loop_corrections Spectrum_generator_settings::get_two_loop_corrections() const
Expand Down
1 change: 1 addition & 0 deletions src/spectrum_generator_settings.hpp
Expand Up @@ -52,6 +52,7 @@ class Spectrum_generator_settings {
calculate_observables, ///< [15] calculate observables (a_muon, ...)
force_positive_masses, ///< [16] force positive masses of majoran fermions
pole_mass_scale, ///< [17] renormalization scale at which the pole masses are calculated
eft_pole_mass_scale, ///< [18] renormalization scale at which the pole masses are calculated in the EFT
NUMBER_OF_OPTIONS ///< number of possible options
};

Expand Down

0 comments on commit bd5063c

Please sign in to comment.