ATLAS Offline Software
Loading...
Searching...
No Matches
SiWidthCnv_p2.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 SI_WIDTH_CNV_P2_H
6#define SI_WIDTH_CNV_P2_H
7
8//-----------------------------------------------------------------------------
9//
10// file: SiWidthCnv_p2.h
11//
12//-----------------------------------------------------------------------------
13
16
18
19class MsgStream;
20
21namespace InDet
22{
23
25 : public T_AthenaPoolTPCnvBase<InDet::SiWidth, InDet::SiWidth_p2>
26 {
27 public:
29
30 void persToTrans( const InDet::SiWidth_p2 *, InDet::SiWidth *, MsgStream & );
31 void transToPers( const InDet::SiWidth *, InDet::SiWidth_p2 *, MsgStream & );
32
33 private:
35
36 };
37}
38#endif // SI_WIDTH_CNV_P1_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
LocalPositionCnv_p1 m_localPosCnv
void persToTrans(const InDet::SiWidth_p2 *, InDet::SiWidth *, MsgStream &)
void transToPers(const InDet::SiWidth *, InDet::SiWidth_p2 *, MsgStream &)
Primary Vertex Finder.