13#ifndef ATHENAPOOLCNVSVC_T_AUXCONTAINERCOPYTPCNV_H
14#define ATHENAPOOLCNVSVC_T_AUXCONTAINERCOPYTPCNV_H
20#include "GaudiKernel/MsgStream.h"
32template <
class NEWTYPE,
class OLDTYPE>
44 MsgStream& log )
const override;
48 MsgStream& log )
const override;
An interface for getting the name of a class as a string.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Convert aux container version by generic copy.
virtual void persToTrans(const OLDTYPE *oldObj, NEWTYPE *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
virtual void transToPers(const NEWTYPE *, OLDTYPE *, MsgStream &log) const override
Dummy function inherited from the base class.
Helper to copy an aux store while applying thinning.