Go to the source code of this file.
|
static Configuration | smash::create_configuration (const std::string &, const std::vector< std::string > &) |
|
static void | smash::do_minimal_loggers_setup_for_config_validation () |
|
static void | smash::fully_validate_configuration (const Configuration &) |
|
static void | smash::setup_logging (Configuration &) |
|
static void | smash::read_particles_and_decaymodes_files_setting_keys_in_configuration (const std::string &, const std::string &, Configuration &) |
|
Configuration | smash::setup_config_and_logging (const std::string &config_file, const std::string &particles_file={}, const std::string &decaymodes_file={}, const std::vector< std::string > &extra_config={}) |
| Set up configuration and logging from input files and extra config. More...
|
|
void | smash::initialize_particles_decays_and_tabulations (Configuration &configuration, const std::string &version, const std::string &tabulations_dir={}) |
| Wrapper over a function that initializes the particles and decays from the given configuration, and over another that tabulates the resonance integrals. More...
|
|
sha256::Hash | smash::initialize_particles_decays_and_return_hash (Configuration &configuration, const std::string &version) |
| Initialize the particles and decays from the given configuration. More...
|
|
void | smash::tabulate_resonance_integrals (const sha256::Hash &hash, const std::string &tabulations_dir) |
| Tabulate the resonance integrals. More...
|
|