pddp_daq_converter.fcl
Go to the documentation of this file.
1 #include "pddp_sam.fcl"
2 
3 process_name: PDDPRawDataConverter
4 
5 pddp_file_catalog: @local::pddp_art_file_catalog
6 #pddp_file_catalog.applicationVersion: "v08_32_01"
7 #pddp_file_catalog.fileType: "detector"
8 #pddp_file_catalog.runType: "protodune-dp"
9 
10 services:
11 {
12  FileCatalogMetadata: @local::pddp_file_catalog
13  PDDPChannelMappings:
14  {
15  service_provider: PDDPChannelMap
16  MapName: "pddp2crp"
17  }
18 }
19 
20 source:
21 {
22  module_type: PDDPRawInput
23  maxEvents: -1
24  fileNames: [ "np02rawdata.dat" ]
25  LogLevel: 1
26  OutputLabelRawDigits: "daq"
27  OutputLabelRDTime: "timingrawdecoder:daq"
28  OutputLabelRDStatus: "daq"
29  InvertBaseline: [[2, 300]]
30  SelectCRPs: []
31 }
32 
33 outputs:
34 {
35  out1:
36  {
37  module_type: RootOutput
38  fileName: "%ifb_pddprawdata.root"
39  compressionLevel: 1
40  dataTier: "raw"
41  streamName: "cosmics"
42  }
43 }
44 
45 physics:
46 {
47  output: [ out1 ]
48  end_paths: [ output ]
49 }