00001 #ifndef _ots_FSSRDACsConfiguration_h_ 00002 #define _ots_FSSRDACsConfiguration_h_ 00003 00004 #include "otsdaq-components/DetectorConfiguration/ROCDACs.h" 00005 00006 namespace ots 00007 { 00008 class ConfigurationTree; 00009 00010 class FSSRDACsConfiguration 00011 { 00012 00013 public: 00014 00015 FSSRDACsConfiguration(void); 00016 virtual ~FSSRDACsConfiguration(void); 00017 00018 const ROCDACs getROCDACs(const ConfigurationTree& dacsConfiguration); 00019 00020 00021 private: 00022 std::map<std::string, unsigned int> dacNameToDACAddress_; 00023 }; 00024 } 00025 #endif