TagInfoMgr: Use std::map (aka python dict) as property
Gaudi supports also mapping types as properties of components. For TagInfoManager.ExtraTagValuePairs
a map is more appropriate than the vector of strings currently used.
GitLab jobs artifacts no longer stored forever as of Monday, November 4th 08:30h. Further information under https://cern.ch/otg0152576
Gaudi supports also mapping types as properties of components. For TagInfoManager.ExtraTagValuePairs
a map is more appropriate than the vector of strings currently used.