The OSCAR particles format follows the general block structure of the OSCAR format. We distinguish between two versions, OSCAR2013 and OSCAR1999. Additional information about OSCAR standard can be found here.
Enabling the OSCAR output for collisions in the config.yaml file (see Output), a so-called full_event_history.oscar
file is produced when executing SMASH. It allows for a certain degree of flexibility, see Content-specific output options for further details.
Collision output always gives a list of collisions/decays/box wall crossings plus optionally initial and final configuration.
See also Collision output in box modus.
Oscar2013 is an ASCII (text) human-readable output following the OSCAR 2013 standard. The format specifics are the following:
File header
The header consists of 3 lines starting with '#'. They contain the following information:
File header for extended output
If desired, the OSCAR2013 output can be extended by additional particle properties. This requires enabling the extended output in the configuration file, see the Extended
switch in content-specific output options for further details. The header of the extended OSCAR output is structured identically to the non-extended version, but simply contains more columns because of the additional entries:
Event block header
The OSCAR2013 format is based on a block structure, where each block corresponds to one interaction. Each block starts with a line formatted as follows:
where
nin:
Number of ingoing particles (initial state particles) nout:
Number of outgoing particles (final state particles) density:
Density at the interaction point tot_weight:
Total weight of the interaction. This is the total cross section in case of a scattering and the total decay width in case of a decay. If there is no weight for the specific process, e.g. a wall crossing, it's value is 0.0 part_weight:
The partial weight of the interaction. This is the specific weight for the chosen final state proc_type:
The type of the underlying process. See Process types for possible typesNote, that "interaction", "in", "out", "rho", "weight", "partial" and "type" are no variables, but words that are printed.
Oscar1999 is an ASCII (text) human-readable output following the OSCAR 1999 standard. The format specifics are the following:
File header
The header consists of 8 lines starting with '#', of which the last one is basically empty. They contain the following information:
Block header
Each output block starts with a line of the following format:
With
nin:
Number of ingoing particles (initial state particles) nout:
Number of outgoing particles (final state particles) density:
Density at the interaction point tot_weight:
Total weight of the interaction. This is the total cross section in case of a scattering and the total decay width in case of a decay. If there is no weight for the specific process, e.g. a wall crossing, it's value is 0.0 part_weight:
The partial weight of the interaction. This is the specific weight for the chosen final state proc_type:
The type of the underlying process. See Process types for possible typesIf the Print_Start_End
option is set (see content-specific output options for details), (nin, nout) = (0, Nparticles) in the initial timestep and (nin, nout) = (Nparticles, 0) in the final timestep.