FindManySpeedTest_r.fcl
Go to the documentation of this file.
1 process_name: DEVELr
2 
3 source: {
4  module_type: RootInput
5  fileNames: [ "../FindManySpeedTest_w.d/out.root" ]
6 }
7 
8 physics: {
9  analyzers: {
10  fmstReader: {
11  module_type: FindManySpeedTestAnalyzer
12  producerLabel: fmstWriter
13  }
14  }
15 
16  e: [ fmstReader ]
17 }