FileDumperOutputTest_w.fcl
Go to the documentation of this file.
1 process_name: FileDumperOutputTestw
2 
3 physics: {
4  producers: {
5  m1a: {
6  module_type: SimpleDerivedProducer
7  nvalues: 16
8  }
9  m1b: {
10  module_type: DerivedPtrVectorProducer
11  input_label: m1a
12  }
13  m2: {
14  module_type: IntProducer
15  ivalue: 1
16  branchType: 1
17  }
18  m3: {
19  module_type: IntProducer
20  ivalue: 2
21  branchType: 2
22  }
23  }
24  p1: [ m1a, m1b, m2, m3 ]
25  e1: [ out1, out2 ]
26 }
27 
28 outputs: {
29  out1: {
30  module_type: FileDumperOutput
31  }
32  out2: {
33  module_type: RootOutput
34  fileName: "out.root"
35  outputCommands: [ "keep *", "drop *_m1a_*_*" ]
36  }
37 }
38 
39 source: {
40  module_type: EmptyEvent
41  maxEvents: 3
42 }