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