otsdaq_components  v2_05_02_indev
FSSRDACsTable.h
1 #ifndef _ots_FSSRDACsConfiguration_h_
2 #define _ots_FSSRDACsConfiguration_h_
3 
4 #include "otsdaq/TableDataFormats/DACsTableBase.h"
5 
6 namespace ots
7 {
8 class FSSRDACsConfiguration : public DACsTableBase
9 {
10  public:
12  virtual ~FSSRDACsConfiguration(void);
13 
14  // Methods
15  // void init(ConfigurationManager *configManager);
16 
17  // Getters
18 
19  private:
20  enum
21  {
22  DetectorID,
23  PulserData,
24  PulserControl,
25  IntegratorVbn,
26  ShaperVbp2,
27  ShaperVbp1,
28  BLRestorer,
29  VTn,
30  VTp0,
31  VTp1,
32  VTp2,
33  VTp3,
34  VTp4,
35  VTp5,
36  VTp6,
37  VTp7,
38  ActiveLines,
39  SendData,
40  RejectHits,
41  DigContrReg,
42  AqBCO
43  };
44 };
45 }
46 #endif