ATLAS Offline Software
Loading...
Searching...
No Matches
RecVertexCnv_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 REC_VERTEX_CNV_P1_H
6#define REC_VERTEX_CNV_P1_H
7
9
10#include "VxVertex/RecVertex.h"
12#include "VxVertex/Vertex.h"
14
23
24 class MsgStream;
25
26 class RecVertexCnv_p1 : public T_AthenaPoolTPPolyCnvBase< Trk::Vertex, Trk::RecVertex, Trk::RecVertex_p1>
27 {
28 public:
29
34
38 void persToTrans(const Trk::RecVertex_p1 * persObj, Trk::RecVertex * transObj, MsgStream &log);
39
40 void transToPers(const Trk::RecVertex * transObj, Trk::RecVertex_p1 * persObj, MsgStream &log);
41
42 private:
43
47
48 }; //end of class definitions
49
50#endif //REC_VERTEX_CNV_P1_H
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
ITPConverterFor< Trk::ErrorMatrix > * m_errorMatrixConverter
void transToPers(const Trk::RecVertex *transObj, Trk::RecVertex_p1 *persObj, MsgStream &log)
RecVertexCnv_p1()
default constructor
void persToTrans(const Trk::RecVertex_p1 *persObj, Trk::RecVertex *transObj, MsgStream &log)
Conversion methods.
ITPConverterFor< Trk::Vertex > * m_vertexConverter
ITPConverterFor< Trk::FitQuality > * m_fitQualityConverter
Trk::RecVertex inherits from Trk::Vertex.
Definition RecVertex.h:44