ptr_list_01.fcl
Go to the documentation of this file.
1 #include "messageDefaults.fcl"
2 
3 process_name: TESTING
4 
5 services.Tracer: {}
6 services.message: @local::messageDefaults
7 
8 source: { module_type: EmptyEvent maxEvents: 5 }
9 physics: {
10  producers: {
11  m1: {
12  module_type: IntVectorProducer
13  nvalues: 7
14  }
15  }
16  analyzers: {
17  a1: {
18  module_type: PtrListAnalyzer
19  input_label: m1
20  nvalues: 7
21  }
22  }
23  reconstruction: [ m1 ]
24  analysis: [ a1 ]
25 }