ATLAS Offline Software
Loading...
Searching...
No Matches
MVFVxCandidateCnv_p1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5//-----------------------------------------------------------------------------
6//
7// file: MVFVxCandidateCnv_p1.cxx
8//
9//-----------------------------------------------------------------------------
10
13
14void MVFVxCandidateCnv_p1::persToTrans(const Trk::MVFVxCandidate_p1 * persObj, Trk::MVFVxCandidate * transObj, MsgStream &log)
15{
17}
18
19void MVFVxCandidateCnv_p1::transToPers(const Trk::MVFVxCandidate * transObj, Trk::MVFVxCandidate_p1 * persObj, MsgStream &log)
20{
21 persObj->m_vxCandidate = baseToPersistent(&m_vxCandidateConverter, transObj, log );
22}
TPObjRef baseToPersistent(CNV **cnv, const typename CNV::Trans_t *transObj, MsgStream &log) const
Definition TPConverter.h:97
void fillTransFromPStore(CNV **cnv, const TPObjRef &ref, TRANS_T *trans, MsgStream &log) const
void transToPers(const Trk::MVFVxCandidate *transObj, Trk::MVFVxCandidate_p1 *persObj, MsgStream &log)
void persToTrans(const Trk::MVFVxCandidate_p1 *persObj, Trk::MVFVxCandidate *transObj, MsgStream &log)
Conversion methods.
ITPConverterFor< Trk::VxCandidate > * m_vxCandidateConverter