ATLAS Offline Software
Loading...
Searching...
No Matches
NeutralPerigeeCnv_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 NEUTRALPERIGEE_CNV_P1_H
6#define NEUTRALPERIGEE_CNV_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: NeutralPerigeeCnv_p1.h
11//
12//-----------------------------------------------------------------------------
14
16
17//#include "TrkEventPrimitives/LocalPosition.h"
18
21
23
25
26class MsgStream;
27
29 : public T_AthenaPoolTPPolyCnvBase< Trk::NeutralParameters, Trk::NeutralPerigee, Trk::Perigee_p1>
30{
31public:
33
34
35 void persToTrans( const Trk::Perigee_p1*, Trk::NeutralPerigee*, MsgStream& );
36 void transToPers( const Trk::NeutralPerigee*, Trk::Perigee_p1*, MsgStream& );
37
39// ITPConverterFor<Trk::LocalPosition> *m_localPosCnv; // not polymorphic I think ...
40 NeutralParametersCnv_p1* m_trackParametersCnv; // base class always the same
41};
42
43
44#endif // PERIGEE_CNV_P1_H
45
46
47
48
49
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
void transToPers(const Trk::NeutralPerigee *, Trk::Perigee_p1 *, MsgStream &)
PerigeeSurfaceCnv_p1 * m_perigeeSurfaceCnv
NeutralParametersCnv_p1 * m_trackParametersCnv
void persToTrans(const Trk::Perigee_p1 *, Trk::NeutralPerigee *, MsgStream &)
ParametersT< NeutralParametersDim, Neutral, PerigeeSurface > NeutralPerigee