vdcoldbox_tdedecoder.fcl
Go to the documentation of this file.
1 #
2 # Example fcl to configure and run the
3 # decoder for coldbox TDE data
4 #
5 # Vyacheslav Galymov
6 # November, 2021
7 #
8 
9 #include "vdct_decoder.fcl"
10 
11 process_name: VDColdboxTDEDAQ
12 
13 services:
14 {
15  OnlineChannelMapService: @local::vdct_channelmap
16 }
17 
18 source: @local::vdctdecoder_source
19 
20 outputs:
21 {
22  rootout:
23  {
24  module_type: RootOutput
25  fileName: "%ifb_vdcbtde_rawdata.root"
26  compressionLevel: 1
27  dataTier: "raw"
28  streamName: "cosmics"
29  }
30 }
31 
32 physics:
33 {
34  output: [ rootout ]
35  end_paths: [ output ]
36 }