17 const std::string recentKey(
"ATLAS-P2-RUN4");
18 const std::vector<uint32_t> recentMapping({0, 15, 21, 44, 50, 61, 69, 77, 86});
20 if ( geoKey.compare(0, recentKey.size(), recentKey) == 0 ) {
22 }
else if ( geoKey ==
"ATLAS-P2-ITK-22-02-00" ) {
23 return {0,17,47,58,66};
24 }
else if ( geoKey ==
"ATLAS-P2-ITK-23-00-01" ) {
25 return {0,15,44,50,61,69,77,86};
27 throw std::invalid_argument(std::string(
"GeoKey ") + geoKey +
" not known to remapping");