multiOutputProducerEmptyEvent_w.fcl
Go to the documentation of this file.
1 source: {
2  module_type: EmptyEvent
3  maxEvents: 14
4  firstRun: 1
5  firstSubRun: 0
6  numberEventsInRun: 10
7  numberEventsInSubRun: 5
8 }
9 
10 physics: {
11 
12  producers: {
13  prod: { module_type: ToyProductProducer }
14  }
15 
16  p1: [prod]
17  e1: [o1, o2, o3, o4]
18 }
19 
20 outputs: {
21 
22  o1: {
23  module_type: RootOutput
24  fileName : "out.root"
25  }
26 
27  o2: {
28  module_type: RootOutput
29  fileName: "out_r%R_%#.root"
30  fileProperties: {
31  maxRuns: 1
32  }
33  }
34 
35  o3: {
36  module_type: RootOutput
37  fileName: "out_r%r_sr%S_%#.root"
38  fileProperties: {
39  maxSubRuns: 1
40  }
41  }
42 
43  o4: {
44  module_type: RootOutput
45  fileName : "out_r%r_sr%S_e%#.root"
46  fileProperties: {
47  maxEvents: 1
48  }
49  }
50 
51 }
52 
53 process_name: test1