ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSegmentQualityCnv_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 MUONSEGMENTQUALITYCNV_P1_H
6#define MUONSEGMENTQUALITYCNV_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: MuonSegmentQualityCnv_p1.h
11//
12//-----------------------------------------------------------------------------
13
18
19class MsgStream;
20
21
23 : public T_AthenaPoolTPPolyCnvBase< Trk::FitQuality, Muon::MuonSegmentQuality, Muon::MuonSegmentQuality_p1 >
24{
25public:
27
28 void persToTrans( const Muon :: MuonSegmentQuality_p1 *persObj,
29 Muon :: MuonSegmentQuality *transObj,
30 MsgStream &log );
31 void transToPers( const Muon :: MuonSegmentQuality *transObj,
32 Muon :: MuonSegmentQuality_p1 *persObj,
33 MsgStream &log );
34
35protected:
37};
38
39#endif
40
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
void persToTrans(const Muon ::MuonSegmentQuality_p1 *persObj, Muon ::MuonSegmentQuality *transObj, MsgStream &log)
void transToPers(const Muon ::MuonSegmentQuality *transObj, Muon ::MuonSegmentQuality_p1 *persObj, MsgStream &log)