1 #ifndef ots_ROCToFEConfiguration_h
2 #define ots_ROCToFEConfiguration_h
7 #include "otsdaq-core/TableCore/TableBase.h"
21 std::vector<std::string> getFEWROCsList(std::string fECNumber)
const;
22 std::vector<std::string> getFERROCsList(std::string fEDNumber)
const;
23 std::vector<std::string> getFEWCards(
unsigned int supervisorInstance)
const;
24 unsigned int getFEWChannel(
const std::string& rOCName)
const;
25 unsigned int getFEWROCAddress(
const std::string& rOCName)
const;
26 unsigned int getFERChannel(
const std::string& rOCName)
const;
41 std::string theFEWName_;
42 unsigned int theFEWChannel_;
43 unsigned int theFEWROCAddress_;
44 std::string theFERName_;
45 unsigned int theFERChannel_;
46 unsigned int theFERROCAddress_;
48 std::map<std::string, ROCInfo> nameToInfoMap_;