23 s <<
" 0x" << std::hex << std::setw(8) << std::setfill(
'0' ) <<
m_cableWord0
24 << std::dec << std::setfill(
' ') << std::endl;
33 s << std::setfill(
'0' )
35 << std::setfill(
' ') << std::endl;
static const std::string printBits(const int value, const int startbit, const int endbit)
print selected bit range into string
const std::string print() const
print object content in a human readable form to string
const uint32_t m_cableWord0
A data member to contain 1 bit of information.
const std::string dump() const
dump raw object content to string
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...