HMSubRun_r.fcl
Go to the documentation of this file.
1 process_name: HMR
2 
3 source: {
4  module_type: RootInput
5  fileNames: [ "../HMSubRun_w.d/out.root" ]
6  delayedReadSubRunProducts: true
7  saveMemoryObjectThreshold: 26214400 // 25 MiB
8 }
9 
10 outputs: {
11  o1: {
12  module_type: RootOutput
13  fileName: "out.root"
14  compressionLevel: 0
15  saveMemoryObjectThreshold: 26214400 // 25 MiB
16  outputCommands: [ "keep *", "drop *_srprod_*_HMSR" ]
17  }
18 }
19 
20 services: {
21  MemoryTracker: { }
22 }
23 
24 physics: {
25  producers: {
26  rprod: {
27  module_type: HMRunProdProducer
28  inputLabel: srprod
29  }
30  }
31 
32  p1: [ rprod ]
33  e1: [ o1 ]
34 }