11 #ifndef INCIDENTSVC_DODBASICMAPPER_H 12 #define INCIDENTSVC_DODBASICMAPPER_H 1 32 using extends::extends;
45 this,
"Nodes", {},
"map of the type of nodes to be associated to paths (path -> data_type)."};
47 this,
"Algorithms", {},
"map of algorithms to be used to produce entries (path -> alg_name)."};
50 #endif // INCIDENTSVC_DODBASICMAPPER_H Default implementation of a DataOnDemand mapper.
Implementation of property with value of concrete type.
Gaudi::Property< GaudiUtils::HashMap< std::string, T > > MapProp
MapProp< std::string > m_nodeMap
std::string nodeTypeForPath(const std::string &path) override
Helper class to parse a string of format "type/name".
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