7#ifndef CALOTPCNV_CALOCELLCONTAINERCNV_P1_H
8#define CALOTPCNV_CALOCELLCONTAINERCNV_P1_H
31 const std::string& key,
32 MsgStream& log)
const override;
37 const std::string& key,
38 MsgStream& log)
const override;
TPConverterWithKeyBase< TRANS, PERS > T_AthenaPoolTPCnvWithKeyBase
virtual void persToTransWithKey(const CaloCompactCellContainer *, CaloCellContainer *, const std::string &key, MsgStream &log) const override
virtual void transToPersWithKey(const CaloCellContainer *, CaloCompactCellContainer *, const std::string &key, MsgStream &log) const override
CaloCellContainerCnv_p1()
Container class for CaloCell.
container class for CaloCompactCell objects
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.