3 #include "starlightconfig.h"
9 _pythia(PYTHIA8_SETTINGS_DIR)
15 _pythia.readString(
"ProcessLevel:all = off");
17 _pythia.readString(
"Next:numberShowEvent = 0");
40 _pythia.forceTimeShower(1, 2, 100000.0);
43 printWarn <<
"Pythia::next() failed" << std::endl;
47 for(
int i = 0; i < pyEvent.size(); ++i)
52 p.xProd(), p.yProd(), p.zProd(), p.tProd(),
53 p.mother1(), p.mother2(), p.daughter1(), p.daughter2(), p.status());