ATLAS Offline Software
Loading...
Searching...
No Matches
LocalPositionCnv_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//-----------------------------------------------------------------------------
6//
7// file: LocalPositionCnv_p1.h
8// author: Lukasz Janyst <ljanyst@cern.ch>
9//
10//-----------------------------------------------------------------------------
11
12#ifndef LOCAL_POSITION_CNV_P1_H
13#define LOCAL_POSITION_CNV_P1_H
14
16
19
20class MsgStream;
21
22// namespace Trk {
23// struct LocalPosition{
24// float m_locX;
25// float m_locY;
26// }; // Original EM was removed from release as part of 19.0.0 migration from CLHEP to Eigen.
27// }
28
29class LocalPositionCnv_p1: public T_AthenaPoolTPCnvBase<Amg::Vector2D,
30 Trk :: LocalPosition_p1>
31{
32 public:
34 virtual void persToTrans( const Trk :: LocalPosition_p1 *persObj,
35 Amg::Vector2D *transObj,
36 MsgStream &log );
37 virtual void transToPers( const Amg::Vector2D *transObj,
38 Trk :: LocalPosition_p1 *persObj,
39 MsgStream &log );
40};
41
42#endif // LOCAL_POSITION_CNV_P1_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const Trk ::LocalPosition_p1 *persObj, Amg::Vector2D *transObj, MsgStream &log)
virtual void transToPers(const Amg::Vector2D *transObj, Trk ::LocalPosition_p1 *persObj, MsgStream &log)
Eigen::Matrix< double, 2, 1 > Vector2D