|
ATLAS Offline Software
|
Go to the documentation of this file.
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"
#define ATH_MSG(MSG)
Another convenience macro for printing messages in the converter.
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.
virtual void transToPers(const xAOD::TrigRNNOutputContainer *, xAOD::TrigRNNOutputContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
void clear()
Erase all the elements in the collection.
value_type push_back(value_type pElem)
Add an element to the end of the collection.
xAODTrigRNNOutputContainerCnv_v1()
Default constructor.
size_type size() const noexcept
Returns the number of elements in the collection.