|
ATLAS Offline Software
|
Go to the documentation of this file.
17 const std::string&
name,
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;
Const iterator class for DataVector/DataList.
#define ATH_MSG_VERBOSE(x)
::StatusCode StatusCode
StatusCode definition for legacy code.
Type describing which elements in a container passed a trigger chain.
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.
size_type size() const noexcept
Returns the number of elements in the collection.
bool empty() const noexcept
Returns true if the collection is empty.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.