12#ifndef RECTPCNV_MUONSPSHOWERCNV_P1_H
13#define RECTPCNV_MUONSPSHOWERCNV_P1_H
48 MsgStream&
msg )
const override;
55 MsgStream&
msg )
const override;
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
MuonSpShowerCnv_p1()
Default constructor:
virtual void transToPers(const Rec::MuonSpShower *transObj, MuonSpShower_p1 *persObj, MsgStream &msg) const override
Method creating the persistent representation MuonSpShower_p1 from its transient representation Rec::...
virtual void persToTrans(const MuonSpShower_p1 *persObj, Rec::MuonSpShower *transObj, MsgStream &msg) const override
Method creating the transient representation of Rec::MuonSpShower from its persistent representation ...
Persisent representation of the transient Rec::MuonSpShower 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.