The Gaudi Framework
master (37c0b60a)
PrepareBase.py
Go to the documentation of this file.
1
12
13
from
Configurables
import
Gaudi__TestSuite__MultiInput__WriteAlg
as
WriteAlg
14
from
Configurables
import
GaudiPersistency
15
from
Gaudi.Configuration
import
*
16
17
# Enable basic persistency-related settings
18
GaudiPersistency()
19
20
out =
OutputStream
()
21
out.ItemList = [
"/Event#999"
]
22
out.Output =
"DATAFILE='PFN:MI_Base.dst' SVC='Gaudi::RootCnvSvc' OPT='RECREATE'"
23
24
FileCatalog(Catalogs=[
"xmlcatalog_file:MultiInput.xml"
])
25
26
app =
ApplicationMgr
()
27
# - I/O
28
app.OutStream += [out]
29
# - Algorithms
30
app.TopAlg = [
WriteAlg
()]
31
# - Events
32
app.EvtMax = 100
33
app.EvtSel =
"NONE"
# do not use any event input
34
app.HistogramPersistency =
"NONE"
OutputStream
A small to stream Data I/O.
Definition:
OutputStream.h:38
Gaudi.Configuration
Definition:
Configuration.py:1
WriteAlg
Definition:
WriteAlg.h:25
ApplicationMgr
Definition:
ApplicationMgr.h:57
GaudiTestSuite
options
MultiInput
PrepareBase.py
Generated on Thu Dec 19 2024 15:35:06 for The Gaudi Framework by
1.8.18