9#include "GaudiKernel/MsgStream.h"
24#define MSGLVL MSG::DEBUG
27#define ATH_MSG( MSG ) \
29 if( log.level() <= MSGLVL ) { \
30 log << MSGLVL << MSG << endmsg; \
41 MsgStream& log )
const {
44 ATH_MSG(
"Converting xAOD::TrigCompositeAuxContainer_v1 to current version..." );
53 ATH_MSG(
"Converting xAOD::TrigCompositeAuxContainer_v1 to current version "
64 MsgStream& log )
const {
67 <<
"Somebody called xAODTrigCompositeAuxContainerCnv_v1::transToPers"
69 throw std::runtime_error(
"Somebody called xAODTrigCompositeAuxContainerCnv_v1::"
virtual void transToPers(const xAOD::TrigCompositeAuxContainer *, xAOD::TrigCompositeAuxContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
virtual void persToTrans(const xAOD::TrigCompositeAuxContainer_v1 *oldObj, xAOD::TrigCompositeAuxContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
xAODTrigCompositeAuxContainerCnv_v1()
Default constructor.
virtual bool resize(size_t size) override
Resize the arrays to a given size.
Auxiliary store for TrigComposite_v1 containers.
Helper to copy an aux store while applying thinning.
void copyAuxStoreThinned(const SG::IConstAuxStore &orig, SG::IAuxStore ©, const SG::ThinningInfo *info)
Helper to copy an aux store while applying thinning.
TrigCompositeAuxContainer_v2 TrigCompositeAuxContainer
Declare the latest version of the container.