run_MakeInfillTrainingData.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "MakeInfillTrainingDataConfig.fcl"
3 
4 process_name: MakeInfillTrainingData
5 
6 source:
7 {
8  module_type: RootInput
9  maxEvents: -1
10 }
11 services:
12 {
13  @table::protodune_services
14  TFileService: { fileName: "MakeInfillTraining_out.root" }
15  ChannelStatusService: @local::pdsp_channel_status
16 }
17 
18 physics:
19 {
20  analyzers:
21  {
22  infilldata: @local::MakeInfillTrainingData
23  }
24  path0: [ infilldata ]
25  end_paths: [ path0 ]
26 }
27 
28 services.Geometry: @local::protodune_geo