ATLAS Offline Software
Loading...
Searching...
No Matches
MM_ClusterOnTrackCnv_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 MM_CLUSTER_ON_TRACK_CNV_p2_H
6#define MM_CLUSTER_ON_TRACK_CNV_p2_H
7
8//-----------------------------------------------------------------------------
9//
10// file: MM_ClusterOnTrackCnv_p1.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::MMClusterOnTrack,
31 Muon::MM_ClusterOnTrack_p1 >
32{
33public:
35
36 void persToTrans( const Muon :: MM_ClusterOnTrack_p1 *persObj,
37 Muon :: MMClusterOnTrack *transObj,
38 MsgStream &log );
39 void transToPers( const Muon :: MMClusterOnTrack *transObj,
40 Muon :: MM_ClusterOnTrack_p1 *persObj,
41 MsgStream &log );
42
43protected:
45 ToolHandle < Trk::IEventCnvSuperTool > m_eventCnvTool{"Trk::EventCnvSuperTool/EventCnvSuperTool"};
48};
49
50#endif // MM__CLUSTER_ON_TRACK_CNV_p2_H
This file contains the class definition for the ElementLinkCnv_p3 class.
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
MM_ClusterOnTrackCnv_p1()=default
ElementLinkCnv_p3< ElementLinkToIDC_MM_Container > m_elCnv
LocalParametersCnv_p1 * m_localParCnv
void persToTrans(const Muon ::MM_ClusterOnTrack_p1 *persObj, Muon ::MMClusterOnTrack *transObj, MsgStream &log)
void transToPers(const Muon ::MMClusterOnTrack *transObj, Muon ::MM_ClusterOnTrack_p1 *persObj, MsgStream &log)
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool