The existence of a dilepton subsection in the output section of the configuration file enables the dilepton output. The output file named Dileptons (followed by the appropriate suffix) is generated when SMASH is executed. It's format is identical to the collision output (see OSCAR Collisions Format), it does however only contain information about the dilepton decays.
Further, the block headers differ from the usual collision output:
where
nin:
Number of ingoing particles (initial state particles) nout:
Number of outgoing particles (finalstate particles) density:
Density at the interaction point shining_weight:
Shining weight of the interaction. Explanation follows below. part_weight:
The partial weight of the interaction. For the dileptons, this coincides with the branching ratio. proc_type:
The type of the underlying process. See process_type for possible types.Note, that "interaction", "in", "out", "rho", "weight", "partial" and "type" are no variables, but words that are printed.
The dilepton output is available in binary, OSCAR1999, OSCAR2013 and OSCAR2013 extended format.
The treatment of Dilepton Decays is special:
-d
command line option. Without this decay modes modification the dilepton output will be empty.TwoBodyDecayDilepton::width
and ThreeBodyDecayDilepton::diff_width
in '$SMASH_SRC_DIRECTORY/src/decaytype.cc'.