Skip to content

TagInfoMgr: Use std::map (aka python dict) as property

Walter Lampl requested to merge wlampl/athena:ExtraValuePairsToMap into master

Gaudi supports also mapping types as properties of components. For TagInfoManager.ExtraTagValuePairs a map is more appropriate than the vector of strings currently used.

Merge request reports