11#ifndef JETEVENTTPCNV_JETSAMPLINGCOLLECTIONCNV_P1_H
12#define JETEVENTTPCNV_JETSAMPLINGCOLLECTIONCNV_P1_H
32 JetSamplingCollection,
33 JetSamplingCollection_p1
51 MsgStream&
msg )
const override;
58 MsgStream&
msg )
const override;
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const JetSamplingCollection *trans, JetSamplingCollection_p1 *pers, MsgStream &msg) const override
Method creating the persistent representation JetSamplingCollection_p1 from its transient representat...
virtual void persToTrans(const JetSamplingCollection_p1 *pers, JetSamplingCollection *trans, MsgStream &msg) const override
Method creating the transient representation of JetSamplingCollection from its persistent representat...
JetSamplingCollectionCnv_p1()
Default constructor:
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.