10 from AthenaCommon.AppMgr
import theApp
12 theApp.EvtSel =
"NONE"
20 from AthenaCommon.AlgSequence
import AlgSequence
23 topSeq += CfgMgr.WriteDataReentrant(DObjKeyArray = [
'x1',
'x2',
'x3'])
24 topSeq += CfgMgr.ReadDataReentrant(DObjKeyArray = [
'x1',
'x2',
'x3'])
27 from AthenaCommon.AppMgr
import ServiceMgr
as svcMgr
28 if not hasattr (svcMgr,
'StoreGateSvc'):
29 svcMgr += CfgMgr.StoreGateSvc()
30 svcMgr.StoreGateSvc.OutputLevel = VERBOSE
33 svcMgr.MessageSvc.useColors =
True