11 import AthenaCommon.AtlasUnixGeneratorJob
14 from AthenaCommon.Logging
import logging
16 evgenLog = logging.getLogger(
'csc_evgen')
19 import AthenaCommon.AtlasUnixGeneratorJob
26 include(
"PartPropSvc/PartPropSvc.py" )
29 from AthenaCommon.AlgSequence
import AlgSequence
32 svcMgr.MessageSvc.OutputLevel = evgenMsgLevel
37 from Pythia_i.Pythia_iConf
import Pythia
40 from TruthExamples.TruthExamplesConf
import PrintMC
50 Pythia = topAlg.Pythia
51 Pythia.PythiaCommand = [
"pyinit user lhef"]
52 Pythia.PythiaCommand += [
59 from AthenaPoolCnvSvc.WriteAthenaPool
import AthenaPoolOutputStream
60 from PoolSvc.PoolSvcConf
import PoolSvc
61 from AthenaPoolCnvSvc.AthenaPoolCnvSvcConf
import AthenaPoolCnvSvc
64 Stream1.ItemList += [
"EventInfo#*",
65 "McEventCollection#*" ]
66 Stream1.OutputFile =
"test.pool.root"