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

Commit

Permalink
Correct pi-inelastic names
Browse files Browse the repository at this point in the history
  • Loading branch information
EinarElen authored and tomeichlersmith committed Nov 27, 2023
1 parent dfff766 commit 20d9bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SimCore/Event/SimParticle.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ ClassImp(ldmx::SimParticle)
procMap["kaon0LInelastic"] = ProcessType::kaonInelastic;
procMap["kaon0SInelastic"] = ProcessType::kaonInelastic;
/// pi + Z -> X
procMap["pion-Inelastic"] = ProcessType::pionInelastic;
procMap["pion+Inelastic"] = ProcessType::pionInelastic;
procMap["pi-Inelastic"] = ProcessType::pionInelastic;
procMap["pi+Inelastic"] = ProcessType::pionInelastic;
/// p + Z -> X
procMap["protonInelastic"] = ProcessType::protonInelastic;

Expand Down

0 comments on commit 20d9bcb

Please sign in to comment.