17 const std::string& name,
18 const IInterface* parent )
22 declareInterface< IRODHeaderCnvTool >(
this );
38 if( !xaod->
empty() ) {
40 << xaod->
size() <<
")" );
46 for( ; itr != end; ++itr ) {
50 x->initialize((*itr)->version(), (*itr)->sourceID(), (*itr)->run(),
51 (*itr)->l1ID(), (*itr)->bunchCrossing(), (*itr)->l1TriggerType(),
52 (*itr)->detEventType(), (*itr)->statusWords(), (*itr)->payloadSize()
57 return StatusCode::SUCCESS;
#define ATH_MSG_WARNING(x)
DataModel_detail::const_iterator< DataVector > const_iterator
value_type push_back(value_type pElem)
Add an element to the end of the collection.
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
size_type size() const noexcept
Returns the number of elements in the collection.
bool empty() const noexcept
Returns true if the collection is empty.
RODHeaderContainer_v2 RODHeaderContainer
Define the latest version of the RODHeader container.
RODHeader_v2 RODHeader
Define the latest version of the RODHeader class.