RunSSPToOffline_debug.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: "SSPToOffline_ana.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 #physics.producers.ssptooffline.ChannelMapFile: ""
36 
37 source:
38 {
39  module_type: RootInput
40  maxEvents : 1000
41 }
42 
43 
44 outputs:
45 {
46  out1:
47  {
48  module_type: RootOutput
49  fileName: "SSPEventToOffline.root"
50  }
51 
52 }
53 
54