Skip to content

Commit b45085c

Browse files
jackal1-66sawenzel
authored andcommitted
Include 20Neon in Pythia8 particles database
1 parent a7246d0 commit b45085c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### beams
2+
Beams:idA 1000100200 # Neon
3+
Beams:idB 1000100200 # Neon
4+
Beams:eCM 10720. # GeV
5+
6+
### decays
7+
ParticleDecays:limitTau0 on
8+
ParticleDecays:tau0Max 10.

Generators/src/GeneratorPythia8.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ Bool_t GeneratorPythia8::Init()
209209
mPythia.setUserHooksPtr((Pythia8::UserHooksPtr)powhegHooks);
210210
}
211211
}
212+
/** Add 20Neon to collision particle database */
213+
mPythia.particleData.addParticle(1000100200, "20Ne", 6, 30, 0, 19.992440);
212214
/** initialise **/
213215
if (!mPythia.init()) {
214216
LOG(fatal) << "Failed to init \'Pythia8\': init returned with error";

0 commit comments

Comments
 (0)