00001 #ifndef _ots_FSSRDACsConfiguration_h_
00002 #define _ots_FSSRDACsConfiguration_h_
00003
00004 #include "otsdaq-core/TableDataFormats/DACsTableBase.h"
00005
00006 namespace ots
00007 {
00008 class FSSRDACsConfiguration : public DACsTableBase
00009 {
00010 public:
00011 FSSRDACsConfiguration(void);
00012 virtual ~FSSRDACsConfiguration(void);
00013
00014
00015
00016
00017
00018
00019 private:
00020 enum
00021 {
00022 DetectorID,
00023 PulserData,
00024 PulserControl,
00025 IntegratorVbn,
00026 ShaperVbp2,
00027 ShaperVbp1,
00028 BLRestorer,
00029 VTn,
00030 VTp0,
00031 VTp1,
00032 VTp2,
00033 VTp3,
00034 VTp4,
00035 VTp5,
00036 VTp6,
00037 VTp7,
00038 ActiveLines,
00039 SendData,
00040 RejectHits,
00041 DigContrReg,
00042 AqBCO
00043 };
00044 };
00045 }
00046 #endif