delaySwitchToSubRunBoundary_w.fcl
Go to the documentation of this file.
1 source: {
2  module_type: EmptyEvent
3  maxEvents: 20
4  firstRun: 1
5  firstSubRun: 0
6  numberEventsInSubRun: 5
7 }
8 
9 physics.e1: [o1]
10 
11 outputs: {
12 
13  o1: {
14  module_type: RootOutput
15  fileName : "out_%#.root"
16 
17  // Specifying both a maxEvents of '7', and a file granularity
18  // of 'SubRun' should result in 'out_1.root' with 10 events
19  // and 'out_2.root' with 10 events.
20 
21  fileProperties: {
22  maxEvents: 7
23  granularity: SubRun
24  }
25  }
26 
27 }
28 
29 process_name: test1