|
ATLAS Offline Software
|
Go to the documentation of this file.
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::"
void copyAuxStoreThinned(const SG::IConstAuxStore &orig, SG::IAuxStore ©, const SG::ThinningInfo *info)
Helper to copy an aux store while applying thinning.
Auxiliary store for TrigComposite_v1 containers.
virtual bool resize(size_t size) override
Resize the arrays to a given size.
Helper to copy an aux store while applying thinning.
#define ATH_MSG(MSG)
Another convenience macro for printing messages in the converter.
xAODTrigCompositeAuxContainerCnv_v1()
Default constructor.
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.
Auxiliary store for TrigComposite containers.
virtual void transToPers(const xAOD::TrigCompositeAuxContainer *, xAOD::TrigCompositeAuxContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.