Skip to content
This repository was 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
EinarElen merged 8 commits into
trunkfrom
107-increase-the-number-of-processes-in-the-process-map
Nov 22, 2023
Merged

107 increase the number of processes in the process map#109
EinarElen merged 8 commits into
trunkfrom
107-increase-the-number-of-processes-in-the-process-map

Conversation

@EinarElen

Copy link
Copy Markdown
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

@tomeichlersmith tomeichlersmith left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Sweet, I like it 🎉

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