data_flow_dumper_t.fcl
Go to the documentation of this file.
1 process_name: DumperTest
2 
3 source:
4 {
5  module_type: RootInput
6  fileNames: [ "../test_tiered_input_05/test_tiered_input_05c_t.d/f3.root" ]
7 }
8 
9 outputs:
10 {
11  o1 :
12  {
13  module_type: DataFlowDumper
14  debuglevel: 1
15  }
16 }
17 
18 physics:
19 {
20  e1: [ o1 ]
21 }