sss_dune10kt.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 process_name: SignalShapingDUNE10ktTest
4 
5 services:
6 {
7  # Load the service that manages root files for histograms.
8  TFileService: { fileName: "ss_test_dune10kt.root" }
9 }
10 
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
21 
22 source:
23 {
24  module_type: EmptyEvent
25  timestampPlugin: { plugin_type: "GeneratedEventTimestamp" }
26  maxEvents: 0 # Number of events to create
27 }
28 
29 outputs:
30 {
31 }
32 
33 physics:
34 {
35 
36  analyzers:
37  {
38  sstest: { module_type: "SignalShapingDUNE10ktTest" }
39  }
40 
41  #define the path for analyzer modules, order does not matter.
42  #see lines starting physics.analyzers below
43  ana: [ sstest ]
44 
45  #trigger_paths is a keyword and contains the paths that modify the art::event,
46  #ie filters and producers
47  trigger_paths: [ ]
48 
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
51  end_paths: [ana]
52 }
53 
54 physics.analyzers.sstest:
55 {
56  module_type: "SignalShapingDUNE10ktTest"
57 }