17 const std::string& name,
18 const IInterface* parent )
22 declareInterface< ITrigPassBitsCnvTool >(
this );
40 ATH_MSG_DEBUG(
"No TrigPassBits objects received on the input" );
41 return StatusCode::SUCCESS;
44 ATH_MSG_VERBOSE(
"in TrigPassBitsCnvTool::convert, size of the input container is " << aod->
size() );
53 for( ; it!=it_end; ++it) {
60 ATH_MSG_VERBOSE(
"exiting TrigPassBitsCnvTool::convert, converted container has " << xaod->
size() <<
" elements" );
62 return StatusCode::SUCCESS;
#define ATH_MSG_VERBOSE(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.
TrigPassBitsContainer_v1 TrigPassBitsContainer
Define the latest version of the trig pass bits container class.
TrigPassBits_v1 TrigPassBits
Define the latest version of the trigger pass bits class.