11#ifndef EVENTCOMMONTPCNV_HEPLORENTZVECTORCNV_P1_H
12#define EVENTCOMMONTPCNV_HEPLORENTZVECTORCNV_P1_H
17#include "CLHEP/Vector/LorentzVector.h"
31 CLHEP::HepLorentzVector,
51 CLHEP::HepLorentzVector* transObj,
52 MsgStream &log )
const override;
57 virtual void transToPers(
const CLHEP::HepLorentzVector* transObj,
59 MsgStream &log )
const override;
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
HepLorentzVectorCnv_p1()
Default constructor:
virtual void persToTrans(const HepLorentzVector_p1 *persObj, CLHEP::HepLorentzVector *transObj, MsgStream &log) const override
Method creating the transient representation of HepLorentzVector from its persistent representation H...
virtual void transToPers(const CLHEP::HepLorentzVector *transObj, HepLorentzVector_p1 *persObj, MsgStream &log) const override
Method creating the persistent representation HepLorentzVector_p1 from its transient representation H...
virtual ~HepLorentzVectorCnv_p1()
Destructor:
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.