28 auto u64 = [](
auto x){
return static_cast<uint64_t
>(
x);};
30 ((u64(toa) & u64(0x7F)) << 8) +
31 ((u64(tot) & u64(0x1FF)) << 15) +
32 ((u64(l1id) & u64(0x3F)) << 24) +
33 ((u64(bcid) & u64(0x3FF)) << 30));
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
Identifier m_rdo_id
Offline ID of the readout channel.
uint64_t m_word
ALTIROC RAW output.
HGTD_ALTIROC_RDO()=default
Default constructor should NOT be used, needed for pool I/O.
This class provides an abstract interface to an Identifiable object.