8from AthenaCommon.AppMgr
import ServiceMgr
9ServiceMgr.MessageSvc.OutputLevel = INFO
26from AthenaCommon.AlgSequence
import AlgSequence
28from Pythia8_i.Pythia8_iConf
import Pythia8_i
36Pythia.Commands += [
"WeakBosonAndParton:qqbar2gmZg = on",
37 "WeakBosonAndParton:qg2gmZq = on",
49from TruthExamples.TruthExamplesConf
import DumpMC
53from Tauolapp_i.Tauolapp_iConf
import TauolaAlg
57TauolaAlg.decay_mode_same = 1;
58TauolaAlg.decay_mode_opposite = 2;
59TauolaAlg.decay_particle = 15;
65from AthenaPoolCnvSvc.WriteAthenaPool
import AthenaPoolOutputStream
66Stream1 = AthenaPoolOutputStream(
"StreamEVGEN" )
67Stream1.OutputFile =
"pythia-tauola.pool.root"
68Stream1.ItemList += [
'EventInfo#*',
'McEventCollection#GEN_EVENT' ]