Version: SMASH-2.2
setup_particles_decaymodes.h
Go to the documentation of this file.
1 /*
2  *
3  * Copyright (c) 2019-
4  * SMASH Team
5  *
6  * GNU General Public License (GPLv3 or later)
7  *
8  */
9 
10 #ifndef SRC_INCLUDE_SMASH_SETUP_PARTICLES_DECAYMODES_H_
11 #define SRC_INCLUDE_SMASH_SETUP_PARTICLES_DECAYMODES_H_
12 
13 #include <string>
14 #include <utility>
15 
16 #include <boost/filesystem.hpp>
17 #include <boost/filesystem/fstream.hpp>
18 
19 namespace smash {
31 std::pair<std::string, std::string> load_particles_and_decaymodes(
32  const boost::filesystem::path &particles_file,
33  const boost::filesystem::path &decaymodes_file);
36 
37 } // namespace smash
38 
39 #endif // SRC_INCLUDE_SMASH_SETUP_PARTICLES_DECAYMODES_H_
Definition: action.h:24
void initialize_default_particles_and_decaymodes()
Loads default smash particle list and decaymodes.
std::pair< std::string, std::string > load_particles_and_decaymodes(const boost::filesystem::path &particles_file, const boost::filesystem::path &decaymodes_file)
Loads particles and decaymodes from provided files particles_file and decaymodes_file.