test_unputtingProducer.fcl
Go to the documentation of this file.
1 #include "messageDefaults.fcl"
2 
3 services.message: @local::messageDefaults
4 
5 physics: {
6  producers: {
7  unputter: {
8  module_type: UnputtingProducer
9  }
10  }
11 
12  p1: [ unputter ]
13  e1: [ o1 ]
14 }
15 
16 outputs: {
17  o1: {
18  module_type: RootOutput
19  fileName: "unputting.root"
20  }
21 }
22 
23 source: {
24  module_type: EmptyEvent
25  maxEvents: 2
26 }
27 
28 process_name: DEVEL