TrigBits3_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  m5:
36  {
37  module_type: IntProducer
38  ivalue: 4
39  }
40  }
41 
42  analyzers:
43  {
44  a1:
45  {
46  module_type: TestResultAnalyzer
47  dump: true
48  numbits: 5
49  }
50  }
51 
52  p1: [ m1 ]
53  p2: [ m2 ]
54  p3: [ m3 ]
55  p4: [ m4 ]
56  p5: [ m5 ]
57 
58  e1: [ testout1 ]
59  e2: [ a1 ]
60 
61  trigger_paths: [ p1, p2, p3, p4, p5 ]
62  end_paths: [ e1, e2 ]
63 }
64 
65 outputs:
66 {
67  testout1:
68  {
69  module_type: TestBitsOutput
70  bitMask: 85
71  }
72 }