otsdaq_components  v2_02_00
FSSRDACsConfiguration.h
1 #ifndef _ots_FSSRDACsConfiguration_h_
2 #define _ots_FSSRDACsConfiguration_h_
3 
4 #include "otsdaq-components/DetectorConfiguration/ROCDACs.h"
5 
6 namespace ots
7 {
8 class ConfigurationTree;
9 
11 {
12 
13 public:
14 
16  virtual ~FSSRDACsConfiguration(void);
17 
18  const ROCDACs getROCDACs(const ConfigurationTree& dacsConfiguration);
19 
20 
21 private:
22  std::map<std::string, unsigned int> dacNameToDACAddress_;
23 };
24 }
25 #endif