RunSSPToOfflineAnalyze.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  ssptooffline: @local::ssp_to_offline
20  }
21  analyzers:
22  {
23  opdigiana: @local::dune35t_opdigiana_data
24  }
25 
26  #Create path to run module
27  produce: [ ssptooffline ]
28  analyze: [ opdigiana ]
29  output: [ out1 ]
30 
31  trigger_paths : [ produce ]
32  end_paths: [ analyze, output ]
33 }
34 
35 
36 source:
37 {
38  module_type: RootInput
39  maxEvents : 1000
40 }
41 
42 
43 outputs:
44 {
45  out1:
46  {
47  module_type: RootOutput
48  fileName: "SSPEventToOffline_r%r_sr%s.root"
49  }
50 
51 }
52 
53