Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

107 increase the number of processes in the process map #109

Merged

Conversation

EinarElen
Copy link
Contributor

This resolves #107 by increasing the number of processes that we give distinct name/ids to. This adds inelastic versions for neutrons, kaons, pions, and protons. This is useful for identifying the fates of particles produced in complicated reactions (e.g. PN-daughters)

The additional mappings are

  • $n + Z \rightarrow X$: neutronInelastic
  • $n + Z \rightarrow Z^*$: neutronCapture
  • $p + Z \rightarrow X$: protonInelastic
  • $K^+ + Z \rightarrow X$: kaonInelastic
  • $K^- + Z \rightarrow X$: kaonInelastic
  • $K^0_L + Z \rightarrow X$: kaonInelastic
  • $K^0_S + Z \rightarrow X$: kaonInelastic
  • $\pi^+ + Z \rightarrow X$: pionInelastic (Note: pi0 doesn't have an inelastic process due to its short lifetime)
  • $\pi^- + Z \rightarrow X$: pionInelastic
  • $\mu^- + Z \rightarrow X$: muonNuclear
  • $\mu^+ + Z \rightarrow X$: muonNuclear

As well as the new "Primary" category which is assigned if the particle has no parent process and the parent ID is 0.

@EinarElen EinarElen linked an issue Nov 21, 2023 that may be closed by this pull request
Copy link
Member

@tomeichlersmith tomeichlersmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet, I like it 🎉

@EinarElen EinarElen merged commit 4b6c819 into trunk Nov 22, 2023
1 check passed
@tomeichlersmith tomeichlersmith deleted the 107-increase-the-number-of-processes-in-the-process-map branch November 22, 2023 16:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase the number of processes in the process map
3 participants