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