SplitterOpDigiAna.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: "waveforms_r%r_sr%s.root" }
13 }
14 
15 physics:
16 {
17  producers:
18  {
19  ophit: @local::dune35t_ophit_splitdata
20  opflash: @local::dune35t_opflash_splitdata
21 
22  }
23  analyzers:
24  {
25  opdigiana: @local::dune35t_opdigiana_splitdata
26  opflashana: @local::dune35t_opflashana
27  }
28 
29  #Create path to run module
30  produce: [ ophit, opflash ]
31  analyze: [ opdigiana, opflashana ]
32  output: [ ]
33 
34  trigger_paths : [ produce ]
35  end_paths: [ analyze ]
36 }
37 
38 
39 source:
40 {
41  module_type: RootInput
42  maxEvents : -1
43 }
44 
45 
46 
47