otsdaq_components  v2_04_02
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  public:
14  virtual ~FSSRDACsConfiguration(void);
15 
16  const ROCDACs getROCDACs(const ConfigurationTree& dacsConfiguration);
17 
18  private:
19  std::map<std::string, unsigned int> dacNameToDACAddress_;
20 };
21 }
22 #endif