11#include "GaudiKernel/MsgStream.h"
20#define MSGLVL MSG::DEBUG
23#define ATH_MSG( MSG ) \
25 if( log.level() <= MSGLVL ) { \
26 log << MSGLVL << MSG << endmsg; \
38 MsgStream& log )
const {
41 ATH_MSG(
"Converting xAOD::TrigRNNOutputContainer_v1 to current "
49 for(
size_t i = 0; i < oldObj->
size(); ++i ) {
54 ATH_MSG(
"Converting xAOD::TrigRNNOutputContainer_v1 to current "
66 MsgStream& log )
const {
69 <<
"Somebody called xAODTrigRNNOutputContainerCnv_v1::transToPers"
71 throw std::runtime_error(
"Somebody called xAODTrigRNNOutputContainerCnv_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::TrigRNNOutputContainer *, xAOD::TrigRNNOutputContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
virtual void persToTrans(const xAOD::TrigRNNOutputContainer_v1 *oldObj, xAOD::TrigRNNOutputContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
xAODTrigRNNOutputContainerCnv_v1()
Default constructor.
DataVector< TrigRNNOutput_v1 > TrigRNNOutputContainer_v1
Define the RingerRings container as a simple DataVector.
TrigRNNOutput_v2 TrigRNNOutput
Define the latest version of the RingerRings class.
TrigRNNOutputContainer_v2 TrigRNNOutputContainer
Define the latest version of the TrigRNNOutputContainer class.