Version: SMASH-3.4
ListBox

The ListBox modus provides the possibility to initialize a box with a given set of particles. This modus uses all functionality from the List modus itself. The only difference is that one has to specify the length of the box. Apart from that, the usage should be equivalent to the List modus. Refer to it for more details.

Configuration example

Modi:
    ListBox:
        File_Directory: "particle_lists_in"
        File_Prefix: "event"
        Shift_Id: 0
        Length: 10.0

File_Directory — string, required — Conditions on key value:  Existing directory

See   List: File_Directory.


Filename — string, required — Conditions on key value:  Possible filename on Linux OS

See   List: Filename.


File_Prefix — string, required — Conditions on key value: None

See   List: File_Prefix.


Length — double, required — Conditions on key value:  \(x>0\)

See   Box: Length.


Shift_Id — int, optional, default = 0 — Conditions on key value: None

See   List: Shift_Id.


Optional_Quantities — list of strings, optional, default = ["ID", "charge"] — Conditions on key value: Only valid strings

See   List: Optional_Quantities.