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

Commit 356ca6d

Browse files
committed
Inelastic neutron interactions
1 parent 7556923 commit 356ca6d

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
@@ -36,6 +36,11 @@ ClassImp(ldmx::SimParticle)
3636
/// e- Z --> e- Z A'
3737
procMap["DarkBrem"] = ProcessType::eDarkBrem;
3838

39+
// Inelastic interactions
40+
/// n + Z -> X
41+
procMap["neutronInelastic"] = ProcessType::neutronInelastic;
42+
/// n + Z -> Z*
43+
procMap["neutronCapture"] = ProcessType::neutronCapture;
3944
// Decay
4045
procMap["Decay"] = ProcessType::Decay;
4146
return procMap;

0 commit comments

Comments
 (0)