IAP GITLAB

Skip to content
Snippets Groups Projects

Resolve "hadronic interactions with pythia8"

Merged Felix Riehn requested to merge 149-hadronic-interactions-with-pythia8 into master

Closes #149 (closed)

Edited by Felix Riehn

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Felix Riehn added 1 commit

    added 1 commit

    • c82ca48c - added interaction process for pythia

    Compare with previous version

  • Felix Riehn added 1 commit

    added 1 commit

    • 7714fb46 - added proton beam in hydrogen atmosphere example

    Compare with previous version

  • Author Maintainer

    Technically it works. The events, i.e. the processes that are active, may be complete garbage. We would have to find a good min bias tune or something. But maybe thats for the future.

  • Author Maintainer

    Also Pythia does not do kaon interactions, so for a useful high energy shower we would need to be able to use two interaction processes in the sequence.
    Technically that works, I.e. we can have auto sequence << p0 << pythia << sibyll but then sibyll also does the pions because the crosse section is larger in sibyll than in pythia.

  • We need a smart way to configure specific models in the sequence for specific phase-space, e.g. we can add a method "IsApplicable(Particle& p, Trajectory& t)" to each process, and the process sequence, when calculating cross-sections and lifetimes, automatically only includes the desired processes. Then you could easily configure pythia for "kaons and fancier stuff" only.

    But this is a new Issue, right? If there is nothing more, you should close 149 and we discuss the rest somewhere else.

  • Felix Riehn added 37 commits

    added 37 commits

    Compare with previous version

  • Felix Riehn unmarked as a Work In Progress

    unmarked as a Work In Progress

  • Felix Riehn mentioned in commit 1899c726

    mentioned in commit 1899c726

  • merged

Please register or sign in to reply
Loading