ATLAS Offline Software
ConeBoundsCnv_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef CONE_BOUNDS_CNV_P1_H
6 #define CONE_BOUNDS_CNV_P1_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: ConeBoundsCnv_p1.h
11 //
12 //-----------------------------------------------------------------------------
13 
15 
16 #include "TrkSurfaces/ConeBounds.h"
18 
19 class MsgStream;
20 
22  : public T_AthenaPoolTPPolyCnvBase< Trk::SurfaceBounds, Trk::ConeBounds, Trk::ConeBounds_p1 >
23 {
24 public:
26 
27  void persToTrans( const Trk::ConeBounds_p1*, Trk::ConeBounds*, MsgStream& );
28  void transToPers( const Trk::ConeBounds*, Trk::ConeBounds_p1*, MsgStream& );
29 };
30 
31 #endif // DISC_BOUNDS_CNV_P1_H
ConeBoundsCnv_p1::persToTrans
void persToTrans(const Trk::ConeBounds_p1 *, Trk::ConeBounds *, MsgStream &)
Definition: ConeBoundsCnv_p1.cxx:15
ConeBoundsCnv_p1
Definition: ConeBoundsCnv_p1.h:23
Trk::ConeBounds
Definition: ConeBounds.h:44
ConeBoundsCnv_p1::ConeBoundsCnv_p1
ConeBoundsCnv_p1()
Definition: ConeBoundsCnv_p1.h:25
ConeBounds_p1.h
ConeBoundsCnv_p1::transToPers
void transToPers(const Trk::ConeBounds *, Trk::ConeBounds_p1 *, MsgStream &)
Definition: ConeBoundsCnv_p1.cxx:26
TPPolyCnvBase
Definition: TPConverter.h:674
T_AthenaPoolTPConverter.h
ConeBounds.h
Trk::ConeBounds_p1
Definition: ConeBounds_p1.h:17