ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSegmentCnv_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 MUONEVENTTPCNV_MuonSegmentCnv_p2_H
6#define MUONEVENTTPCNV_MuonSegmentCnv_p2_H
7
8//-----------------------------------------------------------------------------
9//
10// file: MuonSegmentCnv_p2.h
11//
12//-----------------------------------------------------------------------------
19#include "TrkSurfaces/Surface.h"
20
21class MsgStream;
22
24 : public T_AthenaPoolTPPolyCnvBase< Trk::MeasurementBase,
25 Muon::MuonSegment,
26 Muon::MuonSegment_p1 >
27{
28public:
30
31 void persToTrans( const Muon :: MuonSegment_p1 *persObj,
32 Muon::MuonSegment *transObj,
33 MsgStream &log );
34 void transToPers( const Muon :: MuonSegment *transObj,
35 Muon::MuonSegment_p1 *persObj,
36 MsgStream &log );
37
38protected:
42};
43
44#endif
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
LocalDirectionCnv_p1 m_localDirCnv
void persToTrans(const Muon ::MuonSegment_p1 *persObj, Muon::MuonSegment *transObj, MsgStream &log)
void transToPers(const Muon ::MuonSegment *transObj, Muon::MuonSegment_p1 *persObj, MsgStream &log)
SegmentCnv_p1 * m_segmentCnv
ITPConverterFor< Trk::Surface > * m_surfCnv
This is the common class for 3D segments used in the muon spectrometer.