RunSSPToOfflineDiagnostic.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: "SSPDiagnosticPlots_r%r_sr%s.root" }
13 }
14 
15 physics:
16 {
17  producers:
18  {
19  ssptooffline: @local::ssp_to_offline
20  }
21  analyzers:
22  {
23  sspdiagnosticana: @local::ssp_diagnostic_ana
24  #opdigiana: @local::dune35t_opdigiana_data
25  }
26 
27  #Create path to run module
28  produce: [ ssptooffline ]
29  analyze: [ sspdiagnosticana ]
30  output: [ ]
31 
32  trigger_paths : [ produce ]
33  end_paths: [ analyze, output ]
34 }
35 
36 
37 source:
38 {
39  module_type: RootInput
40  maxEvents : -1
41 }
42 
43 
44 outputs:
45 {
46 # out1:
47 # {
48 # module_type: RootOutput
49 # fileName: "/dune/data/users/jti3/SSPToOffline_output.root"
50 # }
51 #
52 }
53 
54 # temporary fix for DB access issues
55 services.DetPedestalService.DetPedestalDUNE.CSVFile: "/dune/app/users/mstancar/evdisp/offline_databaseRun_9754.csv"