Version: SMASH-3.2
smash::InputSections Struct Reference

#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).

Note
The naming convention for members of this class is the following: Any subsection variable gets as prefix the first letter of the section it is subsection of. Prefixes are separated by underscores and therefore we use camel-case style in the variable name itself to separate words. This is not consistent with the rest of the codebase, but for a good reason. Also remember that a double underscore is reserved in C++ for the C++ implementation (e.g STL).
Attention
Keep members of such a class in blocks corresponding to sections from the top-level of the file. Keep blocks alphabetically sorted.

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...
 

Member Typedef Documentation

◆ Section

Type alias to be more descriptive when declaring members.

Definition at line 50 of file input_keys.h.

Member Data Documentation

◆ collisionTerm

const Section smash::InputSections::collisionTerm {"Collision_Term"}
inlinestatic

Section for the collision term.

Definition at line 53 of file input_keys.h.

◆ c_dileptons

const Section smash::InputSections::c_dileptons
inlinestatic
Initial value:
=
static const Section collisionTerm
Section for the collision term.
Definition: input_keys.h:53

Subsection for the dileptons.

Definition at line 55 of file input_keys.h.

◆ c_pauliBlocking

const Section smash::InputSections::c_pauliBlocking
inlinestatic
Initial value:
=
InputSections::collisionTerm + "Pauli_Blocking"

Subsection for the Pauli blocking mechanism.

Definition at line 58 of file input_keys.h.

◆ c_photons

const Section smash::InputSections::c_photons
inlinestatic
Initial value:

Subsection for the photons.

Definition at line 61 of file input_keys.h.

◆ c_heavyFlavor

const Section smash::InputSections::c_heavyFlavor
inlinestatic
Initial value:
=

Subsection for heavy flavor.

Definition at line 64 of file input_keys.h.

◆ c_stringParameters

const Section smash::InputSections::c_stringParameters
inlinestatic
Initial value:
=
InputSections::collisionTerm + "String_Parameters"

Subsection for the string parameters.

Definition at line 67 of file input_keys.h.

◆ c_stringTransition

const Section smash::InputSections::c_stringTransition
inlinestatic
Initial value:
=
InputSections::collisionTerm + "String_Transition"

Subsection for the string transition.

Definition at line 70 of file input_keys.h.

◆ forcedThermalization

const Section smash::InputSections::forcedThermalization {"Forced_Thermalization"}
inlinestatic

Section for the forced thermalization.

Definition at line 74 of file input_keys.h.

◆ general

const Section smash::InputSections::general {"General"}
inlinestatic

General section.

Definition at line 77 of file input_keys.h.

◆ g_minEnsembles

const Section smash::InputSections::g_minEnsembles
inlinestatic
Initial value:
=
InputSections::general + "Minimum_Nonempty_Ensembles"
static const Section general
General section.
Definition: input_keys.h:77

Subsection for the minimum-nonempty-ensembles mechanism.

Definition at line 79 of file input_keys.h.

◆ lattice

const Section smash::InputSections::lattice {"Lattice"}
inlinestatic

Section for the lattice.

Definition at line 83 of file input_keys.h.

◆ logging

const Section smash::InputSections::logging {"Logging"}
inlinestatic

Section for the logging.

Definition at line 86 of file input_keys.h.

◆ modi

const Section smash::InputSections::modi {"Modi"}
inlinestatic

Section for the modus specific information.

Definition at line 89 of file input_keys.h.

◆ m_box

const Section smash::InputSections::m_box = InputSections::modi + "Box"
inlinestatic

Subsection for the box modus.

Definition at line 91 of file input_keys.h.

◆ m_b_jet

const Section smash::InputSections::m_b_jet = InputSections::m_box + "Jet"
inlinestatic

Subsection for the jet in box modus.

Definition at line 93 of file input_keys.h.

◆ m_collider

const Section smash::InputSections::m_collider = InputSections::modi + "Collider"
inlinestatic

Subsection for the collider modus.

Definition at line 95 of file input_keys.h.

◆ m_c_impact

const Section smash::InputSections::m_c_impact = InputSections::m_collider + "Impact"
inlinestatic

Subsection for the impact information in collider modus.

Definition at line 97 of file input_keys.h.

◆ m_c_initialConditions

const Section smash::InputSections::m_c_initialConditions
inlinestatic
Initial value:
=
InputSections::m_collider + "Initial_Conditions"
static const Section m_collider
Subsection for the collider modus.
Definition: input_keys.h:95

Subsection for the initial conditions in collider modus.

Definition at line 99 of file input_keys.h.

◆ m_c_projectile

const Section smash::InputSections::m_c_projectile
inlinestatic
Initial value:
=

Subsection for the projectile in collider modus.

Definition at line 102 of file input_keys.h.

◆ m_c_p_alphaClustered

const Section smash::InputSections::m_c_p_alphaClustered
inlinestatic
Initial value:
=
InputSections::m_c_projectile + "Alpha_Clustered"
static const Section m_c_projectile
Subsection for the projectile in collider modus.
Definition: input_keys.h:102

Subsection for the alpha-clustered projectile in collider modus.

Definition at line 105 of file input_keys.h.

◆ m_c_p_custom

const Section smash::InputSections::m_c_p_custom
inlinestatic
Initial value:

Subsection for the custom projectile in collider modus.

Definition at line 108 of file input_keys.h.

◆ m_c_p_deformed

const Section smash::InputSections::m_c_p_deformed
inlinestatic
Initial value:

Subsection for the deformed projectile in collider modus.

Definition at line 111 of file input_keys.h.

◆ m_c_p_orientation

const Section smash::InputSections::m_c_p_orientation
inlinestatic
Initial value:

Subsection for the projectile orientation in collider modus.

Definition at line 114 of file input_keys.h.

◆ m_c_target

const Section smash::InputSections::m_c_target = InputSections::m_collider + "Target"
inlinestatic

Subsection for the target in collider modus.

Definition at line 117 of file input_keys.h.

◆ m_c_t_alphaClustered

const Section smash::InputSections::m_c_t_alphaClustered
inlinestatic
Initial value:
=
InputSections::m_c_target + "Alpha_Clustered"
static const Section m_c_target
Subsection for the target in collider modus.
Definition: input_keys.h:117

Subsection for the alpha-clustered target in collider modus.

Definition at line 119 of file input_keys.h.

◆ m_c_t_custom

const Section smash::InputSections::m_c_t_custom
inlinestatic
Initial value:

Subsection for the custom target in collider modus.

Definition at line 122 of file input_keys.h.

◆ m_c_t_deformed

const Section smash::InputSections::m_c_t_deformed
inlinestatic
Initial value:

Subsection for the deformed target in collider modus.

Definition at line 125 of file input_keys.h.

◆ m_c_t_orientation

const Section smash::InputSections::m_c_t_orientation
inlinestatic
Initial value:
=
InputSections::m_c_target + "Orientation"

Subsection for the target orientation in collider modus.

Definition at line 128 of file input_keys.h.

◆ m_list

const Section smash::InputSections::m_list = InputSections::modi + "List"
inlinestatic

Subsection for the list modus.

Definition at line 131 of file input_keys.h.

◆ m_listBox

const Section smash::InputSections::m_listBox = InputSections::modi + "ListBox"
inlinestatic

Subsection for the list-box modus.

Definition at line 133 of file input_keys.h.

◆ m_sphere

const Section smash::InputSections::m_sphere = InputSections::modi + "Sphere"
inlinestatic

Subsection for the sphere modus.

Definition at line 135 of file input_keys.h.

◆ m_s_jet

const Section smash::InputSections::m_s_jet = InputSections::m_sphere + "Jet"
inlinestatic

Subsection for the jet in sphere modus.

Definition at line 137 of file input_keys.h.

◆ output

const Section smash::InputSections::output {"Output"}
inlinestatic

Section for the output information.

Definition at line 140 of file input_keys.h.

◆ o_collisions

const Section smash::InputSections::o_collisions
inlinestatic
Initial value:
=
InputSections::output + "Collisions"
static const Section output
Section for the output information.
Definition: input_keys.h:140

Subsection for the output collisions content.

Definition at line 142 of file input_keys.h.

◆ o_coulomb

const Section smash::InputSections::o_coulomb = InputSections::output + "Coulomb"
inlinestatic

Subsection for the output Coulomb content.

Definition at line 145 of file input_keys.h.

◆ o_dileptons

const Section smash::InputSections::o_dileptons = InputSections::output + "Dileptons"
inlinestatic

Subsection for the output dileptons content.

Definition at line 147 of file input_keys.h.

◆ o_initialConditions

const Section smash::InputSections::o_initialConditions
inlinestatic
Initial value:
=
InputSections::output + "Initial_Conditions"

Subsection for the output initial conditions content.

Definition at line 149 of file input_keys.h.

◆ o_particles

const Section smash::InputSections::o_particles = InputSections::output + "Particles"
inlinestatic

Subsection for the output particles content.

Definition at line 152 of file input_keys.h.

◆ o_photons

const Section smash::InputSections::o_photons = InputSections::output + "Photons"
inlinestatic

Subsection for the output photons content.

Definition at line 154 of file input_keys.h.

◆ o_rivet

const Section smash::InputSections::o_rivet = InputSections::output + "Rivet"
inlinestatic

Subsection for the output Rivet content.

Definition at line 156 of file input_keys.h.

◆ o_r_weights

const Section smash::InputSections::o_r_weights = InputSections::o_rivet + "Weights"
inlinestatic

Subsection for the output Rivet weights information.

Definition at line 158 of file input_keys.h.

◆ o_thermodynamics

const Section smash::InputSections::o_thermodynamics
inlinestatic
Initial value:
=
InputSections::output + "Thermodynamics"

Subsection for the output thermodynamics content.

Definition at line 160 of file input_keys.h.

◆ potentials

const Section smash::InputSections::potentials {"Potentials"}
inlinestatic

Section for the potentials information.

Definition at line 164 of file input_keys.h.

◆ p_coulomb

const Section smash::InputSections::p_coulomb = InputSections::potentials + "Coulomb"
inlinestatic

Subsection for the Coulomb potentials information.

Definition at line 166 of file input_keys.h.

◆ p_momentumDependence

const Section smash::InputSections::p_momentumDependence
inlinestatic
Initial value:
=
InputSections::potentials + "Momentum_Dependence"
static const Section potentials
Section for the potentials information.
Definition: input_keys.h:164

Subsection for the momentum-dependent potentials information.

Definition at line 168 of file input_keys.h.

◆ p_skyrme

const Section smash::InputSections::p_skyrme = InputSections::potentials + "Skyrme"
inlinestatic

Subsection for the Skyrme potentials information.

Definition at line 171 of file input_keys.h.

◆ p_symmetry

const Section smash::InputSections::p_symmetry
inlinestatic
Initial value:

Subsection for the symmetry potentials information.

Definition at line 173 of file input_keys.h.

◆ p_vdf

const Section smash::InputSections::p_vdf = InputSections::potentials + "VDF"
inlinestatic

Subsection for the VDF potentials information.

Definition at line 176 of file input_keys.h.


The documentation for this struct was generated from the following file: