1 #ifndef INCIDENTSVC_DODBASICMAPPER_H 2 #define INCIDENTSVC_DODBASICMAPPER_H 1 23 using extends::extends;
36 this,
"Nodes", {},
"map of the type of nodes to be associated to paths (path -> data_type)."};
38 this,
"Algorithms", {},
"map of algorithms to be used to produce entries (path -> alg_name)."};
41 #endif // INCIDENTSVC_DODBASICMAPPER_H Default implementation of a DataOnDemand mapper.
Implementation of property with value of concrete type.
MapProp< std::string > m_nodeMap
std::string nodeTypeForPath(const std::string &path) override
Helper class to parse a string of format "type/name".
Gaudi::Property< GaudiUtils::HashMap< std::string, T >> MapProp
Base class used to extend a class implementing other interfaces.
Gaudi::Utils::TypeNameString algorithmForPath(const std::string &path) override
MapProp< Gaudi::Utils::TypeNameString > m_algMap