toyProductProducerAnalyzer_t.fcl
Go to the documentation of this file.
1 source: {
2  module_type: EmptyEvent
3  maxEvents : 100
4 }
5 
6 physics: {
7  producers: {
8  prod: {
9  module_type: ToyProductProducer
10  }
11  }
12 
13  analyzers: {
14  analyzer: {
15  module_type: ToyProductAnalyzer
16  inputLabel: "prod"
17  }
18  }
19 
20  p1: [ prod ]
21  e1: [ analyzer, out1 ]
22 }
23 
24 outputs: {
25  out1: {
26  module_type: RootOutput
27  fileName: "out1.root"
28  }
29 }
30 
31 process_name: ProductAnalyzerTest