1 #ifndef ots_ROCToFEConfiguration_h
2 #define ots_ROCToFEConfiguration_h
4 #include "otsdaq-core/ConfigurationDataFormats/ConfigurationBase.h"
24 std::vector<std::string> getFEWROCsList (std::string fECNumber)
const;
25 std::vector<std::string> getFERROCsList (std::string fEDNumber)
const;
26 std::vector<std::string> getFEWCards (
unsigned int supervisorInstance)
const;
27 unsigned int getFEWChannel (
const std::string& rOCName)
const;
28 unsigned int getFEWROCAddress(
const std::string& rOCName)
const;
29 unsigned int getFERChannel (
const std::string& rOCName)
const;
43 std::string theFEWName_;
44 unsigned int theFEWChannel_;
45 unsigned int theFEWROCAddress_;
46 std::string theFERName_;
47 unsigned int theFERChannel_;
48 unsigned int theFERROCAddress_;
50 std::map<std::string, ROCInfo> nameToInfoMap_;