ATLAS Offline Software
Loading...
Searching...
No Matches
MdtPrepDataCnv_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 MDTPREPDATACNV_p2_H
6#define MDTPREPDATACNV_p2_H
7
8//-----------------------------------------------------------------------------
9//
10// file: MdtPrepDataCnv_p2.h
11//
12//-----------------------------------------------------------------------------
14
16#include "MdtPrepData_p2.h"
17
18class MsgStream;
19
21 : public T_AthenaPoolTPPolyCnvBase< Trk::PrepRawData, Muon::MdtPrepData, Muon::MdtPrepData_p2 >
22{
23public:
25
28 const Identifier& id,
29 const MuonGM::MdtReadoutElement* detEl,
30 MsgStream & log );
31
32 void persToTrans( const Muon::MdtPrepData_p2 *persObj,
33 Muon::MdtPrepData *transObj,
34 MsgStream &log );
35 void transToPers( const Muon::MdtPrepData *transObj,
36 Muon::MdtPrepData_p2 *persObj,
37 MsgStream &log );
38};
39
40#endif
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
void persToTrans(const Muon::MdtPrepData_p2 *persObj, Muon::MdtPrepData *transObj, MsgStream &log)
void transToPers(const Muon::MdtPrepData *transObj, Muon::MdtPrepData_p2 *persObj, MsgStream &log)
static Muon::MdtPrepData createMdtPrepData(const Muon::MdtPrepData_p2 *persObj, const Identifier &id, const MuonGM::MdtReadoutElement *detEl, MsgStream &log)
Persistent representation of the transient Muon::MdtPrepData class.
Class to represent measurements from the Monitored Drift Tubes.
Definition MdtPrepData.h:33