ATLAS Offline Software
Loading...
Searching...
No Matches
MdtDriftCircleOnTrackCnv_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 MDT_DRIFT_CIRCLE_ON_TRACK_CNV_P2_H
6#define MDT_DRIFT_CIRCLE_ON_TRACK_CNV_P2_H
7
8//-----------------------------------------------------------------------------
9//
10// file: MdtDriftCircleOnTrackCnv_p2.h
11//
12//-----------------------------------------------------------------------------
13
17#include "AthLinks/ElementLink.h"
19#include "GaudiKernel/ToolHandle.h"
23
24class MsgStream;
25
27 : public T_AthenaPoolTPPolyCnvBase< Trk::MeasurementBase,
28 Muon::MdtDriftCircleOnTrack,
29 Muon::MdtDriftCircleOnTrack_p2 >
30{
31public:
33 void persToTrans( const Muon :: MdtDriftCircleOnTrack_p2 *persObj,
34 Muon :: MdtDriftCircleOnTrack *transObj,
35 MsgStream &log );
36 void transToPers( const Muon :: MdtDriftCircleOnTrack *transObj,
37 Muon :: MdtDriftCircleOnTrack_p2 *persObj,
38 MsgStream &log );
39
40protected:
42 ToolHandle < Trk::IEventCnvSuperTool > m_eventCnvTool{"Trk::EventCnvSuperTool/EventCnvSuperTool"};
45};
46
47#endif // DRIFT_CIRCLE_ON_TRACK_CNV_P2_H
This file contains the class definition for the ElementLinkCnv_p3 class.
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool
void persToTrans(const Muon ::MdtDriftCircleOnTrack_p2 *persObj, Muon ::MdtDriftCircleOnTrack *transObj, MsgStream &log)
ElementLinkCnv_p3< ElementLinkToIDC_MDT_Container > m_elCnv
void transToPers(const Muon ::MdtDriftCircleOnTrack *transObj, Muon ::MdtDriftCircleOnTrack_p2 *persObj, MsgStream &log)