15 #ifndef SRC_INCLUDE_SMASH_LIBRARY_H_ 
   16 #define SRC_INCLUDE_SMASH_LIBRARY_H_ 
   38     const std::string &config_file, 
const std::string &particles_file = {},
 
   39     const std::string &decaymodes_file = {},
 
   40     const std::vector<std::string> &extra_config = {});
 
   53     const std::string &tabulations_dir = {});
 
Configuration configuration(std::string overrides={})
Return a configuration object filled with data from src/config.yaml.
 
void initialize_particles_decays_and_tabulations(Configuration &configuration, const std::string &version, const std::string &tabulations_dir={})
Initialize the particles and decays from the given configuration, plus tabulate the resonance integra...
 
Configuration 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.