|
ATLAS Offline Software
|
Go to the documentation of this file.
10 #ifndef PixelMapping_h
11 #define PixelMapping_h
14 #include <unordered_map>
25 int getID(
const std::string & geographicalID)
const;
28 contains(
const std::string & geographicalID)
const;
int getID(const std::string &geographicalID) const
def etamod(flags, cells_name, *args, **kw)
def phimod(flags, cells_name, *args, **kw)
PixelMapping(const std::string &csvFilename)
void mapping(const std::string &geographicalID, int *hashID, int *bec, int *layer, int *phimod, int *etamod) const
std::unordered_map< std::string, Coordinates > m_internalMap
bool contains(const std::string &geographicalID) const
std::array< int, 5 > Coordinates