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