run_InfillChannelsPD.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "InfillChannelsConfig.fcl"
3 
4 process_name: InfillChannelsPD
5 
6 source:
7 {
8  module_type: RootInput
9  maxEvents: -1
10 }
11 services:
12 {
13  @table::protodune_services
14  ChannelStatusService: @local::pdsp_channel_status
15 }
16 
17 outputs:
18 {
19  out1:
20  {
21  module_type: RootOutput
22  fileName: "InfillChannelsPD_out.root"
23  }
24 }
25 
26 
27 physics:
28 {
29  producers:
30  {
31  infill: @local::InfillChannels
32  }
33  ana: [ infill ]
34  out: [ out1 ]
35 }
36 
37 services.Geometry: @local::protodune_geo