2 from AthenaCommon.AppMgr
import ServiceMgr
as svcMgr
12 svcMgr.MessageSvc.OutputLevel = INFO
14 from AthenaCommon.AlgSequence
import AlgSequence
16 from Pythia8_i.Pythia8_iConf
import Pythia8_i
18 topSequence+=Pythia8_i()
19 topSequence.Pythia8_i.CollisionEnergy = 7000
21 topSequence.Pythia8_i.LHEFile =
"Powheg.ZMu.MC11.events"
24 from TruthExamples.TruthExamplesConf
import DumpMC
25 topSequence += DumpMC()