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