switchOnFileSizeMax_w.fcl
Go to the documentation of this file.
1 process_name : fileSizeMax
2 physics.producers.prod.module_type: BigProductProducer
3 physics.p1: [prod]
4 physics.e1: [out]
5 
6 outputs: {
7  out: {
8  module_type: RootOutput
9  fileName : "out_%#.root"
10  fileProperties: {
11  maxSize: 500 #kB
12  }
13  }
14 }
15 
16 source: {
17  module_type: EmptyEvent
18  maxEvents: 4000
19 }