ATLAS Offline Software
Loading...
Searching...
No Matches
MdtTwinPrepDataCnv_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: MdtTwinPrepDataCnv_p1.h
11//
12//-----------------------------------------------------------------------------
14
16#include "MdtTwinPrepData_p1.h"
17
18class MsgStream;
19
21 : public T_AthenaPoolTPPolyCnvBase< Trk::PrepRawData, Muon::MdtTwinPrepData, Muon::MdtTwinPrepData_p1 >
22{
23public:
25
26 void persToTrans( const Muon::MdtTwinPrepData_p1 *persObj,
27 Muon::MdtTwinPrepData *transObj,
28 MsgStream &log );
29 void transToPers( const Muon::MdtTwinPrepData *transObj,
31 MsgStream &log );
32};
33
34#endif
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
void persToTrans(const Muon::MdtTwinPrepData_p1 *persObj, Muon::MdtTwinPrepData *transObj, MsgStream &log)
void transToPers(const Muon::MdtTwinPrepData *transObj, Muon::MdtTwinPrepData_p1 *persObj, MsgStream &log)
Persistent representation of the transient Muon::MdtPrepData class.
Class to represent measurements from the Monitored Drift Tubes.