The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
PrepareExt.py
Go to the documentation of this file.
12
13from Configurables import Gaudi__TestSuite__MultiInput__DumpAddress as DumpAddress
14from Configurables import Gaudi__TestSuite__MultiInput__WriteAlg as WriteAlg
15from Configurables import GaudiPersistency, ReadTES
16from Gaudi.Configuration import *
17
18# Enable basic persistency-related settings
19GaudiPersistency()
20
22out.ItemList = ["/Event#999"]
23out.Output = "DATAFILE='PFN:MI_Ext.dst' SVC='Gaudi::RootCnvSvc' OPT='RECREATE'"
24
25FileCatalog(Catalogs=["xmlcatalog_file:MultiInput.xml"])
26
28# - I/O
29app.OutStream += [out, DumpAddress(OutputFile="addresses.txt", ObjectPath="Tracks")]
30# - Algorithms
31app.TopAlg = [WriteAlg(RandomSeeds=[1, 2, 3, 4])]
32# - Events
33app.EvtMax = 100
34app.EvtSel = "NONE" # do not use any event input
35app.HistogramPersistency = "NONE"
The Application Manager class.
A small to stream Data I/O.
WriteAlg class for the RootIOExample.
Definition WriteAlg.h:24