ATLAS Offline Software
Loading...
Searching...
No Matches
LocalDirectionCnv_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: LocalDirectionCnv_p1.h
8// author: Lukasz Janyst <ljanyst@cern.ch>
9//
10//-----------------------------------------------------------------------------
11
12#ifndef LOCAL_DIRECTION_CNV_P1_H
13#define LOCAL_DIRECTION_CNV_P1_H
14
18
19class MsgStream;
20
21class LocalDirectionCnv_p1: public T_AthenaPoolTPCnvBase<Trk :: LocalDirection,
22 Trk :: LocalDirection_p1>
23{
24 public:
26 virtual void persToTrans( const Trk :: LocalDirection_p1 *persObj,
27 Trk :: LocalDirection *transObj,
28 MsgStream &log );
29 virtual void transToPers( const Trk :: LocalDirection *transObj,
30 Trk :: LocalDirection_p1 *persObj,
31 MsgStream &log );
32};
33
34#endif // LOCAL_DIRECTION_CNV_P1_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const Trk ::LocalDirection_p1 *persObj, Trk ::LocalDirection *transObj, MsgStream &log)
virtual void transToPers(const Trk ::LocalDirection *transObj, Trk ::LocalDirection_p1 *persObj, MsgStream &log)