7#include "GaudiKernel/MsgStream.h"
19 log << MSG::DEBUG <<
"Converting CTP_Decision from persistent state..." <<
endmsg;
28 log << MSG::DEBUG <<
"Converting CTP_Decision from persistent state [OK]" <<
endmsg;
36 log << MSG::DEBUG <<
"Creating persistent state of CTP_Decision..." <<
endmsg;
45 log << MSG::DEBUG <<
"Creating persistent state of CTP_Decision [OK]" <<
endmsg;
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const CTP_Decision *transObj, CTP_Decision_p2 *persObj, MsgStream &log)
virtual void persToTrans(const CTP_Decision_p2 *persObj, CTP_Decision *transObj, MsgStream &log)
Persistent representation of CTP_Decision.
std::vector< UInt_t > m_CTPResultWord
std::vector< std::string > m_items
Legacy data class representing the LVL1 CTP trigger decision.
void setWords(const std::vector< uint32_t > &words)
Set vector of CTP trigger words.
uint32_t getTriggerTypeWord() const
Get trigger type word.
void setTriggerTypeWord(uint32_t word)
Set trigger type word.
const items_type & getItems() const
Get a vector of fired LVL1 items.
void setItems(const items_type &items)
Set vector of fired LVL1 items.
const std::vector< uint32_t > & getWords() const
Get vector of CTP trigger words.