TrigBits1_t.fcl
Go to the documentation of this file.
1 process_name: PROD
2 
3 services.scheduler.wantSummary: true
4 
5 source: {
6  module_type: EmptyEvent
7  maxEvents: 10
8 }
9 
10 physics: {
11  producers: {
12  m1a: {
13  module_type: IntProducer
14  ivalue: 1
15  }
16  m2a: {
17  module_type: IntProducer
18  ivalue: 1
19  }
20  }
21 
22  analyzers: {
23  a1: {
24  module_type: TestResultAnalyzer
25  dump: true
26  numbits: 2
27  }
28  }
29 
30  p1a: [ m1a ]
31  p2a: [ m2a ]
32 
33  e1: [ a1 ]
34  e2: [ testout1 ]
35 }
36 
37 outputs: {
38  testout1: {
39  module_type: TestBitsOutput
40  bitMask: 5
41  SelectEvents: [ p2a ]
42  }
43 }