Version: SMASH-3.2
input_keys.h
Go to the documentation of this file.
1 /*
2  *
3  * Copyright (c) 2022-2025
4  * SMASH Team
5  *
6  * GNU General Public License (GPLv3 or later)
7  *
8  */
9 
10 #ifndef SRC_INCLUDE_SMASH_INPUT_KEYS_H_
11 #define SRC_INCLUDE_SMASH_INPUT_KEYS_H_
12 
13 #include <array>
14 #include <functional>
15 #include <map>
16 #include <set>
17 #include <string>
18 #include <utility>
19 #include <variant>
20 #include <vector>
21 
22 #include "einhard.hpp"
23 
24 #include "forwarddeclarations.h"
25 #include "key.h"
26 #include "pdgcode.h"
27 
28 namespace smash {
29 
48 struct InputSections {
50  using Section = KeyLabels;
51 
53  inline static const Section collisionTerm{"Collision_Term"};
55  inline static const Section c_dileptons =
56  InputSections::collisionTerm + "Dileptons";
58  inline static const Section c_pauliBlocking =
59  InputSections::collisionTerm + "Pauli_Blocking";
61  inline static const Section c_photons =
62  InputSections::collisionTerm + "Photons";
64  inline static const Section c_heavyFlavor =
65  InputSections::collisionTerm + "Heavy_Flavor";
67  inline static const Section c_stringParameters =
68  InputSections::collisionTerm + "String_Parameters";
70  inline static const Section c_stringTransition =
71  InputSections::collisionTerm + "String_Transition";
72 
74  inline static const Section forcedThermalization{"Forced_Thermalization"};
75 
77  inline static const Section general{"General"};
79  inline static const Section g_minEnsembles =
80  InputSections::general + "Minimum_Nonempty_Ensembles";
81 
83  inline static const Section lattice{"Lattice"};
84 
86  inline static const Section logging{"Logging"};
87 
89  inline static const Section modi{"Modi"};
91  inline static const Section m_box = InputSections::modi + "Box";
93  inline static const Section m_b_jet = InputSections::m_box + "Jet";
95  inline static const Section m_collider = InputSections::modi + "Collider";
97  inline static const Section m_c_impact = InputSections::m_collider + "Impact";
99  inline static const Section m_c_initialConditions =
100  InputSections::m_collider + "Initial_Conditions";
102  inline static const Section m_c_projectile =
103  InputSections::m_collider + "Projectile";
105  inline static const Section m_c_p_alphaClustered =
106  InputSections::m_c_projectile + "Alpha_Clustered";
108  inline static const Section m_c_p_custom =
111  inline static const Section m_c_p_deformed =
112  InputSections::m_c_projectile + "Deformed";
114  inline static const Section m_c_p_orientation =
115  InputSections::m_c_projectile + "Orientation";
117  inline static const Section m_c_target = InputSections::m_collider + "Target";
119  inline static const Section m_c_t_alphaClustered =
120  InputSections::m_c_target + "Alpha_Clustered";
122  inline static const Section m_c_t_custom =
123  InputSections::m_c_target + "Custom";
125  inline static const Section m_c_t_deformed =
126  InputSections::m_c_target + "Deformed";
128  inline static const Section m_c_t_orientation =
129  InputSections::m_c_target + "Orientation";
131  inline static const Section m_list = InputSections::modi + "List";
133  inline static const Section m_listBox = InputSections::modi + "ListBox";
135  inline static const Section m_sphere = InputSections::modi + "Sphere";
137  inline static const Section m_s_jet = InputSections::m_sphere + "Jet";
138 
140  inline static const Section output{"Output"};
142  inline static const Section o_collisions =
143  InputSections::output + "Collisions";
145  inline static const Section o_coulomb = InputSections::output + "Coulomb";
147  inline static const Section o_dileptons = InputSections::output + "Dileptons";
149  inline static const Section o_initialConditions =
150  InputSections::output + "Initial_Conditions";
152  inline static const Section o_particles = InputSections::output + "Particles";
154  inline static const Section o_photons = InputSections::output + "Photons";
156  inline static const Section o_rivet = InputSections::output + "Rivet";
158  inline static const Section o_r_weights = InputSections::o_rivet + "Weights";
160  inline static const Section o_thermodynamics =
161  InputSections::output + "Thermodynamics";
162 
164  inline static const Section potentials{"Potentials"};
166  inline static const Section p_coulomb = InputSections::potentials + "Coulomb";
168  inline static const Section p_momentumDependence =
169  InputSections::potentials + "Momentum_Dependence";
171  inline static const Section p_skyrme = InputSections::potentials + "Skyrme";
173  inline static const Section p_symmetry =
174  InputSections::potentials + "Symmetry";
176  inline static const Section p_vdf = InputSections::potentials + "VDF";
177 };
178 
1067 struct InputKeys {
1071  inline static const Key<std::string> particles{{"particles"}, {"0.30"}};
1075  inline static const Key<std::string> decaymodes{{"decaymodes"}, {"0.30"}};
1076 
1093  inline static const Key<double> gen_endTime{
1094  InputSections::general + "End_Time", {"0.50"}};
1095 
1119  inline static const Key<std::string> gen_modus{
1120  InputSections::general + "Modus", {"0.50"}};
1121 
1135  inline static const Key<int> gen_nevents{InputSections::general + "Nevents",
1136  {"0.50"}};
1137 
1148  inline static const Key<int64_t> gen_randomseed{
1149  InputSections::general + "Randomseed", {"0.50"}};
1150 
1162  InputSections::g_minEnsembles + "Maximum_Ensembles_Run", {"2.2"}};
1163 
1174  InputSections::g_minEnsembles + "Number", {"1.3"}};
1175 
1204  inline static const Key<double> gen_deltaTime{
1205  InputSections::general + "Delta_Time", 1.0, {"0.50"}};
1206 
1228  InputSections::general + "Derivatives_Mode",
1230  {"2.1"}};
1231 
1245  InputSections::general + "Discrete_Weight", 1. / 3, {"2.1"}};
1246 
1274  inline static const Key<int> gen_ensembles{
1275  InputSections::general + "Ensembles", 1, {"2.1"}};
1276 
1292  inline static const Key<double> gen_expansionRate{
1293  InputSections::general + "Expansion_Rate", 0.1, {"1.1"}};
1294 
1322  InputSections::general + "Field_Derivatives_Mode",
1324  {"2.1"}};
1325 
1337  InputSections::general + "Gauss_Cutoff_In_Sigma", 4.0, {"0.80"}};
1338 
1350  InputSections::general + "Gaussian_Sigma", 1.0, {"0.60"}};
1351 
1366  inline static const Key<ExpansionMode> gen_metricType{
1367  InputSections::general + "Metric_Type",
1369  {"1.1"}};
1370 
1382  inline static const Key<RestFrameDensityDerivativesMode>
1384  InputSections::general + "Rest_Frame_Density_Derivatives_Mode",
1386  {"2.1"}};
1387 
1443  InputSections::general + "Smearing_Mode",
1445  {"2.1"}};
1446 
1474  inline static const Key<int> gen_testparticles{
1475  InputSections::general + "Testparticles", 1, {"0.50"}};
1476 
1499  InputSections::general + "Time_Step_Mode", TimeStepMode::Fixed, {"0.85"}};
1500 
1512  InputSections::general + "Triangular_Range", 2.0, {"2.1"}};
1513 
1525  inline static const Key<bool> gen_useGrid{
1526  InputSections::general + "Use_Grid", true, {"0.80"}};
1527 
1541  InputSections::logging + "default", einhard::ALL, {"0.50"}};
1542 
1555  inline static const Key<einhard::LogLevel> log_box{
1556  InputSections::logging + "Box", DefaultType::Dependent, {"0.30"}};
1557 
1568  InputSections::logging + "Collider", DefaultType::Dependent, {"0.30"}};
1569 
1580  InputSections::logging + "Configuration",
1582  {"3.0"}};
1583 
1594  InputSections::logging + "Experiment", DefaultType::Dependent, {"0.50"}};
1595 
1606  InputSections::logging + "GrandcanThermalizer",
1608  {"1.2"}};
1609 
1620  InputSections::logging + "InitialConditions",
1622  {"1.8"}};
1623 
1633  inline static const Key<einhard::LogLevel> log_list{
1634  InputSections::logging + "List", DefaultType::Dependent, {"0.60"}};
1635 
1645  inline static const Key<einhard::LogLevel> log_main{
1646  InputSections::logging + "Main", DefaultType::Dependent, {"0.50"}};
1647 
1657  inline static const Key<einhard::LogLevel> log_output{
1658  InputSections::logging + "Output", DefaultType::Dependent, {"0.60"}};
1659 
1670  InputSections::logging + "Potentials", DefaultType::Dependent, {"3.1"}};
1671 
1682  InputSections::logging + "RootSolver", DefaultType::Dependent, {"3.1"}};
1683 
1693  inline static const Key<einhard::LogLevel> log_sphere{
1694  InputSections::logging + "Sphere", DefaultType::Dependent, {"0.30"}};
1695 
1708  inline static const Key<einhard::LogLevel> log_action{
1709  InputSections::logging + "Action", DefaultType::Dependent, {"0.50"}};
1710 
1720  inline static const Key<einhard::LogLevel> log_clock{
1721  InputSections::logging + "Clock", DefaultType::Dependent, {"0.50"}};
1722 
1733  InputSections::logging + "CrossSections",
1735  {"1.3"}};
1736 
1747  InputSections::logging + "DecayModes", DefaultType::Dependent, {"0.50"}};
1748 
1759  InputSections::logging + "Density", DefaultType::Dependent, {"0.60"}};
1760 
1771  InputSections::logging + "Distributions",
1773  {"0.50"}};
1774 
1785  InputSections::logging + "FindScatter", DefaultType::Dependent, {"0.50"}};
1786 
1796  inline static const Key<einhard::LogLevel> log_fpe{
1797  InputSections::logging + "Fpe", DefaultType::Dependent, {"0.80"}};
1798 
1808  inline static const Key<einhard::LogLevel> log_grid{
1809  InputSections::logging + "Grid", DefaultType::Dependent, {"0.50"}};
1810 
1821  InputSections::logging + "HyperSurfaceCrossing",
1823  {"1.7"}};
1824 
1835  InputSections::logging + "InputParser", DefaultType::Dependent, {"0.50"}};
1836 
1847  InputSections::logging + "Lattice", DefaultType::Dependent, {"0.80"}};
1848 
1859  InputSections::logging + "Nucleus", DefaultType::Dependent, {"0.30"}};
1860 
1871  InputSections::logging + "ParticleType",
1873  {"0.50"}};
1874 
1885  InputSections::logging + "PauliBlocking",
1887  {"0.7.1"}};
1888 
1899  InputSections::logging + "Propagation",
1901  {"0.7.1"}};
1902 
1912  inline static const Key<einhard::LogLevel> log_pythia{
1913  InputSections::logging + "Pythia", DefaultType::Dependent, {"1.0"}};
1914 
1925  InputSections::logging + "Resonances", DefaultType::Dependent, {"0.50"}};
1926 
1937  InputSections::logging + "ScatterAction",
1939  {"0.50"}};
1940 
1952  InputSections::logging + "ScatterActionMulti",
1954  {"2.0"}};
1955 
1965  inline static const Key<einhard::LogLevel> log_tmn{
1966  InputSections::logging + "Tmn", DefaultType::Dependent, {"0.80"}};
1967 
1976  inline static const Key<std::string> version{{"Version"},
1977  {"1.0", "3.0", "3.2"}};
1978 
1990  InputSections::c_heavyFlavor + "AQM_Bottom_Suppression", 0.93, {"3.2"}};
1991 
2003  InputSections::c_heavyFlavor + "AQM_Charm_Suppression", 0.8, {"3.2"}};
2004 
2019  InputSections::collisionTerm + "Additional_Elastic_Cross_Section",
2020  0.0,
2021  {"2.0"}};
2022 
2067  InputSections::collisionTerm + "Collision_Criterion",
2069  {"1.7"}};
2070 
2084  InputSections::collisionTerm + "Cross_Section_Scaling", 1.0, {"2.0"}};
2085 
2099  InputSections::collisionTerm + "Elastic_Cross_Section", -1.0, {"1.2"}};
2100 
2117  InputSections::collisionTerm + "Elastic_NN_Cutoff_Sqrts", 1.98, {"1.0"}};
2118 
2132  InputSections::collisionTerm + "Fixed_Min_Cell_Length", 2.5, {"2.1"}};
2133 
2145  InputSections::collisionTerm + "Force_Decays_At_End", true, {"0.60"}};
2146 
2158  inline static const Key<bool> collTerm_decayInitial{
2159  InputSections::collisionTerm + "Decay_Initial_Particles", true, {"3.0"}};
2160 
2195  InputSections::collisionTerm + "Included_2to2",
2196  ReactionsBitSet{}.set(), // All interactions => all bit set
2197  {"1.3"}};
2198 
2211  InputSections::collisionTerm + "Include_Weak_And_EM_Decays_At_The_End",
2212  false,
2213  {"2.2", "3.1", "3.2"}};
2214 
2238  "Ignore_Minimum_Decay_Width_For_Decays_At_The_End",
2239  false,
2240  {"3.2"}};
2241 
2251  inline static const Key<bool> collTerm_isotropic{
2252  InputSections::collisionTerm + "Isotropic", false, {"0.7.1"}};
2253 
2274  InputSections::collisionTerm + "Maximum_Cross_Section",
2276  {"2.0"}};
2277 
2320  inline static const Key<MultiParticleReactionsBitSet>
2322  InputSections::collisionTerm + "Multi_Particle_Reactions",
2323  MultiParticleReactionsBitSet{}.reset(), // Empty list => no bit set
2324  {"2.0"}};
2325 
2347  InputSections::collisionTerm + "NNbar_Treatment",
2349  {"1.3"}};
2350 
2363  inline static const Key<bool> collTerm_noCollisions{
2364  InputSections::collisionTerm + "No_Collisions", false, {"1.3"}};
2365 
2380  InputSections::collisionTerm + "Only_Warn_For_High_Probability",
2381  false,
2382  {"3.0"}};
2383 
2414  InputSections::collisionTerm + "Pseudoresonance",
2416  {"3.1"}};
2417 
2440  InputSections::collisionTerm + "Resonance_Lifetime_Modifier",
2441  1.0,
2442  {"1.8"}};
2443 
2455  inline static const Key<bool> collTerm_strings{
2456  InputSections::collisionTerm + "Strings",
2458  {"1.0"}};
2459 
2488  InputSections::collisionTerm + "Strings_with_Probability", true, {"1.3"}};
2489 
2520  InputSections::collisionTerm + "Total_Cross_Section_Strategy",
2522  {"3.1"}};
2523 
2533  inline static const Key<bool> collTerm_twoToOne{
2534  InputSections::collisionTerm + "Two_to_One", true, {"0.85"}};
2535 
2563  inline static const Key<bool> collTerm_useAQM{
2564  InputSections::collisionTerm + "Use_AQM", true, {"1.3"}};
2565 
2576  InputSections::c_pauliBlocking + "Gaussian_Cutoff", 2.2, {"0.7.1"}};
2577 
2587  inline static const Key<double>
2589  InputSections::c_pauliBlocking + "Momentum_Averaging_Radius",
2590  0.08,
2591  {"0.7.1"}};
2592 
2603  InputSections::c_pauliBlocking + "Spatial_Averaging_Radius",
2604  1.86,
2605  {"0.7.1"}};
2606 
2617  InputSections::c_stringTransition + "KN_Offset", 15.15, {"3.0"}};
2618 
2632  InputSections::c_stringTransition + "PiPi_Offset", 1.12, {"3.0"}};
2633 
2645  InputSections::c_stringTransition + "Sqrts_Lower", 0.9, {"3.0"}};
2646 
2661  inline static const Key<std::pair<double, double>>
2663  InputSections::c_stringTransition + "Sqrts_Range_NN",
2664  std::make_pair(3.5, 4.5),
2665  {"3.0"}};
2666 
2678  inline static const Key<std::pair<double, double>>
2680  InputSections::c_stringTransition + "Sqrts_Range_Npi",
2681  std::make_pair(1.9, 2.2),
2682  {"3.0"}};
2683 
2696  InputSections::c_stringTransition + "Sqrts_Range_Width", 1.0, {"3.0"}};
2697 
2709  InputSections::c_stringParameters + "Diquark_Supp", 0.036, {"1.3"}};
2710 
2722  InputSections::c_stringParameters + "Form_Time_Factor", 1.0, {"1.4"}};
2723 
2734  InputSections::c_stringParameters + "Formation_Time", 1.0, {"1.0"}};
2735 
2747  InputSections::c_stringParameters + "Gluon_Beta", 0.5, {"1.3"}};
2748 
2761  InputSections::c_stringParameters + "Gluon_Pmin", 0.001, {"1.3"}};
2762 
2775  InputSections::c_stringParameters + "Mass_Dependent_Formation_Times",
2776  false,
2777  {"1.5.2"}};
2778 
2790  InputSections::c_stringParameters + "Quark_Alpha", 2.0, {"1.3"}};
2791 
2803  InputSections::c_stringParameters + "Quark_Beta", 7.0, {"1.3"}};
2804 
2818  InputSections::c_stringParameters + "Popcorn_Rate", 0.15, {"1.6"}};
2819 
2834  InputSections::c_stringParameters + "Power_Particle_Formation",
2836  {"1.4"}};
2837 
2850  InputSections::c_stringParameters + "Prob_proton_to_d_uu",
2851  1.0 / 3,
2852  {"1.5"}};
2853 
2865  InputSections::c_stringParameters + "Separate_Fragment_Baryon",
2866  true,
2867  {"1.6"}};
2868 
2885  InputSections::c_stringParameters + "Sigma_Perp", 0.42, {"1.3"}};
2886 
2903  InputSections::c_stringParameters + "Strange_Supp", 0.16, {"1.3"}};
2904 
2916  InputSections::c_stringParameters + "String_Sigma_T", 0.5, {"1.3"}};
2917 
2931  InputSections::c_stringParameters + "String_Tension", 1.0, {"1.3"}};
2932 
2944  InputSections::c_stringParameters + "StringZ_A", 2.0, {"1.3"}};
2945 
2958  InputSections::c_stringParameters + "StringZ_A_Leading", 0.2, {"1.6"}};
2959 
2971  InputSections::c_stringParameters + "StringZ_B", 0.55, {"1.3"}};
2972 
2986  InputSections::c_stringParameters + "StringZ_B_Leading", 2.0, {"1.6"}};
2987 
3003  InputSections::c_stringParameters + "Use_Monash_Tune",
3005  {"3.0"}};
3006 
3020  InputSections::c_dileptons + "Decays", false, {"0.50"}};
3021 
3032  InputSections::c_photons + "2to2_Scatterings", false, {"1.8"}};
3033 
3044  InputSections::c_photons + "Bremsstrahlung", false, {"1.8"}};
3045 
3057  InputSections::c_photons + "Fractional_Photons", {"1.8"}};
3058 
3075  inline static const Key<double> modi_collider_eKin{
3076  InputSections::m_collider + "E_Kin", {"0.50"}};
3077 
3091  inline static const Key<double> modi_collider_eTot{
3092  InputSections::m_collider + "E_Tot", {"2.0.2"}};
3093 
3108  inline static const Key<double> modi_collider_pLab{
3109  InputSections::m_collider + "P_Lab", {"0.50"}};
3110 
3123  inline static const Key<double> modi_collider_sqrtSNN{
3124  InputSections::m_collider + "Sqrtsnn", {"0.50"}};
3125 
3148  InputSections::m_collider + "Calculation_Frame",
3150  {"0.50"}};
3151 
3164  InputSections::m_collider + "Collisions_Within_Nucleus", false, {"1.0"}};
3165 
3180  InputSections::m_collider + "Fermi_Motion", FermiMotion::Off, {"0.60"}};
3181 
3196  InputSections::m_collider + "Initial_Distance", 4.0, {"0.50"}};
3197 
3217  InputSections::m_c_projectile + "Diffusiveness",
3219  {"0.90"}};
3224  InputSections::m_c_target + "Diffusiveness",
3226  {"0.90"}};
3227 
3243  inline static const Key<std::map<PdgCode, int>>
3245  InputSections::m_c_projectile + "Particles", {"0.50"}};
3249  inline static const Key<std::map<PdgCode, int>>
3251  {"0.50"}};
3252 
3271  InputSections::m_c_projectile + "Radius",
3273  {"0.50"}};
3278  InputSections::m_c_target + "Radius", DefaultType::Dependent, {"0.50"}};
3279 
3294  InputSections::m_c_projectile + "Saturation_Density",
3296  {"0.50"}};
3301  InputSections::m_c_target + "Saturation_Density",
3303  {"0.50"}};
3304 
3320  InputSections::m_c_projectile + "E_Kin", {"0.50"}};
3325  InputSections::m_c_target + "E_Kin", {"0.50"}};
3326 
3339  InputSections::m_c_projectile + "E_Tot", {"2.0.2"}};
3344  InputSections::m_c_target + "E_Tot", {"2.0.2"}};
3345 
3366  InputSections::m_c_projectile + "P_Lab", {"0.50"}};
3371  InputSections::m_c_target + "P_Lab", {"0.50"}};
3372 
3389  inline static const Key<std::string>
3391  InputSections::m_c_p_custom + "File_Directory", {"1.6"}};
3395  inline static const Key<std::string>
3397  InputSections::m_c_t_custom + "File_Directory", {"1.6"}};
3398 
3409  InputSections::m_c_p_custom + "File_Name", {"1.6"}};
3414  InputSections::m_c_t_custom + "File_Name", {"1.6"}};
3415 
3450  InputSections::m_c_p_deformed + "Automatic", {"1.5"}};
3455  InputSections::m_c_t_deformed + "Automatic", {"1.5"}};
3456 
3468  InputSections::m_c_p_deformed + "Beta_2", 0.0, {"1.5"}};
3473  InputSections::m_c_t_deformed + "Beta_2",
3475  {"1.5"}};
3476 
3488  InputSections::m_c_p_deformed + "Beta_3", 0.0, {"3.0"}};
3493  InputSections::m_c_t_deformed + "Beta_3",
3495  {"3.0"}};
3496 
3508  InputSections::m_c_p_deformed + "Beta_4", 0.0, {"1.5"}};
3513  InputSections::m_c_t_deformed + "Beta_4",
3515  {"1.5"}};
3516 
3528  InputSections::m_c_p_deformed + "Gamma", 0.0, {"3.0"}};
3535  {"3.0"}};
3536 
3568  inline static const Key<bool>
3570  InputSections::m_c_p_alphaClustered + "Automatic", {"3.2"}};
3575  InputSections::m_c_t_alphaClustered + "Automatic", {"3.2"}};
3576 
3588  inline static const Key<double>
3590  InputSections::m_c_p_alphaClustered + "Side_Length", 3.42, {"3.2"}};
3594  inline static const Key<double>
3596  InputSections::m_c_t_alphaClustered + "Side_Length",
3598  .default_value(),
3599  {"3.2"}};
3600 
3622  InputSections::m_c_p_orientation + "Phi", 0.0, {"0.50"}};
3629  {"0.50"}};
3640  InputSections::m_c_p_orientation + "Theta", 0.0, {"0.50"}};
3647  {"0.50"}};
3658  InputSections::m_c_p_orientation + "Psi", 0.0, {"3.0"}};
3665  {"3.0"}};
3666 
3677  InputSections::m_c_p_orientation + "Random_Rotation", false, {"1.7"}};
3682  InputSections::m_c_t_orientation + "Random_Rotation",
3684  {"1.7"}};
3685 
3697  InputSections::m_c_impact + "Max", 0.0, {"0.50"}};
3698 
3710  InputSections::m_c_impact + "Random_Reaction_Plane", false, {"1.8"}};
3711 
3723  InputSections::m_c_impact + "Range",
3724  std::array<double, 2>{{0.0, 0.0}},
3725  {"0.50"}};
3726 
3744  InputSections::m_c_impact + "Sample", Sampling::Quadratic, {"0.50"}};
3745 
3757  InputSections::m_c_impact + "Value", 0.0, {"0.50"}};
3758 
3773  InputSections::m_c_impact + "Values", {"0.80"}};
3774 
3787  InputSections::m_c_impact + "Yields", {"0.80"}};
3788 
3805  inline static const Key<FluidizationType>
3807  InputSections::m_c_initialConditions + "Type", {"3.2"}};
3808 
3822  InputSections::m_c_initialConditions + "Lower_Bound", 0.5, {"3.2"}};
3823 
3843  InputSections::m_c_initialConditions + "Proper_Time",
3845  {"3.2"}};
3846 
3865  {"3.2"}};
3866 
3883  InputSections::m_c_initialConditions + "Rapidity_Cut",
3885  {"3.2"}};
3886 
3901  InputSections::m_c_initialConditions + "Energy_Density_Threshold",
3902  0.5,
3903  {"3.2"}};
3904 
3917  InputSections::m_c_initialConditions + "Minimum_Time", 0, {"3.2"}};
3918 
3931  InputSections::m_c_initialConditions + "Maximum_Time", 100, {"3.2"}};
3932 
3944  InputSections::m_c_initialConditions + "Fluidization_Cells", 80, {"3.2"}};
3945 
3969  inline static const Key<FluidizableProcessesBitSet>
3971  InputSections::m_c_initialConditions + "Fluidizable_Processes",
3972  FluidizableProcessesBitSet{}.set(), // all processes
3973  {"3.2"}};
3987  inline static const Key<double>
3989  InputSections::m_c_initialConditions + "Formation_Time_Fraction",
3990  1.0,
3991  {"3.2"}};
3992 
4011  inline static const Key<std::map<PdgCode, int>>
4013  InputSections::m_sphere + "Init_Multiplicities", {"0.50"}};
4014 
4024  inline static const Key<double> modi_sphere_radius{
4025  InputSections::m_sphere + "Radius", {"0.50"}};
4026 
4036  inline static const Key<double> modi_sphere_startTime{
4037  InputSections::m_sphere + "Start_Time", {"0.50"}};
4038 
4049  InputSections::m_sphere + "Temperature", {"1.5.2"}};
4050 
4071  InputSections::m_sphere + "Account_Resonance_Widths", true, {"1.7"}};
4072 
4088  InputSections::m_sphere + "Add_Radial_Velocity", -1.0, {"2.2"}};
4089 
4103  InputSections::m_sphere + "Baryon_Chemical_Potential", 0.0, {"1.0"}};
4104 
4118  InputSections::m_sphere + "Charge_Chemical_Potential", 0.0, {"2.1"}};
4119 
4142  InputSections::m_sphere + "Initial_Condition",
4144  {"1.1"}};
4145 
4159  InputSections::m_sphere + "Strange_Chemical_Potential", 0.0, {"1.0"}};
4160 
4179  InputSections::m_sphere + "Use_Thermal_Multiplicities", false, {"1.0"}};
4180 
4202  InputSections::m_s_jet + "Jet_Momentum", 20.0, {"1.5.2"}};
4203 
4214  InputSections::m_s_jet + "Jet_PDG", {"1.5.2"}};
4215 
4232  inline static const Key<std::map<PdgCode, int>>
4234  InputSections::m_box + "Init_Multiplicities", {"0.50"}};
4235 
4254  InputSections::m_box + "Initial_Condition", {"0.50"}};
4255 
4265  inline static const Key<double> modi_box_length{
4266  InputSections::m_box + "Length", {"0.50"}};
4267 
4278  inline static const Key<double> modi_box_startTime{
4279  InputSections::m_box + "Start_Time", {"0.50"}};
4280 
4290  inline static const Key<double> modi_box_temperature{
4291  InputSections::m_box + "Temperature", {"0.50"}};
4292 
4320  InputSections::m_box + "Account_Resonance_Widths", true, {"1.7"}};
4321 
4333  InputSections::m_box + "Baryon_Chemical_Potential", 0.0, {"1.0"}};
4334 
4346  InputSections::m_box + "Charge_Chemical_Potential", 0.0, {"2.0"}};
4347 
4362  InputSections::m_box + "Equilibration_Time", -1.0, {"1.8"}};
4363 
4376  InputSections::m_box + "Strange_Chemical_Potential", 0.0, {"1.0"}};
4377 
4390  InputSections::m_box + "Use_Thermal_Multiplicities", false, {"1.0"}};
4391 
4415  InputSections::m_b_jet + "Jet_Momentum", 20.0, {"1.7"}};
4416 
4427  inline static const Key<PdgCode> modi_box_jet_jetPdg{
4428  InputSections::m_b_jet + "Jet_PDG", {"1.7"}};
4429 
4442  InputSections::m_list + "File_Directory", {"0.60"}};
4443 
4457  InputSections::m_list + "Filename", {"3.1"}};
4458 
4470  InputSections::m_list + "File_Prefix", {"0.60"}};
4471 
4486  inline static const Key<int> modi_list_shiftId{
4487  InputSections::m_list + "Shift_Id", 0, {"0.60"}};
4488 
4500  InputSections::m_listBox + "File_Directory", {"2.1"}};
4501 
4513  InputSections::m_listBox + "Filename", {"3.1"}};
4514 
4526  InputSections::m_listBox + "File_Prefix", {"2.1"}};
4527 
4538  inline static const Key<double> modi_listBox_length{
4539  InputSections::m_listBox + "Length", {"2.1"}};
4540 
4551  inline static const Key<int> modi_listBox_shiftId{
4552  InputSections::m_listBox + "Shift_Id", 0, {"2.1"}};
4553 
4573  InputSections::output + "Density_Type", DensityType::None, {"0.60"}};
4574 
4587  inline static const Key<double> output_outputInterval{
4588  InputSections::output + "Output_Interval",
4590  {"0.50"}};
4591 
4612  InputSections::output + "Output_Times", DefaultType::Dependent, {"1.7"}};
4613 
4649  InputSections::o_particles + "Format",
4650  std::vector<std::string>{},
4651  {"1.2"}};
4656  InputSections::o_collisions + "Format",
4657  std::vector<std::string>{},
4658  {"1.2"}};
4663  InputSections::o_dileptons + "Format",
4664  std::vector<std::string>{},
4665  {"0.85"}};
4670  InputSections::o_photons + "Format", std::vector<std::string>{}, {"1.0"}};
4674  inline static const Key<std::vector<std::string>>
4677  std::vector<std::string>{},
4678  {"1.7"}};
4683  InputSections::o_rivet + "Format", std::vector<std::string>{}, {"2.0.2"}};
4688  InputSections::o_coulomb + "Format", std::vector<std::string>{}, {"2.1"}};
4692  inline static const Key<std::vector<std::string>>
4694  std::vector<std::string>{},
4695  {"1.2"}};
4696 
4721  InputSections::o_particles + "Extended", false, {"1.2"}};
4722 
4737  {"Output", "Particles", "Quantities"},
4738  std::vector<std::string>{},
4739  {"3.2"}};
4740 
4756  InputSections::o_particles + "Only_Final",
4758  {"0.50"}};
4759 
4777  InputSections::o_collisions + "Extended", false, {"1.2"}};
4778 
4793  inline static const Key<std::vector<std::string>>
4794  output_collisions_quantities{{"Output", "Collisions", "Quantities"},
4795  std::vector<std::string>{},
4796  {"3.2"}};
4797 
4811  InputSections::o_collisions + "Print_Start_End", false, {"0.50"}};
4812 
4829  InputSections::o_dileptons + "Extended", false, {"1.2"}};
4830 
4846  inline static const Key<bool> output_photons_extended{
4847  InputSections::o_photons + "Extended", false, {"1.5"}};
4848 
4868  InputSections::o_initialConditions + "Extended", false, {"1.7"}};
4869 
4887  InputSections::o_initialConditions + "Lower_Bound", 0.5, {"1.8", "3.2"}};
4888 
4907  InputSections::o_initialConditions + "Proper_Time",
4909  {"1.7", "3.2"}};
4910 
4927  {"2.2", "3.2"}};
4928 
4944  InputSections::o_initialConditions + "Rapidity_Cut",
4946  {"2.2", "3.2"}};
4947 
4968  InputSections::o_rivet + "Analyses", DefaultType::Dependent, {"2.0.2"}};
4969 
4981  InputSections::o_rivet + "Cross_Section",
4983  {"2.0.2"}};
4984 
4997  InputSections::o_rivet + "Ignore_Beams", true, {"2.0.2"}};
4998 
5011  inline static const Key<std::map<std::string, std::string>>
5013  InputSections::o_rivet + "Logging", DefaultType::Dependent, {"0.50"}};
5014 
5027  InputSections::o_rivet + "Paths", DefaultType::Dependent, {"2.0.2"}};
5028 
5041  InputSections::o_rivet + "Preloads", DefaultType::Dependent, {"2.0.2"}};
5042 
5060 
5071  inline static const Key<std::vector<std::string>>
5074  {"2.0.2"}};
5075 
5088  InputSections::o_r_weights + "NLO_Smearing",
5090  {"2.0.2"}};
5091 
5103  InputSections::o_r_weights + "No_Multi",
5105  {"2.0.2"}};
5106 
5118  InputSections::o_r_weights + "Nominal",
5120  {"2.0.2"}};
5121 
5133  InputSections::o_r_weights + "Select", DefaultType::Dependent, {"2.0.2"}};
5134 
5179  InputSections::o_thermodynamics + "Only_Participants", false, {"2.1"}};
5180 
5192  InputSections::o_thermodynamics + "Position",
5193  std::array<double, 3>{{0.0, 0.0, 0.0}},
5194  {"1.0"}};
5195 
5220  inline static const Key<std::set<ThermodynamicQuantity>>
5222  InputSections::o_thermodynamics + "Quantities",
5223  std::set<ThermodynamicQuantity>{},
5224  {"1.0"}};
5225 
5261  InputSections::o_thermodynamics + "Smearing", true, {"1.0"}};
5262 
5280 
5305  inline static const Key<bool> lattice_automatic{
5306  InputSections::lattice + "Automatic", {"3.0"}};
5307 
5320  InputSections::lattice + "Cell_Number", DefaultType::Dependent, {"0.80"}};
5321 
5339  InputSections::lattice + "Origin", DefaultType::Dependent, {"0.80"}};
5340 
5355  inline static const Key<bool> lattice_periodic{
5356  InputSections::lattice + "Periodic", DefaultType::Dependent, {"0.80"}};
5357 
5369  InputSections::lattice + "Potentials_Affect_Thresholds", false, {"1.3"}};
5370 
5383  InputSections::lattice + "Sizes", DefaultType::Dependent, {"0.80"}};
5384 
5398  InputSections::potentials + "Use_Potentials_Outside_Lattice",
5399  true,
5400  {"3.1"}};
5401 
5412  InputSections::p_skyrme + "Skyrme_A", {"0.60"}};
5413 
5424  InputSections::p_skyrme + "Skyrme_B", {"0.60"}};
5425 
5437  InputSections::p_skyrme + "Skyrme_Tau", {"0.60"}};
5438 
5453 
5464  InputSections::p_symmetry + "S_Pot", {"0.60"}};
5465 
5476  InputSections::p_vdf + "Coeffs", {"2.1"}};
5477 
5491  InputSections::p_vdf + "Powers", {"2.1"}};
5492 
5503  InputSections::p_vdf + "Sat_rhoB", {"2.1"}};
5504 
5515  InputSections::p_coulomb + "R_Cut", {"2.1"}};
5516 
5528  InputSections::p_momentumDependence + "C", {"3.1"}};
5529 
5541  InputSections::p_momentumDependence + "Lambda", {"3.1"}};
5542 
5560  InputSections::forcedThermalization + "Cell_Number", {"1.1"}};
5561 
5573  InputSections::forcedThermalization + "Critical_Edens", {"1.1"}};
5574 
5586  InputSections::forcedThermalization + "Start_Time", {"1.1"}};
5587 
5598  InputSections::forcedThermalization + "Timestep", {"1.1"}};
5599 
5620  inline static const Key<ThermalizationAlgorithm>
5624  {"1.1"}};
5625 
5643  inline static const Key<std::array<double, 3>>
5645  InputSections::forcedThermalization + "Lattice_Sizes", {"1.1"}};
5646 
5667  InputSections::forcedThermalization + "Microcanonical", false, {"1.7"}};
5668 
5670  using key_references_variant = std::variant<
5671  std::reference_wrapper<const Key<bool>>,
5672  std::reference_wrapper<const Key<int>>,
5673  std::reference_wrapper<const Key<int64_t>>,
5674  std::reference_wrapper<const Key<double>>,
5675  std::reference_wrapper<const Key<std::string>>,
5676  std::reference_wrapper<const Key<std::array<int, 3>>>,
5677  std::reference_wrapper<const Key<std::array<double, 2>>>,
5678  std::reference_wrapper<const Key<std::array<double, 3>>>,
5679  std::reference_wrapper<const Key<std::pair<double, double>>>,
5680  std::reference_wrapper<const Key<std::vector<double>>>,
5681  std::reference_wrapper<const Key<std::vector<std::string>>>,
5682  std::reference_wrapper<const Key<std::set<ThermodynamicQuantity>>>,
5683  std::reference_wrapper<const Key<std::map<PdgCode, int>>>,
5684  std::reference_wrapper<const Key<std::map<std::string, std::string>>>,
5685  std::reference_wrapper<const Key<einhard::LogLevel>>,
5686  std::reference_wrapper<const Key<BoxInitialCondition>>,
5687  std::reference_wrapper<const Key<CalculationFrame>>,
5688  std::reference_wrapper<const Key<CollisionCriterion>>,
5689  std::reference_wrapper<const Key<DensityType>>,
5690  std::reference_wrapper<const Key<DerivativesMode>>,
5691  std::reference_wrapper<const Key<ExpansionMode>>,
5692  std::reference_wrapper<const Key<FermiMotion>>,
5693  std::reference_wrapper<const Key<FieldDerivativesMode>>,
5694  std::reference_wrapper<const Key<FluidizableProcessesBitSet>>,
5695  std::reference_wrapper<const Key<FluidizationType>>,
5696  std::reference_wrapper<const Key<MultiParticleReactionsBitSet>>,
5697  std::reference_wrapper<const Key<NNbarTreatment>>,
5698  std::reference_wrapper<const Key<OutputOnlyFinal>>,
5699  std::reference_wrapper<const Key<PdgCode>>,
5700  std::reference_wrapper<const Key<PseudoResonance>>,
5701  std::reference_wrapper<const Key<ReactionsBitSet>>,
5702  std::reference_wrapper<const Key<RestFrameDensityDerivativesMode>>,
5703  std::reference_wrapper<const Key<Sampling>>,
5704  std::reference_wrapper<const Key<SmearingMode>>,
5705  std::reference_wrapper<const Key<SphereInitialCondition>>,
5706  std::reference_wrapper<const Key<ThermalizationAlgorithm>>,
5707  std::reference_wrapper<const Key<TimeStepMode>>,
5708  std::reference_wrapper<const Key<TotalCrossSectionStrategy>>>;
5709 
5711  inline static const std::vector<key_references_variant> list = {
5712  std::cref(particles),
5713  std::cref(decaymodes),
5714  std::cref(gen_endTime),
5715  std::cref(gen_modus),
5716  std::cref(gen_nevents),
5717  std::cref(gen_randomseed),
5720  std::cref(gen_deltaTime),
5721  std::cref(gen_derivativesMode),
5722  std::cref(gen_smearingDiscreteWeight),
5723  std::cref(gen_ensembles),
5724  std::cref(gen_expansionRate),
5725  std::cref(gen_fieldDerivativesMode),
5726  std::cref(gen_smearingGaussCutoffInSigma),
5727  std::cref(gen_smearingGaussianSigma),
5728  std::cref(gen_metricType),
5730  std::cref(gen_smearingMode),
5731  std::cref(gen_testparticles),
5732  std::cref(gen_timeStepMode),
5733  std::cref(gen_smearingTriangularRange),
5734  std::cref(gen_useGrid),
5735  std::cref(log_default),
5736  std::cref(log_box),
5737  std::cref(log_collider),
5738  std::cref(log_yamlConfiguration),
5739  std::cref(log_experiment),
5740  std::cref(log_grandcanThermalizer),
5741  std::cref(log_initialConditions),
5742  std::cref(log_list),
5743  std::cref(log_main),
5744  std::cref(log_output),
5745  std::cref(log_sphere),
5746  std::cref(log_action),
5747  std::cref(log_clock),
5748  std::cref(log_crossSections),
5749  std::cref(log_decayModes),
5750  std::cref(log_density),
5751  std::cref(log_distributions),
5752  std::cref(log_findScatter),
5753  std::cref(log_fpe),
5754  std::cref(log_grid),
5755  std::cref(log_hyperSurfaceCrossing),
5756  std::cref(log_inputParser),
5757  std::cref(log_lattice),
5758  std::cref(log_nucleus),
5759  std::cref(log_particleType),
5760  std::cref(log_pauliBlocking),
5761  std::cref(log_potentials),
5762  std::cref(log_propagation),
5763  std::cref(log_pythia),
5764  std::cref(log_resonances),
5765  std::cref(log_rootsolver),
5766  std::cref(log_scatterAction),
5767  std::cref(log_scatterActionMulti),
5768  std::cref(log_tmn),
5769  std::cref(version),
5771  std::cref(collTerm_collisionCriterion),
5772  std::cref(collTerm_crossSectionScaling),
5773  std::cref(collTerm_elasticCrossSection),
5774  std::cref(collTerm_elasticNNCutoffSqrts),
5775  std::cref(collTerm_totXsStrategy),
5776  std::cref(collTerm_pseudoresonance),
5777  std::cref(collTerm_fixedMinCellLength),
5778  std::cref(collTerm_forceDecaysAtEnd),
5780  std::cref(collTerm_includeDecaysAtTheEnd),
5781  std::cref(collTerm_decayInitial),
5782  std::cref(collTerm_includedTwoToTwo),
5783  std::cref(collTerm_isotropic),
5784  std::cref(collTerm_maximumCrossSection),
5786  std::cref(collTerm_nnbarTreatment),
5787  std::cref(collTerm_noCollisions),
5790  std::cref(collTerm_strings),
5792  std::cref(collTerm_twoToOne),
5793  std::cref(collTerm_useAQM),
5797  std::cref(collTerm_stringTrans_KNOffset),
5799  std::cref(collTerm_stringTrans_lower),
5800  std::cref(collTerm_stringTrans_rangeNN),
5801  std::cref(collTerm_stringTrans_rangeNpi),
5806  std::cref(collTerm_stringParam_gluonBeta),
5807  std::cref(collTerm_stringParam_gluonPMin),
5810  std::cref(collTerm_stringParam_quarkBeta),
5815  std::cref(collTerm_stringParam_sigmaPerp),
5819  std::cref(collTerm_stringParam_stringZA),
5821  std::cref(collTerm_stringParam_stringZB),
5824  std::cref(collTerm_dileptons_decays),
5828  std::cref(collTerm_HF_AQMbSuppression),
5829  std::cref(collTerm_HF_AQMcSuppression),
5830  std::cref(modi_collider_eKin),
5831  std::cref(modi_collider_eTot),
5832  std::cref(modi_collider_pLab),
5833  std::cref(modi_collider_sqrtSNN),
5834  std::cref(modi_collider_calculationFrame),
5836  std::cref(modi_collider_fermiMotion),
5837  std::cref(modi_collider_initialDistance),
5841  std::cref(modi_collider_target_particles),
5843  std::cref(modi_collider_target_radius),
5846  std::cref(modi_collider_projectile_eKin),
5847  std::cref(modi_collider_target_eKin),
5848  std::cref(modi_collider_projectile_eTot),
5849  std::cref(modi_collider_target_eTot),
5850  std::cref(modi_collider_projectile_pLab),
5851  std::cref(modi_collider_target_pLab),
5878  std::cref(modi_collider_impact_max),
5880  std::cref(modi_collider_impact_range),
5881  std::cref(modi_collider_impact_sample),
5882  std::cref(modi_collider_impact_value),
5883  std::cref(modi_collider_impact_values),
5884  std::cref(modi_collider_impact_yields),
5897  std::cref(modi_sphere_radius),
5898  std::cref(modi_sphere_startTime),
5899  std::cref(modi_sphere_temperature),
5901  std::cref(modi_sphere_addRadialVelocity),
5904  std::cref(modi_sphere_initialCondition),
5907  std::cref(modi_sphere_jet_jetMomentum),
5908  std::cref(modi_sphere_jet_jetPdg),
5909  std::cref(modi_box_initialMultiplicities),
5910  std::cref(modi_box_initialCondition),
5911  std::cref(modi_box_length),
5912  std::cref(modi_box_startTime),
5913  std::cref(modi_box_temperature),
5917  std::cref(modi_box_equilibrationTime),
5920  std::cref(modi_box_jet_jetMomentum),
5921  std::cref(modi_box_jet_jetPdg),
5922  std::cref(modi_list_fileDirectory),
5923  std::cref(modi_list_filename),
5924  std::cref(modi_list_filePrefix),
5925  std::cref(modi_list_shiftId),
5926  std::cref(modi_listBox_fileDirectory),
5927  std::cref(modi_listBox_filename),
5928  std::cref(modi_listBox_filePrefix),
5929  std::cref(modi_listBox_length),
5930  std::cref(modi_listBox_shiftId),
5931  std::cref(output_densityType),
5932  std::cref(output_outputInterval),
5933  std::cref(output_outputTimes),
5934  std::cref(output_particles_format),
5935  std::cref(output_collisions_format),
5936  std::cref(output_dileptons_format),
5937  std::cref(output_photons_format),
5939  std::cref(output_rivet_format),
5940  std::cref(output_coulomb_format),
5941  std::cref(output_thermodynamics_format),
5942  std::cref(output_particles_extended),
5943  std::cref(output_particles_quantities),
5944  std::cref(output_particles_onlyFinal),
5945  std::cref(output_collisions_extended),
5946  std::cref(output_collisions_quantities),
5948  std::cref(output_dileptons_extended),
5949  std::cref(output_photons_extended),
5953  std::cref(output_initialConditions_pTCut),
5955  std::cref(output_rivet_analyses),
5956  std::cref(output_rivet_crossSection),
5957  std::cref(output_rivet_ignoreBeams),
5958  std::cref(output_rivet_logging),
5959  std::cref(output_rivet_paths),
5960  std::cref(output_rivet_preloads),
5961  std::cref(output_rivet_weights_cap),
5962  std::cref(output_rivet_weights_deselect),
5964  std::cref(output_rivet_weights_noMulti),
5965  std::cref(output_rivet_weights_nominal),
5966  std::cref(output_rivet_weights_select),
5968  std::cref(output_thermodynamics_position),
5970  std::cref(output_thermodynamics_smearing),
5971  std::cref(output_thermodynamics_type),
5972  std::cref(lattice_automatic),
5973  std::cref(lattice_cellNumber),
5974  std::cref(lattice_origin),
5975  std::cref(lattice_periodic),
5977  std::cref(lattice_sizes),
5979  std::cref(potentials_skyrme_skyrmeA),
5980  std::cref(potentials_skyrme_skyrmeB),
5981  std::cref(potentials_skyrme_skyrmeTau),
5982  std::cref(potentials_symmetry_gamma),
5983  std::cref(potentials_symmetry_sPot),
5984  std::cref(potentials_vdf_coeffs),
5985  std::cref(potentials_vdf_powers),
5986  std::cref(potentials_vdf_satRhoB),
5987  std::cref(potentials_coulomb_rCut),
5992  std::cref(forcedThermalization_startTime),
5993  std::cref(forcedThermalization_timestep),
5994  std::cref(forcedThermalization_algorithm),
5997 
6004  static const Key<einhard::LogLevel> &get_logging_key(std::string_view area) {
6005  return get_key_reference<einhard::LogLevel>({"Logging", std::string{area}});
6006  }
6007 
6015  std::string_view content) {
6016  return get_key_reference<std::vector<std::string>>(
6017  {"Output", std::string{content}, "Format"});
6018  }
6019 
6020  private:
6034  template <typename T>
6035  static const Key<T> &get_key_reference(const KeyLabels &labels) {
6036  using key_reference = std::reference_wrapper<const Key<T>>;
6037  auto candidate = InputKeys::find_key(labels);
6038  if (candidate.has_value()) {
6039  return std::get<key_reference>(candidate.value());
6040  } else {
6041  throw std::invalid_argument("No database key with keys \"" +
6042  join(labels, ": ") + "\" was found.");
6043  }
6044  }
6045 
6054  static std::optional<key_references_variant> find_key(
6055  const KeyLabels &labels) {
6056  if (labels.size() == 0)
6057  return std::nullopt;
6058  auto iterator_to_key_references_variant =
6059  std::find_if(smash::InputKeys::list.begin(),
6060  smash::InputKeys::list.end(), [&labels](auto key) {
6061  return std::visit(
6062  [&labels](auto &&arg) {
6063  return arg.get().has_same_labels(labels);
6064  },
6065  key);
6066  });
6067  if (iterator_to_key_references_variant == smash::InputKeys::list.end()) {
6068  return std::nullopt;
6069  } else {
6070  return *iterator_to_key_references_variant;
6071  }
6072  }
6073 };
6074 
6870 } // namespace smash
6871 
6872 #endif // SRC_INCLUDE_SMASH_INPUT_KEYS_H_
default_type default_value() const
Get the default value of the key.
Definition: key.h:177
This is the main include file for Einhard.
@ Off
Don't use fermi motion.
std::bitset< 10 > ReactionsBitSet
Container for the 2 to 2 reactions in the code.
@ Strings
Use string fragmentation.
@ Fixed
Use fixed time step.
std::bitset< 5 > FluidizableProcessesBitSet
@ TopDownMeasured
Mix the two above, using the parametrizations only for measured processes, and summing up partials fo...
@ Quadratic
Sample from areal / quadratic distribution.
std::bitset< 4 > MultiParticleReactionsBitSet
Container for the n to m reactions in the code.
@ Covariant
Covariant Criterion.
@ ThermalMomentaBoltzmann
A thermalized ensemble is generated, with momenta sampled from a Maxwell-Boltzmann distribution.
@ LargestFromUnstable
Heaviest possible resonance from processes with at least one resonance in the incoming particles.
@ Yes
Print only final-state particles.
@ ALL
Log all message.
Definition: einhard.hpp:110
Definition: action.h:24
std::vector< std::string > KeyLabels
Descriptive alias for storing key labels, i.e.
Definition: key.h:42
@ Dependent
Default value which depends on other keys
std::string join(const std::vector< std::string > &v, const std::string &delim)
Join strings using delimiter.
A container to keep track of all ever existed input keys.
Definition: input_keys.h:1067
static const Key< double > collTerm_stringParam_probabilityPToDUU
See user guide description for more information.
Definition: input_keys.h:2849
static const Key< double > collTerm_stringParam_powerParticleFormation
See user guide description for more information.
Definition: input_keys.h:2833
static const Key< einhard::LogLevel > log_rootsolver
See user guide description for more information.
Definition: input_keys.h:1681
static const Key< bool > potentials_use_potentials_outside_lattice
See user guide description for more information.
Definition: input_keys.h:5397
static const Key< double > modi_collider_projectile_saturationDensity
See user guide description for more information.
Definition: input_keys.h:3293
static const Key< double > collTerm_stringTrans_lower
See user guide description for more information.
Definition: input_keys.h:2644
static const Key< double > modi_collider_projectile_radius
See user guide description for more information.
Definition: input_keys.h:3270
static const Key< double > collTerm_stringParam_formationTime
See user guide description for more information.
Definition: input_keys.h:2733
static const Key< bool > output_initialConditions_extended
See user guide description for more information.
Definition: input_keys.h:4867
static const Key< std::pair< double, double > > collTerm_stringTrans_rangeNpi
See user guide description for more information.
Definition: input_keys.h:2679
static const Key< bool > collTerm_photons_twoToTwoScatterings
See user guide description for more information.
Definition: input_keys.h:3031
static const Key< double > collTerm_stringTrans_range_width
See user guide description for more information.
Definition: input_keys.h:2695
static const Key< einhard::LogLevel > log_crossSections
See user guide description for more information.
Definition: input_keys.h:1732
static const Key< bool > collTerm_stringParam_useMonashTune
See user guide description for more information.
Definition: input_keys.h:3002
static const Key< DensityType > output_densityType
See user guide description for more information.
Definition: input_keys.h:4572
static const Key< double > forcedThermalization_criticalEDensity
See user guide description for more information.
Definition: input_keys.h:5572
static const Key< double > collTerm_stringParam_sigmaPerp
See user guide description for more information.
Definition: input_keys.h:2884
static const Key< double > potentials_momentum_dependence_C
See user guide description for more information.
Definition: input_keys.h:5527
static const Key< double > modi_collider_projectile_eKin
See user guide description for more information.
Definition: input_keys.h:3319
static const Key< std::vector< std::string > > output_photons_format
See user guide description for more information.
Definition: input_keys.h:4669
static const Key< double > modi_sphere_addRadialVelocity
See user guide description for more information.
Definition: input_keys.h:4087
static const Key< double > modi_collider_target_orientation_theta
See user guide description for more information.
Definition: input_keys.h:3644
static const Key< einhard::LogLevel > log_lattice
See user guide description for more information.
Definition: input_keys.h:1846
static const Key< bool > modi_collider_collisionWithinNucleus
See user guide description for more information.
Definition: input_keys.h:3163
static const Key< double > collTerm_stringParam_gluonPMin
See user guide description for more information.
Definition: input_keys.h:2760
static const Key< double > modi_listBox_length
See user guide description for more information.
Definition: input_keys.h:4538
static const Key< std::vector< std::string > > output_collisions_format
See user guide description for more information.
Definition: input_keys.h:4655
static const Key< double > collTerm_stringParam_stringZALeading
See user guide description for more information.
Definition: input_keys.h:2957
static const Key< double > modi_collider_target_pLab
See user guide description for more information.
Definition: input_keys.h:3370
static const Key< double > collTerm_resonanceLifetimeModifier
See user guide description for more information.
Definition: input_keys.h:2439
static const Key< std::string > particles
See user guide description for more information.
Definition: input_keys.h:1071
static const Key< double > modi_collider_target_eTot
See user guide description for more information.
Definition: input_keys.h:3343
static const Key< double > modi_box_temperature
See user guide description for more information.
Definition: input_keys.h:4290
static const Key< std::map< PdgCode, int > > modi_sphere_initialMultiplicities
See user guide description for more information.
Definition: input_keys.h:4012
static const Key< double > modi_sphere_chargeChemicalPotential
See user guide description for more information.
Definition: input_keys.h:4117
static const Key< double > modi_collider_initialDistance
See user guide description for more information.
Definition: input_keys.h:3195
static const Key< std::vector< std::string > > output_rivet_weights_select
See user guide description for more information.
Definition: input_keys.h:5132
static const Key< bool > output_rivet_weights_noMulti
See user guide description for more information.
Definition: input_keys.h:5102
static const Key< einhard::LogLevel > log_hyperSurfaceCrossing
See user guide description for more information.
Definition: input_keys.h:1820
static const Key< double > modi_collider_projectile_diffusiveness
See user guide description for more information.
Definition: input_keys.h:3216
static const Key< bool > modi_collider_projectile_deformed_automatic
See user guide description for more information.
Definition: input_keys.h:3449
static const Key< double > modi_collider_projectile_deformed_beta3
See user guide description for more information.
Definition: input_keys.h:3487
static const Key< double > modi_sphere_temperature
See user guide description for more information.
Definition: input_keys.h:4048
static const Key< ReactionsBitSet > collTerm_includedTwoToTwo
See user guide description for more information.
Definition: input_keys.h:2194
static const Key< double > modi_collider_target_saturationDensity
See user guide description for more information.
Definition: input_keys.h:3300
static const Key< PdgCode > modi_sphere_jet_jetPdg
See user guide description for more information.
Definition: input_keys.h:4213
static const Key< bool > modi_box_useThermalMultiplicities
See user guide description for more information.
Definition: input_keys.h:4389
static const Key< std::string > output_rivet_weights_nominal
See user guide description for more information.
Definition: input_keys.h:5117
static const Key< std::set< ThermodynamicQuantity > > output_thermodynamics_quantites
See user guide description for more information.
Definition: input_keys.h:5221
static const Key< bool > forcedThermalization_microcanonical
See user guide description for more information.
Definition: input_keys.h:5666
std::variant< std::reference_wrapper< const Key< bool > >, std::reference_wrapper< const Key< int > >, std::reference_wrapper< const Key< int64_t > >, std::reference_wrapper< const Key< double > >, std::reference_wrapper< const Key< std::string > >, std::reference_wrapper< const Key< std::array< int, 3 > >>, std::reference_wrapper< const Key< std::array< double, 2 > >>, std::reference_wrapper< const Key< std::array< double, 3 > >>, std::reference_wrapper< const Key< std::pair< double, double > >>, std::reference_wrapper< const Key< std::vector< double > >>, std::reference_wrapper< const Key< std::vector< std::string > >>, std::reference_wrapper< const Key< std::set< ThermodynamicQuantity > >>, std::reference_wrapper< const Key< std::map< PdgCode, int > >>, std::reference_wrapper< const Key< std::map< std::string, std::string > >>, std::reference_wrapper< const Key< einhard::LogLevel > >, std::reference_wrapper< const Key< BoxInitialCondition > >, std::reference_wrapper< const Key< CalculationFrame > >, std::reference_wrapper< const Key< CollisionCriterion > >, std::reference_wrapper< const Key< DensityType > >, std::reference_wrapper< const Key< DerivativesMode > >, std::reference_wrapper< const Key< ExpansionMode > >, std::reference_wrapper< const Key< FermiMotion > >, std::reference_wrapper< const Key< FieldDerivativesMode > >, std::reference_wrapper< const Key< FluidizableProcessesBitSet > >, std::reference_wrapper< const Key< FluidizationType > >, std::reference_wrapper< const Key< MultiParticleReactionsBitSet > >, std::reference_wrapper< const Key< NNbarTreatment > >, std::reference_wrapper< const Key< OutputOnlyFinal > >, std::reference_wrapper< const Key< PdgCode > >, std::reference_wrapper< const Key< PseudoResonance > >, std::reference_wrapper< const Key< ReactionsBitSet > >, std::reference_wrapper< const Key< RestFrameDensityDerivativesMode > >, std::reference_wrapper< const Key< Sampling > >, std::reference_wrapper< const Key< SmearingMode > >, std::reference_wrapper< const Key< SphereInitialCondition > >, std::reference_wrapper< const Key< ThermalizationAlgorithm > >, std::reference_wrapper< const Key< TimeStepMode > >, std::reference_wrapper< const Key< TotalCrossSectionStrategy > >> key_references_variant
Alias for the type to be used in the list of keys.
Definition: input_keys.h:5708
static const Key< einhard::LogLevel > log_inputParser
See user guide description for more information.
Definition: input_keys.h:1834
static const Key< std::string > modi_collider_projectile_custom_fileDirectory
See user guide description for more information.
Definition: input_keys.h:3390
static const Key< double > collTerm_pauliBlocking_momentumAveragingRadius
See user guide description for more information.
Definition: input_keys.h:2588
static const Key< double > modi_collider_eKin
See user guide description for more information.
Definition: input_keys.h:3075
static const Key< double > modi_collider_pLab
See user guide description for more information.
Definition: input_keys.h:3108
static const Key< bool > collTerm_noCollisions
See user guide description for more information.
Definition: input_keys.h:2363
static const Key< double > modi_box_baryonChemicalPotential
See user guide description for more information.
Definition: input_keys.h:4332
static const Key< bool > modi_collider_target_orientation_randRot
See user guide description for more information.
Definition: input_keys.h:3681
static const Key< bool > collTerm_stringParam_mDependentFormationTimes
See user guide description for more information.
Definition: input_keys.h:2774
static const Key< FluidizationType > modi_collider_initialConditions_type
See user guide description for more information.
Definition: input_keys.h:3806
static std::optional< key_references_variant > find_key(const KeyLabels &labels)
Find a Key in the database given its labels.
Definition: input_keys.h:6054
static const Key< double > modi_collider_sqrtSNN
See user guide description for more information.
Definition: input_keys.h:3123
static const Key< int > modi_collider_initialConditions_fluidCells
See user guide description for more information.
Definition: input_keys.h:3943
static const Key< DensityType > output_thermodynamics_type
See user guide description for more information.
Definition: input_keys.h:5278
static const Key< double > modi_collider_projectile_orientation_theta
See user guide description for more information.
Definition: input_keys.h:3639
static const Key< double > collTerm_stringParam_diquarkSuppression
See user guide description for more information.
Definition: input_keys.h:2708
static const Key< double > collTerm_crossSectionScaling
See user guide description for more information.
Definition: input_keys.h:2083
static const Key< einhard::LogLevel > log_pythia
See user guide description for more information.
Definition: input_keys.h:1912
static const Key< double > modi_sphere_jet_jetMomentum
See user guide description for more information.
Definition: input_keys.h:4201
static const Key< einhard::LogLevel > log_main
See user guide description for more information.
Definition: input_keys.h:1645
static const Key< double > modi_box_length
See user guide description for more information.
Definition: input_keys.h:4265
static const Key< int > collTerm_photons_fractionalPhotons
See user guide description for more information.
Definition: input_keys.h:3056
static const Key< std::array< double, 3 > > forcedThermalization_latticeSizes
See user guide description for more information.
Definition: input_keys.h:5644
static const Key< std::vector< double > > modi_collider_impact_values
See user guide description for more information.
Definition: input_keys.h:3772
static const Key< einhard::LogLevel > log_scatterAction
See user guide description for more information.
Definition: input_keys.h:1936
static const Key< double > modi_collider_impact_value
See user guide description for more information.
Definition: input_keys.h:3756
static const Key< einhard::LogLevel > & get_logging_key(std::string_view area)
Get the logging Key given a logging area.
Definition: input_keys.h:6004
static const Key< std::vector< double > > potentials_vdf_powers
See user guide description for more information.
Definition: input_keys.h:5490
static const Key< double > forcedThermalization_startTime
See user guide description for more information.
Definition: input_keys.h:5585
static const Key< double > modi_collider_target_radius
See user guide description for more information.
Definition: input_keys.h:3277
static const Key< einhard::LogLevel > log_initialConditions
See user guide description for more information.
Definition: input_keys.h:1619
static const Key< double > modi_collider_projectile_deformed_beta4
See user guide description for more information.
Definition: input_keys.h:3507
static const Key< bool > modi_sphere_accountResonanceWidths
See user guide description for more information.
Definition: input_keys.h:4070
static const Key< std::map< PdgCode, int > > modi_collider_target_particles
See user guide description for more information.
Definition: input_keys.h:3250
static const Key< double > collTerm_stringParam_formTimeFactor
See user guide description for more information.
Definition: input_keys.h:2721
static const Key< std::vector< std::string > > output_thermodynamics_format
See user guide description for more information.
Definition: input_keys.h:4693
static const Key< double > modi_collider_target_diffusiveness
See user guide description for more information.
Definition: input_keys.h:3223
static const Key< double > potentials_coulomb_rCut
See user guide description for more information.
Definition: input_keys.h:5514
static const Key< einhard::LogLevel > log_decayModes
See user guide description for more information.
Definition: input_keys.h:1746
static const Key< double > output_initialConditions_rapidityCut
See user guide description for more information.
Definition: input_keys.h:4943
static const Key< double > collTerm_stringParam_quarkAlpha
See user guide description for more information.
Definition: input_keys.h:2789
static const Key< bool > modi_box_accountResonanceWidths
See user guide description for more information.
Definition: input_keys.h:4319
static const Key< bool > modi_collider_impact_randomReactionPlane
See user guide description for more information.
Definition: input_keys.h:3709
static const Key< T > & get_key_reference(const KeyLabels &labels)
Get a key reference object given the key labels.
Definition: input_keys.h:6035
static const Key< einhard::LogLevel > log_grandcanThermalizer
See user guide description for more information.
Definition: input_keys.h:1605
static const Key< bool > collTerm_decayInitial
See user guide description for more information.
Definition: input_keys.h:2158
static const Key< std::array< double, 2 > > modi_collider_impact_range
See user guide description for more information.
Definition: input_keys.h:3722
static const Key< std::string > version
This key has been removed in SMASH-3.2 version.
Definition: input_keys.h:1976
static const Key< int > gen_minNonEmptyEnsembles_number
See user guide description for more information.
Definition: input_keys.h:1173
static const Key< int64_t > gen_randomseed
See user guide description for more information.
Definition: input_keys.h:1148
static const Key< std::string > modi_list_fileDirectory
See user guide description for more information.
Definition: input_keys.h:4441
static const Key< double > modi_collider_initialConditions_maxTime
See user guide description for more information.
Definition: input_keys.h:3930
static const Key< double > collTerm_stringParam_stringZA
See user guide description for more information.
Definition: input_keys.h:2943
static const Key< einhard::LogLevel > log_action
See user guide description for more information.
Definition: input_keys.h:1708
static const Key< std::string > gen_modus
See user guide description for more information.
Definition: input_keys.h:1119
static const Key< double > gen_smearingTriangularRange
See user guide description for more information.
Definition: input_keys.h:1511
static const Key< double > modi_collider_initialConditions_minTime
See user guide description for more information.
Definition: input_keys.h:3916
static const Key< einhard::LogLevel > log_grid
See user guide description for more information.
Definition: input_keys.h:1808
static const Key< double > modi_sphere_startTime
See user guide description for more information.
Definition: input_keys.h:4036
static const Key< bool > output_rivet_ignoreBeams
See user guide description for more information.
Definition: input_keys.h:4996
static const Key< bool > lattice_periodic
See user guide description for more information.
Definition: input_keys.h:5355
static const Key< double > collTerm_stringParam_strangeSuppression
See user guide description for more information.
Definition: input_keys.h:2902
static const Key< int > gen_minNonEmptyEnsembles_maximumEnsembles
See user guide description for more information.
Definition: input_keys.h:1161
static const Key< double > gen_expansionRate
See user guide description for more information.
Definition: input_keys.h:1292
static const Key< double > modi_box_equilibrationTime
See user guide description for more information.
Definition: input_keys.h:4361
static const Key< std::string > modi_listBox_filePrefix
See user guide description for more information.
Definition: input_keys.h:4525
static const Key< FluidizableProcessesBitSet > modi_collider_initialConditions_fluidProcesses
See user guide description for more information.
Definition: input_keys.h:3970
static const Key< einhard::LogLevel > log_yamlConfiguration
See user guide description for more information.
Definition: input_keys.h:1579
static const Key< SphereInitialCondition > modi_sphere_initialCondition
See user guide description for more information.
Definition: input_keys.h:4141
static const Key< double > potentials_skyrme_skyrmeB
See user guide description for more information.
Definition: input_keys.h:5423
static const Key< double > output_outputInterval
See user guide description for more information.
Definition: input_keys.h:4587
static const Key< bool > collTerm_onlyWarnForHighProbability
See user guide description for more information.
Definition: input_keys.h:2379
static const Key< double > collTerm_additionalElasticCrossSection
See user guide description for more information.
Definition: input_keys.h:2018
static const Key< std::map< PdgCode, int > > modi_collider_projectile_particles
See user guide description for more information.
Definition: input_keys.h:3244
static const Key< bool > collTerm_stringsWithProbability
See user guide description for more information.
Definition: input_keys.h:2487
static const Key< double > potentials_momentum_dependence_Lambda
See user guide description for more information.
Definition: input_keys.h:5540
static const Key< einhard::LogLevel > log_particleType
See user guide description for more information.
Definition: input_keys.h:1870
static const Key< double > collTerm_stringParam_stringSigmaT
See user guide description for more information.
Definition: input_keys.h:2915
static const Key< double > gen_smearingGaussianSigma
See user guide description for more information.
Definition: input_keys.h:1349
static const Key< bool > modi_collider_target_deformed_automatic
See user guide description for more information.
Definition: input_keys.h:3454
static const Key< double > modi_collider_initialConditions_eDenThreshold
See user guide description for more information.
Definition: input_keys.h:3900
static const Key< double > modi_box_jet_jetMomentum
See user guide description for more information.
Definition: input_keys.h:4414
static const Key< double > modi_collider_target_eKin
See user guide description for more information.
Definition: input_keys.h:3324
static const Key< CalculationFrame > modi_collider_calculationFrame
See user guide description for more information.
Definition: input_keys.h:3147
static const Key< double > modi_sphere_radius
See user guide description for more information.
Definition: input_keys.h:4024
static const Key< double > potentials_skyrme_skyrmeA
See user guide description for more information.
Definition: input_keys.h:5411
static const Key< einhard::LogLevel > log_sphere
See user guide description for more information.
Definition: input_keys.h:1693
static const Key< std::string > modi_list_filename
See user guide description for more information.
Definition: input_keys.h:4456
static const Key< bool > collTerm_dileptons_decays
See user guide description for more information.
Definition: input_keys.h:3019
static const Key< double > modi_collider_impact_max
See user guide description for more information.
Definition: input_keys.h:3696
static const Key< double > collTerm_stringParam_stringZB
See user guide description for more information.
Definition: input_keys.h:2970
static const Key< double > potentials_symmetry_gamma
See user guide description for more information.
Definition: input_keys.h:5451
static const Key< bool > collTerm_strings
See user guide description for more information.
Definition: input_keys.h:2455
static const Key< std::vector< std::string > > output_rivet_preloads
See user guide description for more information.
Definition: input_keys.h:5040
static const Key< DerivativesMode > gen_derivativesMode
See user guide description for more information.
Definition: input_keys.h:1227
static const Key< std::vector< double > > modi_collider_impact_yields
See user guide description for more information.
Definition: input_keys.h:3786
static const Key< double > modi_collider_initialConditions_formTimeFraction
See user guide description for more information.
Definition: input_keys.h:3988
static const Key< ThermalizationAlgorithm > forcedThermalization_algorithm
See user guide description for more information.
Definition: input_keys.h:5621
static const Key< double > collTerm_stringParam_quarkBeta
See user guide description for more information.
Definition: input_keys.h:2802
static const Key< std::vector< std::string > > output_particles_format
See user guide description for more information.
Definition: input_keys.h:4648
static const Key< double > collTerm_pauliBlocking_gaussianCutoff
See user guide description for more information.
Definition: input_keys.h:2575
static const Key< double > output_rivet_weights_cap
See user guide description for more information.
Definition: input_keys.h:5058
static const Key< std::string > decaymodes
See user guide description for more information.
Definition: input_keys.h:1075
static const Key< bool > collTerm_forceDecaysAtEnd
See user guide description for more information.
Definition: input_keys.h:2144
static const Key< bool > output_particles_extended
See user guide description for more information.
Definition: input_keys.h:4720
static const Key< double > modi_collider_target_deformed_beta2
See user guide description for more information.
Definition: input_keys.h:3472
static const Key< double > forcedThermalization_timestep
See user guide description for more information.
Definition: input_keys.h:5597
static const Key< double > modi_collider_target_alphaClustered_sideLength
See user guide description for more information.
Definition: input_keys.h:3595
static const Key< double > gen_endTime
See user guide description for more information.
Definition: input_keys.h:1093
static const Key< double > modi_box_startTime
See user guide description for more information.
Definition: input_keys.h:4278
static const Key< bool > collTerm_photons_bremsstrahlung
See user guide description for more information.
Definition: input_keys.h:3043
static const Key< PseudoResonance > collTerm_pseudoresonance
See user guide description for more information.
Definition: input_keys.h:2413
static const Key< double > gen_smearingGaussCutoffInSigma
See user guide description for more information.
Definition: input_keys.h:1336
static const Key< double > collTerm_stringParam_popcornRate
See user guide description for more information.
Definition: input_keys.h:2817
static const Key< int > gen_nevents
See user guide description for more information.
Definition: input_keys.h:1135
static const Key< einhard::LogLevel > log_resonances
See user guide description for more information.
Definition: input_keys.h:1924
static const Key< double > gen_smearingDiscreteWeight
See user guide description for more information.
Definition: input_keys.h:1244
static const Key< double > collTerm_elasticNNCutoffSqrts
See user guide description for more information.
Definition: input_keys.h:2116
static const Key< int > modi_listBox_shiftId
See user guide description for more information.
Definition: input_keys.h:4551
static const Key< ExpansionMode > gen_metricType
See user guide description for more information.
Definition: input_keys.h:1366
static const Key< int > gen_ensembles
See user guide description for more information.
Definition: input_keys.h:1274
static const Key< einhard::LogLevel > log_list
See user guide description for more information.
Definition: input_keys.h:1633
static const Key< std::array< double, 3 > > lattice_origin
See user guide description for more information.
Definition: input_keys.h:5338
static const Key< double > modi_collider_target_deformed_beta4
See user guide description for more information.
Definition: input_keys.h:3512
static const Key< einhard::LogLevel > log_nucleus
See user guide description for more information.
Definition: input_keys.h:1858
static const Key< bool > collTerm_isotropic
See user guide description for more information.
Definition: input_keys.h:2251
static const Key< double > collTerm_fixedMinCellLength
See user guide description for more information.
Definition: input_keys.h:2131
static const Key< einhard::LogLevel > log_pauliBlocking
See user guide description for more information.
Definition: input_keys.h:1884
static const Key< double > collTerm_stringParam_stringZBLeading
See user guide description for more information.
Definition: input_keys.h:2985
static const Key< double > collTerm_stringTrans_pipiOffset
See user guide description for more information.
Definition: input_keys.h:2631
static const Key< double > modi_collider_projectile_alphaClustered_sideLength
See user guide description for more information.
Definition: input_keys.h:3589
static const Key< double > potentials_skyrme_skyrmeTau
See user guide description for more information.
Definition: input_keys.h:5436
static const Key< MultiParticleReactionsBitSet > collTerm_multiParticleReactions
See user guide description for more information.
Definition: input_keys.h:2321
static const Key< double > modi_sphere_baryonChemicalPotential
See user guide description for more information.
Definition: input_keys.h:4102
static const Key< double > output_initialConditions_properTime
See user guide description for more information.
Definition: input_keys.h:4906
static const Key< double > modi_collider_target_orientation_phi
See user guide description for more information.
Definition: input_keys.h:3626
static const Key< einhard::LogLevel > log_default
See user guide description for more information.
Definition: input_keys.h:1540
static const Key< double > collTerm_maximumCrossSection
See user guide description for more information.
Definition: input_keys.h:2273
static const Key< bool > collTerm_useAQM
See user guide description for more information.
Definition: input_keys.h:2563
static const Key< einhard::LogLevel > log_box
See user guide description for more information.
Definition: input_keys.h:1555
static const Key< einhard::LogLevel > log_experiment
See user guide description for more information.
Definition: input_keys.h:1593
static const Key< std::vector< std::string > > output_coulomb_format
See user guide description for more information.
Definition: input_keys.h:4687
static const Key< einhard::LogLevel > log_fpe
See user guide description for more information.
Definition: input_keys.h:1796
static const Key< std::array< double, 3 > > lattice_sizes
See user guide description for more information.
Definition: input_keys.h:5382
static const Key< std::vector< std::string > > output_initialConditions_format
See user guide description for more information.
Definition: input_keys.h:4675
static const Key< double > modi_collider_initialConditions_lowerBound
See user guide description for more information.
Definition: input_keys.h:3821
static const Key< TotalCrossSectionStrategy > collTerm_totXsStrategy
See user guide description for more information.
Definition: input_keys.h:2519
static const Key< double > modi_collider_eTot
See user guide description for more information.
Definition: input_keys.h:3091
static const Key< std::array< int, 3 > > lattice_cellNumber
See user guide description for more information.
Definition: input_keys.h:5319
static const Key< std::array< double, 3 > > output_thermodynamics_position
See user guide description for more information.
Definition: input_keys.h:5191
static const Key< double > collTerm_elasticCrossSection
See user guide description for more information.
Definition: input_keys.h:2098
static const Key< std::vector< std::string > > output_rivet_paths
See user guide description for more information.
Definition: input_keys.h:5026
static const Key< double > output_initialConditions_lowerBound
See user guide description for more information.
Definition: input_keys.h:4886
static const Key< double > modi_collider_projectile_orientation_psi
See user guide description for more information.
Definition: input_keys.h:3657
static const Key< bool > output_collisions_extended
See user guide description for more information.
Definition: input_keys.h:4776
static const Key< OutputOnlyFinal > output_particles_onlyFinal
See user guide description for more information.
Definition: input_keys.h:4755
static const Key< std::vector< std::string > > output_dileptons_format
See user guide description for more information.
Definition: input_keys.h:4662
static const Key< std::vector< std::string > > output_rivet_format
See user guide description for more information.
Definition: input_keys.h:4682
static const Key< std::string > modi_collider_target_custom_fileName
See user guide description for more information.
Definition: input_keys.h:3413
static const Key< double > modi_collider_projectile_deformed_beta2
See user guide description for more information.
Definition: input_keys.h:3467
static const Key< std::string > modi_collider_projectile_custom_fileName
See user guide description for more information.
Definition: input_keys.h:3408
static const Key< einhard::LogLevel > log_findScatter
See user guide description for more information.
Definition: input_keys.h:1784
static const Key< double > collTerm_stringParam_stringTension
See user guide description for more information.
Definition: input_keys.h:2930
static const Key< double > modi_box_strangeChemicalPotential
See user guide description for more information.
Definition: input_keys.h:4375
static const Key< double > modi_box_chargeChemicalPotential
See user guide description for more information.
Definition: input_keys.h:4345
static const Key< std::vector< std::string > > output_particles_quantities
See user guide description for more information.
Definition: input_keys.h:4736
static const Key< double > modi_collider_projectile_deformed_gamma
See user guide description for more information.
Definition: input_keys.h:3527
static const Key< double > collTerm_pauliBlocking_spatialAveragingRadius
See user guide description for more information.
Definition: input_keys.h:2602
static const Key< PdgCode > modi_box_jet_jetPdg
See user guide description for more information.
Definition: input_keys.h:4427
static const Key< std::vector< std::string > > output_rivet_analyses
See user guide description for more information.
Definition: input_keys.h:4967
static const Key< bool > output_dileptons_extended
See user guide description for more information.
Definition: input_keys.h:4828
static const Key< CollisionCriterion > collTerm_collisionCriterion
See user guide description for more information.
Definition: input_keys.h:2066
static const Key< einhard::LogLevel > log_clock
See user guide description for more information.
Definition: input_keys.h:1720
static const Key< einhard::LogLevel > log_distributions
See user guide description for more information.
Definition: input_keys.h:1770
static const Key< double > potentials_symmetry_sPot
See user guide description for more information.
Definition: input_keys.h:5463
static const std::vector< key_references_variant > list
List of references to all existing SMASH keys.
Definition: input_keys.h:5711
static const Key< int > modi_list_shiftId
See user guide description for more information.
Definition: input_keys.h:4486
static const Key< SmearingMode > gen_smearingMode
See user guide description for more information.
Definition: input_keys.h:1442
static const Key< bool > gen_useGrid
See user guide description for more information.
Definition: input_keys.h:1525
static const Key< einhard::LogLevel > log_output
See user guide description for more information.
Definition: input_keys.h:1657
static const Key< std::string > modi_list_filePrefix
See user guide description for more information.
Definition: input_keys.h:4469
static const Key< bool > output_thermodynamics_onlyParticipants
See user guide description for more information.
Definition: input_keys.h:5178
static const Key< std::array< double, 2 > > output_rivet_crossSection
See user guide description for more information.
Definition: input_keys.h:4980
static const Key< double > modi_collider_projectile_pLab
See user guide description for more information.
Definition: input_keys.h:3365
static const Key< std::vector< std::string > > output_rivet_weights_deselect
See user guide description for more information.
Definition: input_keys.h:5072
static const Key< FieldDerivativesMode > gen_fieldDerivativesMode
See user guide description for more information.
Definition: input_keys.h:1321
static const Key< einhard::LogLevel > log_density
See user guide description for more information.
Definition: input_keys.h:1758
static const Key< double > modi_collider_target_deformed_gamma
See user guide description for more information.
Definition: input_keys.h:3532
static const Key< einhard::LogLevel > log_propagation
See user guide description for more information.
Definition: input_keys.h:1898
static const Key< einhard::LogLevel > log_scatterActionMulti
See user guide description for more information.
Definition: input_keys.h:1951
static const Key< double > output_initialConditions_pTCut
See user guide description for more information.
Definition: input_keys.h:4924
static const Key< bool > modi_collider_projectile_alphaClustered_automatic
See user guide description for more information.
Definition: input_keys.h:3569
static const Key< RestFrameDensityDerivativesMode > gen_restFrameDensityDerivativeMode
See user guide description for more information.
Definition: input_keys.h:1383
static const Key< einhard::LogLevel > log_collider
See user guide description for more information.
Definition: input_keys.h:1567
static const Key< bool > collTerm_ignoreDecayWidthAtTheEnd
See user guide description for more information.
Definition: input_keys.h:2236
static const Key< std::string > modi_listBox_filename
See user guide description for more information.
Definition: input_keys.h:4512
static const Key< Sampling > modi_collider_impact_sample
See user guide description for more information.
Definition: input_keys.h:3743
static const Key< double > modi_collider_initialConditions_rapidityCut
See user guide description for more information.
Definition: input_keys.h:3882
static const Key< double > modi_collider_projectile_eTot
See user guide description for more information.
Definition: input_keys.h:3338
static const Key< bool > modi_sphere_useThermalMultiplicities
See user guide description for more information.
Definition: input_keys.h:4178
static const Key< double > collTerm_HF_AQMbSuppression
See user guide description for more information.
Definition: input_keys.h:1989
static const Key< bool > output_collisions_printStartEnd
See user guide description for more information.
Definition: input_keys.h:4810
static const Key< double > collTerm_stringTrans_KNOffset
See user guide description for more information.
Definition: input_keys.h:2616
static const Key< bool > collTerm_includeDecaysAtTheEnd
This key has been removed in SMASH-3.2 version.
Definition: input_keys.h:2210
static const Key< NNbarTreatment > collTerm_nnbarTreatment
See user guide description for more information.
Definition: input_keys.h:2346
static const Key< einhard::LogLevel > log_tmn
See user guide description for more information.
Definition: input_keys.h:1965
static const Key< std::string > modi_collider_target_custom_fileDirectory
See user guide description for more information.
Definition: input_keys.h:3396
static const Key< std::pair< double, double > > collTerm_stringTrans_rangeNN
See user guide description for more information.
Definition: input_keys.h:2662
static const Key< bool > lattice_automatic
See user guide description for more information.
Definition: input_keys.h:5305
static const Key< double > gen_deltaTime
See user guide description for more information.
Definition: input_keys.h:1204
static const Key< std::vector< double > > output_outputTimes
See user guide description for more information.
Definition: input_keys.h:4611
static const Key< bool > output_thermodynamics_smearing
See user guide description for more information.
Definition: input_keys.h:5260
static const Key< BoxInitialCondition > modi_box_initialCondition
See user guide description for more information.
Definition: input_keys.h:4253
static const Key< double > potentials_vdf_satRhoB
See user guide description for more information.
Definition: input_keys.h:5502
static const Key< std::map< std::string, std::string > > output_rivet_logging
See user guide description for more information.
Definition: input_keys.h:5012
static const Key< std::vector< std::string > > & get_output_format_key(std::string_view content)
Get the output format key object.
Definition: input_keys.h:6014
static const Key< double > collTerm_stringParam_gluonBeta
See user guide description for more information.
Definition: input_keys.h:2746
static const Key< bool > lattice_potentialsAffectThreshold
See user guide description for more information.
Definition: input_keys.h:5368
static const Key< double > collTerm_HF_AQMcSuppression
See user guide description for more information.
Definition: input_keys.h:2002
static const Key< std::array< int, 3 > > forcedThermalization_cellNumber
See user guide description for more information.
Definition: input_keys.h:5559
static const Key< einhard::LogLevel > log_potentials
See user guide description for more information.
Definition: input_keys.h:1669
static const Key< double > modi_collider_target_orientation_psi
See user guide description for more information.
Definition: input_keys.h:3662
static const Key< double > output_rivet_weights_nloSmearing
See user guide description for more information.
Definition: input_keys.h:5087
static const Key< double > modi_collider_projectile_orientation_phi
See user guide description for more information.
Definition: input_keys.h:3621
static const Key< FermiMotion > modi_collider_fermiMotion
See user guide description for more information.
Definition: input_keys.h:3179
static const Key< bool > collTerm_stringParam_separateFragmentBaryon
See user guide description for more information.
Definition: input_keys.h:2864
static const Key< bool > output_photons_extended
See user guide description for more information.
Definition: input_keys.h:4846
static const Key< double > modi_collider_initialConditions_properTime
See user guide description for more information.
Definition: input_keys.h:3842
static const Key< std::vector< std::string > > output_collisions_quantities
See user guide description for more information.
Definition: input_keys.h:4794
static const Key< bool > collTerm_twoToOne
See user guide description for more information.
Definition: input_keys.h:2533
static const Key< bool > modi_collider_projectile_orientation_randRot
See user guide description for more information.
Definition: input_keys.h:3676
static const Key< std::map< PdgCode, int > > modi_box_initialMultiplicities
See user guide description for more information.
Definition: input_keys.h:4233
static const Key< double > modi_collider_initialConditions_pTCut
See user guide description for more information.
Definition: input_keys.h:3862
static const Key< double > modi_sphere_strangeChemicalPotential
See user guide description for more information.
Definition: input_keys.h:4158
static const Key< int > gen_testparticles
See user guide description for more information.
Definition: input_keys.h:1474
static const Key< std::string > modi_listBox_fileDirectory
See user guide description for more information.
Definition: input_keys.h:4499
static const Key< TimeStepMode > gen_timeStepMode
See user guide description for more information.
Definition: input_keys.h:1498
static const Key< bool > modi_collider_target_alphaClustered_automatic
See user guide description for more information.
Definition: input_keys.h:3574
static const Key< std::vector< double > > potentials_vdf_coeffs
See user guide description for more information.
Definition: input_keys.h:5475
static const Key< double > modi_collider_target_deformed_beta3
See user guide description for more information.
Definition: input_keys.h:3492
A container to keep track of all ever existed sections in the input file.
Definition: input_keys.h:48
static const Section m_c_p_alphaClustered
Subsection for the alpha-clustered projectile in collider modus.
Definition: input_keys.h:105
static const Section o_rivet
Subsection for the output Rivet content.
Definition: input_keys.h:156
static const Section m_b_jet
Subsection for the jet in box modus.
Definition: input_keys.h:93
static const Section output
Section for the output information.
Definition: input_keys.h:140
static const Section m_c_p_custom
Subsection for the custom projectile in collider modus.
Definition: input_keys.h:108
static const Section potentials
Section for the potentials information.
Definition: input_keys.h:164
static const Section m_c_p_orientation
Subsection for the projectile orientation in collider modus.
Definition: input_keys.h:114
static const Section m_collider
Subsection for the collider modus.
Definition: input_keys.h:95
static const Section o_particles
Subsection for the output particles content.
Definition: input_keys.h:152
static const Section p_coulomb
Subsection for the Coulomb potentials information.
Definition: input_keys.h:166
static const Section c_pauliBlocking
Subsection for the Pauli blocking mechanism.
Definition: input_keys.h:58
static const Section o_r_weights
Subsection for the output Rivet weights information.
Definition: input_keys.h:158
static const Section c_photons
Subsection for the photons.
Definition: input_keys.h:61
static const Section m_c_p_deformed
Subsection for the deformed projectile in collider modus.
Definition: input_keys.h:111
static const Section c_dileptons
Subsection for the dileptons.
Definition: input_keys.h:55
static const Section p_skyrme
Subsection for the Skyrme potentials information.
Definition: input_keys.h:171
static const Section m_s_jet
Subsection for the jet in sphere modus.
Definition: input_keys.h:137
static const Section p_vdf
Subsection for the VDF potentials information.
Definition: input_keys.h:176
static const Section m_c_t_orientation
Subsection for the target orientation in collider modus.
Definition: input_keys.h:128
static const Section c_stringTransition
Subsection for the string transition.
Definition: input_keys.h:70
static const Section o_thermodynamics
Subsection for the output thermodynamics content.
Definition: input_keys.h:160
static const Section o_collisions
Subsection for the output collisions content.
Definition: input_keys.h:142
static const Section m_box
Subsection for the box modus.
Definition: input_keys.h:91
static const Section m_c_projectile
Subsection for the projectile in collider modus.
Definition: input_keys.h:102
static const Section p_momentumDependence
Subsection for the momentum-dependent potentials information.
Definition: input_keys.h:168
static const Section forcedThermalization
Section for the forced thermalization.
Definition: input_keys.h:74
static const Section o_dileptons
Subsection for the output dileptons content.
Definition: input_keys.h:147
static const Section m_c_t_deformed
Subsection for the deformed target in collider modus.
Definition: input_keys.h:125
static const Section collisionTerm
Section for the collision term.
Definition: input_keys.h:53
static const Section logging
Section for the logging.
Definition: input_keys.h:86
static const Section c_heavyFlavor
Subsection for heavy flavor.
Definition: input_keys.h:64
static const Section m_list
Subsection for the list modus.
Definition: input_keys.h:131
static const Section general
General section.
Definition: input_keys.h:77
static const Section m_c_target
Subsection for the target in collider modus.
Definition: input_keys.h:117
static const Section o_photons
Subsection for the output photons content.
Definition: input_keys.h:154
static const Section modi
Section for the modus specific information.
Definition: input_keys.h:89
KeyLabels Section
Type alias to be more descriptive when declaring members.
Definition: input_keys.h:50
static const Section m_c_initialConditions
Subsection for the initial conditions in collider modus.
Definition: input_keys.h:99
static const Section m_sphere
Subsection for the sphere modus.
Definition: input_keys.h:135
static const Section p_symmetry
Subsection for the symmetry potentials information.
Definition: input_keys.h:173
static const Section o_coulomb
Subsection for the output Coulomb content.
Definition: input_keys.h:145
static const Section o_initialConditions
Subsection for the output initial conditions content.
Definition: input_keys.h:149
static const Section m_c_t_custom
Subsection for the custom target in collider modus.
Definition: input_keys.h:122
static const Section lattice
Section for the lattice.
Definition: input_keys.h:83
static const Section m_c_impact
Subsection for the impact information in collider modus.
Definition: input_keys.h:97
static const Section g_minEnsembles
Subsection for the minimum-nonempty-ensembles mechanism.
Definition: input_keys.h:79
static const Section m_listBox
Subsection for the list-box modus.
Definition: input_keys.h:133
static const Section c_stringParameters
Subsection for the string parameters.
Definition: input_keys.h:67
static const Section m_c_t_alphaClustered
Subsection for the alpha-clustered target in collider modus.
Definition: input_keys.h:119