1 #ifndef art_Framework_Services_System_detail_SAMMetadataTranslators_h 2 #define art_Framework_Services_System_detail_SAMMetadataTranslators_h 13 inline std::map<old_t, new_t>
16 return {{
"fileType",
"file_type"},
17 {
"dataTier",
"data_tier"},
18 {
"streamName",
"data_stream"},
19 {
"runType",
"run_type"}};
30 auto it = transMap.find(name);
31 return it != transMap.cend() ? it->second : name;
std::map< old_t, new_t > oldToNewName()
std::string operator()(std::string const &name) const