8#ifndef CALOTPCNV_CALOCLUSTERCELLLINKCNTCNV_P1
9#define CALOTPCNV_CALOCLUSTERCELLLINKCNTCNV_P1
37 const std::string& key,
38 MsgStream& log)
const override;
51 const std::string& key,
52 MsgStream& log)
const override;
This file contains the class definition for the DataLinkCnv_p2 class and DataLinkVectorCnv_p2 class.
TPConverterWithKeyBase< TRANS, PERS > T_AthenaPoolTPCnvWithKeyBase
T/P conversions for CaloClusterCellLinkContainerCnv_p1.
DataLinkCnv_p2< DataLink< CaloCellContainer > > m_linkCnv
virtual void transToPersWithKey(const CaloClusterCellLinkContainer *trans, CaloClusterCellLinkContainer_p1 *pers, const std::string &key, MsgStream &log) const override
Convert from transient to persistent object.
virtual void persToTransWithKey(const CaloClusterCellLinkContainer_p1 *pers, CaloClusterCellLinkContainer *trans, const std::string &key, MsgStream &log) const override
Convert from persistent to transient object.
Container class for CaloCellLink.
virtual void transToPersWithKey(const TRANS *transObj, PERS *persObj, const std::string &key, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTransWithKey(const PERS *persObj, TRANS *transObj, const std::string &key, MsgStream &log) const =0
Convert persistent representation to transient one.