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