5#ifndef AGDDDetectorStore_H
6#define AGDDDetectorStore_H
std::map< std::string, AGDDDetector * > detectorList
std::map< std::string, AGDDTechnology * > technologyList
detectorList & GetDetectorList()
AGDDTechnology * GetTechnology(const std::string &s)
technologyList m_the_technologies
AGDDDetector * GetDetectorByID(const std::string &) const
AGDDDetector * GetDetector(const std::string &s)
void RegisterDetector(AGDDDetector *)
void RegisterTechnology(AGDDTechnology *)
std::vector< T * > GetDetectorsByType() const
detectorList m_the_detectors