6 from AthenaCommon.AppMgr
import ServiceMgr
as svcMgr
7 svcMgr.MessageSvc.OutputLevel = INFO
8 if "LOGLEVEL" in dir():
9 svcMgr.MessageSvc.OutputLevel = LOGLEVEL
12 from AthenaCommon.Logging
import logging
15 from AthenaCommon.AppMgr
import theApp
18 theApp.EvtMax = EVTMAX
21 include(
"PartPropSvc/PartPropSvc.py")
25 from AthenaCommon.AlgSequence
import AlgSequence
32 from AthenaCommon.AppMgr
import ServiceMgr
36 msgSvc = svcMgr.MessageSvc
37 sgSvc = svcMgr.StoreGateSvc
38 ppSvc = svcMgr.PartPropSvc
41 from AthenaCommon.AthenaCommonFlags
import jobproperties