Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Framework
Core
trigger_bits_02.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
# Implicit ordering by framework
13
ordered_paths: [a, b]
14
expected_a: false
15
expected_b: true
16
}
17
}
18
a: ["!filt"]
19
b: [filt]
20
ep: [check]
21
}
Generated by
1.8.11