ATLAS Offline Software
Loading...
Searching...
No Matches
TgcPrepDataCnv_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 TGCPREPDATACNV_P1_H
6#define TGCPREPDATACNV_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: TgcPrepDataCnv_p1.h
11//
12//-----------------------------------------------------------------------------
13
15#include "TgcPrepData_p1.h"
16
18
19class MsgStream;
20
22 : public T_AthenaPoolTPPolyCnvBase< Trk::PrepRawData, Muon::TgcPrepData, Muon::TgcPrepData_p1 >
23{
24public:
26
27 void persToTrans( const Muon::TgcPrepData_p1 *persObj,
28 Muon::TgcPrepData *transObj,
29 MsgStream &log );
30 void transToPers( const Muon::TgcPrepData *transObj,
31 Muon::TgcPrepData_p1 *persObj,
32 MsgStream &log );
33
34protected:
36};
37
38#endif
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
Class to represent TGC measurements.
Definition TgcPrepData.h:32
void transToPers(const Muon::TgcPrepData *transObj, Muon::TgcPrepData_p1 *persObj, MsgStream &log)
PrepRawDataCnv_p1 * m_prdCnv
void persToTrans(const Muon::TgcPrepData_p1 *persObj, Muon::TgcPrepData *transObj, MsgStream &log)