11#include "GaudiKernel/MsgStream.h"
17#define MSGLVL MSG::DEBUG
20#define ATH_MSG( MSG ) \
22 if( log.level() <= MSGLVL ) { \
23 log << MSGLVL << MSG << endmsg; \
44 for(
size_t i = 0; i < oldObj->
size(); ++i ) {
59 MsgStream& log )
const
61 log << MSG::ERROR <<
"Somebody called xAODTrigRingerRingsContainerCnv_v1::transToPers" <<
endmsg;
62 throw std::runtime_error(
"Somebody called xAODTrigRingerRingsContainerCnv_v1::transToPers" );
value_type push_back(value_type pElem)
Add an element to the end of the collection.
size_type size() const noexcept
Returns the number of elements in the collection.
void clear()
Erase all the elements in the collection.
virtual void transToPers(const xAOD::TrigRingerRingsContainer *, xAOD::TrigRingerRingsContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
virtual void persToTrans(const xAOD::TrigRingerRingsContainer_v1 *oldObj, xAOD::TrigRingerRingsContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
xAODTrigRingerRingsContainerCnv_v1()
Default constructor.
TrigRingerRings_v2 TrigRingerRings
Define the latest version of the TrigRingerRings class.
TrigRingerRingsContainer_v2 TrigRingerRingsContainer
Define the latest version of the TrigRingerRingsContainer class.
DataVector< TrigRingerRings_v1 > TrigRingerRingsContainer_v1
Define the TrigRingerRings container as a simple DataVector.