7#include "GaudiKernel/MsgStream.h"
19 log << MSG::DEBUG <<
"Converting CTP_Decision from persistent state..." <<
endmsg;
28 for( std::vector< std::string >::const_iterator it = persObj->
m_items.begin(); it != persObj->
m_items.end(); ++it ) {
32 log << MSG::DEBUG <<
"Converting CTP_Decision from persistent state [OK]" <<
endmsg;
40 log << MSG::DEBUG <<
"Creating persistent state of CTP_Decision..." <<
endmsg;
49 for( std::vector< std::string >::const_iterator it = transObj->
getItems().begin(); it != transObj->
getItems().end(); ++it ) {
50 persObj->
m_items.push_back( *it );
53 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_p1 *persObj, MsgStream &log)
virtual void persToTrans(const CTP_Decision_p1 *persObj, CTP_Decision *transObj, MsgStream &log)
Persistent representation of CTP_Decision.
std::vector< std::string > m_items
Legacy data class representing the LVL1 CTP trigger decision.
void setItem(const items_type::value_type &item)
Set a fired LVL1 item.
void setWord1(const uint32_t word)
set 2.
uint32_t getTriggerTypeWord() const
Get trigger type word.
void setTriggerTypeWord(uint32_t word)
Set trigger type word.
void setWord2(const uint32_t word)
set 3.
uint32_t getWord0() const
get 1.
void setWord0(const uint32_t word)
set 1.
const items_type & getItems() const
Get a vector of fired LVL1 items.
uint32_t getWord1() const
get 2.
uint32_t getWord2() const
get 3.