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