13#ifndef JETEVENTTPCNV_JETSAMPLINGCOLLECTIONCNV_P2_H
14#define JETEVENTTPCNV_JETSAMPLINGCOLLECTIONCNV_P2_H
34 JetSamplingCollection,
35 JetSamplingCollection_p2
53 MsgStream&
msg )
const override;
60 MsgStream&
msg )
const override;
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const JetSamplingCollection_p2 *pers, JetSamplingCollection *trans, MsgStream &msg) const override
Method creating the transient representation of JetSamplingCollection from its persistent representat...
JetSamplingCollectionCnv_p2()
Default constructor:
virtual void transToPers(const JetSamplingCollection *trans, JetSamplingCollection_p2 *pers, MsgStream &msg) const override
Method creating the persistent representation JetSamplingCollection_p2 from its transient representat...
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.