Add new parser for std::map<int, std::vector<std::string>> properties
Adds a new parser to support GaudiProperty
using std::map<int, std::vector<std::string>>
with usage in python as
property = { 1 : ["a"],
2 : ["a","b"],
}
Adds a new parser to support GaudiProperty
using std::map<int, std::vector<std::string>>
with usage in python as
property = { 1 : ["a"],
2 : ["a","b"],
}