spectrum_factories.hpp
Go to the documentation of this file.
27 Spectrum spectrum_from_SLHAea(HEmod hemod, SLHAstruct slhaea, const Spectrum::mc_info& mci, const Spectrum::mr_info& mri) 75 Spectrum spectrum_from_SLHA(str slha, const Spectrum::mc_info& mci, const Spectrum::mr_info& mri) This class is used to deliver both information defined in the Standard Model (or potentially just QED... A simple SubSpectrum wrapper for the scalar singlet dark matter model. Spectrum spectrum_from_SLHA(str slha, const Spectrum::mc_info &mci, const Spectrum::mr_info &mri) Create a simple spectrum object from an SLHA file. Definition: spectrum_factories.hpp:75 SLHAstruct read_SLHA(str slha) Read an SLHA file in to an SLHAea object with some error-checking. Definition: slhaea_helpers.cpp:33 Parameters used to define the Standard Model, in SLHA2 format. SLHAea::Coll SLHAstruct Less confusing name for SLHAea container class. Definition: slhaea_helpers.hpp:37 Spectrum spectrum_from_SLHAea(HEmod hemod, SLHAstruct slhaea, const Spectrum::mc_info &mci, const Spectrum::mr_info &mri) Create a simple spectrum object from an SLHAea object. Definition: spectrum_factories.hpp:27 SM specialisation of SLHAea object wrapper version of SubSpectrum class. Definition: SMSimpleSpec.hpp:88 std::vector< YAML::sdd > mc_info Typedefs for making it easier to manipulate mass cut and mass ratio cut info. Definition: spectrum.hpp:119 "Standard Model" (low-energy) plus high-energy model container class Definition: spectrum.hpp:110 Container class for Standard Model input information (defined as in SLHA2) Definition: sminputs.hpp:29 |