11 from AthenaCommon.AppMgr
import theApp
13 theApp.EvtSel =
"NONE"
21 from AthenaCommon.AlgSequence
import AlgSequence
24 topSeq += CfgMgr.WriteData()
25 delAlg=CfgMgr.SGDeleteAlg()
26 delAlg.ToDelete.ItemList = [
"MyDataObj#WriteData",
"193758082#"]
27 delAlg.OutputLevel = VERBOSE
31 from AthenaCommon.AppMgr
import ServiceMgr
as svcMgr
32 if not hasattr (svcMgr,
'StoreGateSvc'):
33 svcMgr += CfgMgr.StoreGateSvc()
34 svcMgr.StoreGateSvc.OutputLevel = VERBOSE
35 svcMgr.StoreGateSvc.Dump =
True
37 svcMgr.MessageSvc.useColors =
True