|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #include "GaudiKernel/MsgStream.h"
28 for( std::vector< std::string >::const_iterator
it = persObj->
m_items.begin();
it != persObj->
m_items.end(); ++
it ) {
49 for( std::vector< std::string >::const_iterator
it = transObj->
getItems().begin();
it != transObj->
getItems().end(); ++
it ) {
virtual void persToTrans(const CTP_Decision_p1 *persObj, CTP_Decision *transObj, MsgStream &log)
uint32_t getWord1() const
get 2.
void setItem(const items_type::value_type &item)
Set a fired LVL1 item.
Legacy data class representing the LVL1 CTP trigger decision.
uint32_t getWord2() const
get 3.
std::vector< std::string > m_items
void setWord2(const uint32_t word)
set 3.
uint32_t getTriggerTypeWord() const
Get trigger type word.
Persistent representation of CTP_Decision.
void setWord0(const uint32_t word)
set 1.
void setWord1(const uint32_t word)
set 2.
const items_type & getItems() const
Get a vector of fired LVL1 items.
void setTriggerTypeWord(uint32_t word)
Set trigger type word.
uint32_t getWord0() const
get 1.
virtual void transToPers(const CTP_Decision *transObj, CTP_Decision_p1 *persObj, MsgStream &log)