FindManySpeedTest_w.fcl
Go to the documentation of this file.
1 process_name: DEVEL
2 
3 source: {
4  module_type: EmptyEvent
5  maxEvents: 1
6 }
7 
8 physics: {
9  producers: {
10  fmstWriter: {
11  module_type: FindManySpeedTestProducer
12  nTracks: 1000
13  nHits: 100000
14  pmHitsPerTrack: 3000
15  }
16  }
17 
18  t: [ fmstWriter ]
19  e: [ o1 ]
20 }
21 
22 outputs: {
23  o1: {
24  module_type: RootOutput
25  fileName: "out.root"
26  }
27 }