![]() |
ATLAS Offline Software
|
#include <array>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | InDet::ModuleKeyHelper< T, T_ROW_BITS, T_COL_BITS, T_CHIP_BITS, T_TYPE_BITS > |
| Helper class to create keys for defects described by chip, column and row indices, and a mask. More... | |
Namespaces | |
| namespace | InDet |
| Primary Vertex Finder. | |
| namespace | InDet::MaskUtils |
Functions | |
| template<unsigned int bit, unsigned int end, typename T = unsigned int> | |
| static consteval T | InDet::MaskUtils::createMask () |
| Convenience method to create a mask for which exactly one contiguous sequence of bits is set to 1. | |