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