ATLAS Offline Software
Loading...
Searching...
No Matches
CylinderBoundsCnv_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 CYLINDER_BOUNDS_CNV_P1_H
6#define CYLINDER_BOUNDS_CNV_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: CylinderBoundsCnv_p1.h
11//
12//-----------------------------------------------------------------------------
13
15
17
19
20class MsgStream;
21
23 : public T_AthenaPoolTPPolyCnvBase< Trk::SurfaceBounds, Trk::CylinderBounds, Trk::CylinderBounds_p1 >
24{
25public:
27
28 void persToTrans( const Trk::CylinderBounds_p1*, Trk::CylinderBounds*, MsgStream& );
29 void transToPers( const Trk::CylinderBounds*, Trk::CylinderBounds_p1*, MsgStream& );
30};
31
32#endif // CYLINDER_BOUNDS_CNV_P1_H
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
void persToTrans(const Trk::CylinderBounds_p1 *, Trk::CylinderBounds *, MsgStream &)
void transToPers(const Trk::CylinderBounds *, Trk::CylinderBounds_p1 *, MsgStream &)
Bounds for a cylindrical Surface.