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