11#ifndef PARTICLEEVENTTPCNV_NEUTRINOCNV_P1_H
12#define PARTICLEEVENTTPCNV_NEUTRINOCNV_P1_H 1
48 MsgStream&
msg )
const override;
55 MsgStream&
msg )
const override;
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const Neutrino_p1 *pers, Neutrino *trans, MsgStream &msg) const override
Method creating the transient representation of Neutrino from its persistent representation Neutrino_...
virtual void transToPers(const Neutrino *trans, Neutrino_p1 *pers, MsgStream &msg) const override
Method creating the persistent representation Neutrino_p1 from its transient representation Neutrino.
NeutrinoCnv_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.