1 #ifndef _ots_DetectorConfiguration_h_
2 #define _ots_DetectorConfiguration_h_
4 #include "otsdaq-core/ConfigurationDataFormats/ConfigurationBase.h"
25 const std::vector<std::string>& getDetectorIDs (
void)
const;
26 const std::vector<std::string>& getDetectorTypes (
void)
const;
27 const std::string& getDetectorType (
const std::string& detectorID)
const;
28 const std::string& getDetectorStatus(
const std::string& detectorID)
const;
31 const std::map<std::string, unsigned int>& getNameToRowMap()
const {
return nameToRow_; }
38 std::map<std::string, unsigned int> nameToRow_;
39 std::vector<std::string> detectorIDs_;
40 std::vector<std::string> detectorTypes_;