TrigBits0_t.fcl
Go to the documentation of this file.
1 process_name: PROD
2 
3 services.scheduler.wantSummary: true
4 
5 source:
6 {
7  module_type: EmptyEvent
8  maxEvents: 10
9 }
10 
11 physics:
12 {
13  analyzers:
14  {
15  a1:
16  {
17  module_type: TestResultAnalyzer
18  dump: true
19  numbits: 0
20  }
21  }
22 
23  e1: [ a1 ]
24  e2: [ testout1 ]
25 
26  end_paths: [ e1, e2 ]
27 }
28 
29 outputs:
30 {
31  testout1:
32  {
33  module_type: TestBitsOutput
34  expectTriggerResults: false
35  bitMask: 0
36  }
37 }