ATLAS Offline Software
Loading...
Searching...
No Matches
MVFVxCandidateCnv_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MVFVXCANDIDATE_CNV_P1_H
6#define MVFVXCANDIDATE_CNV_P1_H
7
9
11// #include "TrkParameters/TrackParameters.h"
14
22
23
24class MsgStream;
25class MVFVxCandidateCnv_p1 : public T_AthenaPoolTPPolyCnvBase< Trk::VxCandidate, Trk::MVFVxCandidate, Trk::MVFVxCandidate_p1>
26
27{
28 public:
29
31
35 void persToTrans(const Trk::MVFVxCandidate_p1 * persObj, Trk::MVFVxCandidate * transObj, MsgStream &log);
36
37 void transToPers(const Trk::MVFVxCandidate * transObj, Trk::MVFVxCandidate_p1 * persObj, MsgStream &log);
38
39 private:
40
42
43};//end of class definitions
44
45#endif // MVFVXCANDIDATE_CNV_P1_H
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
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