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 {
62 <<
"Somebody called xAODEmTauRoIContainerCnv_v1::transToPers"
64 throw std::runtime_error(
"Somebody called xAODEmTauRoIContainerCnv_v1::"
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::EmTauRoIContainer *, xAOD::EmTauRoIContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
xAODEmTauRoIContainerCnv_v1()
Default constructor.
virtual void persToTrans(const xAOD::EmTauRoIContainer_v1 *oldObj, xAOD::EmTauRoIContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
EmTauRoIContainer_v2 EmTauRoIContainer
DataVector< xAOD::EmTauRoI_v1 > EmTauRoIContainer_v1
Declare the em/tau RoI container type.