25 std::cout <<
"HcalTestBeamNumbering: Detector " << det <<
" Layer " << lay <<
" x " <<
x <<
" " <<
ix <<
" " <<
ixx 26 <<
" y " <<
y <<
" " <<
iy <<
" " <<
iyy <<
" ID " << std::hex <<
idx <<
std::dec << std::endl;
42 std::cout <<
"HcalTestBeamNumbering: ID " << std::hex <<
idx <<
std::dec <<
" Detector " << det <<
" Layer " << lay
43 <<
" x " <<
x <<
" y " <<
y << std::endl;
static const int kHcalBeamYValueOffset
static const int kHcalBeamYSignMask
static const int kHcalBeamLayerMask
static const int kHcalBeamYValueMask
static const int kHcalBeamXSignMask
static uint32_t packIndex(int det, int lay, int x, int y)
static const int kHcalBeamXValueMask
static const int kHcalBeamLayerOffset
static const int kHcalBeamTypeMask
static const int kHcalBeamYSignOffset
ALPAKA_FN_ACC ALPAKA_FN_INLINE uint32_t ix(uint32_t id)
static const int kHcalBeamXSignOffset
static const int kHcalBeamXValueOffset
ALPAKA_FN_ACC ALPAKA_FN_INLINE uint32_t iy(uint32_t id)
static void unpackIndex(const uint32_t &idx, int &det, int &lay, int &x, int &y)
static const int kHcalBeamTypeOffset