19 s << std::setw(2) << i
20 <<
" 0x" << std::hex << std::setw(8) << std::setfill(
'0') <<
m_CTPResultWord[i]
21 << std::dec << std::setfill(
' ') << std::endl;
25 for( std::vector<std::string>::const_iterator item =
m_items.begin();
26 item !=
m_items.end(); ++item ) {
std::vector< uint32_t > m_CTPResultWord
vector of CTP trigger words
const std::string dump() const
Dump raw content of object to string.
items_type m_items
vector of fired LVL1 items
uint32_t m_triggerTypeWord
LVL1 trigger type word.