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"],
20 acc = MainServicesConfig.MainServicesCfg(flags)
22 acc.addEventAlgo(CompFactory.xAODMakerTest.EventFormatPrinterAlg())
28 CompFactory.xAODMaker.EventFormatMetaDataTool(
29 "EventFormatMetaDataTool",
32 "EventFormatStreamTest0",
37 CompFactory.xAODMaker.FileMetaDataTool(
45 acc.run(flags.Exec.MaxEvents)
48 if __name__ ==
"__main__":