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

Commit 86e2055

Browse files
committed
New primary category
1 parent 371a3fd commit 86e2055

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/SimCore/Event/SimParticle.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ ClassImp(ldmx::SimParticle)
5151
procMap["pion+Inelastic"] = ProcessType::pionInelastic;
5252
/// p + Z -> X
5353
procMap["protonInelastic"] = ProcessType::protonInelastic;
54+
55+
/// Other
56+
/// Primary particle
57+
procMap["Primary"] = ProcessType::Primary;
5458
// Decay
5559
procMap["Decay"] = ProcessType::Decay;
5660
return procMap;

0 commit comments

Comments
 (0)