data_import_services.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 data_import:
4 {
5  module_type: "ImportSingle311Event"
6  Filename: "BinaryInput311.dat"
7  Evt_num: 0
8 }
9 
10 dlardaq:
11 {
12  service_provider: dlardaq
13 }
14 
15 EventDecoder:
16 {
17  service_provider: EventDecoder
18 }
19 
20 HuffDataCompressor:
21 {
22  service_provider: HuffDataCompressor
23 }
24 
25 QScanServices: {
26  dlardaq: @local::dlardaq
27  EventDecoder: @local::EventDecoder
28  HuffDataCompressor: @local::HuffDataCompressor
29 }
30 
31 END_PROLOG