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

Commit 6718a26

Browse files
committed
Inelastic kaon interactions
1 parent 356ca6d commit 6718a26

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/SimCore/Event/SimParticle.cxx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ ClassImp(ldmx::SimParticle)
4141
procMap["neutronInelastic"] = ProcessType::neutronInelastic;
4242
/// n + Z -> Z*
4343
procMap["neutronCapture"] = ProcessType::neutronCapture;
44+
/// K + Z -> X
45+
procMap["kaon-Inelastic"] = ProcessType::kaonInelastic;
46+
procMap["kaon+Inelastic"] = ProcessType::kaonInelastic;
47+
procMap["kaon0LInelastic"] = ProcessType::kaonInelastic;
48+
procMap["kaon0SInelastic"] = ProcessType::kaonInelastic;
4449
// Decay
4550
procMap["Decay"] = ProcessType::Decay;
4651
return procMap;

0 commit comments

Comments
 (0)