ATLAS Offline Software
Loading...
Searching...
No Matches
RpcClusterOnTrackCnv_p3.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 RPC_CLUSTER_ON_TRACK_CNV_p2_H
6#define RPC_CLUSTER_ON_TRACK_CNV_p2_H
7
8//-----------------------------------------------------------------------------
9//
10// file: RpcClusterOnTrackCnv_p3.h
11//
12//-----------------------------------------------------------------------------
13
17
19#include "AthLinks/ElementLink.h"
21#include "GaudiKernel/ToolHandle.h"
25class MsgStream;
26
27
29 : public T_AthenaPoolTPPolyCnvBase< Trk::MeasurementBase,
30 Muon::RpcClusterOnTrack,
31 Muon::RpcClusterOnTrack_p3 >
32{
33public:
35
36 void persToTrans( const Muon :: RpcClusterOnTrack_p3 *persObj,
37 Muon :: RpcClusterOnTrack *transObj,
38 MsgStream &log );
39 void transToPers( const Muon :: RpcClusterOnTrack *transObj,
40 Muon :: RpcClusterOnTrack_p3 *persObj,
41 MsgStream &log );
42
43protected:
45 ToolHandle < Trk::IEventCnvSuperTool > m_eventCnvTool{"Trk::EventCnvSuperTool/EventCnvSuperTool"};
48};
49
50#endif // RPC_CLUSTER_ON_TRACK_CNV_p2_H
This file contains the class definition for the ElementLinkCnv_p3 class.
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
void persToTrans(const Muon ::RpcClusterOnTrack_p3 *persObj, Muon ::RpcClusterOnTrack *transObj, MsgStream &log)
void transToPers(const Muon ::RpcClusterOnTrack *transObj, Muon ::RpcClusterOnTrack_p3 *persObj, MsgStream &log)
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool
LocalParametersCnv_p1 * m_localParCnv
ElementLinkCnv_p3< ElementLinkToIDC_RPC_Container > m_elCnv
RpcClusterOnTrackCnv_p3()=default