spectrum.hpp File Reference This class is used to deliver both information defined in the Standard Model (or potentially just QED X QCD) as a low-energy effective theory (as opposed to correspending information defined in a high-energy model) as well as a corresponding high-energy theory. More... #include <complex> #include "gambit/Utils/util_functions.hpp" #include "gambit/Utils/yaml_options.hpp" #include "gambit/Elements/sminputs.hpp" #include "gambit/Elements/subspectrum.hpp" #include "gambit/Elements/slhaea_spec_helpers.hpp" #include "gambit/Models/partmap.hpp"
Include dependency graph for spectrum.hpp:
![]()
This graph shows which files directly or indirectly include this file:
![]() Go to the source code of this file.
Detailed DescriptionThis class is used to deliver both information defined in the Standard Model (or potentially just QED X QCD) as a low-energy effective theory (as opposed to correspending information defined in a high-energy model) as well as a corresponding high-energy theory. Parameters defined in the low-energy model are often used as input to a physics calculators. In addition, parameters used to define the Standard Model, in SLHA2 format, are provided in the SMINPUTS data member. Access to the pole masses of either SubSpectrum is provided by the "get_Pole_Mass" function, which will search both subspectra for a match. For running parameters, one should access them via the getters of "LE" or "HE" subspectra. Authors:
Definition in file spectrum.hpp. |