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

Commit 371a3fd

Browse files
committed
Same for protons
1 parent 3106130 commit 371a3fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/SimCore/Event/SimParticle.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ ClassImp(ldmx::SimParticle)
4949
/// pi + Z -> X
5050
procMap["pion-Inelastic"] = ProcessType::pionInelastic;
5151
procMap["pion+Inelastic"] = ProcessType::pionInelastic;
52+
/// p + Z -> X
53+
procMap["protonInelastic"] = ProcessType::protonInelastic;
5254
// Decay
5355
procMap["Decay"] = ProcessType::Decay;
5456
return procMap;

0 commit comments

Comments
 (0)