#include <input_keys.h>
A container to keep track of all ever existed sections in the input file.
In this struct with exclusively static constant members we collect all input sections without any metadata associated to it. This is why we simply use KeyLabels
as type (after all a YAML section is a key with a map as value).
Definition at line 48 of file input_keys.h.
Public Types | |
using | Section = KeyLabels |
Type alias to be more descriptive when declaring members. More... | |
Static Public Attributes | |
static const Section | collisionTerm {"Collision_Term"} |
Section for the collision term. More... | |
static const Section | c_dileptons |
Subsection for the dileptons. More... | |
static const Section | c_pauliBlocking |
Subsection for the Pauli blocking mechanism. More... | |
static const Section | c_photons |
Subsection for the photons. More... | |
static const Section | c_heavyFlavor |
Subsection for heavy flavor. More... | |
static const Section | c_stringParameters |
Subsection for the string parameters. More... | |
static const Section | c_stringTransition |
Subsection for the string transition. More... | |
static const Section | forcedThermalization {"Forced_Thermalization"} |
Section for the forced thermalization. More... | |
static const Section | general {"General"} |
General section. More... | |
static const Section | g_minEnsembles |
Subsection for the minimum-nonempty-ensembles mechanism. More... | |
static const Section | lattice {"Lattice"} |
Section for the lattice. More... | |
static const Section | logging {"Logging"} |
Section for the logging. More... | |
static const Section | modi {"Modi"} |
Section for the modus specific information. More... | |
static const Section | m_box = InputSections::modi + "Box" |
Subsection for the box modus. More... | |
static const Section | m_b_jet = InputSections::m_box + "Jet" |
Subsection for the jet in box modus. More... | |
static const Section | m_collider = InputSections::modi + "Collider" |
Subsection for the collider modus. More... | |
static const Section | m_c_impact = InputSections::m_collider + "Impact" |
Subsection for the impact information in collider modus. More... | |
static const Section | m_c_initialConditions |
Subsection for the initial conditions in collider modus. More... | |
static const Section | m_c_projectile |
Subsection for the projectile in collider modus. More... | |
static const Section | m_c_p_alphaClustered |
Subsection for the alpha-clustered projectile in collider modus. More... | |
static const Section | m_c_p_custom |
Subsection for the custom projectile in collider modus. More... | |
static const Section | m_c_p_deformed |
Subsection for the deformed projectile in collider modus. More... | |
static const Section | m_c_p_orientation |
Subsection for the projectile orientation in collider modus. More... | |
static const Section | m_c_target = InputSections::m_collider + "Target" |
Subsection for the target in collider modus. More... | |
static const Section | m_c_t_alphaClustered |
Subsection for the alpha-clustered target in collider modus. More... | |
static const Section | m_c_t_custom |
Subsection for the custom target in collider modus. More... | |
static const Section | m_c_t_deformed |
Subsection for the deformed target in collider modus. More... | |
static const Section | m_c_t_orientation |
Subsection for the target orientation in collider modus. More... | |
static const Section | m_list = InputSections::modi + "List" |
Subsection for the list modus. More... | |
static const Section | m_listBox = InputSections::modi + "ListBox" |
Subsection for the list-box modus. More... | |
static const Section | m_sphere = InputSections::modi + "Sphere" |
Subsection for the sphere modus. More... | |
static const Section | m_s_jet = InputSections::m_sphere + "Jet" |
Subsection for the jet in sphere modus. More... | |
static const Section | output {"Output"} |
Section for the output information. More... | |
static const Section | o_collisions |
Subsection for the output collisions content. More... | |
static const Section | o_coulomb = InputSections::output + "Coulomb" |
Subsection for the output Coulomb content. More... | |
static const Section | o_dileptons = InputSections::output + "Dileptons" |
Subsection for the output dileptons content. More... | |
static const Section | o_initialConditions |
Subsection for the output initial conditions content. More... | |
static const Section | o_particles = InputSections::output + "Particles" |
Subsection for the output particles content. More... | |
static const Section | o_photons = InputSections::output + "Photons" |
Subsection for the output photons content. More... | |
static const Section | o_rivet = InputSections::output + "Rivet" |
Subsection for the output Rivet content. More... | |
static const Section | o_r_weights = InputSections::o_rivet + "Weights" |
Subsection for the output Rivet weights information. More... | |
static const Section | o_thermodynamics |
Subsection for the output thermodynamics content. More... | |
static const Section | potentials {"Potentials"} |
Section for the potentials information. More... | |
static const Section | p_coulomb = InputSections::potentials + "Coulomb" |
Subsection for the Coulomb potentials information. More... | |
static const Section | p_momentumDependence |
Subsection for the momentum-dependent potentials information. More... | |
static const Section | p_skyrme = InputSections::potentials + "Skyrme" |
Subsection for the Skyrme potentials information. More... | |
static const Section | p_symmetry |
Subsection for the symmetry potentials information. More... | |
static const Section | p_vdf = InputSections::potentials + "VDF" |
Subsection for the VDF potentials information. More... | |
Type alias to be more descriptive when declaring members.
Definition at line 50 of file input_keys.h.
|
inlinestatic |
Section for the collision term.
Definition at line 53 of file input_keys.h.
|
inlinestatic |
Subsection for the dileptons.
Definition at line 55 of file input_keys.h.
|
inlinestatic |
Subsection for the Pauli blocking mechanism.
Definition at line 58 of file input_keys.h.
|
inlinestatic |
Subsection for the photons.
Definition at line 61 of file input_keys.h.
|
inlinestatic |
Subsection for heavy flavor.
Definition at line 64 of file input_keys.h.
|
inlinestatic |
Subsection for the string parameters.
Definition at line 67 of file input_keys.h.
|
inlinestatic |
Subsection for the string transition.
Definition at line 70 of file input_keys.h.
|
inlinestatic |
Section for the forced thermalization.
Definition at line 74 of file input_keys.h.
|
inlinestatic |
General section.
Definition at line 77 of file input_keys.h.
|
inlinestatic |
Subsection for the minimum-nonempty-ensembles mechanism.
Definition at line 79 of file input_keys.h.
|
inlinestatic |
Section for the lattice.
Definition at line 83 of file input_keys.h.
|
inlinestatic |
Section for the logging.
Definition at line 86 of file input_keys.h.
|
inlinestatic |
Section for the modus specific information.
Definition at line 89 of file input_keys.h.
|
inlinestatic |
Subsection for the box modus.
Definition at line 91 of file input_keys.h.
|
inlinestatic |
Subsection for the jet in box modus.
Definition at line 93 of file input_keys.h.
|
inlinestatic |
Subsection for the collider modus.
Definition at line 95 of file input_keys.h.
|
inlinestatic |
Subsection for the impact information in collider modus.
Definition at line 97 of file input_keys.h.
|
inlinestatic |
Subsection for the initial conditions in collider modus.
Definition at line 99 of file input_keys.h.
|
inlinestatic |
Subsection for the projectile in collider modus.
Definition at line 102 of file input_keys.h.
|
inlinestatic |
Subsection for the alpha-clustered projectile in collider modus.
Definition at line 105 of file input_keys.h.
|
inlinestatic |
Subsection for the custom projectile in collider modus.
Definition at line 108 of file input_keys.h.
|
inlinestatic |
Subsection for the deformed projectile in collider modus.
Definition at line 111 of file input_keys.h.
|
inlinestatic |
Subsection for the projectile orientation in collider modus.
Definition at line 114 of file input_keys.h.
|
inlinestatic |
Subsection for the target in collider modus.
Definition at line 117 of file input_keys.h.
|
inlinestatic |
Subsection for the alpha-clustered target in collider modus.
Definition at line 119 of file input_keys.h.
|
inlinestatic |
Subsection for the custom target in collider modus.
Definition at line 122 of file input_keys.h.
|
inlinestatic |
Subsection for the deformed target in collider modus.
Definition at line 125 of file input_keys.h.
|
inlinestatic |
Subsection for the target orientation in collider modus.
Definition at line 128 of file input_keys.h.
|
inlinestatic |
Subsection for the list modus.
Definition at line 131 of file input_keys.h.
|
inlinestatic |
Subsection for the list-box modus.
Definition at line 133 of file input_keys.h.
|
inlinestatic |
Subsection for the sphere modus.
Definition at line 135 of file input_keys.h.
|
inlinestatic |
Subsection for the jet in sphere modus.
Definition at line 137 of file input_keys.h.
|
inlinestatic |
Section for the output information.
Definition at line 140 of file input_keys.h.
|
inlinestatic |
Subsection for the output collisions content.
Definition at line 142 of file input_keys.h.
|
inlinestatic |
Subsection for the output Coulomb content.
Definition at line 145 of file input_keys.h.
|
inlinestatic |
Subsection for the output dileptons content.
Definition at line 147 of file input_keys.h.
|
inlinestatic |
Subsection for the output initial conditions content.
Definition at line 149 of file input_keys.h.
|
inlinestatic |
Subsection for the output particles content.
Definition at line 152 of file input_keys.h.
|
inlinestatic |
Subsection for the output photons content.
Definition at line 154 of file input_keys.h.
|
inlinestatic |
Subsection for the output Rivet content.
Definition at line 156 of file input_keys.h.
|
inlinestatic |
Subsection for the output Rivet weights information.
Definition at line 158 of file input_keys.h.
|
inlinestatic |
Subsection for the output thermodynamics content.
Definition at line 160 of file input_keys.h.
|
inlinestatic |
Section for the potentials information.
Definition at line 164 of file input_keys.h.
|
inlinestatic |
Subsection for the Coulomb potentials information.
Definition at line 166 of file input_keys.h.
|
inlinestatic |
Subsection for the momentum-dependent potentials information.
Definition at line 168 of file input_keys.h.
|
inlinestatic |
Subsection for the Skyrme potentials information.
Definition at line 171 of file input_keys.h.
|
inlinestatic |
Subsection for the symmetry potentials information.
Definition at line 173 of file input_keys.h.
|
inlinestatic |
Subsection for the VDF potentials information.
Definition at line 176 of file input_keys.h.