1 #include "services_dune.fcl"
3 process_name: SignalShapingDUNE35tTest
7 # Load the service that manages root files for histograms.
8 TFileService: { fileName: "ss_test_dune35t.root" }
11 services.ExptGeoHelperInterface: @local::dune_geometry_helper
12 services.GeometryConfigurationWriter: {}
13 services.Geometry: @local::dune35t_geo
14 services.DetectorClocksService: @local::dune35t_detectorclocks
15 services.DetectorPropertiesService: @local::dune35t_detproperties
16 services.LArPropertiesService: @local::dune35t_properties
17 services.LArFFT: @local::dune35t_larfft
18 services.SignalShapingServiceDUNE35t: @local::dune35t_signalshapingservice
19 services.DatabaseUtil: @local::dune35t_database
20 services.DatabaseUtil.ShouldConnect: false
24 module_type: EmptyEvent
25 timestampPlugin: { plugin_type: "GeneratedEventTimestamp" }
26 maxEvents: 0 # Number of events to create
38 sstest: { module_type: "SignalShapingDUNE35tTest" }
41 #define the path for analyzer modules, order does not matter.
42 #see lines starting physics.analyzers below
45 #trigger_paths is a keyword and contains the paths that modify the art::event,
46 #ie filters and producers
49 #end_paths is a keyword and contains the paths that do not modify the art::Event,
50 #ie analyzers and output streams. these all run simultaneously
54 physics.analyzers.sstest:
56 module_type: "SignalShapingDUNE35tTest"