The Gaudi Framework
v36r1 (3e2fb5a8)
Selections.py
Go to the documentation of this file.
1
#!/usr/bin/env gaudirun.py
2
13
from
Gaudi.Configuration
import
ApplicationMgr
14
15
from
Configurables
import
Gaudi__Examples__SelCreate
as
SelCreate
16
from
Configurables
import
Gaudi__Examples__SelFilter
as
SelFilter
17
18
ApplicationMgr(
19
EvtMax=20,
20
EvtSel=
'NONE'
,
21
TopAlg=[
22
SelCreate(
'Create1'
),
23
SelFilter(
'Filter1'
, Input=
'Create1'
),
24
SelFilter(
'Filter2'
, Input=
'Filter1'
),
25
SelFilter(
'Filter3'
, Input=
'Filter2'
),
26
SelFilter(
'Filter4'
, Input=
'Filter3'
),
27
SelFilter(
'Filter5'
, Input=
'Filter4'
)
28
])
Gaudi.Configuration
Definition:
Configuration.py:1
GaudiExamples
options
Selections.py
Generated on Tue Sep 21 2021 12:27:41 for The Gaudi Framework by
1.8.18