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 }