test_issue19191.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #
3 
4 #services.Geometry: @local::protodune_geo
5 #services.ExptGeoHelperInterface: @local::dune_geometry_helper
6 #services.GeometryConfigurationWriter: {}
7 
8 services:
9 {
10  Geometry: @local::dunefd_services.Geometry
11  ExptGeoHelperInterface: @local::dunefd_services.ExptGeoHelperInterface
12  GeometryConfigurationWriter: {}
13 }
14 
15 source:
16 {
17  module_type: EmptyEvent
18  maxEvents: 1 # Number of events to create
19 }
20 
21 outputs:
22 {
23 }
24 
25 physics:
26 {
27  producers:{}
28  filters: {}
29  analyzers:{}
30  ana: [ issue19191 ]
31 
32  trigger_paths: []
33  end_paths: [ ana ]
34  }
35  #
36  # # define the list of LArSoft modules to run through the simulate path
37  #
38  physics.analyzers.issue19191: {
39  module_type: "issue19191"
40  }