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