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