Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Framework
Core
trigger_bits_01.fcl
Go to the documentation of this file.
1
services.scheduler.wantSummary: true
2
3
physics: {
4
filters: {
5
filt: {
6
module_type: PMTestFilter
7
}
8
}
9
analyzers: {
10
check: {
11
module_type: CheckTriggerBits
12
ordered_paths: [b, a]
13
expected_a: false
14
expected_b: true
15
}
16
}
17
a: ["!filt"]
18
b: [filt]
19
trigger_paths: ["2:b", a]
20
ep: [check]
21
}
Generated by
1.8.11