Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Generators/share/egconfig/pythia8_NeNe.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### beams
Beams:idA 1000100200 # Neon
Beams:idB 1000100200 # Neon
Beams:eCM 10720. # GeV

### decays
ParticleDecays:limitTau0 on
ParticleDecays:tau0Max 10.
2 changes: 2 additions & 0 deletions Generators/src/GeneratorPythia8.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ Bool_t GeneratorPythia8::Init()
mPythia.setUserHooksPtr((Pythia8::UserHooksPtr)powhegHooks);
}
}
/** Add 20Neon to collision particle database */
mPythia.particleData.addParticle(1000100200, "20Ne", 6, 30, 0, 19.992440);
/** initialise **/
if (!mPythia.init()) {
LOG(fatal) << "Failed to init \'Pythia8\': init returned with error";
Expand Down