FileDumperOutputTest_r.fcl
Go to the documentation of this file.
1 process_name: FileDumperOutputTestr
2 
3 physics: {
4  e1: [ out1 ]
5  end_paths: [ e1 ]
6 }
7 
8 outputs: {
9  out1:
10  {
11  module_type: FileDumperOutput
12  wantProductFriendlyClassName: true
13  onlyIfPresent: true
14  }
15 }
16 
17 source: {
18  module_type: RootInput
19  fileNames: [ "../FileDumperOutput_w.d/out.root" ]
20 }