4 from AthenaPoolCnvSvc.PoolReadConfig
import PoolReadCfg
5 from AthenaConfiguration.ComponentFactory
import CompFactory
6 from AthenaConfiguration
import MainServicesConfig
7 from AthenaServices.MetaDataSvcConfig
import MetaDataSvcCfg
8 from xAODEventFormatCnv.EventFormatTestConfig
import EventFormatTestFlags
13 inputFiles=[
"Test0.pool.root"],
19 acc = MainServicesConfig.MainServicesCfg(flags)
21 acc.addEventAlgo(CompFactory.xAODMakerTest.EventFormatPrinterAlg())
27 CompFactory.xAODMaker.EventFormatMetaDataTool(
28 "EventFormatMetaDataTool",
31 "EventFormatStreamTest0",
36 CompFactory.xAODMaker.FileMetaDataTool(
44 acc.run(flags.Exec.MaxEvents)
47 if __name__ ==
"__main__":