APAIO.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 # APAIORdWriter is an analyzer
4 
5 APAIORdWriter:
6 {
7  module_type: "APAIORdWriter"
8  RawDigitLabel: "daq"
9  OutputDirBaseName: "APAIO"
10 }
11 
12 # APAIORdReader is a producer
13 
14 APAIORdReader:
15 {
16  module_type: "APAIORdReader"
17  InputDirBaseName: "APAIO"
18  APAMin: 0
19  APAMax: 150
20 }
21 
22 END_PROLOG