12#ifndef TILETPCNV_TILETTL1CNV_P1_H
13#define TILETPCNV_TILETTL1CNV_P1_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
TileTTL1Cnv_p1()
Default constructor:
virtual void transToPers(const TileTTL1 *transObj, TileTTL1_p1 *persObj, MsgStream &log) const override
Method creating the persistent representation TileTTL1_p1 from its transient representation TileTTL1.
virtual void persToTrans(const TileTTL1_p1 *persObj, TileTTL1 *transObj, MsgStream &log) const override
Method creating the transient representation TileTTL1 from its persistent representation TileTTL1_p1.