1 #include "services_microboone.fcl"
3 process_name: SignalShapingMicroBooNETest
7 # Load the service that manages root files for histograms.
8 TFileService: { fileName: "ss_test_uboone.root" }
11 services.ExptGeoHelperInterface: @local::microboone_geometry_helper
12 services.Geometry: @local::microboone_geo
13 services.DetectorPropertiesService: @local::microboone_detproperties
14 services.LArPropertiesService: @local::microboone_properties
15 services.LArFFT: @local::microboone_larfft
16 services.SignalShapingServiceMicroBooNE: @local::microboone_signalshapingservice
17 services.DatabaseUtil: @local::microboone_database
18 services.DatabaseUtil.ShouldConnect: false
22 module_type: EmptyEvent
23 maxEvents: 0 # Number of events to create
35 sstest: { module_type: "SignalShapingMicroBooNETest" }
38 #define the path for analyzer modules, order does not matter.
39 #see lines starting physics.analyzers below
42 #trigger_paths is a keyword and contains the paths that modify the art::event,
43 #ie filters and producers
46 #end_paths is a keyword and contains the paths that do not modify the art::Event,
47 #ie analyzers and output streams. these all run simultaneously
51 physics.analyzers.sstest:
53 module_type: "SignalShapingMicroBooNETest"