TrigBits4_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  producers:
14  {
15  m1:
16  {
17  module_type: IntProducer
18  ivalue: 1
19  }
20  m2:
21  {
22  module_type: IntProducer
23  ivalue: 2
24  }
25  m3:
26  {
27  module_type: IntProducer
28  ivalue: 3
29  }
30  m4:
31  {
32  module_type: IntProducer
33  ivalue: 4
34  }
35  }
36 
37  analyzers:
38  {
39  a1:
40  {
41  module_type: TestResultAnalyzer
42  dump: true
43  numbits: 4
44  }
45  }
46 
47  p1: [ m1 ]
48  p2: [ m2 ]
49  p3: [ m3 ]
50  p4: [ m4 ]
51 
52  e1: [ testout1 ]
53  e2: [ a1 ]
54 
55  trigger_paths: [ p1, p2, p3, p4 ]
56  end_paths: [ e1, e2 ]
57 }
58 
59 outputs:
60 {
61  testout1:
62  {
63  module_type: TestBitsOutput
64  bitMask: 85
65  }
66 }