test_view_01a.fcl
Go to the documentation of this file.
1 #include "messageDefaults.fcl"
2 
3 services.scheduler.wantSummary: true
4 services.message: @local::messageDefaults
5 
6 physics: {
7  producers: {
8  m1a: {
9  module_type: IntVectorProducer
10  nvalues: 16
11  }
12  }
13 
14  analyzers: {
15  a1: {
16  module_type: IntVectorAnalyzer
17  input_label: "m1a::current_process"
18  nvalues: 16
19  }
20  }
21 
22  p1: [ m1a ]
23  e1: [ a1, out1 ]
24 }
25 
26 outputs: {
27  out1: {
28  module_type: RootOutput
29  fileName: "out.root"
30  }
31 }
32 
33 source: {
34  module_type: EmptyEvent
35  maxEvents: 1
36 }
37 
38 process_name: DEVEL