RunTpcDAQToOffline.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "singles_dune.fcl"
3 #include "channelmap_35t.fcl"
4 #include "largeantmodules_dune.fcl"
5 #include "detsimmodules_dune.fcl"
6 
7 #This is the default configuration file
8 #include "TpcDAQToOffline.fcl"
9 
10  physics:
11 {
12  producers:
13  {
14 
15  tpcdaqtooffline: @local::tpc_daq_to_offline
16 
17  }
18 
19 
20 
21  #Create path to run module
22  produce: [ tpcdaqtooffline ]
23 
24 
25  output: [ out1 ]
26  trigger_paths : [ produce ]
27  end_paths: [ output ]
28 }
29 
30 services: {
31  @table::dune35t_simulation_services
32  TimeTracker: {}
33  RandomNumberGenerator: {}
34  message: @local::standard_info
35  TFileService: { fileName: "FlatDAQTree.root" }
36 }
37 
38 outputs:
39 {
40  out1:
41  {
42  module_type: RootOutput
43  fileName: "TpcRceEventToOffline.root"
44  }
45 
46 }
47 
48 source:
49 {
50  module_type: RootInput
51  fileNames: [ "/afs/fnal.gov/files/home/room3/jpdavies/lbne_r000200_sr01_20140807T150347.root" ]
52  maxEvents : -1
53 }
54 
55 
56 
57 process_name: RunTpcDaqToOffline
58