1 #ifndef _ots_DetectorConfiguration_h_
2 #define _ots_DetectorConfiguration_h_
8 #include "otsdaq-coreTableCore/TableBase.h"
22 const std::vector<std::string>& getDetectorIDs(
void)
const;
23 const std::vector<std::string>& getDetectorTypes(
29 const std::string& getDetectorType(
const std::string& detectorID)
const;
30 const std::string& getDetectorStatus(
const std::string& detectorID)
const;
32 const std::map<std::string, unsigned int>& getNameToRowMap()
const
45 std::map<std::string, unsigned int> nameToRow_;
46 std::vector<std::string> detectorIDs_;
47 std::vector<std::string> detectorTypes_;