The ASCII initial conditions output (SMASH_IC.dat) contains a list of particles on a hypersurface of constant proper time. This output is formatted such that it is directly compatible with the vHLLE hydrodynamics code (I. Karpenko, P. Huovinen, M. Bleicher: Comput. Phys. Commun. 185, 3016 (2014)). As a consequence, spectators are not written to the ASCII IC output as they would need to be excluded anyways in order to initialize the hydrodynamics evolution. Note though that for all other output formats the full particle list is printed to the IC output, including spectators. The particle data is provided in the computational frame. For further details, see Initial Conditions.
The ASCII initial conditions output is formatted as follows:
Header
The header consists of 3 lines starting with a '#', containing the following information:
Output block header
The ASCII initial conditions output is, similar to the OSCAR output, based on a block structure, where each block consists of 1 event. The header for a new event is structured as follows:
where
ev_num:
The number of the current eventNote that 'event' and 'start' are no variables, but words that are printed in the header.
Particle line
The particle lines are formatted as follows:
where
tau:
Proper time of the particle x
, y:
Cartesian x and y coordinates of the particle eta:
Space-time rapidity of the particle mt:
Transverse mass of the particle px
, py:
x and y components of the particle's momentum Rap:
Momentum space rapidity of the particle pdg:
PDG code of the particle (see http://pdg.lbl.gov/). It contains all quantum numbers and uniquely identifies its type. every particle in the event. charge:
electric charge of the particleEvent end line
The end of an event is indicated by the following line:
where
ev_num:
The number of the current eventNote that 'event' and 'end' are no variables, but words that are printed in the header.