2from AthenaCommon.AppMgr
import ServiceMgr
as svcMgr
13svcMgr.MessageSvc.OutputLevel = INFO
15from AthenaCommon.AlgSequence
import AlgSequence
16topSequence = AlgSequence()
17from Pythia8_i.Pythia8_iConf
import Pythia8_i
20topSequence.Pythia8_i.CollisionEnergy = 7000
23topSequence.Pythia8_i.LHEFile =
"Powheg.ZMu.MC11.events"
25topSequence.Pythia8_i.Commands += [
'SpaceShower:pTmaxMatch = 2']
26topSequence.Pythia8_i.Commands += [
'TimeShower:pTmaxMatch = 2']
27topSequence.Pythia8_i.UserHook =
"QCDVetoedShower"
29from TruthExamples.TruthExamplesConf
import DumpMC