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

Commit

Permalink
New primary category
Browse files Browse the repository at this point in the history
  • Loading branch information
EinarElen committed Nov 21, 2023
1 parent 371a3fd commit 86e2055
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SimCore/Event/SimParticle.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ ClassImp(ldmx::SimParticle)
procMap["pion+Inelastic"] = ProcessType::pionInelastic;
/// p + Z -> X
procMap["protonInelastic"] = ProcessType::protonInelastic;

/// Other
/// Primary particle
procMap["Primary"] = ProcessType::Primary;
// Decay
procMap["Decay"] = ProcessType::Decay;
return procMap;
Expand Down

0 comments on commit 86e2055

Please sign in to comment.