ATLAS Offline Software
Loading...
Searching...
No Matches
SurfaceCnv_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 SURFACE_CNV_P1_H
6#define SURFACE_CNV_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: SurfaceCnv_p1.h
11//
12//-----------------------------------------------------------------------------
13
15
16#include "TrkSurfaces/Surface.h"
18
19class MsgStream;
20
22 : public T_AthenaPoolTPAbstractPolyCnvBase<Trk::Surface, Trk::Surface, Trk::Surface_p1>
23{
24public:
26
27 void persToTrans( const Trk::Surface_p1*, Trk::Surface*, MsgStream& );
28 void transToPers( const Trk::Surface*, Trk::Surface_p1*, MsgStream& );
29};
30
31#endif // SURFACE_CNV_P1_H
TPAbstractPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPAbstractPolyCnvBase
void persToTrans(const Trk::Surface_p1 *, Trk::Surface *, MsgStream &)
void transToPers(const Trk::Surface *, Trk::Surface_p1 *, MsgStream &)
Abstract Base Class for tracking surfaces.