1 #include "services_dune.fcl"
3 process_name: SignalShapingDUNE10ktTest
7 # Load the service that manages root files for histograms.
8 TFileService: { fileName: "ss_test_dune10kt.root" }
11 services.ExptGeoHelperInterface: @local::dune_geometry_helper
12 services.Geometry: @local::dune10kt_geo
13 services.GeometryConfigurationWriter: {}
14 services.DetectorClocksService: @local::dune10kt_detectorclocks
15 services.DetectorPropertiesService: @local::dune10kt_detproperties
16 services.LArPropertiesService: @local::dune10kt_properties
17 services.LArFFT: @local::dune10kt_larfft
18 services.SignalShapingServiceDUNE10kt: @local::dune10kt_signalshapingservice
19 services.DatabaseUtil: @local::dune10kt_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: "SignalShapingDUNE10ktTest" }
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: "SignalShapingDUNE10ktTest"