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