ATLAS Offline Software
Loading...
Searching...
No Matches
ModuleKeyHelper.h File Reference
#include <array>
#include <type_traits>
Include dependency graph for ModuleKeyHelper.h:
This graph shows which files directly or indirectly include this file:

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.