11#ifndef RECTPCNV_MUONSPSHOWERCONTAINERCNV_P1_H
12#define RECTPCNV_MUONSPSHOWERCONTAINERCNV_P1_H
30 Rec::MuonSpShowerContainer,
31 MuonSpShowerContainer_p1 >
43 MsgStream&
msg )
const override;
50 MsgStream&
msg )
const override;
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const Rec::MuonSpShowerContainer *trans, MuonSpShowerContainer_p1 *pers, MsgStream &msg) const override
Method creating the persistent representation MuonSpShowerContainer_p1 from its transient representat...
virtual void persToTrans(const MuonSpShowerContainer_p1 *pers, Rec::MuonSpShowerContainer *trans, MsgStream &msg) const override
Method creating the transient representation of MuonSpShowerContainer from its persistent representat...
Persisent representation of the transient Rec::MuonSpShowerContainer class.
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.