vdct_decoder.fcl
Go to the documentation of this file.
1 # file: vdct_decoder.fcl
2 # Configurations for VDColdbox TDE decoder
3 #
4 # Vyacheslav Galymov
5 # November, 2021
6 #
7 
8 vdct_channelmap: {
9  service_provider: VDColdboxTDEChannelMapService
10  MapName : "vdcb1crp"
11  LogLevel : 1
12 }
13 
14 
15 vdctdecoder_source:
16 {
17  module_type: VDColdboxTDERawInput
18  maxEvents: -1
19  fileNames: [ "np02rawdata.dat" ]
20  LogLevel: 1
21  SamplesPerChannel: 10000
22  OutputLabelRawDigits: "tpcrawdecoder:daq"
23  OutputLabelRDTime: "timingrawdecoder:daq"
24  OutputLabelRDStatus: "daq"
25  InvertBaseline: [[0, 4096]]
26  SelectCRPs: []
27 }