ATLAS Offline Software
Remappings.h
Go to the documentation of this file.
1 #ifndef FPGATrackSimMaps_Remappings_h
2 #define FPGATrackSimMaps_Remappings_h
3 #include <vector>
4 #include <string>
5 #include <cstdint>
6 namespace Remappings {
12  std::vector<uint32_t> diskIndices(const std::string& geoKey);
13 
14 }
15 
16 #endif
Remappings::diskIndices
std::vector< uint32_t > diskIndices(const std::string &geoKey)
for a given geo tag return disk indices remappings the format is this: 'GeometryVersion':'ATLAS-P2-RU...
Definition: Remappings.cxx:16
Remappings
Definition: Remappings.h:6