test_view_01b.fcl
Go to the documentation of this file.
1 #include "messageDefaults.fcl"
2 
3 services.scheduler.wantSummary: true
4 
5 services.message: @local::messageDefaults
6 
7 physics: {
8  analyzers: {
9  a1: {
10  module_type: IntVectorAnalyzer
11  input_label: "m1a::input_source"
12  nvalues: 16
13  }
14  }
15  e1: [ a1 ]
16 }
17 
18 source: {
19  module_type: RootInput
20  fileNames: [ "out.root" ]
21 }
22 
23 process_name: DEVEL2