3 from AthenaConfiguration.AllConfigFlags
import initConfigFlags
4 from AthenaConfiguration.ComponentFactory
import CompFactory
9 flags.Common.MsgSuppression =
False
10 flags.Exec.MaxEvents = 2
11 flags.Input.Files = []
16 from AthenaConfiguration.MainServicesConfig
import MainServicesCfg
19 from McEventSelector.McEventSelectorConfig
import McEventSelectorCfg
22 EventsPerRun = 0x100000010,
23 FirstEvent = 0x100000000,
27 TimeStampInterval = 5) )
30 acc.addEventAlgo( CompFactory.AthenaPoolTestDataWriter(OutputLevel = DEBUG),
31 sequenceName =
'AthAlgSeq' )
33 from OutputStreamAthenaPool.OutputStreamConfig
import OutputStreamCfg
35 ItemList = [
'EventInfo#*',
'EventStreamInfo#*',
36 'MergedEventInfo#*',
'PileUpEventInfo#*',
37 'IAthenaPoolTestCollection#*',
38 'AthenaPoolTestMatrix#*',
'AthenaPoolTestMap#*',
39 'dummy_A#*',
'dummy_E#*']) )
43 sc = acc.run(flags.Exec.MaxEvents)
44 sys.exit(sc.isFailure())