multiOutputProducerRootInput_w.fcl
Go to the documentation of this file.
1 source: {
2  module_type: RootInput
3 }
4 
5 physics: {
6 
7  e1: [o1, o2, o3, o4]
8 }
9 
10 outputs: {
11 
12  o1: {
13  module_type: RootOutput
14  fileName : "out.root"
15  }
16 
17  o2: {
18  module_type: RootOutput
19  fileName: "out_r%R_%#.root"
20  fileProperties: {
21  maxRuns: 1
22  granularity: Run
23  }
24  }
25 
26  o3: {
27  module_type: RootOutput
28  fileName: "out_r%r_sr%S_%#.root"
29  fileProperties: {
30  maxSubRuns: 1
31  granularity: SubRun
32  }
33  }
34 
35  o4: {
36  module_type: RootOutput
37  fileName : "out_r%r_sr%S_e%#.root"
38  fileProperties: {
39  maxEvents: 1
40  granularity: Event
41  }
42  }
43 
44 }
45 
46 process_name: test1