16import AthenaCommon.AtlasUnixGeneratorJob
18from PartPropSvc.PartPropSvcConf
import PartPropSvc
19svcMgr += PartPropSvc()
25svcMgr.AuditorSvc.Auditors = [
"ChronoAuditor" ]
30from AthenaCommon.AlgSequence
import AlgSequence
33from Pythia_i.Pythia_iConf
import Pythia
37from EvtGen_i.EvtGen_iConf
import EvtDecay
39EvtDecay = job.EvtDecay
47svcMgr.EventSelector.RunNumber = 1
48svcMgr.EventSelector.FirstEvent = 1
51svcMgr.MessageSvc.OutputLevel = DEBUG
55from PythiaB.PythiaBConf
import PythiaB
59include(
"EvtGen_i/StopPytWeakBdecays.py" )
61Pythia.PythiaCommand += [
"pysubs msel 5"]
81theApp.HistogramPersistency =
"ROOT"
89svcMgr.NTupleSvc.Output = [
"FILE1 DATAFILE='pythiaB.root' OPT='NEW' TYP='ROOT'" ]
94from AthenaPoolCnvSvc.WriteAthenaPool
import AthenaPoolOutputStream
95include(
"GeneratorObjectsAthenaPool/GeneratorObjectsAthenaPool_joboptions.py" )
97Stream1 = AthenaPoolOutputStream(
"Stream1" )
99Stream1.OutputFile =
"pythiaB.pool.root"
102Stream1.ItemList += [
"2101#*",
"133273#*" ]
104include(
"AthenaSealSvc/AthenaSealSvc_joboptions.py" )
105AthenaSealSvc.CheckDictionary = TRUE