10 template <
typename K,
typename V>
39 declareProperty(
"Nodes", m_nodeMap,
40 "Map of the type of nodes to be associated to paths (path -> data_type).");
41 declareProperty(
"Algorithms", m_algMap,
42 "Map of algorithms to be used to produce entries (path -> alg_name).");
Default implementation of a DataOnDemand mapper.
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
GaudiUtils::HashMap< std::string, std::string > m_nodeMap
bool isSuccess() const
Test for a status code of SUCCESS.
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
std::string nodeTypeForPath(const std::string &path) override
#define DECLARE_COMPONENT(type)
Helper class to parse a string of format "type/name".
GaudiUtils::HashMap< std::string, Gaudi::Utils::TypeNameString > m_algMap
This class is used for returning status codes from appropriate routines.
Definition of the basic interface.
iterator find(const key_type &key)
GAUDI_API std::string path(const AIDA::IBaseHistogram *aida)
get the path in THS for AIDA histogram
Common class providing an architecture-independent hash map.
std::pair< iterator, bool > insert(ValueType &&val)
Gaudi::Utils::TypeNameString algorithmForPath(const std::string &path) override
Helper functions to set/get the application return code.