4 from AthenaConfiguration.AllConfigFlags
import initConfigFlags
5 from AthenaConfiguration.ComponentFactory
import CompFactory
6 from AthenaConfiguration.Utils
import setupLoggingLevels
12 flags.Input.RunNumbers=[1]
13 flags.LAr.doAlign=
False
15 flags.Exec.DebugMessageComponents=[
"TagInfoMgr",
20 flags.Input.Files=[
"myEventInfoPoolFile%i.pool.root" % (step-1),]
22 StreamName=
"EventInfoPoolFile%i" % step
26 from AthenaConfiguration.MainServicesConfig
import MainServicesCfg
29 from AthenaPoolCnvSvc.PoolReadConfig
import PoolReadCfg
33 from LArGeoAlgsNV.LArGMConfig
import LArGMCfg
37 from LArCabling.LArCablingConfig
import LArOnOffIdMappingCfg, LArCalibIdMappingCfg,LArFebRodMappingCfg
42 from TileConditions.TileEMScaleConfig
import TileEMScaleCondAlgCfg
45 from EventInfoMgt.TagInfoMgrConfig
import TagInfoMgrCfg
49 writer=CompFactory.EventInfoWriter()
51 writer.CreateDummyTags =
True
53 writer.CreateDummyOverrideTags =
True
55 writer.RemoveDummyTags =
True
57 acc.addEventAlgo(writer,sequenceName =
'AthAlgSeq')
59 from OutputStreamAthenaPool.OutputStreamConfig
import OutputStreamCfg
65 MetadataItemList=[
"IOVMetaDataContainer#*"],
70 acc.getService(
"PoolSvc").WriteCatalog =
'file:EventInfoTests_catalog.xml'
73 acc.getService(
"GeoModelSvc").IgnoreTagDifference =
True
77 return acc.run().isFailure()