8 base_class(
type, name, parent)
20 return StatusCode::SUCCESS;
24 return StatusCode::SUCCESS;
29 return StatusCode::SUCCESS;
35 for (uint16_t i = stop; i < start; i++) {
36 word = ((word | 1) << 1);
38 uint32_t
result = (the_word >> stop) & (word | 1);
#define ATH_MSG_WARNING(x)
ToolHandle< AFP_LinkNumTranslator > m_linkNumTrans
virtual StatusCode initialize() override
virtual StatusCode finalize() override
AFP_WordReadOut(const std::string &type, const std::string &name, const IInterface *parent)
virtual ~AFP_WordReadOut() override
uint32_t getBits(uint32_t the_word, const uint16_t start, const uint16_t stop) const override
Returns integer value of the selcted bits.