10 from AthenaCommon.AppMgr
import theApp
12 theApp.EvtSel =
"NONE"
20 from AthenaCommon.AlgSequence
import AlgSequence
23 topSeq += CfgMgr.WriteData()
24 topSeq += CfgMgr.xAODMaker__EventInfoCnvAlg()
25 topSeq += CfgMgr.ReadData(DataProducer =
"WriteData")
28 from AthenaCommon.AppMgr
import ServiceMgr
as svcMgr
29 if not hasattr (svcMgr,
'StoreGateSvc'):
30 svcMgr += CfgMgr.StoreGateSvc()
31 svcMgr.StoreGateSvc.OutputLevel = VERBOSE
34 svcMgr.MessageSvc.useColors =
True