RunSSPTests.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "SSPToOffline.fcl"
3 #include "opticaldetectormodules_dune.fcl"
4 
5 process_name: RunSSPToOffline
6 
7 services : {
8  @table::dune35t_services
9  TimeTracker: {}
10  RandomNumberGenerator: {}
11  message: @local::standard_info
12  TFileService: { fileName: "SSPTests.root" }
13 }
14 
15 physics:
16 {
17  producers:
18  {
19  ssptooffline: @local::ssp_to_offline
20  ophit: @local::dune35t_ophit_data
21  opflash: @local::dune35t_opflash_data
22  }
23 
24  analyzers:
25  {
26  opdigiana: @local::dune35t_opdigiana_data
27  averagewaveform: @local::dune35t_averagewaveform_data
28  ssptriggerana: @local::ssp_trigger_ana
29  opflashana: @local::dune35t_opflashana
30  }
31 
32  #Create path to run module
33  produce: [ ssptooffline, ophit, opflash ]
34  analyze: [ averagewaveform, ssptriggerana, opflashana ]
35  output: [ ]
36 
37  trigger_paths : [ produce ]
38  end_paths: [ analyze, output ]
39 }
40 
41 
42 #physics.producers.ssptooffline.OpDetChannelMapFile: ""
43 
44 source:
45 {
46  module_type: RootInput
47  maxEvents : -1
48 }
49 
50 
51 outputs:
52 {
53  #out1:
54  #{
55  # module_type: RootOutput
56  # fileName: "SSPEventToOffline.root"
57  #}
58 
59 }
60 
61