RunRawDecoder.fcl
Go to the documentation of this file.
1 #include "protoDUNE_reco_data_Dec2018.fcl"
2 
3 process_name: RunRawDecoder
4 
5 services:
6 {
7  #message: @local::dune_message_services_prod_debug
8 
9  TimeTracker: {}
10  RandomNumberGenerator: {}
11 
12  @table::protodune_rawdecoding_services
13 
14  TFileService: {
15  closeFileFast: true # default
16  fileName: "%ifb_raw_ana.root"
17  tmpDir: "<parent-path-of-filename>" # default
18  }
19 
20  IFBeam: {}
21 
22 }
23 
24 physics:
25 {
26  producers:
27  {
28  @table::protoDUNE_rawdecoding_producers
29  }
30 
31  #Create path to run module
32  #add ctbrawdecoder when it is tested
33  produce: [ @sequence::protoDUNE_rawdecoding ]
34  output: [ out1 ]
35  trigger_paths : [ produce ]
36  end_paths: [ output ]
37 }
38 
39 outputs:
40 {
41  out1:
42  {
43  outputCommands: [ "keep *", "drop artdaq::Fragments_*_*TPC_*", "drop artdaq::Fragments_*_*FELIX_*" ]
44  compressionLevel: 1
45  module_type: RootOutput
46  fileName: "%ifb_decode.root"
47  dataTier: "decoded-raw"
48  }
49 
50 }
51 
52 source:
53 {
54  module_type: RootInput
55  fileNames: [ "/afs/cern.ch/user/s/sergiand/workspace/artdaq_devel/pdune_r1000077_sr01_20170629T181646_1_0.root" ]
56  maxEvents : -1
57 }
58 
59