RunDAQToOffline.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "TpcDAQToOffline.fcl"
3 #include "SSPToOffline.fcl"
4 #include "PTBToOffline.fcl"
5 
6 # Mar 2015, M Wallbank
7 # Module to run both TPC and SSP to offline to reformulate daq data to LArSoft data types
8 #Nov 2015, K Warburton - Adding PTB.
9 
10 process_name: RunDaqToOffline
11 
12 services: {
13  TFileService: { fileName: "daqtooffline_hist.root" }
14  @table::dune35t_services
15  TimeTracker: {}
16 
17 }
18 
19 physics:
20 {
21  producers:
22  {
23  tpcdaqtooffline: @local::tpc_daq_to_offline
24  ssptooffline: @local::ssp_to_offline
25  ptbtooffline: @local::ptb_to_offline
26  }
27 
28  # Create path to run module
29  produce: [ tpcdaqtooffline, ssptooffline, ptbtooffline ]
30 
31  output: [ out1 ]
32  trigger_paths: [ produce ]
33  end_paths: [ output ]
34 }
35 
36 outputs:
37 {
38  out1:
39  {
40  module_type: RootOutput
41  fileName: "%ifb_offline.root"
42  }
43 }
44 
45 source:
46 {
47  module_type: RootInput
48  maxEvents: 1000
49  fileNames: [ "/lbne/data2/users/wallbank/lbne_r000730_sr01_20150317T160905.root" ]
50 }
51 
52 #physics.producers.daq.OutputDataLabel: ""