Dilepton production can be enabled in the corresponding Dileptons
section in the Collision_Term
one of the configuration file. Remember to also activate the dilepton output in the output section.
Decays
— bool, optional, default = false
Whether or not to enable dilepton production from hadron decays. This includes direct decays as well as Dalitz decays. Dilepton decays additionally have to be uncommented in the used decaymodes.txt file (see also this note).
The following example configures the dilepton production for dileptons originating from resonance decays. In addition, the extended OSCAR2013 dilepton output is enabled.
Output: Dileptons: Format: ["Oscar2013"] Extended: True Collision_Term: Dileptons: Decays: True
The treatment of Dilepton Decays is special:
-d
command line option. Without this decay modes modification the dilepton output will be empty. Dilepton decays are commented out by default. Therefore, you need to uncomment them. For the N(1520) Dalitz decay, two treatments are available: Either by proxy of the \(\rho N\) decay, which is enabled by default (and leads to a dilepton Dalitz decay, if \(\rho \rightarrow e^+e^-\) is also enabled) or as a direct Dalitz decay to \(e^+e^- N\). If using the latter comment-out the \(\rho N\) decay to avoid double counting. The form factor in the direct case, is constant and fixed at the real photon point. Furthermore note, that for dilepton decays, new decay channels can not simply be added to the decaymodes.txt file. You also have to modify the decay width formulas TwoBodyDecayDilepton::width
and ThreeBodyDecayDilepton::diff_width
in decaytype.cc file.