![]() |
Project
|
#include <TopologyDictionary.h>
Public Member Functions | |
void | print () const noexcept |
ClassDefNV (TopologyDictionaryData, 1) | |
Public Attributes | |
std::array< int, STopoSize > | mSmallTopologiesLUT {} |
Look-Up Table for the topologies with 1-byte linearised matrix. | |
std::vector< itsmft::GroupStruct > | mVectorOfIDs |
Vector of topologies and groups. | |
std::unordered_map< unsigned long, int > | mCommonMap |
Map of pair <hash, position in mVectorOfIDs> | |
std::unordered_map< int, int > | mGroupMap |
Map of pair <groudID, position in mVectorOfIDs> | |
Static Public Attributes | |
static constexpr int | STopoSize {(8 * 255) + 1} |
Definition at line 27 of file TopologyDictionary.h.
o2::its3::TopologyDictionaryData::ClassDefNV | ( | TopologyDictionaryData | , |
1 | |||
) |
|
noexcept |
Definition at line 26 of file TopologyDictionary.cxx.
Map of pair <hash, position in mVectorOfIDs>
Definition at line 31 of file TopologyDictionary.h.
Map of pair <groudID, position in mVectorOfIDs>
Definition at line 32 of file TopologyDictionary.h.
Look-Up Table for the topologies with 1-byte linearised matrix.
Definition at line 29 of file TopologyDictionary.h.
std::vector<itsmft::GroupStruct> o2::its3::TopologyDictionaryData::mVectorOfIDs |
Vector of topologies and groups.
Definition at line 30 of file TopologyDictionary.h.
|
staticconstexpr |
Definition at line 28 of file TopologyDictionary.h.