Skip to content
Snippets Groups Projects

Add more particles

Merged Marshall Scott requested to merge add-more-particles into master
1 unresolved thread

Added muon, pi0, pi+, pi- particles to the functions.

It seems to me that since multiple programs use this function, that we should make it a header.

Edited by Marshall Scott

Merge request reports

Approved by

Merged by avatar (Jul 7, 2025 9:25pm UTC)

Merge details

  • Changes merged into master with 97eaeaaa (commits were squashed).
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 //////////////////////////
2 // Common Particle Functions
3 // M. Scott 05/2021
4 //////////////////////////
5
6 std::tuple <int, double> extract_particle_parameters(std::string particle_name) {
  • Sylvester Joosten approved this merge request

    approved this merge request

  • Please register or sign in to reply
    Loading