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