test_fastclone_fail_v11.fcl
Go to the documentation of this file.
1 process_name: DEVEL
2 
3 source: {
4  module_type: RootInput
5 }
6 
7 outputs: {
8  out1: {
9  module_type: RootOutput
10  fileName: "copy.root"
11  }
12 }
13 
14 physics: {
15  analyzers: {
16  ClonedProdAnalyzer: {
17  module_type: ClonedProdAnalyzer
18  }
19  }
20  trigpath1: [ ]
21  endpath1: [ ClonedProdAnalyzer, out1 ]
22  trigger_paths: [ ]
23  end_paths: [ endpath1 ]
24 }