1 #ifndef _ots_DetectorToFEConfiguration_h_
2 #define _ots_DetectorToFEConfiguration_h_
7 #include "otsdaq-coreTableCore/TableBase.h"
21 std::vector<std::string> getFEWriterDetectorList(std::string interfaceID)
const;
22 std::vector<std::string> getFEReaderDetectorList(std::string interfaceID)
const;
24 unsigned int getFEWriterChannel(
const std::string& detectorID)
const;
25 unsigned int getFEWriterDetectorAddress(
const std::string& detectorID)
const;
26 unsigned int getFEReaderChannel(
const std::string& detectorID)
const;
34 FEWriterDetectorAddress,
37 FEReaderDetectorAddress
41 std::string theFEWriterID_;
42 unsigned int theFEWriterChannel_;
43 unsigned int theFEWriterDetectorAddress_;
44 std::string theFEReaderID_;
45 unsigned int theFEReaderChannel_;
46 unsigned int theFEReaderDetectorAddress_;
48 std::map<std::string, DetectorInfo> nameToInfoMap_;